body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{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:54px; float:right; position:fixed; right:20px; bottom:55px;}
#gotop{ width:54px; height:54px; background:#c90013; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-container{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-container .main-m{width:1200px; height: 100%;position: relative; margin: 0 auto; text-align: center;}
.pc-container img{width: 100%;height: 100%;display: block;}

.pc-container .hfbox{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;
    position: relative;
}
.pc-container .hfbox .headbox{
    width: 1190px;
    background: #00693e;border-radius: 30px 30px 0 0;
    padding: 15px 0 45px 0;box-sizing: border-box;
    color: #fff;font-size: 30px;line-height: 30px;font-weight: bold;
}
.pc-container .hfbox .headbox span{color: #bfd302;}
.pc-container .hfbox .footbox{
    width: 100%;height: auto;
    background: linear-gradient(to top, #77a403, #d7fe57, #d8f5b3, transparent);border-radius: 30px 0 30px 30px;
    position: relative;top: -30px;z-index: 1;
    padding: 0 5px 8px 5px;box-sizing: border-box;
}
.pc-container .hfbox .footbox .footboxin{
    width: 100%;height: 100%;
    background: linear-gradient(145deg, #fffcdf, #fefefe, #f1ffe6);border-radius: 30px 0 30px 30px;
    padding: 30px 0 45px 0;
}



/* 第一部分 */
.pc-container .onesection{
    width: 100%; height:auto;
    background: url("../images/bg01.png") no-repeat top;background-color: #fff;
    padding: 70px 0 0 0;box-sizing: border-box;
}
/* 头部 */
.pc-container .onesection .tou{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pc-container .onesection .tou .touone{
    color: #1c3635;font-size: 40px;font-weight: bold;line-height: 40px;
    margin-bottom: 15px;
}
.pc-container .onesection .tou .toutwo{
    color: #126a3a;font-size: 118px;font-weight: 800;line-height: 118px;
    margin-bottom: 15px;
}
.pc-container .onesection .tou .touthree{
    color: #1c3635;font-size: 90px;font-weight: 800;line-height: 90px;
    margin-bottom: 30px;
}
.pc-container .onesection .tou .toufour{
    color: #eb6001;font-size: 44px;font-weight: 800;line-height: 44px;
    position: relative;margin-bottom: 25px;
}
.pc-container .onesection .tou .toufour::after{
    content: '';
    position: absolute;left: 0;top: 50%;transform: translate(-20px, -50%);
    width: 8px;height: 8px;background: #eb6001;
}
.pc-container .onesection .tou .toufour::before{
    content: '';
    position: absolute;right: 0;top: 50%;transform: translate(20px, -50%);
    width: 8px;height: 8px;background: #eb6001;
}
.pc-container .onesection .tou .toufive{
    width: 894px;height: 118px;
    background: url("../images/head01.png") no-repeat center;background-size: 100%;
    display: flex;align-items: center;justify-content: center; gap: 35px;
}
.pc-container .onesection .tou .toufive .toufiveitem{
    width: 130px;height: 40px;
    background: #f9fee7;border: 1px solid #e4ff8a;border-radius: 35px;
    color: #193634;font-size: 22px;font-weight: bold;line-height: 40px;
    margin-top: 22px;
}
/* 预约 */
.pc-container .get{
    margin: 95px 0 35px 0;
    width: 100%;
    background: #e2e2e2;padding: 15px 10px;box-sizing: border-box;
    position: relative;
}
.pc-container .get .get-form{}
.pc-container .get .get-form .get-form-top{display: flex;align-items: center;justify-content: space-between;}
.pc-container .get .get-form .get-form-top .gft-item{
    position: relative;
    display: flex;align-items: center;justify-content: center;
    background-color: #fff; border-radius: 6px;
    width: 270px;height: 50px;
    padding: 0 0px 0 8px;box-sizing: border-box;
}
.pc-container .get .get-form .get-form-top .gft-item .gfi-img{margin-right: 12px;}
.pc-container .get .get-form .get-form-top .gft-item .gfi-img img{}
.pc-container .get .get-form .get-form-top .gft-item .gfi-input{height: 100%;width: 100%;}
.pc-container .get .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{
    border: none;background: #ffffff;border-radius: 0 6px 6px 0;
    width: 100%;height: 100%;
    padding: 0;font-size: 18px;
}
.pc-container .get .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-container .get .get-form .get-form-top .gft-item .gfi-getCode .getYzm{
    border: none;border-radius: 22px;
    display: flex;align-items: center;justify-content: center;
    color: #ffffff;font-size: 16px;
    background-color: #767676;
    width: 105px;height: 30px;
}
.pc-container .get .get-form .get-form-top .gft-submit{
    height: auto;cursor: pointer;
    width: 270px;height: 50px;background-color: #f87a23;border-radius: 6px;
    color: #fffeff;font-size: 20px;line-height: 50px;font-weight: bold;
}
.pc-container .get .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 10px;font-size: 12px;}
.pc-container .get .dengpao{
    width: 299px;height: 191px;
    position: absolute;left: 0;top: -184px;
}

/* 学霸福利 */
/* 福利1 福利2 */
.pc-container .hfbox .twobox{
    display: flex;align-items: flex-start;justify-content: center;gap: 10px;
    margin-bottom: 20px;
}
.pc-container .hfbox .twobox .twoitem{ width: 455px;}
.pc-container .hfbox .twobox .twoitem .twohead{
    width: 100%;height: 40px;
    background: #00693e;
    color: #fff;font-weight: bold;line-height: 40px;font-size: 20px;
}
.pc-container .hfbox .twobox .twoitem .twobody{
    width: 100%;height: 120px;
    background: #fff;box-shadow: 0 5px 9px 0px #e0ebef;
    font-size: 18px;
    padding: 18px;box-sizing: border-box;
}
.pc-container .hfbox .twobox .twoitem .twobody span{font-weight: bold;}
/* 以上福利二选一 */
.pc-container .bgwenzi{
    color: #95b838;font-size: 16px;
    background: linear-gradient(to right, transparent, #f7fedd, transparent);
    padding: 5px 0;
    margin-bottom: 25px;
}
/* 按钮 */
.pc-container  .jybtn{
    position: relative;
    display: flex;align-items: center;justify-content: center;gap: 10px;
    background: linear-gradient(to bottom, #fde680, #ff9b09);box-shadow: 0 3px 0 1px #e06114;border-radius: 35px;
    width: 470px;height: 48px;
    margin: 0 auto;cursor: pointer;
}
.pc-container  .jybtn .btntxtone{
    color: #692c00;font-weight: bold;font-size: 20px;
    position: relative;z-index: 1;
}
.pc-container  .jybtn .btntxttwo{
    background: #fff;border-radius: 35px;box-shadow: 0 2px 0 1px #ec7616;
    width: 110px;
    color: #ec7616;font-weight: bold;font-size: 20px;
}
.pc-container  .jybtn .qipao{
    width: 58px;height: 42px;
    position: absolute;left: 4px;top: 1px;
}
.pc-container  .jybtn .hand{
    width: 57px;height: 49px;
    position: absolute;right: -10px;top: 10px;
    animation: handanimation 2s ease infinite;
}
.pc-container  .jybtn:hover .hand{animation:none}
@keyframes handanimation {
    0% {
        transform: none;
    }
    20% {
        transform: translate(-10px,-10px);
        
    }
    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;
    }
}

/* 课程设置 */
.pc-container .kcbox{
    width: 920px;
    display: flex;flex-direction: column;align-items: flex-start;gap: 10px;
    margin: 0 auto 20px auto;
}
.pc-container .kcbox .kcitem{
    display: flex;align-items: center;
    width: 100%;
}
.pc-container .kcbox .kcitem .kcitemone{
    width: 160px;height: 40px;
    text-align: center;
    background: #bcd500;border-radius: 35px;
    color: #000;font-size: 20px;font-weight: bold;line-height: 40px;
}
.pc-container .kcbox .kcitem .kcitemtwo{
    width: 760px;
    height: 40px;
    background: #f9fee7;border-radius: 35px;border: 1px solid #e2fe83;
    text-align: left;color: #000;font-size: 16px;line-height: 38px;
    padding-left: 30px;box-sizing: border-box;
}
/* 燕子 */
.pc-container .hfbox .yanzi{
    width: 129px;height: 113px;
    position: absolute;left: -75px;top: 50%;transform: translate(0,-50%);
    z-index: 1;
}





/* 第二部分 */
.pc-container .twosection{
    width: 100%; height:auto;
    background: url("../images/bg02.png") no-repeat bottom;background-color: #fff;
    padding: 40px 0 245px 0;box-sizing: border-box;
}
/* 2026高校雅思班 班级设置 */
.pc-container .kctable{
    width: 920px;height: auto;
    margin: 0 auto 25px auto;
}
.pc-container .kctable tr th{
    background: #00693e;height: 32px;
    font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;
}
.pc-container .kctable tr td{font-size: 16px;padding: 8px 5px;box-sizing: border-box;}
.pc-container .kctable tr:nth-child(odd) td{
    background: #f3f7f8;
}
.pc-container .kctable tr:nth-child(even) td{
    background: #e5f0ea;
}
.pc-container .kctable .shiduan{
    display: flex;flex-direction: column;align-items: center;
}
.pc-container .kctable .shiduan .sdetail{
    display: flex;align-items: center;gap: 8px;
}
.pc-container .kctable .shiduan .sdetail .sdetailitem{
    font-weight: bold;color: #000;
    background-color: #cde2d9;border-radius: 35px;
    padding: 0 8px;
}
/* 新航道 雅思 */
.pc-container .yasi{
    width: 920px;margin: 0 auto;
    display: flex;align-items: center;justify-content: space-between;
    position: relative;z-index: 1;
}
.pc-container .yasi .yasileft{
    width: 340px;height: 315px;
    display: flex;flex-direction: column;align-items: center;justify-content: space-between;
}
.pc-container .yasi .yasileft .yslefttitle{
    font-size: 18px;color: #000;font-weight: bold;
}
.pc-container .yasi .yasileft .ysleftImg{
    width: 340px;height: 244px;
}
.pc-container .yasi .yasiright{
    width: 543px;height: 315px;cursor: pointer;
}
.pc-container .jiangbei{
    width: 279px;height: 287px;
    position: absolute;left: 0;bottom: 8px;
}

/* 什么是大学生 高校雅思班？ */
.pc-container .what{
    color: #2f2724;font-size: 18px;
}
.pc-container .huaone{
    width: 346px;height: 160px;
    position: absolute;bottom: -45px;right: -60px;
}

/* 为什么要选择大学生 高校雅思班？ */
.pc-container .why{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 920px;
    margin: 0 auto 20px auto;
}
.pc-container .why .whyitem{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}
.pc-container .why .whyitem .whyitemleft{width: 180px;}
.pc-container .why .whyitem .whyitemleft span{color: #3c9100;font-weight: bold;}
.pc-container .why .whyitem .whyitemright{
    text-align: left;
    width: 740px;
}
.pc-container .huatwo{
    width: 193px;height: 168px;
    position: absolute;bottom: -15px;left: -45px;
}

/* 春季班 */
.pc-container .cjbbox{
    width: 100%;
    background-color: #fff;
    display: flex;flex-direction: column; align-items: center;justify-content: center;gap: 15px;
    padding: 12px 0;
}
.pc-container .cjbbox .cjbimg{
    width: 1170px;height: 418px;cursor: pointer;
}
.pc-container .cjbbox .cjbdes{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.pc-container .footer{
    background: #1c3635;
    padding: 25px 0;
}
.pc-container .footer .fotxtone{
    color: #fff;font-size: 18px;letter-spacing: 8px;font-weight: 200;
}
.pc-container .footer .fotxtwo{
    color: #fff;font-size: 32px;font-weight: bold;
}







/* 全封闭视频弹窗 */
.pc-container .qfbvideo{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: none;}
.pc-container .qfbvideo .qfbshowvideo{
    background: #fff;
    position: absolute;top: 15%;left: 50%;transform: translate(-50%, 0);z-index: 2;
    width: 730px;padding: 19px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.pc-container .qfbvideo .qfbshowvideo .qfbtitle{color: #000;font-weight: bold;font-size: 22px;margin-bottom: 10px;}
.pc-container .qfbvideo .qfbshowvideo .qfbvideobox{width: 690px;height: 388.125px;}
.pc-container .qfbvideo .qfbshowvideo .qfbvideobox .player{width: 100%;height: 100%;}
.pc-container .qfbvideo .qfbgraybg{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 1;position: absolute;left: 0;top: 0;}
.pc-container .qfbvideo .qfbdiaclose{position: absolute;top: -35px;right: -50px;transform: translate(-50%,0); width: 52px;height: 53px;cursor: pointer;}
