@charset "utf-8";
/*重置属性*/
body,div,p,ul,ol,dl,dt,dd,li,form,input,table,th,td,img,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}

body {font-style: normal; font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;}
li { list-style:none;}
img { border:none;}
a { text-decoration:none; -webkit-tap-highlight-color:transparent;}
table { border-spacing:0; border-collapse:collapse;}


/*通用*/
.hide {display: none;}
.flt {float:left;}
.frt {float:right;}
.clear { clear: both;}
.clearfix { *zoom: 1;} 
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}

/* 基本布局 */

.tips{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 310px;
    padding: 14px 10px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 20px;
    z-index: 120;
    transform:translate(-50%,-50%);
}

/* 页面布局开始 */

.wrap{
    max-width:768px;
    margin:0 auto;
    padding-bottom:80px;
    background-color: #fd7932;
}

.box{
    position: relative;
    left:0;
    top:0;
}

.box .img-box{
    display:block;
    width:100%;
}

.contact-div{
    position: absolute;
    left: 50%;
    top: 67%;
    width: 72%;
    height: 20%;
    transform: translate(-50%, 0);
}

.a1 {
    position: absolute;
    left: 33%;
    top: 51%;
    width: 32%;
    height: 4%;
}

.big-img-popup{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.big-img-popup .big-img{
    position:absolute;
    left:50%;
    top:50%;
    width: 90%;
    transform:translate(-50%,-50%);
}

.certificate-position1{
    position: absolute;
    left: 8%;
    top: 51%;
    width: 24%;
    height: 29%;
}
.certificate-position2{
    position: absolute;
    left: 35%;
    top: 51%;
    width: 25%;
    height: 29%;
}
.certificate-position3{
    position: absolute;
    left: 63%;
    top: 51%;
    width: 24%;
    height: 29%;
}

.teacher-list{
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    border-top: 7px solid #ffb245;
    padding-top: 4px;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 22px;
}
.teacher-item .teacher-img img{
    display: block;
    width: 100%;
}
.teacher-item {
    padding-top: 8px;
}
.teacher-item .teacher-intro{
    padding: 10px 22px 0;
}
/* .teacher-item .teacher-intro span{
    color: #E94E2F;
    text-decoration: underline;
    display: inline-block;
} */
.teacher-item .teacher-intro span::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: #E94E2F;
}

.part5-content{
    /* padding: 20px 4% 30px; */
    padding:0px 4% 0px;
}
.part5-content .tab-group{
    border: 8px solid #FFB442;
    border-top: 12px solid #FFB442;
    border-bottom: 12px solid #FFB442;
    border-radius: 0 0 5px 5px;
    background-color: #FFB442;
    margin-top:-1px;
}
.part5-content .tab-content{
    background-color: #fff;
    padding: 13px 12px 20px;
    border-radius: 5px;
}
.part5-content .catalogue-tab{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.part5-content .catalogue-tab::after{
    content: "";
    position:absolute ;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 20px;
    background-color: #FFB442;
}
.part5-content .tab-item{
    width: 50%;
    font-size: 14px;
    color: #666666;
    background-color: #eeeeee;
    border-radius: 0 6px 0 6px;
    padding: 12px 0 8px;
    line-height: 14px;
    text-align: center;
    z-index: 3;
}
.part5-content .tab-item1{
    border-radius: 6px 0 6px 0;
}
.part5-content .tab-item.active{
    text-shadow: 0px 4px 13px #e94d2f;
    padding-top: 14px;
    background-color: #FFB442;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.part5-content .tab-item1.active{
    border-radius: 6px 5px 0 0;
}
.part5-content .tab-item2.active{
    border-radius:5px 6px 0 0;
}
.part5-content .catalogue-title{
    color: #E94E2F;
    font-size: 13px;
    line-height: 27px;
}
.part5-content .catalogue-harvest{
    color: #673A1C;
    font-size: 13px;
    line-height: 21px;
    margin-top: 7px;
}
.part5-content .catalogue-item{
    padding-top: 15px;
    padding-left: 20px;
    position: relative;
}
.part5-content .catalogue-item::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 21px;
    width: 12px;
    height: 12px;
    /* background-color: #E94E2F; */
    background-color: #fbb50c;
}
.part5-content .catalogue-item .th{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: bolder;
}
.part5-content .catalogue-item .td{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}


