.header {
    width: 100%;
    height: 81px;
    background: #fff;
    border: 0.1px solid transparent;
    box-sizing: border-box;
  }
  .headerContent {
    width: 1000px;
    height: 100%;
    margin: 0 auto ;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .headerLeft {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .prodLogo {
    width: 252px;
    height: 48px;
    background: url('./img/login_logo.png') no-repeat 0 0;
    background-size: 252px 48px;
  }
  .version {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0b4f8c;
    font-size: 17px;
    border: 1.3px solid #0b4f8c;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 11px;
  }