/* 项目全局通用样式 */
.header{
    width: 100%;
    /* background-color: #0F54EF; */
    color: white;
    /* background: url("https://qiniu.htknow.com/18165_b84630a378d76748308920737c479c10.png?imageslim")no-repeat center;
    background-size: 100% 100%; */
    transition: all .5s;
    
}
.menu-top{
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: .72rem;
    display: flex;
    z-index: 99;
    align-items: center;
    transition: all .3s;
}
/* 激活 */
.menu-top.active{
    background-color: white;
}
.menu-top.active .menu-item a{
    color: #333;
}
.menu-top.active .menu-right a.color-white{
    color:#3D6EFF;
}
.menu-top.active .btn{
    background-color: #3969FF;
    color: white;
}

.menu-top.shadow{
    box-shadow: 0px .02px .08rem 0px rgba(204,204,204,0.5);
}

.menu-top.active .white-logo{
    background: url("https://qiniu.htknow.com/18165_1bb87d41d15fe27b500a4bfcde01bb0e-1.png?imageslim")no-repeat center;
    background-size: 100% 100%;
}


/* hover */
.menu-top:hover{
    background-color: white;
}
.menu-top:hover .menu-item a{
    color: #333;
}
.menu-top:hover .menu-right a.color-white{
    color:#3D6EFF;
}
.menu-top:hover .btn{
    background-color: #3969FF;
    color: white;
}

.menu-top:hover .white-logo{
    background: url("https://qiniu.htknow.com/18296_a8e8d7708c241f40374ed99fad39bcbb.png?imageslim")no-repeat center;
    background-size: 100% 100%;
}

.content-block{
    width: 12rem;
    margin: auto;
}
.white-logo{
    width: 1.22rem;
    height: .44rem;
    background: url("https://qiniu.htknow.com/18296_717f2bc6669c08c3b93f4eb720a1ef14.png?imageslim")no-repeat center;
    background-size: 100% 100%;
}
.menu{
    height: .72rem;
    line-height: .72rem;
}
.pointer{
    cursor: pointer;
}
.menu .menu-item{
    font-size: .16rem;
    padding: 0 .2rem;
    transition: all .3s;
    cursor: pointer;
}
.menu-right{
    margin-left: auto;
}

.arrow-down{
    width: .12rem;
    height: .08rem;
    display: inline-block;
    background: url("https://qiniu.htknow.com/18296_a040df8d70cdd5f0de29701bbb39222c-1.png?imageslim")no-repeat center;
    background-size: cover;
}

.menu-top.active .arrow-down,.menu-top:hover .arrow-down{
    background: url("https://qiniu.htknow.com/18296_845d971ea3562d272a23c968b78c24fc.png?imageslim")no-repeat center;
    background-size: cover;
}

.menu-item.has-sub-menu:hover .arrow-down{
    background: url("https://qiniu.htknow.com/18296_a518992632a36ac0bd54b12d4a09fccd-1.png?imageslim")no-repeat center;
    background-size: cover;
}

.sub-menu{
    display: none;
    position: fixed;
    top: .72rem;
    left: 50%;
    transform: translate(-50%,0);
    overflow: hidden;
    background-color: white;
    box-sizing: border-box;
    border-top: 2px solid #3969FF;
    transition: all .3s;
    box-shadow: 0px 2px .24rem 0px rgba(0,0,0,0.1);
}

.sub-menu.type-1{
    width: 12rem;
    padding: .36rem .56rem .28rem;
    border-radius: 0px 0px .16rem .16rem;
}

.sub-menu.type-2{
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 1.2rem;
    padding: .2rem .2rem 0;
    border-radius: 0px 0px .06rem .06rem;
}

.sub-menu.type-2 .sub-menu-item{
    font-size: .16rem;
    color: #333333;
    line-height: .22rem;
    margin-bottom: .2rem;
}


