body{  margin:0; padding:0; text-align:center;  font-size:0.12rem; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

/*-返回定部-*/
#tbox{width:0.54rem; float:right; position:fixed; right:0.5rem; bottom:0.55rem;}
#gotop{ width:0.54rem; height:0.54rem; background:#f19601; display:block;}
#gotop .retopic{display: inline-block; border-top: 0.02rem solid; border-right: 0.02rem solid; margin-top: 0.2rem; width: 0.25rem; height: 0.25rem; border-color: #fff; transform: rotate(-45deg);}

.wap-main{width: 100%; height: auto; }
.wap-main .main-m{width:7rem; height: 100%;position: relative; margin: 0 auto; text-align: center;}
.wap-main img{width: 100%;height: 100%;display: block;}

/* 按钮 */
.wap-main .jqbtn{
    margin-top: 0.25rem;
    display: flex;align-items: center;justify-content: center;gap: 0.08rem;
    overflow: hidden;
}
.wap-main .jqbtn .jqbtnone{
    position: relative;
    background: linear-gradient(to right, #534ffb, #386ef4, #257fef, #c34b67);border-radius: 0.30rem 0.05rem 0.08rem 0.45rem;
    width: 2rem;height: 0.65rem;padding: 0 0 0.05rem 0.01rem;box-sizing: border-box;
    transform: skewX(-10deg);overflow: hidden;
}
.wap-main .jqbtn .jqbtnone .jqbtnonein{
    width: 100%;height: 100%;position: relative;
    background: linear-gradient(152deg, #294fe2, #063492);border-radius: 0.30rem 0.05rem 0.08rem 0.45rem ;box-shadow: inset 0 0 0.02rem 0.01rem #6991d9;
    display: flex;align-items: center;justify-content: center;
}
.wap-main .jqbtn .jqbtnone .btntxt{
    color: #fff;font-size: 0.28rem;line-height: 0.28rem;font-weight: bold;transform: skewX(10deg);
}
.wap-main .jqbtn .btnshan{
    width: 1.23rem;height: 0.13rem;
    position: absolute;bottom: -0.06rem;left: 0;
    animation: moveLeftToRight 4s infinite linear;
}
@keyframes moveLeftToRight{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(2.30rem);
    }
}
.wap-main .jqbtn .jqbtntwo{
    background: linear-gradient(to right, #f6a371, #b61411,#ef8963);border-radius: 0.05rem 0.45rem 0.30rem 0.08rem;
    width: 3.5rem;height: 0.65rem;padding: 0 0.03rem 0.05rem 0;box-sizing: border-box;
    cursor: pointer;
    transform: skewX(-10deg);overflow: hidden;
}
.wap-main .jqbtn .jqbtntwo .jqbtntwoin{
    width: 100%;height: 100%;position: relative;
    background: linear-gradient(to right, #f53c3a, #f46336);border-radius: 0.05rem 0.45rem 0.30rem 0.08rem;box-shadow: inset 0 0 0.02rem 0.01rem #f89697;
    display: flex;align-items: center;justify-content: center;gap: 0.12rem;
}
.wap-main .jqbtn .jqbtntwo .btnhand{ 
    width: 0.64rem;height: 0.66rem;
    position: absolute;bottom: -0.38rem;right: -0.32rem;
    animation: handleanimation 2s ease infinite;
}
.wap-main .jqbtn .jqbtntwo .btntxt{
    color: #fff;font-size: 0.28rem;line-height: 0.28rem;font-weight: bold;transform: skewX(10deg);
}
.wap-main .jqbtn .btnshantwo{
    width: 0.931rem;height: 0.161rem;
    position: absolute;bottom: -0.06rem;left: -1rem;
    animation: moveLeftToRighttwo 4.5s infinite linear;
}
@keyframes moveLeftToRighttwo{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(4.5rem);
    }
}



/* 标题 */
.wap-main .main-m .frtitle{
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    position: relative;
}
.wap-main .main-m .frtitle .frtitleone{
    font-size: 0.2rem;font-weight: 200;color: #fff;margin-bottom: 0.10rem;
}
.wap-main .main-m .frtitle .frtitleone span{color: #ef1049;font-weight: 500;}
.wap-main .main-m .frtitle .frtitletwo{
    font-size:0.48rem;font-weight: 500;color: #fff;line-height: 0.48rem;
}
.wap-main .main-m .frtitle .frtitlethree{
    font-size:0.32rem;font-weight: 300;color: #fff;line-height: 0.32rem;
    margin-top: 0.1rem;
}
.wap-main .main-m .frtitle .frtitleimg{
    width: 0.71rem;height: 0.71rem;
    position: absolute;right: -0.75rem;bottom: -0.12rem;
}



/* 顶部*/
.wap-main .top{
    width: 100%; height:auto;
    background-color: #030712;
    padding-bottom: 0.35rem;
}
.wap-main .topimg{
    width: 7.5rem;height: 6.2rem;
    margin: 0 auto;
}
.wap-main .topBox{
    position: relative;
    width: 100%;
    display: flex;flex-direction: column;align-items: center;
}
/* 预约到访学习中心 */
.wap-main .getbox{ width: 100%;margin: 0 auto; }
.wap-main .get-form{
    width: 100%;
    background-color: #FFF; border-radius: 0.15rem;
    padding:0.3rem 0.5rem;box-sizing: border-box;
}
.wap-main .get-form .get-form-top{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.wap-main .get-form .get-form-top .gft-item{width: 100%;height: 0.9rem;position: relative;display: flex;align-items: center;border: 0.01rem solid #101010;padding: 0 0 0 0.25rem;box-sizing: border-box;margin-bottom: 0.3rem;}
.wap-main .get-form .get-form-top .gft-item .gfi-img{width: 0.3rem;height: 0.36rem;margin-right: 0.3rem;}
.wap-main .get-form .get-form-top .gft-item .gfi-input{height: 100%;}
.wap-main .get-form .get-form-top .gft-item .gfi-input input{font-size: 0.28rem;}
.wap-main .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;height: 100%;}
.wap-main .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 0.2rem;top: 50%;transform: translate(0, -50%);}
.wap-main .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 0.1rem 0.15rem;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;color: #ffffff;font-size: 0.28rem;background-color: #767676;}
.wap-main .get-form .get-form-top .gft-submit{
    color: #fffeff;font-size: 0.3rem;font-weight: bold;
    width: 100%;height: 0.8rem;
    background: linear-gradient(to right, #db3316,#fe8a00)  ;
    padding: 0 0.65rem;box-sizing: border-box;
    display: flex;align-items: center;justify-content: center;gap: 0.08rem;
}
.wap-main .get-form .get-form-top .gft-submit .tjiaoimg{
    width: 0.33rem;height: 0.32rem;
}
.wap-main .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 0.2rem;font-size: 0.24rem;}

/* 重构分层培养体系 */
.wap-main .tixi{
    display: flex;flex-direction: column;gap: 0.2rem;
    margin: 0.35rem auto; 
}
.wap-main .tixi .tixiitem{
    display: flex;align-items: center;gap: 0.2rem;
    border-radius: 0.25rem;box-shadow: -0.01rem 0.01rem 0 0.02rem #0a285a;
    border-top: 0.01rem solid #14141e;border-right: 0.01rem solid #14141e;
    width: 6.6rem;padding: 0.30rem 0.08rem 0.30rem 0.25rem;box-sizing: border-box;
}
.wap-main .tixi .tixiitem .tiximg{ width: 1.17rem;height: 1.17rem; }
.wap-main .tixi .tixiitem .tixides{
    display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;gap: 0.15rem;
}
.wap-main .tixi .tixiitem .tixides .tixidesone{
    color: #fff;font-weight: bold;font-size: 0.31rem;
    display: flex;
}
.wap-main .tixi .tixiitem .tixides .tixidestwo{ color: #fff;font-weight: 300;font-size: 0.26rem;text-align: left;}

/* 新航道4R个性化课程 内核升级 */
.wap-main .neihe{
    width: 100%;
    display: flex;flex-direction: column; align-items: center;gap: 0.25rem;
    margin-top: 0.25rem;
}
.wap-main .neihe .nhleft{ width: 4.82rem;height: 4.87rem;}
.wap-main .neihe .nhright{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;gap: 0.15rem;
    background: linear-gradient(to right, transparent, #ec691b, #f19830, transparent);
    padding: 0.18rem 0;
}
.wap-main .neihe .nhright .nhrighttxt{ color: #fff;font-size: 0.28rem;font-weight: bold;}
.wap-main .neihe .nhright  .nrimgone{width: 6.802rem;height: 3.971rem;}
.wap-main .neihe .nhright  .nrimgtwo{width: 6.802rem;height: 5.4435rem;}

/* 系列轮播 */
.wap-main .setting{
    width: 100%; height:auto;
    background: url("../images/bg02.png") no-repeat top;background-size: cover;
    padding: 0.35rem 0;box-sizing: border-box;
}
.wap-main .setting .lunbohead{
    width: 100%;
    display: flex;flex-wrap: wrap; align-items: center;justify-content: center;gap: 0.15rem;
}
.wap-main .setting .lunbohead .lbheadtxt{
    width: 2.1rem;height: 0.55rem;
    display: flex;align-items: center;justify-content: center;
    border: 0.02rem solid #e8e8e8;background: linear-gradient(to right,#9c9c9c,#979797,#bfbfbf);border-radius: 0.30rem;
    color: #feffff;font-size: 0.28rem;font-weight: bold;
    box-shadow: inset 0rem 0rem 0.05rem 0.02rem #cfcfcf;
}
.wap-main .setting .lunbohead .lbheadtxtactive{
    width: 2.1rem;height: 0.55rem;
    display: flex;align-items: center;justify-content: center;
    border: 0.02rem solid #fbdfb8;background: linear-gradient(47deg, #fb4c2f,34%, #ff805d, #ff6089);border-radius: 0.30rem;
    color: #fff;font-size: 0.28rem;font-weight: bold;
    box-shadow: inset 0 -0.04rem 0.09rem 0.02rem #fec367;
}

.wap-main .setting .xlcontent{
    width: 100%;height: 0;overflow: hidden;
    display: flex;flex-direction: column;
}
.wap-main .addheight{
    height: auto !important;margin-top: 0.35rem;
}
.wap-main .setting .xlcontent .xltitle{
    width: 100%;height: 0.55rem;
    padding-left: 0.2rem;box-sizing: border-box;
    background: #fff;border-radius: 0.10rem 0.10rem 0 0;box-shadow: inset 0 -0.08rem  0.1rem 0.01rem #f8ece2;
    color: #000;font-size: 0.22rem;line-height: 0.22rem;
    display: flex;justify-content: flex-start;align-items: center;
}
.wap-main .setting .xlcontent .xltitle span{font-weight: bold;}

.wap-main .setting .xlcontent .xltable{
    background-color: #fff;
    padding: 0.15rem;box-sizing: border-box;
    position: relative;
}
.wap-main .setting .xlcontent .xltable .xltabletitle{color: #000;font-size: 0.28rem;line-height: 0.28rem;font-weight: bold;}
.wap-main .setting .xlcontent .xltable .xltablethtd{margin-top: 0.15rem;}
.wap-main .setting .xlcontent .xltable th{
    color: #fff;font-size:0.28rem;font-weight: bold;
    background-color: #271c1a;border-right: 0.01rem solid #fff;box-sizing: border-box;
    padding: 0.05rem 0;
}
.wap-main .setting .xlcontent .xltable td{ font-size: 0.26rem; }
.wap-main .setting .xlcontent .xltable td:nth-child(1){ font-weight: bold; }
.wap-main .setting .xlcontent .xltable .tdtwo{
    text-align: left;
    width: 100%;height: 100%;padding:0.15rem;box-sizing: border-box;
    display: flex;flex-direction: column; align-items: flex-start;justify-content: center;
    line-height: 0.42rem;
}
.wap-main .setting .xlcontent .xltable .tdtwo span{ font-weight: bold;}
.wap-main .setting .xlcontent .xltable tr:nth-child(2) td {background-color: #f8f8f8;}
.wap-main .setting .xlcontent .xltable tr:nth-child(3) td {background-color: #f2f0f1;}
.wap-main .setting .xlcontent .xltable tr:nth-child(4) td {background-color: #ebe9ea;}
.wap-main .setting .xlcontent .teacher-pre{
    width: 0.54rem;height: 0.54rem;
    position: absolute;top: 50%;transform: translate(0,-50%); z-index: 1;
}
.wap-main .setting .xlcontent .swiper-wrapper{margin-bottom: 0.10rem;}
.wap-main .setting .xlcontent .swiper-pagination-bullet{
    width: 0.12rem;height: 0.12rem;background-color: #d0cfce;opacity: 1;
}
.wap-main .setting .xlcontent .swiper-pagination-bullet-active{
    width: 0.12rem;height: 0.12rem;background-color: #106cf5;
}
/* 出分责任 */
.wap-main .setting .xlcontent .zeren{ width: 6.7165rem;height: 3.3915rem;margin: 0 auto; }
/* 雅思战队老师 */
.wap-main .setting .xlcontent .zdteacher{
    display: flex;flex-direction: column;align-items: flex-start;
}
.wap-main .setting .xlcontent .zdteacher .zdrow{
    width: 100%;
    display: flex;align-items: flex-end;justify-content: space-between;
    margin-bottom: 0.12rem;
}
.wap-main .setting .xlcontent .zdteacher .zdrow:last-child{margin-bottom: 0;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztleft-item{display: flex;flex-direction: column;align-items: flex-start;width: 100%; }
.wap-main .setting .xlcontent .zdteacher .zdrow .ztleft-item .ztitem-title{
    text-align: left;font-size: 0.3rem;font-weight: bold;color: #f9ae3b;
    margin-bottom: 0.05rem;
}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztleft-item .ztitem-tea{
    display: flex;align-items: flex-start; gap: 0.02rem;
    width: 100%;
}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .teaperson{ position: relative;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .teaperson .zdname{ display: none;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .teaperson .zdprof{ display: none;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .teaperson .ztitem-tea-imgzero{ width: 2.2148rem;height: 2.7342rem;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .ztitem-tea-name{ 
    position: absolute;bottom: 0.05rem;left: 0.12rem;
    display: flex;flex-direction: column;
    text-align: left;font-size: 0.28rem;color: #fff;
}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .ztitem-tea-name span{font-weight: bold;font-size: 0.3rem;}
/* 托福战队老师 */
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .ztitem-tea-img{ width: 1.03rem;height: 1.54rem;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .ztitem-tea-nametwo{font-size: 0.2rem !important;}
.wap-main .setting .xlcontent .zdteacher .zdrow .ztitem-tea .ztitem-tea-nametwo span{font-size: 0.22rem !important;}
/* 教师辅导 */
.wap-main .setting .xlcontent .fudaoitem{
    width: 3.24rem;height: 2.16rem;
    border: 0.05rem solid transparent;border-image: linear-gradient(to top,#cf0711,#edac88,transparent) 1;
}
/* 校校系统 */
.wap-main .setting .xlcontent .xxone{
    width: 6.5rem;
    border: 0.05rem solid transparent;border-image: linear-gradient(to top, #cf0711, #edac88, #fdf8ec, 99%, transparent) 1;
    box-shadow: 0 -0.5rem 0.45rem 0 #fdf8ec;
    display: flex;align-items: center;justify-content: center;
    position: relative;
    margin: 0.70rem auto 0 auto;
}
.wap-main .setting .xlcontent .xxone .xxonetitle{
    position: absolute;left: 0;top: -0.5rem;
    width: 3rem;height: 0.45rem;
    padding-left: 0.15rem;box-sizing: border-box;
    background: linear-gradient(to right, black, transparent);
    text-align: left;color: #fff;font-size: 0.26rem;font-weight: bold;line-height: 0.26rem;
    display: flex;align-items: center;justify-content: flex-start;
}
.wap-main .setting .xlcontent .xxone .xximg{ width: 6.5rem;height: 3.718rem; }
/* 月度盘查 */
.wap-main .setting .xlcontent .yueduitem{
    width: 3.325rem;height: 2.0195rem;
    /* border: 0.05rem solid transparent;border-image: linear-gradient(to top,#cf0711,#edac88,transparent) 1; */
}

/* 最后 */
.wap-main .last{ 
    width: 100%; height:auto;
    background: url("../images/bg03.png") no-repeat bottom;background-size: 100%;background-color: #252b67;
    padding: 0.15rem 0 1rem 0;box-sizing: border-box;
}
/* 师徒访谈专栏 */
.wap-main .last .zhuanlan{
    width: 100%;
    display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between;gap: 0.15rem 0;
    margin: 0.25rem auto 0.45rem auto;
}
.wap-main .last .zhuanlan .zlitem{
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    background: linear-gradient(to top, #fff, 75%, #a02230, transparent);
    width: 3.45rem;
}
.wap-main .last .zhuanlan .zlitem .zlitemimg{ width: 3.2775rem;height: 2.1945rem; }
.wap-main .last .zhuanlan .zlitem .zldes{
    width: 100%;height: 0.55rem;
    display: flex;align-items: center;justify-content: center;gap: 0.12rem;
}
.wap-main .last .zhuanlan .zlitem .zldes .zldestxt{  font-size: 0.26rem;font-weight: bold; }
.wap-main .last .zhuanlan .zlitem .zldes .zldestxt span{ color: #ff2c00; }
.wap-main .last .zhuanlan .zlitem .zldes .zlsmallimg{ width: 0.39rem;height: 0.39rem; }
/* 提升英语能力，赢战出国考试 */
.wap-main .last .fudaodes{
    background: linear-gradient(to right, transparent, #762b16, #cd010d, #762b16, transparent);
    width: 5.60rem;height: 0.5rem;
    color: #fff;font-size: 0.26rem;font-weight: bold;line-height: 0.26rem;
    display: flex;align-items: center;justify-content: center;
    margin: 0.25rem auto;
}
.wap-main .last .fdbox{
    width: 100%;margin: 0 auto 0.50rem auto; position: relative;
    display: flex;flex-direction: column; align-items: center;gap: 0.25rem;
}
.wap-main .last .fdbox .fdboxleft{
    width: 100%;height: auto;
    background: url("../images/fdbgimg.png") no-repeat bottom;background-size: cover;background-color: #fff;
    display: flex;flex-direction: column;align-items: center;
    position: relative;z-index: 1;
    padding: 0.25rem 0 0.18rem;
}
.wap-main .last .fdbox .fdboxleft .fdtop{display: flex;}
.wap-main .last .fdbox .fdboxleft .fdtop .fdtopitem{position: relative;width: 1.42rem;height: 1.42rem;}
.wap-main .last .fdbox .fdboxleft .fdtop .fdtopitem .fdimg{ width: 1.42rem;height: 1.42rem; }
.wap-main .last .fdbox .fdboxleft .fdtop .fdtopitem .fdtxt{
    color: #fff;font-size: 0.24rem;font-weight: bold;
    position: absolute;left: 50%;top: 40%;transform: translate(-50%,-50%);
    width: 100%;
}
.wap-main .last .fdbox .fdboxleft .fdbottom{ color: #000000;font-size: 0.26rem;font-weight: bold; }
.wap-main .last .fdbox .fdboxleft .fdbottom span{color: #ce000d;}

/* 预约表单 */
.wap-main .last .fdbox .fdboxright{
    position: relative;z-index: 1;
    width: 6.8rem;margin: 0 auto;
    background-color: #fff;border-radius: 0.25rem;
    display: flex;flex-direction: column; align-items: center;justify-content: center;
    padding: 0.25rem;box-sizing: border-box;
} 
.wap-main .last .fdbox .fdboxright .fdboxrighttitle{    
    font-size: 0.32rem;font-weight: bold;line-height: 0.32rem;
    background: linear-gradient(to right, #db361a, #fc8203);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;
    margin-bottom: 0.25rem;
} 

/* 文字介绍 */
.wap-main .last .lastbox{ display: flex;flex-direction: column;align-items: center;justify-content: center;}
.wap-main .last .lastbox .lathree{ 
    font-size: 0.32rem;color: #fff;font-weight: 400;line-height: 0.32rem;
}
.wap-main .last .lastbox .lathree span{ font-weight: bold; }
.wap-main .last .lastbox .laone{ 
    background-color: #a40404;border-radius: 0.35rem;
    width: 4.9rem;height: 0.55rem;
    display: flex;align-items: center;justify-content: center;
    color: #fff;font-size: 0.3rem;font-weight: 300;line-height: 0.3rem;
    margin: 0.15rem auto 0.15rem auto; 
}
.wap-main .last .lastbox .latwo{ color: #fff;
    font-weight: 300;font-size: 0.26rem;line-height: 0.26rem;
}













/* 战队弹框 */
.wap-main .yasimodal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;overflow: hidden;display: none; }
.wap-main .yasimodal .graybg{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: relative;z-index: 1;}

.wap-main .yasimodal .yasidialog{
    background: #fff;
    width: 7rem;padding: 0.19rem;-webkit-box-sizing: border-box;box-sizing: border-box;
    position: absolute;top: 40%;left: 50%;transform: translate(-50%, -50%);
    display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 2;
}
.wap-main .yasimodal .yasidialog .dia-title{
    width: 6.48rem;padding: 0.08rem 0;background: #0d248a;
    font-size: 0.32rem;font-weight: bold;color: #fff;
    display: flex;align-items: center;justify-content: center;
}
/* 老师介绍 */
.wap-main .yasimodal .yasidialog .dia-center{width: 6.48rem; padding: 0.15rem;background: #e7e7e7;display: flex;box-sizing: border-box;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenimg{width: 1.17rem;height: 1.75rem;margin-right: 0.10rem;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenimg img{width: 100%;height: 100%;display: block;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright{background-color: #fff;padding: 0.10rem 0.10rem 0.10rem 0.20rem;display: flex;width: 100%;box-sizing: border-box;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des{width: 3.1rem;display: flex;flex-direction: column;align-items: baseline;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desone{display: flex;align-items: end;font-size: 0.24rem;font-weight: 300;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desone span{ font-weight: bold;font-size: 0.32rem;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-destwo{ width: 1.8rem;height: 0.55rem;display: flex;align-items: center;justify-content: center;background: #ffe5b2;border-radius: 0.20rem 0 0.20rem 0;font-weight: 300;font-size: 0.22rem;margin: 0.08rem 0 0.05rem 0;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desthree{display: flex;flex-direction: column;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desthree .dia-desthreeItem{ display: flex;align-items: center;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desthree .ddthre-point{width: 0.05rem;height: 0.05rem;background: #605f5f;border-radius: 50%;margin-right: 0.08rem;}
.wap-main .yasimodal .yasidialog .dia-center .dia-cenright .dia-des .dia-desthree .ddthre-txt{text-align: left;font-size: 0.22rem;font-weight: 300; width: 3.5rem;}
/* 视频 */
.wap-main .yasimodal .yasidialog .dia-bottomvideo {width: 6.48rem;height: 3.65rem;margin: 0.15rem auto 0 auto;}
.wap-main .yasimodal .yasidialog .dia-bottomvideo .player{width: 100%;height: 100%;}

/* 预约表单 */
.wap-main .yasimodal .get-form{padding: 0.15rem;width: 100%;box-sizing: border-box;background: #fff;}
.wap-main .yasimodal .get-form .get-form-top{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.wap-main .yasimodal .get-form .get-form-top .gft-item{
    width: 100%;height: 0.75rem;
    position: relative;
    display: flex;align-items: center;
    background-color: #ffffff ;border: 0.01rem solid #000;
    padding: 0 0 0 0.25rem;box-sizing: border-box;
    margin-bottom: 0.15rem;
}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-img{width: 0.25rem;height: 0.28rem;margin-right: 0.3rem;}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-input{height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-input input{height: 93%;font-size: 0.26rem;}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;width: 100%;height: 93%;}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 0.2rem;top: 50%;transform: translate(0, -50%);}
.wap-main .yasimodal .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 0.1rem 0.15rem;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;color: #ffffff;background-color: #767676;font-size: 0.28rem;}
.wap-main .yasimodal .get-form .get-form-top .gft-submit{width: 100%;height: 0.8rem;background-color: #0d248a;padding: 0 0.65rem;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.wap-main .yasimodal .get-form .get-form-top .gft-submit .gfs-img{width: 0.33rem;height: 0.33rem; margin-right: 0.1rem;}
.wap-main .yasimodal .get-form .get-form-top .gft-submit .gfs-img img{width: 100%;height: 100%; display: block;}
.wap-main .yasimodal .get-form .get-form-top .gft-submit .gfs-txt{color: #fffeff;font-size: 0.32rem;font-weight: bold;}
.wap-main .yasimodal .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 0.2rem;font-size: 0.24rem;}
/* 输入框 */
.wap-main .yasimodal .yasidialog  .get-form input::-webkit-input-placeholder {color: #cacbca;font-size: 0.24rem;}
.wap-main .yasimodal .yasidialog  .get-form input:-moz-placeholder {color: #cacbca;font-size: 0.24rem;}
.wap-main .yasimodal .yasidialog  .get-form input::-moz-placeholder {color: #cacbca;font-size: 0.24rem;}
.wap-main .yasimodal .yasidialog  .get-form input:-ms-input-placeholder {color: #cacbca;font-size: 0.24rem;}
/* 关闭 */
.wap-main .yasimodal .diaclose{ position: absolute;bottom: -0.8rem;left: 50%;transform: translate(-50%, 0);width: 0.52rem;height: 0.53rem;}
.wap-main .yasimodal .diaclose img{ width: 100%;height: 100%;}

/* 全封闭视频弹窗 */
.wap-main  .qfbvideo{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;overflow: hidden;display: none;}
.wap-main  .qfbvideo .qfbshowvideo{
    background: #fff;
    width: 7rem;padding: 0.19rem;-webkit-box-sizing: border-box;box-sizing: border-box;
    position: absolute;top: 35%;left: 50%;transform: translate(-50%, -50%);
    display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 2;
}
.wap-main  .qfbvideo .qfbshowvideo .qfbtitle{color: #000;font-weight: bold;font-size: 0.32rem;margin-bottom: 0.15rem;}
.wap-main  .qfbvideo .qfbshowvideo .qfbvideobox{width: 6.48rem;height: 3.63rem;}
.wap-main  .qfbvideo .qfbshowvideo .qfbvideobox .player{width: 100%;height: 100%;}
.wap-main  .qfbvideo .qfbgraybg{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: relative;z-index: 1;}
.wap-main  .qfbvideo .qfbdiaclose{position: absolute;bottom: -0.8rem;left: 50%;transform: translate(-50%, 0);width: 0.52rem;height: 0.53rem;}
.wap-main  .qfbvideo .qfbdiaclose img{ width: 100%;height: 100%;}
