header {
    width: 100%;
    height: 0.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    padding-left: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header,
.headerWrap {
    position: sticky;
    top: 0;
    z-index: 999;
}

header a {
    white-space: nowrap;
}

.headLogo {
    width: 1.28rem;
    height: .56rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headNav {
    height: 100%;
    display: flex;
    gap: .6rem;
    margin-left: .9rem;
    margin-right: 1.78rem;
}

.headNav .navItem {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.headNav .navItem::after {
    content: '';
    width: 0.32rem;
    height: 0.03rem;
    background: #0098AF;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .03rem;
    opacity: 0;
    transition: opacity .3s;
}

.headNav .navItem a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #191A24;
    transition: color .3s;
}

.headNav .navItem:hover::after,
.headNav .navItem.act::after {
    opacity: 1;
}

.headNav .navItem:hover a,
.headNav .navItem.act>a {
    color: #0098AF;
}

.headNav .navItem .navBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    min-width: 1.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.04rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: none;
}
.headNav .navItem .navBox .nav_class{
    position: relative;
}
.headNav .navItem .navBox a {
    height: .48rem;
    line-height: .48rem;
    white-space: nowrap;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}
.headNav .navItem .navBox .nav_class .nav_nav2{
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 1rem;
    border-radius: 0.04rem;
    overflow: hidden;
    display: none;
}
.headNav .navItem .navBox .nav_class .nav_nav2 a{
    height: .48rem;
    line-height: .48rem;
    white-space: nowrap;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.15rem;
    color: #000000;
    padding: 0 0.1rem;
}
.headNav .navItem .navBox .nav_class:hover .nav_nav2{
    display: block;
}

.headNav .navItem .navBox .nav_class:hover>a,
.headNav .navItem .navBox .nav_class .nav_nav2 a:hover{
    background: #0098AF;
    color: #FFFFFF;
}

.searchBox {
    display: flex;
    align-items: center;
    width: 3.5rem;
    height: 0.48rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
    border: 0.01rem solid #C6C6C6;
    padding: 0 .19rem 0 .21rem;
}

.searchBox input {
    width: 100%;
    height: 100%;
}

.searchBox input::-webkit-input-placeholder {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.14rem;
    color: #99A4B6;
}

.searchBox button {
    width: .18rem;
    height: .16rem;
}

.loginBtn {
    display: flex;
    align-items: center;
    height: 100%;
    gap: .5rem;
    margin-left: .56rem;
}

.login {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #191A24;
    min-width: 0.4rem;
}
.login:hover{
    color: #0098AF;
}
.loginBtn .login img{
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}
.register {
    width: 1.48rem;
    height: 0.8rem;
    background: #0098AF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.23rem;
}
.register:hover{
    color: #FFFFFF;
}





/* 左悬浮 */
.left_nav{
    position: fixed;
    right: 0.2rem;
    bottom: 0.3rem;
    z-index: 99;
}
.left_nav .left_tiem{
    width: 0.64rem;
    height: 0.64rem;
    position: relative;
    margin-bottom: 0.01rem;
    border-radius: 50%;
    position: relative;
}
.left_nav .left_tiem:last-child{
    margin-bottom: 0;
}
.left_nav .left_tiem .left_icon{
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
}
.left_nav .left_tiem .left_code{
    width: 1.73rem;
    height: 1.76rem;
    position: absolute;
    top: -0.29rem;
    /*right: 0.76rem;*/
    right: 0.6rem;
    background: url(../img/left_codbg.png) center no-repeat;
    background-size: cover;
    padding: 0.1rem 0.24rem 0.06rem 0.09rem;
    box-sizing: border-box;
    
    transition: .6s;
    -webkit-transition: .6s;
    opacity: 0;
    visibility: hidden;
}
.left_nav .left_tiem .left_code span{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
}
.left_nav .left_tiem .left_code img{
    max-width: 1.4rem;
    max-height: 1.4rem;
    object-fit: cover;
}
.left_nav .left_tiem .left_list{
    position: absolute;
    /*left: -0.4rem;*/
    left: -0.86rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 2.6rem;
    background: #FAFAFA;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
    padding: 0.22rem 0;
    box-sizing: border-box;
    /*display: none;*/
    /*z-index: -22;*/
    transition: .6s;
    -webkit-transition: .6s;
    opacity: 0;
    visibility: hidden;
}
.left_nav .left_tiem .left_list::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 92%;
    display: inline-block;
    border: 0.14rem solid transparent;
    border-top-color: #ffffff;
    transform: rotate(-90deg) translateX(50%);
    /*display: none;*/
}
/*.left_nav .left_tiem.on .left_list{*/
    /*left: -1.02rem;*/