.menu-item:hover .sub-menu{
    display:flex;
    /* padding: .36rem .56rem .28rem; */
}
.menu-item:hover > a{
    color: #3969FF!important;
}
.menu-item.has-sub-menu:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .1rem;
    right: 50%;
    transform: translateX(50%);
    border-color: transparent transparent #3969FF transparent;
}
.sub-menu-left{
    width: 2.78rem;
    border-right: 1px solid #EEEEEE;
}
.sub-menu-right{
    padding-left: .52rem;
}
.sub-menu-title{
    font-size: .16rem;
    
    color: #666666;
    position: relative;
    line-height: .22rem;
    margin-bottom: .28rem;
}
.sub-menu-title::before{
    content: '';
    position: absolute;
    height: .16rem;
    width: .04rem;
    background-color: #3969FF;
    left: -.12rem;
    top: 50%;
    transform: translateY(-50%);
}
.sub-menu-item{
    font-size: .18rem;
    
    font-weight: normal;
    color: #333333;
    line-height: .25rem;
    margin-bottom: .26rem;
}
.sub-menu-item:last-child{
    margin-bottom: 0;
}

.menu-item .sub-menu .sub-menu-item:hover{
    color: #3969FF;
}

.sub-menu-icon{
    margin-right: .17rem;
    width: .4rem;
    height: .4rem;
}
.sub-menu-item.only-word{
    margin-right: .74rem;
    margin-bottom: .20rem;
    min-width: .9rem;
}

.sub-menu-item.only-word:nth-child(3n){
    margin-right: 0;
}

.pupup_reg{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    backdrop-filter: blur(3px);
    transition: all ease .3s;
    user-select: none;
    animation: fadeIn .3s ease forwards;
    opacity: 0;
    display: none;
}
.reg-warning-tip{
    width: 460px;
    height: 40px;
    background: #FFC977;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 550;
    color: #333333;
    margin-left: -43px;
    margin-top: 13px;
    line-height: 1.2;
}
.reg-warning-tip .reg-con-sign{
    margin:0 10px 0 5px;
    line-height: 1.2;
}
.reg-warning-tip .reg-a-link{
    color: #3D61FF;
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
}

.con{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    box-sizing: border-box;
    border-radius: 12px;
    width: 80%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.6);
    background: #fff;
    padding: 24px 64px 32px;
    opacity: 0;
    animation: fadeIn_con .3s .15s ease forwards;
}

@media screen and (max-height: 769px) {
    .con {
        animation: fadeIn_con_small .3s .15s ease forwards;
    }
}


.apply{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    user-select: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.reg_close_btn{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    user-select: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px !important;
    line-height: 56px;
    width: 56px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    color: #999999;
}

.pupup-list{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.pupup-item{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.t{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    width: 20%;
    text-align: left;
    color: #666666;
}

.pupup_reg .input{
    user-select: none;
    list-style: none;
    margin: 0;
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    outline: none;
    transition: all ease .3s;
    height: 42px;
    flex: 1;
    box-sizing: border-box;
    border: 2px solid #eee;
    border-radius: 100px;
    padding: 0 24px;
    /* margin-top: 10px; */
    color: #333333;
    font-size: 14px;
    width: 100%;
}

.pupup_reg .t{
    margin-bottom: .1rem;
}

.input-icon2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: .3s;
}

.input-icons2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: .3s;
}

.input-icon2 img,.input-icons2 img{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    max-width: 100%;
    width: 14px;
    height: 8px;
}

.options-list2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    transition: .3s;
}

.options-item2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    user-select: none;
    list-style: none;
    width: 100%;
    margin-top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.options-item-text2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    user-select: none;
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}

.options-item-right2{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    user-select: none;
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    width: 12px;
    height: 8px;
    display: none;
}

.reservation2{
    user-select: none;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    cursor: pointer;
    height: 50px;
    background: #3d6fff;
    border-radius: 26px;
    border: none;
    color: #fff;
    width: 100%;
}
.reservation2:hover{
    opacity: .8;
}
.pupup_reg li:nth-child(n+2) {
    margin-top: 24px;
}

.swiper-pagination{
    bottom: .78rem!important;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@keyframes fadeIn_con {
    0% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: 0
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
}
@keyframes fadeIn_con_small {
    0% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: 0
    }

    100% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 1
    }
}

.swiper-container .swiper-pagination-bullet{
    width: .06rem;
    height: .06rem;
    background-color: rgba(255, 255, 255, .6);
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: .16rem;
    border-radius: .06rem;
    background-color: rgba(255, 255, 255, 1);
}

