.wrap {
    position: relative;
    background:#FFFFFF;
    min-height: 100vh;
}

.header-box {
    width: 100%;
    height:  0.6rem;
    position: fixed;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-center {
    width: 12rem;
    height:  0.6rem;
    line-height:  0.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-center img {
    width: 0.92rem;
    height: 0.4rem;
}
.nav-box {
    width: 4.78rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    margin-left:1.02rem;
    line-height: 0.58rem;
    font-weight:bolder;
    color:#999999;
}
.nav-box span:nth-child(2){
    border-bottom:2px solid #333;
    color:#333;
}
.nav-box span {
    cursor: pointer;
}
.cont-text .imgbg1{
    width:4rem;
    height:3.6rem;
    position: absolute;
    left:0.6rem;
    top:0.85rem;
}
.cont-text .imgbg2{
    width:4.88rem;
    height:4.4rem;
    position: absolute;
    right:0.62rem;
    top:5.85rem;
}
.cont-text .imgtitle{
    width:1.98rem;
    height:0.86rem;
    position: absolute;
    left:3.6rem;
    top:1.35rem;
}
.cont-text-center{
    width:12rem;
    display: flex;
    padding-top:2.82rem;
    margin:0 auto;
    font-size:0.18rem;
}
.cont-text-center .logo{
    width:1.65rem;
    height:1.65rem;
    flex-shrink: 1;
    margin-right:0.7rem;
    position: relative;
}
.cont-text-center .text{
    margin-top:0 !important;
    line-height: 0.28rem;
}

.icon-list{
    width:12rem;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
    margin-top:2rem;
    position: relative;
}
.icon-item{
    width:2.48rem;
    height:2.65rem;
    text-align: center;
    font-size: 18px;
    background:#F2F8FF;
    border-radius: 0.29rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    position: relative;
    cursor: pointer;
}
.icon-item img{
    width:1.34rem;
    height:1.34rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:-0.8rem;
    left:0;
    right:0;
    transition: all 0.3s;
}
.icon-item:hover img{
    top:-1.1rem;  
}
.icon-item h4{
    padding-top:0.56rem;
    color:#4BA5FF;
    font-size:0.3rem;
    font-weight: 400;
}
.icon-item p{
    color:#999999;
    font-size:0.2rem;
    margin-top:0.39rem;
    line-height: 0.32rem;
}
.icp-footer{
    width:100%;
    height:3.56rem;
    background:#333333;
    position: relative;
    margin-top:0.95rem;
    display: flex;
    justify-content: left;
    padding-left:0.88rem;
    padding-top:0.5rem;
    box-sizing: border-box;
}
.icp-footer .download-list{
    width:1.70rem;
    position: absolute;
    left:0.88rem;
    top:0.5rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
  }
.icp-footer .download-list .download-logo{
    width:1.69rem;
    height:0.64rem;
}
.icp-footer .download-list-item{
    width:1.67rem;
    height:0.46rem;
    border:1px solid #fff;
    border-radius: 0.1rem;
    color:#fff;
    font-size:0.18rem;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:0.2rem;
    box-sizing: border-box;
    cursor: pointer;
    margin-top:0.12rem;
  }
  .icp-footer .download-list-item .icon-box{
    position: relative;
    width:0.2rem;
    height:0.2rem;
    margin-right:0.1rem;
  }
  .icp-footer .download-list-item .icon{
    width:0.2rem;
    height:0.2rem;
    position: absolute;
    left:0;
    top:0;
  }
  .icp-footer .download-list-item .icon-hover{
    display: none;
  }
  .icp-footer .download-list-item:hover{
    color:#333333;
    background:#fff;
  }
  .icp-footer .download-list-item:hover .icon-hover{
    display: block;
  }

  .icp-footer .code-box{
    width:12rem;
    margin:0 auto;
  }
  .icp-footer .code-box .code-flex{
    display: flex;
    justify-content: center;
  }
  .icp-footer .code-box .code-flex .code-flex-item{
    width:1.8rem;
    margin:0 0.35rem;
  }
  .icp-footer .code-box .code-flex .code-flex-item img{
    width:1.8rem;
    height:1.8rem;
    cursor: pointer;
  }
  .icp-footer .code-box .code-flex .code-flex-item span{
    margin-top:0.14rem;
    color:#fff;
    font-size:0.18rem;
    display: block;
    text-align: center;
    position: relative;
    top:-0.3rem;
  }
  .icp-footer .code-box .icp{
    color:#fff;
    font-size:0.16rem;
    margin-top:0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icp-footer .code-box .icp img{
    margin-left:10px;
    margin-right:5px;
  }
  .icp-footer .code-box .footer-tags{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.12rem;
    margin-bottom: 0.2rem;
    padding-top: 0.1rem;
  }
  .icp-footer .code-box .footer-tags span{
    color: rgba(255,255,255,0.65);
    font-size: 0.14rem;
    padding: 0.04rem 0.16rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.2rem;
  }
  .icp-footer .code-box .footer-slogan{
    color: rgba(255,255,255,0.8);
    font-size: 0.16rem;
    text-align: center;
    margin-top: 0.06rem;
  }
  .icp-footer .code-box .footer-links{
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.2rem;
    padding-top: 0.1rem;
  }
  .icp-footer .code-box .footer-links a{
    color: rgba(255,255,255,0.7);
    font-size: 0.15rem;
    text-decoration: none;
  }
  .icp-footer .code-box .footer-links a:hover{
    color: #fff;
  }
  .icp-footer .code-box .footer-desc{
    color: rgba(255,255,255,0.5);
    font-size: 0.14rem;
    line-height: 0.26rem;
    text-align: center;
    max-width: 8rem;
    margin: 0.1rem auto 0;
  }

.help-text{
    padding-bottom:100px;
}
.help-text .imgtitle{
    width:2.39rem;
    height:0.89rem;
    left:3.6rem;
}
.help-list{
    width:12rem;
    margin:0 auto;
    padding-top:2.96rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.help-item{
    width: 3.6rem;
    height: 2.11rem;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding:0.17rem 0.17rem 0 0.17rem;
    box-sizing: border-box;
    margin:0.15rem;
    background:#F2F8FF;
    position: relative;
}
.help-item .right-img{
    width:0.6rem;
    height:0.54rem;
    position: absolute;
    top:0.17rem;
    right:0.26rem;
}
.help-item .question{
    padding-top:0.2rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
.help-item .answer{
    padding-top:0.2rem;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    position: relative;
}
.help-item .question img,.help-item .answer img{
    width:0.42rem;
    height:0.42rem; 
}
.help-item .question .question-text,.help-item .answer .question-text{
    border-radius: 0.04rem 0.2rem 0.2rem 0.2rem;
    padding:0.1rem 0.18rem;
    font-size: 0.16rem;
    color:#2462EC;
    background:#D0F1FF;
    display: inline-block;
    margin-left:0.14rem;
    max-width:2rem;
    display: inline-block;
}
.help-item .answer .question-text{
    border-radius: 20px 4px 20px 20px;
    margin-right:0.14rem;
    line-height: 0.2rem;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    width:2rem;
    height:0.7rem;
}
.help-item .answer .question-text .span{
    position: absolute;
    right:0.18rem;
    bottom:0.08rem;
    color:#2462EC;
    font-size:0.12rem;
    display: inline !important;
    cursor: pointer;
    background:#D0F1FF;
}
.help-item .answer .question-text .span .span-img{
    position: relative;
    width:0.08rem;
    height:0.06rem;
}
.load-data{
    display: block;
    cursor: pointer;
    width:114px;
    height:38px;
    margin:0 auto;
    margin-top:20px;
}
.help-details{
    background:#fff;
    width:12rem;
    margin:0 auto;
    border-radius: 12px 12px 12px 12px;
}
.help-details h2{
    padding-top:0.7rem;
    position: relative;
    font-size:0.4rem;
    text-align: center;
   padding-bottom:0.3rem;
}
.help-details h2 img{
    width:30px;
    position: absolute;
    left:0.54rem;
    top:0.80rem;
    cursor: pointer;
}
.connect-code{
    width:12rem;
    margin:0 auto;
}
.connect-code .imgbg2{
    top:2.8rem;
}

.connect-code .address{
    margin:0 auto;
    display:flex;
    padding-top:2.82rem;
}
.address .map{
    width:738px;
    height:344px;
    margin-right:0.4rem;
}
.address-tel{
    width:436px;
    height:223px;
    padding:47px 58px 0px;
    background:#fff;
    box-sizing: border-box;
}
.address-tel h5{
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #222222;
}
.address-tel p{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    text-align: left;
    margin-top:0.2rem;
    line-height: 0.25rem;
}
.BMap_bubble_pop{
    border:none !important;
    padding:0 20px !important;
}
.BMap_bubble_title{
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    display: block;
    padding-top:0.2rem;
}
.anchorBL{
    display: none;
}

body::-webkit-scrollbar{
    display: none;
}