/* 页脚-开始 */

.footer{
    position:fixed;
    left:0;
    bottom:0;
    z-index:5;
    background-color:#ffffff;
    width:100%;
    box-sizing:border-box;
    padding:13px 4%;
}

.footer-service img{
    display:block;
    height:20px;
}

.footer-service div{
    color:#333333;
    font-size:12px;
    height:16px;
    line-height:16px;
    padding-top:6px;
    box-sizing:content-box;
}

.footer-btn{
    position:relative;
    left:0;
    top:0;
}

.footer-btn img{
    display:block;
    height:42px;
}

.footer-deposit{
    position:relative;
    left:0;
    top:0;
}

.footer-tail{
    position:relative;
    left:0;
    top:0;
}

.footer-no{
    position:relative;
    left:0;
    top:0;
}

.footer-buy{
    position:relative;
    left:0;
    top:0;
}

.deposit-box,.tail-box,.no-box,.emption-box{
    position:absolute;
    right:0;
    bottom:0;
    height:42px;
    width:120px;
}

@media screen and (max-width:320px) {
    .footer-btn{
        top:3px;
    }
    .footer-btn img {
        height:36px;
    }
    .deposit-box,.tail-box,.no-box,.emption-box{
        height:36px;
        width: 105px;
    }
}

/* 页脚-结束 */



/* 选择购买方式弹窗- 开始 */

.choice-popup{
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index:100;
    width: 100%;
    max-width:768px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 14px 14px 8px;
    box-sizing: border-box;
    transform:translate(-50%,0);
}
.choice-popup .price-title{
    /* font-size: 14px; */
    font-size:0px;
    color: #999999;
    line-height: 48px;
}


.choice-popup .price-title span{
    font-size:14px;
}
.choice-popup .price-title .price-num{
    font-size: 32px;
    color: #E62020;
}
.choice-popup .price-title .line-through{
    text-decoration: line-through;
}

.choice-popup .course-text{
    text-align:center;
    font-size:14px;
    color:#E52020;
    padding-top:15px;
}

.choice-popup .price-name{
    font-size: 18px;
    line-height: 26px;
    font-weight: bolder;
}
.choice-popup .choice-popup-title{
    font-size: 15px;
    font-weight: bolder;
    margin-top: 28px;
    line-height: 22px;
}
.choice-popup .course-type{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
    margin-bottom:40px;
}
.choice-popup .course-type-item{
    position: relative;
    border: 1px solid #DBDBDB;
    /* height: 28px;
    line-height: 28px; */
    height:30px;
    line-height:30px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
}
.choice-popup .course-type-item .icon-discount2{
    position: absolute;
    left: -3px;
    top: -5px;
    /* width: 18px; */
    height:20px;
}

.choice-popup .course-type-item .sell-out-text{
    display:none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size:12px;
    text-align:center;
    color:#999;
    margin-top:5px;
    line-height:normal;
}

.choice-popup .course-type-item .residue-num{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size:12px;
    text-align:center;
    color:#FF4D4F;
    margin-top:5px;
    line-height:normal;
}

.choice-popup .course-type-item.active{
    border: 1px solid #E62020;
    color: #E62020;
}

.choice-popup .course-type-item.end{
    border: 1px solid #e5e5e5;
    color: #999;
}

.choice-popup .course-type-item.end .sell-out-text{
    display:block;
}

.choice-popup .course-type-item.end .residue-num{
    display:none;
}