/*    left: -0.76rem;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
    /*z-index: 2;*/
/*}*/
.left_nav .left_tiem.on .left_code,
.left_nav .left_tiem.on .left_list {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible;
}





.left_nav .left_tiem .left_list a{
    width: 100%;
    height: fit-content;
    margin-bottom: 0.24rem;
}
.left_nav .left_tiem .left_list a>img{
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.left_nav .left_tiem .left_list a>span{
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #707070;
    width: 100%;
    height: fit-content;
    display: block;
    margin-top: 0.04rem;
}

.common-phone-header,
.side-wrap {
  display: none;
}

@media only screen and (max-width: 1043px) {
    header{
        height: 50px;
        overflow: hidden;
    }
    .left_nav{
        top: 44% !important;
    }
    
  .header-wrap {
    display: none;
  }

  .common-phone-header {
    display: block !important;
  }

  .side-wrap {
    display: block !important;
  }

  .common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-logo-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-phone {
    height: 30px;
    width: auto;
    display: block;
  }

  .header-search-box-phone {
    display: none;
  }

  .header-search-input-phone {
    display: block;
    border-radius: 20px;
    height: 35px;
    border-width: 1px;
    border: 1px solid #333;
    padding: 0 10px;
    font-size: 12px;
  }

  .side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
  }

  .side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 4rem;
    background-color: #fff;
    color: #000;
    /* border-left: 1px solid #eee; */
    animation: ani_side 1s;
  }

  .side-container.shown {
    display: block;
  }

  @keyframes ani_side {
    from {
      display: none;
      width: 3rem;
    }

    to {
      display: block;
      width: 4rem;
    }
  }

  .side-wrap {
    width: 100%;
  }

  .side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
    .side-top>div,
    .side-top div a{
        height: 100%;
        display: flex;
        align-items: center;
    }
  .side-logo {
    height: 30px;
    width: auto;
  }

  .side-close {
    width: 38px;
  }

  .side-bottom {
    padding: 0 6%;
  }

  .nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .nav-item-inner span {
    display: flex;
    align-items: center;
    font-size: 18px;
  }

  .nav-item-inner img {
    width: 18px;
  }

  .side-nav-list .nav-item a {
    color: #000;
    font-size: 18px;
    /*width: 100%;*/
    /*display: inline-block !important;*/
  }

  .side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }

  .side-nav-list-sub {
    display: none;
  }

  .side-nav-list-sub .side-back-img {
    width: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .login{
      font-size: .28rem;
      width: 30px;
      display: flex;
      
      display: none;
  }
  .register{
      width: fit-content;
      height: auto;
      font-size: .28rem;
      padding: .15rem .2rem;
      
      display: none;
  }
  
  
  
  .left_nav .left_tiem{
      width: 0.8rem;
      height: 0.8rem;
  }
  .left_nav .left_tiem .left_list{
        width: 1.16rem;
        left: -1.2rem;
  }
  .left_nav .left_tiem .left_list a>img{
      width: 0.6rem;
      height: 0.6rem;
  }
  .left_nav .left_tiem .left_list a>span,
  .left_nav .left_tiem .left_code span{
      font-size: 12px;
  }
  .left_nav .left_tiem .left_code{
        width: 2.4rem;
        height: 2.6rem;
        right: 0.78rem;
        top: -0.44rem;
        background-size: 100% 100%;
  }
  .left_nav .left_tiem .left_code img{
      max-width: 100%;
      max-height: initial;
  }
}

