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:17.25rem; 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.6rem;
    display: flex;align-items: center;justify-content: center;gap: 0.2rem;
}
.wap-main .jqbtn .jqbtnone{
    position: relative;
    background: linear-gradient(to right, #2dcefa, #1287f1,#1ecffb);border-radius: 0.7rem 0.1rem 0.2rem 1.2rem;
    width: 5rem;height: 1.6rem;padding: 0 0 0.1rem 0.02rem;box-sizing: border-box;
    transform: skewX(-10deg);
}
.wap-main .jqbtn .jqbtnone .jqbtnonein{
    width: 100%;height: 100%;position: relative;
    background: linear-gradient(to right, #006df6,13%, #1ab4fa,#33dafe);border-radius: 0.7rem 0.1rem 0.2rem 1.2rem;
    display: flex;align-items: center;justify-content: center;
}
.wap-main .jqbtn .jqbtnone .btntxt{
    color: #fff;font-size: 0.7rem;line-height: 0.7rem;font-weight: bold;transform: skewX(10deg);
}
.wap-main .jqbtn .btnshan{
    width: 3rem;height: 0.3rem;
    position: absolute;bottom: -0.15rem;left: 0.85rem;
}
/* animation: borderwai 2s ease infinite; */
.wap-main .jqbtn .jqbtntwo{
    background: linear-gradient(to right, #f6a371, #b61411,#ef8963);border-radius: 0.12rem 1.2rem 0.7rem 0.2rem;
    width: 7rem;height: 1.6rem;padding: 0 0.07rem 0.12rem 0;box-sizing: border-box;
    cursor: pointer;
    transform: skewX(-10deg);
}
.wap-main .jqbtn .jqbtntwo .jqbtntwoin{
    width: 100%;height: 100%;position: relative;
    background: linear-gradient(to right, #f53c3a, #f46336);border-radius: 0.12rem 1.2rem 0.7rem 0.2rem;
    display: flex;align-items: center;justify-content: center;gap: 0.3rem;
}
/* animation: handleanimation 2s ease infinite; */
.wap-main .jqbtn .jqbtntwo .btnhand{ 
    width: 1.6rem;height: 1.6rem;
    position: absolute;bottom: -0.9rem;right: -0.8rem;
    animation: handleanimation 2s ease infinite;
}
/* animation: btntxtle 2s ease infinite; */
.wap-main .jqbtn .jqbtntwo .btntxt{
    color: #fff;font-size: 0.7rem;line-height: 0.7rem;font-weight: bold;transform: skewX(10deg);
}
/* 边框下沉 */
@keyframes borderwai {
    0% ,20% ,30% { padding: 0 7rem 7rem 0; }
    40% { padding:0; }
    50% ,80% ,100% { padding: 0 7rem 7rem 0; }
}
/* 手 */
@keyframes handleanimation {
    0% { transform: none;  }
    20% { transform: translate(-0.25rem,-0.25rem); }
    30% { transform: scale3d(0.8, 0.8, 0.8); }
    40% { transform: scale3d(0.9, 0.9, 0.9); }
    50% { transform: scale3d(1,1,1); }
    100% { transform: none; }
}
/* 文字 */
@keyframes btntxtle {
    0% ,20% ,30% { transform: skewX(10deg); }
    40% { transform: scale3d(0.8, 0.8, 0.8) skewX(10deg); }
    50% ,80% ,100% { transform: skewX(10deg); }
}

/* 标题 */
.wap-main .alltitle{
    position: relative;
    display: flex;flex-direction: column; gap: 0.15rem;
    width: 10rem;margin: 0 auto;
}
.wap-main .alltitle .titletop{font-size: 0.6rem;}
.wap-main .alltitle .titletop span{font-weight: 900;}
.wap-main .alltitle .titletwo{    
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
}
.wap-main .alltitle .titlethree{    
    color: #cdd2d6;
    font-size: 0.5rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
}
.wap-main .alltitle .titleicon{
    position: absolute;top: 50%;transform: translate(0,-50%);
    display: flex;align-items: center;justify-content: space-between;
    width: 100%;
}
.wap-main .alltitle .titleicon .titleiconone{width: 0.9rem;height: 0.6rem;}




/* 顶部*/
.wap-main .sectionone{
    width: 100%; height:auto;
    background: url("../images/bg01.png") no-repeat top;background-size: 100%;background-color: #ecf6fc;
    padding-bottom: 1.2rem;
}
/* 新加坡预科项目 */
.wap-main .sectionone .one{    
    display: flex;flex-direction: column;justify-content: center;
    width: 100%;
    padding: 2.9rem 4.5rem 0 1.7rem;box-sizing: border-box;
}
.wap-main .sectionone .one .onetxttop{    
    display: flex;align-items: center;gap: 0.25rem;
    background: linear-gradient(to right, #e6f2ff, #e8f2fc);border-radius: 0.6rem;
    padding: 0.12rem 0.4rem 0.12rem 0.2rem;
}
.wap-main .sectionone .one .onetxttop .otopleft{
    display: flex;align-items: center;justify-content: space-between;
    background: linear-gradient(to right, #0358ff, 65%, #30f4b6);border-radius: 0.6rem;
    width: 5rem;height: 1.1rem;
    padding: 0 0.3rem 0 0.12rem;box-sizing: border-box;
}
.wap-main .sectionone .one .onetxttop .otopleft .otoplogo{width: 0.7rem;height: 0.7rem;}
.wap-main .sectionone .one .onetxttop .otopleft .otopname{
    font-weight: 900;font-size: 0.6rem;line-height: 0.6rem;
    background: linear-gradient(to right, #fff, 94%, #44e2d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wap-main .sectionone .one .onetxttop .otopright{ color: #1c1a1b;font-weight: 500;font-size: 0.7rem; }
.wap-main .sectionone .one .onetxtbott{
    font-size: 2.7rem;font-weight: 700;color: #035cff;line-height: 3rem;
    display: flex;flex-direction: column;align-items: flex-start;
    margin-top: 0.25rem;
}
.wap-main .sectionone .one .onetxtbott span{
    background: linear-gradient(120deg, #035cff, 83%, #01c1ff, #01fff2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* 助力学子无缝衔接新加坡名校 */
.wap-main .sectionone .two{   
    width: 100%;
    display: flex;align-items: center;justify-content: center;gap: 0.3rem;
    margin-top: 1.6rem;
}
.wap-main .sectionone .two .twoitem{    
    display: flex;flex-direction: column;align-items: center;
}
.wap-main .sectionone .two .twoitem .twoitleft{
    background: linear-gradient(45deg, #d8f0fd, 48%, #fff);border-radius: 0.4rem;
    width: 1.7rem;height: 1.7rem;
    display: flex;align-items: center;justify-content: center;
    position: relative;z-index: 1;top: 0.8rem;
    box-shadow: 0.02rem 0.02rem 0.05rem 0 #fff, inset 0rem 0rem 0.02rem 0.05rem #fff;
}
.wap-main .sectionone .two .twoitem .twoitleft .tileimg{width: 1rem;height: 1rem;}
.wap-main .sectionone .two .twoitem .twoitright{
    width: 4rem;height: 4.2rem;
    background: #ddeff9;
    box-shadow: 0 0 0.2rem 0.02rem #a9c5dd, inset 0rem 0rem 0.07rem 0.05rem #fff;border-radius: 0.4rem;
    display: flex;flex-direction: column;align-items: center;
    color: #1b191a;font-size: 0.6rem;line-height:1rem;
    padding-top: 1.2rem;box-sizing: border-box;
}
.wap-main .sectionone .two .twoitem .twoitright span{
    color: #1a66b2;font-size: 0.7rem;
}
/* 描述 */
.wap-main .sectionone .three{
    display: flex;align-items: center;justify-content: center;
    margin: 0.7rem auto 0 auto;
    width: 100%;height: auto;
    padding: 0.1rem;box-sizing: border-box;
    border-radius: 0.85rem;background: transparent;
    box-shadow: inset 0rem 0rem 0.07rem 0.5rem #f2f7fb;
}
.wap-main .sectionone .three .threein{
    width: 100%;height: auto;padding: 0.3rem;
    background: #fff;border-radius: 0.85rem;box-shadow: 0 0 0.25rem 0rem #d8d9da;
    display: flex;flex-direction: column;align-items: center;
}
.wap-main .sectionone .three .threeright{ width: 16rem;height: 6.7rem;margin: 0 auto; }
.wap-main .sectionone .three .threeleft{
    width: 16rem;height: 100%;padding: 0 0.12rem;box-sizing: border-box;
    text-indent: 2em;text-align: justify;font-size: 0.65rem;font-weight: 300;line-height: 1.2rem;
    margin-top: 0.35rem;
}
.wap-main .sectionone .three .threeleft span{font-weight: 400;}
/* 招生对象 */
.wap-main .sectionone .four{
    display: flex;align-items: flex-start;justify-content: space-between;
    margin-top: 0.85rem;margin-bottom: 1.2rem;
}
.wap-main .sectionone .four .fouritem{    
    display: flex;align-items: flex-start;
    position: relative;
}
.wap-main .sectionone .four .fouritem .fitemleft{ position: relative;top: 0.25rem; }
.wap-main .sectionone .four .fouritem .fitemleft .filone{
    width: 0.2rem;height: 2.7rem;
    background: linear-gradient(to bottom, #4e91fa, #75a9fc);border-radius: 0.12rem 0 0 0.12rem;
}
.wap-main .sectionone .four .fouritem .fitemleft .filtwo{    
    width: 0.07rem;height: 4.2rem;
    background: linear-gradient(to bottom, #0257ff, transparent);
    position: absolute;right: 0;top: 0;
}
.wap-main .sectionone .four .fouritem .fitemright{ 
    width: 5.2rem;
    background: linear-gradient(145deg, #e9f1fc, #fff);  box-shadow: inset 0rem 0rem 0.07rem 0.05rem #f2f7fb;border-radius: 0.12rem 0.12rem 1.85rem 0;
    display: flex;flex-direction: column;align-items: flex-start;gap: 0.3rem;
    padding: 0.25rem 0.25rem 0.5rem 0.35rem;box-sizing: border-box;
}
.wap-main .sectionone .four .fouritem .fitemright .firiname{ color: #252331;font-weight: bold;font-size: 0.6rem;text-align: left; }
.wap-main .sectionone .four .fouritem .fitemright .firitbrder{    
    width: 1rem;height: 0.07rem;
    background: linear-gradient(to right, #0358ff, 80%, #00dafe);
}
.wap-main .sectionone .four .fouritem .fitemright .firitdes{ text-align: left;font-size: 0.6rem;line-height: 0.8rem;font-weight: 400; }
/* 项目优势 */
.wap-main .sectionone .advbox{
    margin: 0 auto 0.6rem auto;
    width: 100%;
    display: flex;flex-wrap: wrap; align-items: flex-end;justify-content: space-between;gap:0.25rem 0;
}
.wap-main .sectionone .advbox .advitem{
    width: 8rem;
    display: flex;flex-direction: column;align-items: flex-start;
}
.wap-main .sectionone .advbox .advitem .advitemone{
    position: relative;
    width: 100%;box-sizing: border-box;
}
.wap-main .sectionone .advbox .advitem .advitemone .advzero{
    width: 8rem;height:4.5rem;
}
.wap-main .sectionone .advbox .advitem .advitemone .advimg{
    width: 5.25rem;height:4.88rem;
    position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
    opacity: 0.7;
}
.wap-main .sectionone .advbox .advitem .advitemone .advonedes{
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    font-size: 0.6rem;font-weight: 300;
    width: 100%;height:3rem;
    position: absolute;left: 50%;top: 62%;transform: translate(-50%,-50%);
}
.wap-main .sectionone .advbox .advitem .advitemone .advonedes span{color: #045afb;font-weight: bold;font-size: 0.7rem;}
.wap-main .sectionone .advbox .advitem .advtwo{
    width: 100%;height: 0.1.5rem;
    background: linear-gradient(to left, #063bfb, #6ba4fb);
    display: flex;align-items: center;justify-content: center;
    color: #fff;font-size: 0.7rem;font-weight: bold;
}

.wap-main .sectiontwo{
    width: 100%; height:auto;background: url("../images/bg02.png") no-repeat bottom;background-size: 100%; background-color: #ecf6fc;
    padding-bottom: 1.2rem;padding-top: 0.6rem;
}
/* 升学路径 */
.wap-main .sectiontwo  .lujing{
    width: 100%;
    display: flex;flex-wrap: wrap; align-items: center;justify-content: center;gap: 0.12rem 0.35rem;
    margin-bottom: 1.5rem;
}
.wap-main .sectiontwo  .lujing .ljitem{ display: flex;flex-direction: column;align-items: center;}
.wap-main .sectiontwo  .lujing .ljitem .ljnum{
    width: 1.6rem;height: 1.6rem;
    background: linear-gradient(to bottom, #eeeeee, #ffffff);border-radius: 1.1rem;
    position: relative;top:0.5rem;
    display: flex;align-items: center;justify-content: center;
    box-shadow: 0 0.2rem 0.12rem 0 #e8e8e8;
    color: #045bfa;font-weight: bold;font-size: 0.7rem;line-height: 0.7rem;
}
.wap-main .sectiontwo  .lujing .ljitem .ljdes{
    width: 5.2rem;height: 10.3rem;
    background-color: #fff;border-radius: 0.35rem;
    padding: 1rem 0.12rem 0.25rem 0.12rem;box-sizing: border-box;
    display: flex;flex-direction: column;align-items: center;gap: 0.5rem;
    box-shadow: 0 0.025rem 0.1rem 0.025rem #eeeeee;
}
.wap-main .sectiontwo  .lujing .ljitem .ljdes .ljdesone{    
    color: #085afb;font-weight: bold;font-size: 0.6rem;line-height: 0.8rem;
    height: 1.85rem;
    display: flex;align-items: center;
}
.wap-main .sectiontwo  .lujing .ljitem .ljdes .ljdestwo{    
    width: 90%;
    border-top: 0.05rem dashed #e9e9e9;
    padding-top: 0.35rem;
    text-align: left;font-size: 0.6rem;font-weight: 300;line-height: 0.8rem;
}
/* 衔接院校及专业 */
.wap-main .yxzy{
    width: 100%;
    display: flex;align-items: center;justify-content: center;
    margin-top: 0.6rem;margin-bottom: 1.5rem;
    position: relative;
}
.wap-main .yxzy .yxzytable{
    position: relative;z-index: 2;
    width: 16.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.3rem;box-sizing: border-box;box-shadow: 0 0.025rem 0.07rem 0.025rem #9ec3e0;
}
.wap-main .yxzy .yxzytable th{background-color: #075bfc;color: #fff;font-weight: bold;font-size: 0.7rem;padding: 0.25rem 0;}
.wap-main .yxzy .yxzytable th:nth-child(1){width: 5rem;}
.wap-main .yxzy .yxzytable th:nth-child(2){width: 11.5rem;}
.wap-main .yxzy .yxzytable tr:nth-child(even){background-color: #f7fbfe;}
.wap-main .yxzy .yxzytable tr:nth-child(odd){background-color: #e6f2fe;}
.wap-main .yxzy .yxzytable tr td{
    padding: 0.25rem 0;
    font-size: 0.7rem;
    text-align: center;
    vertical-align: middle;}
.wap-main .yxzy .yxzytable tr td:nth-child(2){text-align: left;padding-left: 0.6rem;box-sizing: border-box;font-weight: 300;}
.wap-main .yxzy .yzbg{
    width: 100%;
    position: absolute;z-index: 1;left: 0;bottom: -0.5rem;
    display: flex;align-items: flex-end;justify-content: center;
}
.wap-main .yxzy .yzbg .yzbgone{
    width: 0;height: 0;
    border-left: 11.5rem solid #075bfc;
    border-right: 2rem solid transparent;
    border-top: 12.6rem solid #075bfc;
    position: relative;left: 1rem;
}
.wap-main .yxzy .yzbg .yzbgtwo{
    width: 0;height: 0;
    border-right: 3.7rem solid #bce5ff;
    border-bottom: 12.6rem solid #bce5ff;
    border-left: 2rem solid transparent;
    position: relative;right: 1rem;
}

/* 课程设置 */
.wap-main .setting{
    width: 100%; height: auto;
    background: url("../images/bg03.png") no-repeat top;background-size: 100%;background-color: #0c1a2b;
    padding: 0.85rem 0;box-sizing: border-box;
} 
.wap-main .setting .settdes{
    width: 100%;
    background: #070b14;
    padding: 0.6rem 0.86rem;box-sizing: border-box;
    color: #fff;font-weight: 300;font-size: 0.6rem;text-align: left;line-height: 1rem;
    margin-top: 0.6rem;
}
.wap-main .setting .settdes span{font-weight: bold;}
.wap-main .setting .settbox{
    margin-top: 0.6rem;
    display: flex;flex-direction: column; align-items: center;justify-content: space-between;gap: 0.36rem 0;
}
.wap-main .setting .settbox .settleft{
    background: #111e48;border: 0.05rem solid transparent;
    border-image: linear-gradient(to top, #07429c, transparent) 1; box-shadow: inset 0rem -0.05rem 0.25rem #043f98;
    width: 100%; 
    padding: 0.5rem;box-sizing: border-box;
    display: flex;flex-flow: column;align-items: center;justify-content: center;
}
.wap-main .setting .settbox .settleft .settdesone{
    color: #fff;font-size: 0.75rem;font-weight: bold;
}
.wap-main .setting .settbox .settleft .settdestwo{
    font-size: 0.6rem;font-weight: 600;
    background: linear-gradient(to right, #5da6cf, #0ef2fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wap-main .setting .settbox .settleft .settdesthree{
    width: 100%;
    display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 0.36rem 0;
    margin-top: 0.5rem;
}
.wap-main .setting .settbox .settleft .settdesthree .sethreeitem{
    display: flex;align-items: center;gap: 0.36rem;
    background: linear-gradient(to right, #014eff, #019efd);border-radius: 0.3rem;
    width: 100%;height: 2.8rem;
    border: 0.025rem solid #2a6cfe;box-sizing: border-box;padding: 0 .6rem;
}
.wap-main .setting .settbox .settleft .settdesthree .sethreeitem .setitemnum{ color: #0030ff;font-size: 1.28rem;font-weight: 900; }
.wap-main .setting .settbox .settleft .settdesthree .sethreeitem .setitetxt{
    display: flex;flex-direction: column;align-items: flex-start;text-align: left;
    color: #fff;font-weight: 300;font-size: 0.6rem;line-height:0.8rem;text-align: justify;
}
.wap-main .setting .settbox .settleft .settdesthree .sethreeitem .setitetxt span{font-weight: bold;font-size: 0.6rem;line-height:1rem}

.wap-main .setting .settbox .settleft .settyytitleone{
    color: #01ffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9rem;
}
.wap-main .setting .settbox .settleft .settyytitletwo{
    color: #fff;
    font-size: 0.6rem;
    font-weight: 400;
    margin-bottom: 0.36rem;
}
/* 预约到访学习中心 */
.wap-main .getbox{ width: 100%;margin: 0 auto; }
.wap-main .get-form{
    width: 100%;
}
.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: 2.2rem;
    position: relative;
    display: flex;align-items: center;
    padding: 0 0 0 0.6rem;box-sizing: border-box;
    margin-bottom: 0.75rem;
    background-color: #fff;border-radius: 0.25rem;border: 0.025rem solid #101010;
}
.wap-main .get-form .get-form-top .gft-item .gfi-img{width: 0.75rem;height: 0.88rem;margin-right: 0.75rem;}
.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.7rem;}
.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.5rem;top: 50%;transform: translate(0, -50%);}
.wap-main .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding: 0.25rem 0.36rem;border-radius: 1.2rem;display: flex;align-items: center;justify-content: center;color: #ffffff;font-size: 0.7rem;background-color: #767676;}
.wap-main .get-form .get-form-top .gft-submit{
    color: #fffeff;font-size: 0.75rem;font-weight: bold;
    width: 100%;height: 2rem;
    background: linear-gradient(to right, #0169fc,55%,#38e3af)  ;border-radius: 0.25rem;
    padding: 0 1.6rem;box-sizing: border-box;
    display: flex;align-items: center;justify-content: center;
}
.wap-main .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 0.5rem;font-size: 0.6rem;}

/* 课程时间安排 */
.wap-main .time{
    width: 100%; height: auto;
    background: url("../images/bg04.png") no-repeat top;background-color: #fff;
    padding: 0.86rem 0 1.2rem 0;box-sizing: border-box;
} 
.wap-main .time .timebox{
    position: relative;margin-bottom: 1.2rem;margin-top: 0.6rem;
}
.wap-main .time .timetable{
    position: relative;z-index: 2;
    width: 16.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.3rem;box-sizing: border-box;box-shadow: 0 0.025rem 0.07rem 0.025rem #9ec3e0;
}
.wap-main .time .timetable th{
    width: 2.268rem; 
    background-color: #075bfc;
    color: #fff;font-weight: bold;font-size: 0.6rem;
    padding: 0.25rem 0;
    border-right:0.025rem solid #fff ;border-bottom: 0.025rem solid #fff;box-sizing: border-box;
}
.wap-main .time .timetable tr:nth-child(odd){background-color: #f7fbfe;}
.wap-main .time .timetable tr:nth-child(even){background-color: #e6f2fe;}
.wap-main .time .timetable tr td{
    padding: 0.3rem 0;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: middle;
    border-right:0.025rem solid #fff ;border-bottom: 0.025rem solid #fff;box-sizing: border-box;
}
.wap-main .time .timetable tr td:nth-child(1){width: 35%; font-weight: bold;}
.wap-main .time .timetable tr td:nth-child(2){width: 40%;}
.wap-main .time .timetable tr td:nth-child(3){width: 25%;}
.wap-main .time .yzbg{
    width: 100%;
    position: absolute;z-index: 1;left: 0;bottom: -0.5rem;
    display: flex;align-items: flex-end;justify-content: center;
}
.wap-main .time .yzbg .yzbgone{
    width: 0;height: 0;
    border-left: 11.56rem solid #075bfc;
    border-right: 2rem solid transparent;
    border-top: 7.75rem solid #075bfc;
    position: relative;left: 1rem;
}
.wap-main .time .yzbg .yzbgtwo{
    width: 0;height: 0;
    border-right: 3.69rem solid #bce5ff;
    border-bottom: 7.75rem solid #bce5ff;
    border-left: 2rem solid transparent;
    position: relative;right: 1rem;
}

/* 五星服务&学员管理 */
.wap-main .student{
    width: 100%; height: auto;
    background: url("../images/bg05.png") no-repeat top;background-size: cover;
    padding: 0.6rem 0 1.2rem 0;box-sizing: border-box;
} 
.wap-main .student .stustart{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;
    position: relative;
    padding: 1.5rem 0 3.2rem 0;
    margin-top: 0.6rem;
}
.wap-main .student .stustart .startimg{
    width: 15.35rem;height: 11.2rem;margin: 0 auto;
}
.wap-main .student .stubox{
    display: flex;flex-wrap: wrap;justify-content: space-between;
    width: 100%;box-sizing: border-box;
    position: absolute;
}
.wap-main .student .stubox .stuitem{
    display: flex;flex-direction: column;gap: 0.12rem;align-items: flex-start;
    width: 8rem;border-radius: 0.25rem;background: #fff;box-shadow: 0 0 0.2rem 0 #9ab7df;
    padding: .3rem;box-sizing: border-box;
}
.wap-main .student .stubox .stuitem .stutop{ display: flex;align-items: center;gap: 0.15rem; }
.wap-main .student .stubox .stuitem .stutop .stutopone{width: 0.95rem;height: 0.95rem;}
.wap-main .student .stubox .stuitem .stutop .stutopname{ color: #000;font-size: 0.6rem;font-weight: bold; }
.wap-main .student .stubox .stuitem .stubottom{ width: 100%;}
.wap-main .student .stubox .stuitem .stubottom .stuboitem{
    text-align: left;color: #4c4c4c;font-size: 0.6rem;
    position: relative; text-align: justify;
    padding-left: 0.45rem;box-sizing: border-box;
    width: 100%;
}
.wap-main .student .stubox .stuitem .stubottom .stuboitem::before{
    content: '';
    width: 0.2rem;height: 0.2rem;background-color: #cbcbcb;border-radius: 1.1rem;
    position: absolute;left: 0;top: 0.3rem;
}
.wap-main .student .stubox .stuitem .stubottom .stuboitem span{font-weight: bold;}

/* 国际化学习环境 */
.wap-main .env{
    width: 100%; height: auto;
    background: url("../images/bg06.png") no-repeat bottom;background-color: #fff;
    padding: 0.85rem 0 1.2rem 0;box-sizing: border-box;
}
.wap-main .env .bltubgtop{
    width: 100%;height: 3.69rem;
    background: linear-gradient(to bottom, #e0f2fe, transparent);border-radius: 0.6rem;
    position: absolute;top: -0.35rem;
}
.wap-main .env .bluetitle{
    width: 16.5rem;
    margin: 0 auto;
    background: linear-gradient(142deg, #256df3, #47a2fb);border-radius: 0.6rem;
    padding: 0.35rem 0 3rem 0;
    position: relative;z-index: 1;
}
.wap-main .env .bluetitle .btdes{
    width: 92%;margin: 0.6rem auto 0 auto;
    color: #fff;font-size: 0.6rem;text-align: left;
}

.wap-main .env .envbox{
    display: flex;flex-wrap: wrap; align-items: center;justify-content: center;gap:0.85rem 0.3rem;
    position: relative;z-index: 2;top: -1rem;
}
.wap-main .env .envbox .envitem{
    display: flex;flex-direction: column;align-items: center;gap: 0.25rem;
    background: rgb(255 255 255 / 80%);border-radius: 0.6rem;box-shadow: 0 0 0.12rem 0.025rem #e8f0fe;
    width: 5rem;height: 8.7rem;
    position: relative;
    padding: 1.5rem 0.35rem 0;box-sizing: border-box;
}
.wap-main .env .envbox .envitem::after{
    content: '';
    width: 5rem;height: 1rem;
    position: absolute;top: 0;left: 0;
    background-color: #e8f0fe;border-radius: 0.6rem 0.6rem 0 0;
    opacity: 0.95;
}
.wap-main .env .envbox .envitem .envimg{    
    width: 2.5rem;height: 2.5rem;
    position: absolute;left: 50%;top: -1.35rem;transform: translate(-50%, 0);z-index: 1;
}
.wap-main .env .envbox .envitem .envtitle{ color: #065afb;font-weight: bold;font-size: 0.6rem; }
.wap-main .env .envbox .envitem .envdes{    
    width: 100%;
    border-top: 0.05rem solid #b2b2b2;
    padding-top: 0.3rem;
    text-align: left;color: #404040;font-size: 0.6rem;line-height: 0.88rem;
}
.wap-main .env .envimg{
    width: 100%;
    display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 0.35rem 0.3rem;
    position: relative;top: -0.35rem;
}
.wap-main .env .envimg .envimgitem{width: 7.8rem;height: 5.3rem;}

/* 最后 */
.wap-main .last{ 
    background: url("../images/bg07.png") no-repeat bottom;background-size: 100%;
    background-color: #000000;padding: 1.1rem 0; 
}
.wap-main .last .lastbox{ display: flex;flex-direction: column;align-items: center;justify-content: center;}
.wap-main .last .lastbox .laone{ color: #fff;font-size: 0.7rem;font-weight: 300; }
.wap-main .last .lastbox .latwo{ 
    color: #fff;font-weight: 300;font-size: 0.7rem;
    margin: 0.07rem auto 0.45rem auto;
}
.wap-main .last .lastbox .lathree{ 
    width: 8.85rem;height: 1.6rem;
    display: flex;align-items: center;justify-content: center;
    font-size: 0.7rem;color: #fff;font-weight: 400;line-height: 0.7rem;
    background-color: #075bfc;border-radius: 0.85rem;
}
.wap-main .last .lastbox .lathree span{ font-weight: 900; }

/* 校区 */
.xiaoqu {
  padding: 1.3rem 0;
}

.campus {
  padding-top: 1.1rem;
}

.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(36, 159, 253, 0.21);
}

.campus .citys .item.active {
  color: #0671e8;
  border-color: #0671e8;
}

.campus .tabs .tab {
  background-color: #e2effe;
}

.campus .tabs .tab.active {
  color: #fff;
  background-color: #0671e8
}

.campus .content .name {
  color: #0671e8;
}

.form-footer .title {
  margin-bottom: 0.6rem;
  color: #3f669d;
  text-align: center;
}

.form-footer .kaptcha-btn {
  width: 6.25rem;
}