.choice-popup .buy-type{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    text-align: center;
    display: none;
}
.choice-popup .buy-type.active{
    display: flex;
}
.choice-popup .buy-type-item{
    width: 104px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    padding-top: 9px;
    box-sizing: border-box;
}
.choice-popup .buy-type-item.active{
    border: 1px solid #E62020;
    color: #E62020;
}
.choice-popup .buy-type-item.disable{
    color: #CDCDD6!important;
    pointer-events: none;
}
.choice-popup .buy-type-item .buy-type-name{
    font-size: 13px;
    line-height: 19px;
}
.choice-popup .buy-type-item .buy-type-price{
    font-size: 18px;
    line-height: 26px;
    font-size: 14px;
}
.choice-popup .buy-type-price .buy-type-price-number{
    font-size: 18px;
}
.choice-popup .buy-num-handle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.choice-popup .buy-num-handle .buy-num-title{
    font-size: 15px;
    line-height: 22px;
    height: 22px;
}
.choice-popup .buy-num-handle .buy-num-title span{
    font-size: 12px;
    color: #E62020;
    padding-left: 10px;
    display: none;
}
.choice-popup .handle-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.choice-popup .reduce, .choice-popup .add{
    width: 22px;
    height: 22px;
}
.choice-popup .reduce{
    background: url("../../Images/get_coupons/icon-reduce.png") center no-repeat;
    background-size: 100%;
}
.choice-popup .add{
    background: url("../../Images/get_coupons/icon-add.png") center no-repeat;
    background-size: 100%;
}
.choice-popup .reduce.active{
    background: url("../../Images/get_coupons/icon-reduce2.png") center no-repeat;
    background-size: 100%;
}
.choice-popup .add.active{
    /* background: url("__MIMG__/icon-add2.png") center no-repeat; */
    background: url("../../Images/get_coupons/icon-add2.png") center no-repeat;
    background-size: 100%;
}
.choice-popup .buy-number{
    width: 35px;
    line-height: 22px;
    text-align: center;
}
.choice-popup .buy-btn-step2{
    display: block;
    line-height: 38px;
    height: 38px;
    text-align: center;
    background-color: #E52020;
    color: #fff;
    font-size: 14px;
    /* margin-top: 30px; */
    border-radius: 4px;
}

.choice-popup .buy-btn-step2.end{
    background-color:#999;
}

.choice-popup .close-popup{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 13px;
}

@media screen and (max-width:360px){
    .choice-popup .course-type-item{
        padding: 0 8px;
    }
}

@media screen and (max-width:320px){
    .choice-popup .course-type-item{
        padding: 0 5px;
    }
}

/* 选择购买方式弹窗- 结束 */


/* 购买手机填写手机号弹窗-滑块校验-开始 */
.nc_scale {
    background: #e8e8e8 !important;
    height: 39px !important;
    /* 默认背景色 */
}

.nc_scale div.nc_bg {
    background: #7ac23c !important;
    /* 滑过时的背景色 7ac23c  E61F1F*/
}

.nc_scale .scale_text2 {
    color: #fff !important;
    /* 滑过时的字体颜色 */
}
.nc_scale span {
    border: 1px solid #ccc !important;
}
.nc-container .nc_scale .btn_slide{
    width: 34px!important;
    height: 40px !important;
}
.nc-container .nc_scale span.nc-lang-cnt{
    height: 40px !important;
    line-height: 40px!important;
    box-sizing: border-box;
}
.nc-container .nc_scale .btn_ok{
    height: 40px;
    width: 34px;
}
.nc-container .nc_scale span{
    height: 40px !important;
    line-height: 40px !important;
}
.nc-container .nc_scale .btn_ok{
    line-height: 40px !important;
}
.errloading {
    border: #faf1d5 1px solid !important;
    color: #ef9f06 !important;
}
.nc-container.tb-login .errloading, .nc-container .errloading{
    height: 29px;
    line-height: 30px;
}
/* 购买手机填写手机号弹窗-滑块校验-结束 */

/* 右下角购买记录-开始 */

.buy-recording{
    z-index:5;
}

/* 右下角购买记录-结束 */

/* 客服二维码弹框-开始 */
.no-start-popup{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 20px 0;
    border-radius: 8px;
    width: 75%;
    text-align:center;
    font-size:12px;
    max-width:408px;
    z-index: 100;
}
.free-img{
    width:55%;
    display:block;
    margin:0 auto;
}
.free-div{
    padding-top:8px;
    line-height: 20px;
}
/* 客服二维码弹框-结束 */


/* 兼容iPhoneX和iphone12底部小黑条 */
.footer-box{
    padding-bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom); /*兼容 IOS>11.2*/
}

