  /* nav */
  header {
    height: 1rem;
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px 0 #ccc;
  }

  .headerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 999;
  }

  .headerWrap .imgWrap {
    width: 2.2rem;
  }

  .headerWrap .imgWrap img {
    width: 100%;
  }

  .headerWrap .contentWrap .icon {
    /* width: .24rem; */
    height: .28rem;
    margin-top: -.1rem;
    margin-right: .1rem;
  }
  

  .headerWrap .contentWrap p {
    font-size: .28rem;
    color: #a62126;
    display: inline-block;
  }
  .headerWrap .contentWrap p a{
    color: #a62126;
  }


  .headerWrap .contentWrap .btn {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    padding: .12rem 0 .12rem .16rem;
    margin-left: .08rem;
  }

  .headerWrap .contentWrap .btn span {
    width: .36rem;
    height: 2px;
    background-color: #333;
    display: block;
  }

  .headerWrap .contentWrap .btn span~span {
    margin-top: .08rem;
  }


  .noScroll{
    height: 100vh;
    overflow: hidden;
  }

  header .tipsWrap{
    display: none;
    position: absolute;
    width: 40vw;
    right: .4rem;
    top: .6rem;
  }
  header .tipsWrap img{
    width: 100%;
  }
  .goSystem{
    width: 50%!important;
  }
  .headerText{
    font-size: .32rem;
  }
  
  .goTop{
    position: fixed;
    right: .3rem;
    bottom: 2rem;
    width: .8rem;
    height: .8rem;
    border-radius: 3px;
    background-color: #d7000f;
    color: #fff;
    font-size: .18rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
  }
  .goTop img{
    width: .32rem;
  }

  .headerBlock{
    height: 1.9rem;
  }

  .navbar{
    min-height: .8rem;
    width: 100vw;
    margin-bottom: 0;
    background-color: #fafafa;
  }
  .navbar .swiper-container{
    width: 100%;
    height: 100%;
  }
  .navbar .navbarItem{
    font-size: .32rem;
  }
  .navbar .navbarItem .navbarItem-more {
    color: #1a1a1a;
    line-height: .9rem;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .navbar .navbarItem a{
    color: #1a1a1a;
  }
  .navbar .navbarItem .navbarItem-more .icon{
    font-size: .24rem;
    margin-left: .2rem;
    transition: all .3s;
    transform: rotate(180deg);
    transform-origin: center center;
  }

  .navbarInfo{
    width: 100vw;
    background-color: rgba(0, 4, 8, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: .3rem;
    display: none;
  }
  .navbarInfo .navbarInfo-wrap{
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    padding: 2rem .3rem .6rem;
    max-height: 100vh;
  }

  .nav-product .navbarInfo-item{
    margin-top: .2rem;
    width: 50%;
    padding-left: .8rem;
  }
  .nav-product .navbarInfo-item p{
    margin-top: .4rem;
  }
  .nav-product .navbarInfo-item p a{
    color: #fafafa;
  }
  .nav-product .navbarInfo-item .title{
    color: #d7000f;
  }

  .nav-solution .navbarInfo-wrap{
    padding: 2.4rem .3rem .3rem
  }
  .nav-solution .navbarInfo-item{
    width: 50%;
    height: 1rem;
    line-height: 1rem;
    padding-left: .4rem;
  }
  .nav-solution .navbarInfo-item a{
    color: #fafafa;
  }
  .nav-system .navbarInfo-wrap{
    padding: 2.4rem .3rem .3rem
  }
  .nav-system .navbarInfo-item{
    width: 50%;
    height: 1rem;
    line-height: 1rem;
  }
  .nav-system .navbarInfo-item a{
    color: #fafafa;
  }