@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:60px;
    background-color: #c90101;
}

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

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

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

.big-img-popup{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index:20;
    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:0;
    width: 24%;
    height:100%;
}
.certificate-position2{
    position: absolute;
    left: 35%;
    top:0;
    width: 25%;
    height:100%;
}
.certificate-position3{
    position: absolute;
    left: 63%;
    top:0;
    width: 24%;
    height:100%;
}

.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;
}



/* 选择购买方式弹窗- 开始 */
.try-look-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 192px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    z-index: 100;
    padding: 25px 0px 0;
    font-size: 16px;
    color: #333;
    line-height:16px ;
    text-align: center;
}
.try-look-popup .look-href{
    display: inline-block;
    width: 100px;
    height: 26px;
    background: linear-gradient(36deg,#ff2d08 0%, #fe5928 99%);
    border-radius: 13px;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
}
.try-look-popup .try-look-close{
    position: absolute;
    right: 9px;
    top: 9px;
    width:12px;
    cursor: pointer;
}
.buy-type-popup{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 200px;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
    z-index: 100;
    padding: 28px 15px 8px;
}
.buy-type-popup .price-num-red{
    color: #FF4D4F;
}
.buy-type-popup .buy-type-header{
    color: #FF4D4F;
    font-size: 22px;
    line-height: 22px;
}
.buy-type-popup .old-price{
    color: #999999;
    font-size: 14px;
    padding-left: 12px;
    text-decoration: line-through;
}
.buy-type-popup .buy-type-name{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: bolder;
    margin-top: 12px;
}
.buy-type-popup .buy-type-title{
    font-size: 15px;
    line-height: 15px;
    font-weight: bolder;
    color: #333;
    margin-top: 30px;
}
.buy-type-popup .buy-type-list{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.buy-type-popup .buy-type-item{
    position:relative;
    left:0;
    top:0;
    margin-right: 15px;
    width: 72px;
    height: 56px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 13px;
    color: #333333;
    line-height: 13px;
    text-align: center;
    padding-top: 13px;
}
.buy-type-popup .buy-type-item.active{
    color: #FF4D4F;
    border: 1px solid #FF4D4F;
}
.buy-type-popup .buy-type-price{
    margin-top: 8px;
}
.buy-type-popup .buy-type-item.buy-type-item-tow{
    position: relative;
    width: 128px;
}
.buy-type-popup .buy-type-item .icon-odds{
    position: absolute;
    left: -2px;
    top: -4px;
    height: 20px;
}
.buy-type-popup .buy-type-btn{
    width: 100%;
    height: 48px;
    background: linear-gradient(0deg,#ff2b06 0%, #fe5f2c 100%);
    border-radius: 24px;
    text-align: center;
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    margin-top: 100px;
    cursor: pointer;
}
.buy-type-popup .buy-type-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
}
/* 选择购买方式弹窗- 结束 */



/* 购买手机填写手机号弹窗-滑块校验-开始 */

.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;
}

/* 购买手机填写手机号弹窗-滑块校验-结束 */

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