.home-header {
    width: 100%;
    height: 72px;
    line-height: 80px;
    font-size: 16px;
    background: #fff;
  }
  .header {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header .header-logo {
    width: 15%;
    height: 100%;
    float: left;
  }
  .header .header-logo span{
    width: 48px;
    height: 36px;
    font-size: 24px;
    font-family: SourceHanSansSC, SourceHanSansSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 36px;
    margin-left: 10px;
  }
  .header .header-logo img {
    vertical-align: -5px;
  }
  .header .header-nav {
    height: 90%;
    line-height: 58px;
    width: 85%;
    top: 10%;
    border-left: 1px solid #eee;
    position: absolute;
    left: 15%;
  }
  .header .header-nav .nav-list {
    height: 100%;
    position: absolute;
    left: 20px;
  }
  .header .header-nav .nav-list .list-item {
    height: 100%;
    text-align: center;
    float: left;
    font-size: 15px;
    color: #666;
    padding: 0 26px;
    position: relative;
  }
  .header .header-nav .nav-list .list-item .listmasker{
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: 421px;
    height: 224px;
    padding-top: 8px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 2px rgb(39 88 236 / 21%);
    z-index: 9;
  }
  .header .header-nav .nav-list .list-item .listmasker div{
    width: 50%;
    height: 42px;
    cursor: pointer;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 34px;
    color: #333;
    line-height: 42px;
    float: left;
  }
  .header .header-nav .nav-list .list-item .listmasker div:hover{
    color: #2758EC;
  }
  .header .header-nav .nav-list .list-item .listmaskers div:hover{
    color: #2758EC;
  }
  .header .header-nav .nav-list .list-item .listmaskers{
    display: none;
    position: absolute;
    z-index: 9;
    padding-top: 8px;
    left: 0;
    top: 64px;
    width: 210px;
    height: 104px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 2px rgba(39,88,236,0.21); 
  }
  .header .header-nav .nav-list .list-item .listmaskers div{
    width: 100%;
    height: 42px;
    cursor: pointer;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    text-indent: 34px;
    color: #333;
    line-height: 42px;
    float: left;
  }
  .header .header-nav .nav-list .list-item a {
    color: #000;
  }
  .header .header-nav .nav-list .list-item a:hover{
    color: rgb(12, 98, 237);
  }
  .header .header-nav .login {
    height: 100%;
    float: left;
    margin-left: 15px;
    position: absolute;
    right: 0;
  }
  .header .header-nav .login .login-item {
    text-align: center;
    float: left;
  }
  .header .header-nav .login .login-left {
    text-align: right;
    padding-right: 8px;
  }
  .header .header-nav .login .login-right {
    width: 120px;
    color: #fff;
    position: relative;
    background: #2758ec;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 12px;
    height: 80%;
    height: 46px;
    line-height: 46px;
    top: 10%;
  }
  .header .header-nav .login .login-left a {
    color: #333;
    font-size: 16px;
  }
  .header .header-nav .login .login-right a {
    color: #fff;
  }
  .header .header-nav .login .login-right .login-icon {
    font-size: 12px;
    color: #fff;
    display: block;
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    -moz-transform: scale(0.73);
    -ms-transform: scale(0.73);
    -o-transform: scale(0.73);
    position: absolute;
    right: 13px;
    top: 0;
  }
  .rightfixBtn{
    position: fixed;
    width: 60px;
    height: 180px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #91a6e6; 
    right: 32px;
    bottom: 320px;
    z-index: 9;
  }
  .fixImg{
    float: left;
    width: 24px;
    height: 24px;
    margin: 18px;
    cursor: pointer;
  }
  .posifooters{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51,51,51,.5);
  }
  .posifooter1{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51,51,51,.5);
  }
  .posifooter2{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51,51,51,.5);
  }
  .qrdiv{
    position: absolute;
    left: calc(50% - 176px);
    top: calc(50% - 200px);
    width: 352px;
    height: 330px;
    background: #ffffff;
    border-radius: 8px;
  }
  .qrcode{
    position: absolute;
    top: 64px;
    left: 98px;
    width: 156px;
    height: 156px;
  }
  .qrphone{
    position: absolute;
    top: 64px;
    left: 158px;
    width: 36px;
    height: 36px;
  }
  .close{
    width: 16px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
  }
  .qyclose{
    width: 16px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
  }
  .phoneclose{
    width: 16px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
  }
  .qrspec{
    position: absolute;
    top: 240px;
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 22px;
  }
  .phonespec{
    position: absolute;
    top: 170px;
    width: 100%;
    height: 39px;
    font-size: 30px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: 42px;
  }
  .phonecase{
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 28px;
  }