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


/* 基本布局 */

body{
    background-color:#b8d7f1;
}

.fast-pay{
    max-width:768px;
    margin:0 auto;
    padding-bottom:60px;
}

/* banner */

.banner-img{
    position: relative;
    left:0;
    top:0;
    display:block;
    width:100%;
}

/* 个人版 */

.personal-box{
    position:relative;
    left:0;
    top:0;
    margin-top:-73%;
}

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

.personal-title{
    position:absolute;
    left:50%;
    top:0px;
    width:50%;
    transform:translate(-50%,0);
}

.early-buy{
    position:absolute;
    left:30.5%;
    top:66%;
    width:30%;
    height:10%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.middle-buy{
    position:absolute;
    left:64%;
    top:66%;
    width:30%;
    height:10%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* 企业版 */

.enterprise-box{
    padding-top:10px;
}

.enterprise-title{
    display:block;
    width:70%;
    margin:0 auto;
}

.enterprise-text{
    text-align:center;
    color:#333333;
    font-size:18px;
    font-weight:bold;
    margin-top:-4%;
}

/* 企业版-轮播图 */

.enterprise-swiper{
    padding-top:15px;
    padding-bottom:18px;    
}

.enterprise-swiper .swiper-slide{
    width:70%;
}

.enterprise-swiper .swiper-slide img{
    display:block;
    width:100%;
}

/* 客服二维码 */

.customer-box{
    position:relative;
    left:0;
    top:0;
    padding-bottom:58px;
}

.notice-img{
    position:relative;
    left:0;
    top:0;
    z-index:1;
    display:block;
    width:88%;
    margin:0 auto;
}

.wx-img{
    position:relative;
    left:0;
    top:0;
    z-index:1;
    display:block;
    width:130px;
    margin:14px auto 0;
}

.customer-box .bj-img{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
}

/* 参加培训获取的权限 */

.permission-wrap{
    position:relative;
    left:0;
    top:0;
    padding-bottom:25px;
}

.permission-box{
    width:94%;
    border-radius:5px;
    background-color:#b3d4f9;
    margin-left:auto;
    margin-right:auto;
    box-shadow:0px 5px 8px #8eb3f2;
    padding-top:1px;
    padding-bottom:1px;
}

.permission-box .permission-son{
    margin:8px 5px;
    background-color: #ffffff;
    border-radius:5px;
    box-shadow:0px 5px 8px #7198f3;
}
.linear-color{
    /* background:linear-gradient(to bottom right,#FFFFFF,#C7E1FA);  */
    background-image: linear-gradient(#FFFFFF,#C7E1FA);
    border-radius:0px 0px 5px 5px;  
}
.permission-img{
    position:absolute;
    left:50%;
    top:0px;
    width:68%;
    margin-top:-4%;
    transform:translate(-50%,0);
}

/* 参加培训获取的权限-课程学习 */

.course-study{
    padding-top:37px;
}

.course-title{
    display:block;
    width:75%;
    margin-left:-4.5%;
}

.course-btn-wrap{
    font-size:0;
    text-align:center;
    padding-top:5px;
}

.course-btn{
    display:inline-block;
    height:28px;
    background-color:#f2f2f2;
    border:1px solid #959595;
    border-radius:30px;
    font-size:14px;
    font-weight:bold;
    color:#777777;
    line-height:28px;
    padding:0 17px;
    margin-left:26px;
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}

.course-btn:first-child{
    margin-left:0;
}

.course-btn.on{
    background-color:#c0d8fa;
    border:1px solid #5C9AF3;
    color:#116FF6;
}

.course-main{
    display:none;
    padding-top:20px;
    padding-left:17px;
    padding-right:17px;
    padding-bottom:27px;
}

.course-main:first-child{
    display:block;
}

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

/* 参加培训获取的权限-在线考试 */

.online-take{
    padding-top:7px;
}

.online-title{
    display:block;
    width:60%;
    margin-left:-4.5%;
}

.online-text{
    text-align:justify;
    padding-left:17px;
    padding-right:17px;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    line-height:25px;
    padding-bottom:30px;
}

/* 参加培训获取的权限-动手实践 */

.hand-title{
    display:block;
    width:60%;
    margin-left:-4.5%;
}

.hand-box-wrap{
    padding-left:17px;
    padding-right:17px;
    padding-top:5px;
}

.hand-box{
    margin-top:20px;
}

.hand-box:first-child{
    margin-top:0px;
}

.hand-box img{
    width:22px;
}

.hand-text{
    margin-left:30px;
    text-align:justify;
    color:#333333;
    font-size:14px;
    font-weight:bold;
}

.hand-video{
    position:relative;
    left:0;
    top:0;
    margin-bottom:30px;
    margin-left:17px;
    margin-top:11px;
    background-image: url(../../Images/eetraining_auth/24.png);
    background-size:cover;
    width:76%;
    border-radius:6px;
}

.hand-video #player-video{
    display:block;
    width:100%;
    border-radius:6px;
}

.hand-video-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-radius:6px;
    background-image: url(../../Images/eetraining_auth/30.png);
    background-size:cover;
}

.hand-video-mask .play-btn{
    position:absolute;
    left:50%;
    top:50%;
    width:45px;
    transform:translate(-50%,-50%);
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}

/* 参加培训获取的权限-领取证书 */

.certificate-title{
    display:block;
    width:60%;
    margin-left:-4.5%;
}

.certificate-text{
    color:#333333;
    font-size:14px;
    font-weight:bold;
    padding-left:17px;
    padding-right:17px;
    padding-bottom:17px;
    padding-top:8px;
}

.certificate-picture{
    padding:0 11px 13px;
}

.certificate-picture ul li{
    float:left;
    width:33.3%;
    box-sizing:border-box;
    padding:0 6px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.certificate-picture ul li img.img1{
    display:block;
    width:100%;
}

.certificate-desc{
    text-align:center;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding-bottom:16px;
}

.certificate-big{
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:21;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}

.certificate-big img{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    transform:translate(0,-50%);
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}

.enterprise-swiper .swiper-container-3d .swiper-slide-shadow-left{
    border-radius:5px;
}

.enterprise-swiper .swiper-container-3d .swiper-slide-shadow-right{
    border-radius:5px;
}


/* 立即购买(支付页脚)开始 */
.go-buy-btn{
    background: #0087FF linear-gradient(180deg, #FE622E 0%, #FF2703 100%);
}
.buy-box-group{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
.buy-box{
    display: flex;
    justify-content:space-between;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding-left: 15px;
    background-color: #fff;
    padding-bottom:constant(safe-area-inset-bottom);
    padding-bottom:env(safe-area-inset-bottom);
}
.shop-detail{
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
}
.shop-detail .detail1{
    margin-right: 14px;
    padding-top: 20px;
    line-height: 30px;
    line-height: 18px;
}
.detail1 .span1{
    font-size: 12px;
    line-height: 18px;
}
.detail1 .span2{
    font-size: 28px;
}
.shop-detail .detail2{
   /* margin-right: 14px; */
}
.detail2 .div1{
    color: #999999;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 14px;
    padding-top: 14px;
}
.detail2 .div2{
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}
.buy-box .go-buy-btn{
    width: 130px;
    height: 100%;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    flex-shrink: 1;
    margin-left: 10px;
    padding: 0 4px;
}
.font-red {
    color: #FF4D4F;
}
/* 购买详情页底部 start */
@media screen and ( max-width: 374px ) {
    .buy-box .go-buy-btn{
        width: 120px;
        font-size: 16px;
   }
   .detail1 .span2{
       font-size: 26px;
   }
}
@media screen and ( max-width: 344px ) {
    .buy-box .go-buy-btn{
        width: 110px;
        font-size: 15px;
   }
   .detail1 .span2{
       font-size: 24px;
   }
}
 /* 购买详情页底部 end */
 /* 专题页页脚调整 */
.footer-topic .detail1 .span2{
    font-weight:bold;
    font-size:26px;
}
@media screen and (max-width:413px){
    .footer-topic .detail1 .span2{
        font-size:22px;
    }
}
@media screen and (max-width:400px){
    .footer-topic .detail1 .span2{
        font-size:20px;
    }
    .footer-topic .buy-box{
        padding-left:8px;
    }
}
@media screen and (max-width:375px){
    .buy-box .go-buy-btn{
        width:120px;
        font-size:16px;
    } 
}
@media screen and (max-width:365px){
    .footer-topic .detail1 .span2{
        font-size:18px;
    }
    .footer-topic .buy-box{
        padding-left:5px;
    }
}
@media screen and (max-width:355px){
    .footer-topic .buy-box .go-buy-btn{
        width:100px;
        font-size:14px;
    }
}
@media screen and (max-width:335px){
    .footer-topic .buy-box .go-buy-btn{
        width:85px;
        font-size:12px;
    }
}

/* 立即购买(支付页脚)结束 */




/* 选择购买方式弹窗 初级（认证/非认证）， 中级（认证/非认证）- 开始 */
.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;
    box-sizing:border-box;
}
.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: none;
    justify-content: flex-start;
    margin-top: 15px;
}
.buy-type-popup .buy-type-list.active{
    display: flex;
    justify-content: flex-start;
}
.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; */
    padding-top:8px;
    padding-bottom:8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.buy-type-popup .buy-type-item.active{
    color: #FF4D4F;
    border: 1px solid #FF4D4F;
}
.buy-type-popup .buy-type-item .buy-type-num{
    margin-top:5px;
}
.buy-type-popup .buy-type-item .buy-type-num:first-child{
    margin-top:0px;
}
.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-variety-list{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.buy-type-popup .buy-variety-item{
    width: 72px;
    height: 26px;
    opacity: 1;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #333;
    margin-right: 16px;
}
.buy-type-popup .buy-variety-item.active{
    color: #FE3517;
    border: 1px solid #FE3517;
}
.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: 50px;
    margin-bottom: 10px;
    cursor: pointer;
}
.buy-type-popup .buy-type-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
}

.buy-type-list-wrap .buy-type-list-group{
    display:none;
}
.buy-type-list-wrap .buy-type-list-group.on{
    display:block;
}
/* 选择购买方式弹窗 初级（认证/非认证）， 中级（认证/非认证）- 结束 */


/* 购买手机填写手机号弹窗-滑块校验-开始 */
.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;
}

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


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