.fill-info{
    width: 100%;
    padding: .76rem 0 0;
    height: 3.69rem;
    background: url("https://qiniu.htknow.com/18165_c3a1a316a5e9b6907117bbfc493efdc1-1.png?imageslim")no-repeat center;
    background-size: 100% 100%;
}
.fill-info-main-title{
    font-size: .4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .56rem;
}
.fill-info-text{
    font-size: .24rem;
    
    font-weight: normal;
    color: #FFFFFF;
    margin-top: .14rem;
    line-height: .33rem;
    margin-bottom: .62rem;
}
.input{
    width: 2.99rem;
    height: .48rem;
    background: #FFFFFF;
    border-radius: .24rem;
    border: 1px solid #EEEEEE;
    margin-right: .2rem;
    padding: 0 .19rem;
}
.input:last-child{
    margin-right: 0;
}
.btn-join{
    width: 2.4rem;
    height: .5rem;
    background: #FFAF26;
    border-radius: .25rem;
    font-size: .2rem;
    
    font-weight: normal;
    color: #FFFFFF;
}

.bottom-nav{
    padding: .4rem 1.2rem .24rem;
}
.bottom-nav-title{
    font-size: .18rem;
        font-weight: 600;
    color: #333333;
    line-height: .25rem;
    margin-bottom: .3rem;
}

.bottom-nav-text{
    font-size: .14rem;
    
    font-weight: 400;
    color: #666666;
    line-height: .2rem;
    margin-bottom: .12rem;
}
.bottom-nav-text:last-child{
    margin-bottom: 0;
}
.bottom-nav-gutter{
    /* margin-right: .4rem; */
}
.bottom-nav-gutter:last-child{
    margin-right: 0;
}

.section-block{
    width: 12rem;
    margin: auto;
}
.size-120{
    width: 1.2rem;
    height: 1.2rem;
}

/* 带背景的块 */
.section-bg-block{
    background-color: #F8FBFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: .6rem 0;
}
.section-bg-block.bg-white{
    background-color: white;
}

.no-padding{
    padding: 0!important;
}

/* 常用的几个标题样式 */
.h1,.h2,.h3{
    
    color: #333333;
    /* font-weight: bold; */
}
.h1{
    font-size: .4rem;
    line-height: .55rem;
	font-weight: 600;
}
.h2{
    font-size: .36rem;
    line-height: .5rem;
	font-weight: 600;
}
.h3{
    font-size: .28rem;
    line-height: .38rem;
	font-weight: 600;
}
.h4{
    font-size: .24rem;
    line-height: .33rem;
	color: #666666;
}

.text{
    font-size: .18rem;
    /*  */
    color: #333333;
}

.little_text{
    font-size: .16rem;
    /*  */
    color: #666666;
	line-height: .22rem;
}
.small_txt{
	font-size: .14rem;
	/*  */
	font-weight: normal;
	color: #333333;
	line-height: .20rem;
}

/* 带阴影的圈，用于列表分点提示 */
.circle-shadow{
    width: 6px;
    height: 6px;
    background: #3969FF;
    border-radius: 50%;
    flex: none;
    margin-top: .1rem;
    position: relative;
  }

  .circle-shadow::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: .12rem;
    height: .12rem;
    background: rgba(57, 105, 255, .2);
    border-radius: 50%;
}

.circle-shadow.green{
    background: #24E0A1;
}
.circle-shadow.green::after{
    background: rgba(36, 224, 161, .1);
}

.circle-shadow.orange{
    background: #FFBA3B;
}
.circle-shadow.orange::after{
    background: rgba(255, 186, 59, .1);
}

.circle-shadow.red{
    background: #FF5962;
}
.circle-shadow.red::after{
    background: rgba(255, 89, 98, .1);
}

.mask-contailer{
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display:flex;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.comfirm-wrap{
    width: 4.94rem;
    height: 1.45rem;
    background: white;
    border-radius: .1rem;
    padding: .36rem .4rem .15rem;
}
.comfirm-body{
    font-size: .14rem;
    /*  */
    font-weight: 400;
    color: #333333;
    line-height: .2rem;
}
.comfirm-footer{
    margin-top: .2rem;
}

.comfirm-btn{
    width: .8rem;
    height: .34rem;
    border-radius: .17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .14rem;
    /*  */
    font-weight: 400;
    color: #FFFFFF;
    background: #206CFE;
}


.about-menu{
    border-radius: 0 0 .06rem .06rem;
    transform: none;
    left:initial;
}
.about-menu .about-menu-item{
    margin-bottom: .2rem;
    padding: .2rem .2rem 0;
    cursor: pointer;
}
.about-menu .about-menu-item:last-child{
    margin-bottom: 0;
    padding: 0 .2rem .2rem;
}

.footer-form{
    box-sizing: border-box;
    width: 12.51rem;
    /* margin: auto; */
}

.footer-form ul{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.footer-form li{
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    flex: 1;
}

.footer-form .text{
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    width: 100%;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 24px;
}

.footer-form .options-input{
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    width: 100%;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
}

.footer-form .input-icon{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: .3s;
}

.footer-form .input-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: .3s;
}

.footer-form .input-icons img,.footer-form .input-icon img{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    list-style: none;
    box-sizing: border-box;
    max-width: 100%;
    width: 14px;
    height: 8px;
}

.footer-form .options-list{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    font-size: 100%;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    transition: .3s;
}

.footer-form .options-item{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    list-style: none;
    width: 100%;
    margin-top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer-form .options-item-text{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}

.footer-form .options-item-right{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    width: 12px;
    height: 8px;
    display: none;
}

.footer-form .options-item-right img{
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    width: 12px;
    height: 8px;
}

.footer-form .reservation{
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    font-family: -apple-system, SF UI Text, PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    line-height: 1.6;
    cursor: pointer;
    background: #FFAF26;
    height: 50px;
    width: 100%;
    appearance: none;
    border-radius: 100px;
    border: none;
    padding: 0 48px;
    font-size: 18px;
    color: #fff;
}

/* .reservation:hover{
    opacity: .8;
} */


.footer-form ul li:nth-child(n+2) {
    margin-left: 24px;
}

.header-banner{
	height: 6rem;
}

.error-tip{
    font-size: .12rem;
    font-weight: 400;
    color: #EC4655;
    line-height: .17rem;
    margin-left: .16rem;
}

.top-10{
    margin-top: .1rem;
}
.exchange-link-wrap{
    width: 12.51rem;
    margin:0 auto .3rem;
    padding: .16rem 0;
    background-color: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: .14rem;
    font-weight: normal;
    line-height: .20rem;
}

.exchange-link-title{
    color: #333;
    margin-right: .2rem;
}
.exchange-link{
    color: #666666;
    margin-right: .32rem;
}
.banner-600{
    height: 6rem;
    object-fit: cover;
  }

/* 官方电话 */
  .float {
    /* width: 172px;
    height: 320px;
    background: url(/v2/image/f.png) center center no-repeat;
    position: fixed;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9;
    padding: 100px 20px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff */
    width: 168px;
    height: 70px;
    box-sizing: border-box;
    position: fixed;
    right: 20px;
    bottom: 35%;
    transform: translateY(50%);
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(155, 178, 220, 0.25);
    opacity: 1;
    border-radius: 4px;
    padding: 6px;
    color: #333333;
  }
  
  .float .content-box {
    width: 156px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid rgba(153, 153, 153, 0.08);
    border-radius: 4px;
    margin: 0 auto;
    padding: 7px 18px;
    text-align: center;
  }
  
  .float .content-box .top-title {
    font-size: 14px;
    font-weight: bold;
    
  }
  
  .float .content-box .bto-title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  
  .float .content-box .bto-title img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  
  .float .txt {
    line-height: 1.1;
    letter-spacing: 1px
  }
  
  .float .txt p {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #ffdc18;
    font-weight: bold
  }
  
  .float li {
    background: #fff;
    border-radius: 6px;
    margin-top: 12px;
    color: #ff4848;
    padding: 8px 0;
    line-height: 1.3;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2)
  }
  
  .float li .p {
    font-size: 18px
  }

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
    width: .44rem;
    height: .44rem;
    opacity: 0;
}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev{
    opacity: 1;
}
.swiper-container .swiper-button-next{
    background: url(https://qiniu.htknow.com/18296_6c2a07e4087aea6e5ea857a358dc1920.png?imageslim)no-repeat center;
    background-size: 100% 100%;
    right: 1.2rem;
}
.swiper-container .swiper-button-prev{
    background: url(https://qiniu.htknow.com/18296_ed6cd9250f762c80643dc9365b03666e.png?imageslim)no-repeat center;
    background-size: 100% 100%;
    left: 1.2rem;
}

.legal-p{
    color: #333333;
}
.legal-p:hover{
    color: #3D61FF;
}