/*————————————————————————首页开始————————————————————————*/
/*首页4个btn开始*/
.fourbtn{
    width: 100%;
    background-color: #f2f2f2;
}
.fourbtn-part{
    width: 100%;
}
.fourbtn-part-bg1:hover{
    background-color: #fff;
}
.fourbtn-part-bg2:hover{
    background-color: #fff;
}
.fourbtn-part-bg3:hover{
    background-color: #fff;
}
.fourbtn-part-bg4:hover{
    background-color: #fff;
}
.fourbtn-part:hover .fourbtn-part-txt1{
    color: #00479d;
}
.fourbtn-part:hover .fourbtn-part-icon{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity:1;
}
.fourbtn-part-up{
    width: 100%;
    height: 80px;
    margin-top: 16px;
}
.fourbtn-part-up span{
    height: 100%;
    display: block;
    float: left;
}
.fourbtn-part-icon{
    width: 30%;
    background-size: 60% auto !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.6;
}
.fourbtn-part-txt{
    width: 70%;
}
.fourbtn-part-txt1{
    font-size: 18px;
    color: #31364c;
    margin-top: 10px;
}
.fourbtn-part-txt2{
    font-size: 32px;
    color: #31364c;
}
.fourbtn-part-down{
    font-size: 14px;
    color: #9699a6;
    margin-top: 18px;
    line-height: 24px;
}
.fourbtn-part-bg1, .fourbtn-part-bg3{
    height: 182px;
    background-color: #f7f7f7;
}
.fourbtn-part-bg2, .fourbtn-part-bg4{
    height: 182px;
    background-color: #e9e9e9;
}
/*首页4个btn结束*/
/*首页大标题开始*/
.big-title{
    width: 100%;
    margin-top: 60px;
}
.big-title p{
    width: 100%;
    text-align: center;
}
.big-title-p1{
    font-size: 32px;
    color: #252525;
    position: relative;
}
.big-title-p1 span{
    position: absolute;
    top: 16px;
    left: 60%;
    display: block;
    float: right;
    color: #666;
    font-size: 18px;
    background: url(../images/big-title-more.png) left center no-repeat;
    padding-left: 36px;
}
.big-title-p1 span a{
    color: #666;
}
.big-title-p1:after, .big-title-p1 after{
    content: '';
    display: block;
    margin: 16px auto 0px auto;
    width: 100px;
    height: 4px;
    background-color: #1369b4;
}
.big-title-p2{
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    line-height: 26px;
}
.big-title-p2 a{
    display: inline-block;
    font-size: 14px;
    color: #1369b4;
    margin-left: 10px;
    transition:transform 0.5s;
}
.big-title-p2 a:hover{
    -webkit-transform: translateX(8px); 
    transform: translateX(8px); 
    transition:transform 0.5s;
}
.big-title-white .big-title-p1{
    color: #fff;
}
.big-title-white .big-title-p1:after, .big-title-white .big-title-p1 after{
    background-color: #fff;
}
.big-title-white .big-title-p2{
    color: #fff;
}
.big-title-white .big-title-p2 a{
    color: #fff;
}
/*首页大标题结束*/
/*首页考培中心开始*/
.kaopei-body{
    background-color: #f6f9fc;
    margin-top: 40px;
}
.kaopei-part{
    width: 100%;
    margin: 20px 0;
    transition:transform 0.5s;
}
.kaopei-part-bg1, .kaopei-part-bg2, .kaopei-part-bg3{
    margin: 30px 0;
    border-right: 1px solid #dcdcdc;
}
.kaopei-part-bg4{
    margin: 30px 0;
    border: none;
}
.kaopei-part-icon{
    width: 96px;
    height: 96px;
    margin: 0 auto 0 auto;
    border: 1px solid #ddddde;
    border-radius: 50%;
    background-size: 60px auto !important;
}
.kaopei-part:hover{
    -webkit-transform: translateY(-15px); 
    transform: translateY(-15px); 
    transition:transform 0.5s;
}
.kaopei-part:hover span{
    color: #00479d;
}
.kaopei-part span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

/*首页考培中心结束*/
/*首页特色课堂开始*/
.class-body{
    padding-bottom: 50px;
}
.class-part{
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ffffff;
    /* padding: -10px; */
    padding-bottom: 10px;
}
.class-part:hover{
    /* border: 1px solid #cccccc; */
    -moz-box-shadow:0px 2px 10px #CCCCCC; -webkit-box-shadow:0px 2px 10px #CCCCCC; box-shadow:0px 2px 10px #CCCCCC;
}
.class-part:hover .class-part-p2 a{
    color: #00479d;
}
.class-part p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #929292;
}
.class-part p span{
    color: #b5b5b5;
}
.class-part-p1{
    height: 180px;
}
.class-part-p1 img{
    width: 100%;
    height: 100%;
}
.class-part-p2{
    font-size: 16px;
    margin-top: 10px;
    padding: 0 10px;
}
.class-part-p2 a{
    color: #000;
}
.class-part-p3{
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 10px;
    padding: 0 10px;
}
.class-part-p4{
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 6px;
    padding: 0 10px;
}
.class-part-p5{
    margin-left: 10px;
}
/*首页特色课堂结束*/
/*首页定制委托开始*/
.diy-service{
    width: 100%;
    background: url(../images/diy-service-bg.png) top center no-repeat;
    padding-bottom: 50px;
    background-size: auto 100%;
}
.diy-service-txt{
    width: 76%;
    margin-left: 12%;
    margin-top: 40px;
}
.diy-service-txt p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
    padding-bottom: 20px;
}
.diy-part{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    background-color: #fff !important;
    border-top: 10px solid #1369b4;
    background-position: left 20px top 10px !important;
    background-size: 50px auto !important;
}
/*首页定制委托结束*/
/*首页名师专家开始*/
.teacher{
    width: 100%;
    padding-bottom: 50px;
}
.teacher-part{
    width: 20%;
    float: left;
    /* padding: 0 30px; */
    margin-top: 46px;
    height: 292px;
    overflow: hidden;
}
.teacher-part-p1{
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}
.teacher-part-p1 img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    behavior: url(js/PIE.htc);
}
.teacher-part-p2{
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
}
.teacher-part-p2 a{
    color: #000;
}
.teacher-part-p3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
    color: #1369b4;
    padding: 0 30px;
}
.teacher-part-p4{
    width: 100%;
    text-align: justify;
    font-size: 14px;
    margin-top: 10px;
    color: #7d7d7d;
    line-height: 24px;
    padding: 0 30px;

}
/*首页名师专家结束*/
/*首页新闻动态开始*/
.news{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
.news-list{
    margin-top: 36px;
}
.news-list ul li{
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    float: left;
    margin-top: 20px;
    transition:all 0.5s;
}
.news-list ul li a{
    color: #7d7d7d;
    font-size: 16px;
    display: block;
    width: 100%;
    float: left;
    background: url(../images/news-list-icon.png) left center no-repeat;
    padding-left: 10px;
    
}
.news-list ul li:hover{
    color: #000;
    -webkit-transform: translateX(-8px); 
    transform: translateX(-8px); 
    transition:transform 0.5s;
}
.news-list ul li a:hover{
    color: #000;
}
.news-list ul li .news-list-cont{
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list ul li .news-list-time{
    display: block;
    float: right;
    /* margin-right: 40px; */
    font-size: 16px;
    color: #7d7d7d;
}
/*首页新闻动态结束*/
/*首页关于我们开始*/
.aboutus{
    width: 100%;
    padding-bottom: 50px;
}
.aboutus-body{
    width: 100%;
    padding: 40px 80px;
    background-color: #fff;
    margin-top: 40px;
    -moz-box-shadow:0px 0px 5px #cccccc;
    -webkit-box-shadow:0px 0px 5px #cccccc;
    box-shadow:0px 0px 5px #cccccc;
}
.aboutus-body p{
    font-size: 16px;
    text-indent: 32px;
    line-height: 36px;
}
/*首页关于我们结束*/
/*————————————————————————首页结束————————————————————————*/

/*————————————————————————定制委托页开始————————————————————————*/
/*定制委托页-banner开始*/
.ds-banner{
    height: 420px;
    background: url(../images/ds-banner01.png) center no-repeat;
    background-size: auto 100%;
}
.ds-banner-body{
    width: 100%;
    padding-top: 40px;
}
.ds-banner-body p{
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 32px;
    line-height: 30px;
}
.ds-banner-body p a{
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    border: 1px solid #b6b6b6;
    text-align: center;
    color: #fff;
}
/*定制委托页-banner结束*/
/*定制委托页-我们的优势开始*/
.ds-ouryoushi{
    width: 100%;
    padding-bottom: 50px;
}
.ds-ouryoushi-part{
    width: 100%;
    margin-top: 50px;
}
.ds-ouryoushi-part span{
    display: block;
}
.ds-ouryoushi-part-span1{
    display: inline-block;
    width: 88px;
    height: 88px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    margin: 0 auto;
}
.ds-ouryoushi-part-span2{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 30px;
}
.ds-ouryoushi-part-span3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 20px;
    line-height: 24px;
}
/*定制委托页-我们的优势结束*/

/*定制委托页-服务内容开始*/
.ds-content{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
.ds-content-body{
    margin-top: 20px;
}
.ds-content-part{
    width: 100%;
    margin-top: 30px;
}
.ds-content-part-title{
    width: 100%;
    height: 50px;
    background: url(../images/ds-content-titlebg.png) center no-repeat;
    background-size: 100% 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.ds-content-part-body{
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 5px;
    padding-bottom: 15px;
    height: 125px;
    text-align: center;
}
.ds-content-part-body ul li{
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 20px;
    margin-left: 10px;
    background: url(../images/ds-content-dot.png) left center no-repeat;
    padding-left: 16px;
    margin-top: 12px;
}
/*定制委托页-服务内容结束*/
/*定制委托页-服务流程开始*/
.ds-flow{
    width: 100%;
    padding-bottom: 50px;
}
.ds-flow-part{
    width: 100%;
    height: 110px;
    line-height: 100px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 50px;
}
.ds-flow-part1{
    border-top: 10px solid #f04e4e;
    background: url(../images/ds-flow-icon01.png) 32px 14px no-repeat;
}
.ds-flow-part2{
    border-top: 10px solid #f8c407;
    background: url(../images/ds-flow-icon02.png) 32px 14px no-repeat;
}
.ds-flow-part3{
    border-top: 10px solid #c3d22f;
    background: url(../images/ds-flow-icon03.png) 32px 14px no-repeat;
}
.ds-flow-part4{
    border-top: 10px solid #6739b6;
    background: url(../images/ds-flow-icon04.png) 32px 14px no-repeat;
}
/*定制委托页-服务流程结束*/
/*定制委托页-定制专线开始*/
.ds-phonemail{
    width: 100%;
    background-color: #f7f7f7;
}
.ds-phonemail-part{
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
.ds-phonemail-part span{
    display: block;
    /* width: 100%; */
    
}
.ds-phonemail-span1{
    display: inline-block !important;
    /* width: 210px !important; */
    font-size: 24px;
    color: #7d7d7d;
    margin: 0 auto;
    margin-bottom: 6px;
    padding-left: 36px;
    margin: 0 auto;
}
.ds-phonemail-span2{
    font-size: 24px;
    color: #000;
    margin-top: 6px;
    text-align: center;
}
/*定制委托页-定制专线结束*/
/*关于我们页-banner开始*/
.au-banner{
    width: 100%;
    height: 640px;
    background: url(../images/au-banner.png) center no-repeat;
    background-size: auto 100%;
}
.au-banner-body{
    width: 70%;
    margin-left: 15%;
}
.au-banner-body-p1{
    font-size: 36px;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 30px;
}
.au-banner-body-p2{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
}
/*关于我们页-banner结束*/
/*————————————————————————定制委托页结束————————————————————————*/

/*————————————————————————关于我们页开始————————————————————————*/
/*关于我们页-公司简介开始*/
.au-info-body{
    padding-bottom: 50px;
}
.au-info-txt{
    width: 100%;
}
.au-info-txt p{
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    text-indent: 32px;
    text-align: justify;
}
.au-info-img{
    width: 100%;
    height: 340px;
    margin-top: 20px;
}
.au-info-img img{
    width: 100%;
    height: 100%;
}
.au-info-body{
    margin-top: 50px;
}
/*关于我们页-公司简介结束*/
/*关于我们页-联系我们开始*/
.au-contact{
    width: 100%;
    padding: 40px 0;
}
.au-contact-name{
    width: 100%;
    font-size: 24px;
    height: 72px;
    line-height: 72px;
}
.au-contact-phone{
    width: 100%;
    font-size: 18px;
    background: url(../images/au-contact-icon01.png) left center no-repeat;
    background-size: 50px 50px;
    height: 72px;
    line-height: 72px;
    padding-left: 60px;
}
.au-contact-adr{
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    background: url(../images/au-contact-icon02.png) left center no-repeat;
    background-size: 50px 50px;
    height: 72px;
    padding-left: 60px;
}
.au-contact-mail{
    width: 100%;
    font-size: 18px;
    background: url(../images/au-contact-icon03.png) left center no-repeat;
    background-size: 50px 50px;
    height: 72px;
    padding-left: 60px;
    line-height: 72px;
}
/*关于我们页-联系我们结束*/
/*————————————————————————关于我们页结束————————————————————————*/

/*————————————————————————特色课堂页开始————————————————————————*/
/*条件筛选开始*/
.fc-screen{
    width: 100%;
}
.fc-screen-select{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.fc-screen-select ul li{
    float: left;
    margin: 8px 30px 8px 0;
}
.fc-screen-select ul li a{
    display: block;
    padding: 6px 24px;
    font-size: 16px;
    color: #000;
    border: 1px solid #d8d8d8;
    border-radius: 100px;
}
.fc-screen-select ul li a:hover{
    border: 1px solid #00479d;
    color: #00479d;
}
.fc-screen-select .on a{
    background-color: #00479d;
    border: 1px solid #00479d;
    color: #fff;
}
.fc-screen-select .on a:hover{
    color: #fff;
}
.fc-screen-body{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 40px;
}
.fc-screen-condition{
    width: 100%;
    border-bottom: 1px dotted #cbcbcb;
    padding: 6px 0;
}
.fc-screen-condition span{
    font-size: 14px;
    color: #000;
    display: block;
    float: left;
    width: 15%;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.fc-screen-condition ul{
    float: left;
    width: 85%;
}
.fc-screen-condition ul li{
    margin: 0 14px;
    float: left;
}
.fc-screen-condition ul li a{
    font-size: 14px;
    color: #808080;
    line-height: 36px;
}
.fc-screen-condition ul li a:hover{
    color: #00479d;
}
.fc-screen-condition ul .on a{
    color: #00479d;
}
/*条件筛选结束*/
/*列表开始*/
.fc-list-top{
    width: 100%;
    /* border-bottom: 1px solid #d8d8d8;
    padding: 6px 0; */
}
.fc-list-top-line{
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 0;
}
.fc-list-top ul{
    float: left;
    color: #b5b5b5;
}
.fc-list-top ul li{
    display: inline-block;
    margin: 0 5px;
    color: #b5b5b5;
    cursor: pointer;
    line-height: 30px;
}
.fc-list-top ul .on{
    color: #00479d;
}
.fc-list-search{
    float: right;
}
.fc-list-search{
    width: 200px;
    height: 30px;
    border: 1px solid #d8d8d8;
}
.fc-list-search-inp1{
    width: 80%;
    height: 100%;
    float: left;
    padding-left: 5px;
    line-height: 28px;
}
.fc-list-search-inp2{
    width: 20%;
    height: 100%;
    float: left;
    background: url(../images/fc-search-btn.png) center no-repeat;
}
.fc-list-search-inp1::placeholder{
    color:#cccccc;
}
.fc-list-body{
    padding-bottom: 30px;
}
/*列表结束*/
/*翻页开始*/
.fc-page{
    width: 100%;
    margin-top: 40px;
}
.fc-page ul{
    width: 100%;
    text-align: center;
}
.fc-page ul li{
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    margin-top: 8px;
}
.fc-page ul li a{
    color: #737373;
    display: block;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0 9px;
}
.fc-page ul li a:hover{
    color: #00479d;
}
.fc-page .on a{
    background-color: #00479d;
    border-radius: 50%;
    color: #fff;
}
.fc-page-border{
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.fc-page-inp{
    border: 1px solid #d8d8d8;
    width: 40px;
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
}
.fc-page-statistics{
    color: #737373;
}
.fc-page-statistics span{
    color: #000;
    margin: 0 2px;
}
/*翻页结束*/
/*————————————————————————特色课堂页结束————————————————————————*/

/*————————————————————————云题库开始————————————————————————*/
/*banner开始*/
.cs-banner{
    width: 100%;
    height: 420px;
    background: url(../images/cs-banner.jpg) center no-repeat;
    background-size: auto 100%;
    position: relative;
}
.cs-banner-bod{
    width: 100%;
}
.cs-banner-body-p1{
    font-size: 36px;
    margin-top: 140px;
    color: #fff;
}
.cs-banner-body-p2{
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    line-height: 30px;
}
/*banner结束*/
/*列表开始*/
.cs-list-part{
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    margin-top: 40px;
}
.cs-list-part:hover{
    -moz-box-shadow:0px 2px 10px #CCCCCC; -webkit-box-shadow:0px 2px 10px #CCCCCC; box-shadow:0px 2px 10px #CCCCCC;
}
.cs-list-part-p1{
    width: 100%;
}
.cs-list-part-p1 a{
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.cs-list-part-p2{
    width: 100%;
    height: 150px;
    margin-top: 6px;
    position: relative;
}
.cs-list-part-p2 img{
    width: 100%;
    height: 100%;
}
.cs-list-part-p3{
    color: #999;
    margin-top: 6px;
}
.cs-list-body{
    padding-bottom: 40px;
}
/*列表结束*/
/*————————————————————————云题库结束————————————————————————*/

/*————————————————————————考培中心3-详情开始————————————————————————*/
/*banner开始*/
.et3-banner{
    width: 100%;
    min-height: 360px;
    background: url(../images/et3-banner.png) bottom center no-repeat;
    background-color: #0b7ee8;
    background-size: auto 100%;
    padding-bottom: 20px;
}
.et3-banner-body{
    width: 100%;
}
.et3-banner-body-btitle{
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    padding-top: 2px;
}
.et3-banner-body-pary{
    margin-top: 30px;
    float: left;
}
.et3-banner-body-p1{
    font-size: 24px;
    margin-top: 20px;
    color: #fff;
}
.et3-banner-tip{
    display: block;
    background: url(../images/et3-banner-tip-icon.png) top left no-repeat;
    color: #fff;
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
}
.et3-banner-tip div{
    background-color: #032243;
    padding: 2px 20px;
    width: max-content;
    margin-top: 7px;
}
.et3-banner-body-hd .on .et3-banner-tip{
    display: block;
}
.et3-banner-body-hd .on{
    position: relative;
}
.et3-banner-body-hd .on:after, .et3-banner-body-hd .on after{
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 7px;
    background: url(../images/et3-select-icon.png) center no-repeat;
    top: 28px;
    left: 50%;
    margin-left: -7px;
}
.et3-banner-body-hd ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.et3-banner-body-hd ul li span{
    display: inline-block;
    font-size: 14px;
    padding: 2px 15px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 100px;
    border: 1px solid #ff6d00;
    background-color: #fff3ea;
    cursor: pointer;
}
.et3-banner-body-p3 span{
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}
.et3-banner-body-p3 span i{
    font-style: normal;
    font-size: 18px;
}
.et3-banner-body-ps1{
    background: url(../images/et3-nbanner-icon01.png) left center no-repeat;
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
}
.et3-banner-body-ps2{
    background: url(../images/et3-nbanner-icon02.png) left center no-repeat;
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
}
.et3-banner-body-ps3{
    background: url(../images/et3-nbanner-icon03.png) left center no-repeat;
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
}
.et3-banner-body-ps4{
    background: url(../images/et3-nbanner-icon04.png) center no-repeat;
    padding-left: 12px;
    width: 77px;
    height: 20px;
    line-height: 20px;
    font-size: 12px !important;
    color: #c78300 !important;
    margin-left: 10px !important;
}
.et3-banner-body-hd .afterbm span{
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2;
}
.et3-banner-body-hd .on span{
    color: #fff;
    border: 1px solid #ff6d00;
    background-color: #ff6d00 !important;
}
.et3-banner-figure{
    width: 100%;
    color: #fff;
    margin-top: 14px;
    margin-left: -15px;
}
.et3-banner-tip1{
    display: inline-block;
    color: #fff;
    background-color: #043263;
    border-radius: 5px;
    padding: 4px 20px;
    /* margin-top: 15px; */
    font-size: 12px;
}
.et3-banner-figure span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    /* border-right: 1px solid #fff; */
}
.et3-banner-figure span:after, .et3-banner-figure span after{
    content: '';
    width: 1px;
    height: 30px;
    background-color: #7aafec;
    right: 0;
    top: 12px;
    position: absolute;
}
.et3-banner-figure span i{
    font-size: 24px;
    margin-right: 6px;
    font-style: normal;
}
.et3-banner-body-p2{
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.et3-banner-body-p2 span{
    font-size: 24px;
}
.et3-banner-body-p2 i{
    font-style: normal;
    margin-left: 20px;
}
.et3-banner-body-p3{
    margin-top: 20px;
}
.et3-banner-body-p3 a{
    display: inline-block;
    margin-right: 10px;
}
.et3-banner-body-p3-bm{
    width: 130px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    background-color: #ff6d00;
    border: 1px solid #FF6C00;
    font-size: 14px;
    color: #fff;
}
.et3-banner-body-p3-bm:hover{
    background-color: #ff4200;
}
.et3-banner-body-p3-bm:hover{
    color: #fff;
}
.et3-banner-body-p3-add{
    width: 130px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    background-color: #fff3ea;
    border: 1px solid #FF6C00;
    font-size: 14px;
    color: #ff6d00;
}
.et3-banner-body-p3-add:hover{
    color: #ff6d00;
    background-color: #ffe9d9;
}
/*banner结束*/
/*tab页开始*/
.et3-tab{
    width: 100%;
    height: 50px;
    background-color: #e5ecf5;
}
.et3-tab-hd{
    width: 100%;
}
.et3-tab-hd ul{
    width: 100%;
    text-align: center;
}
.et3-tab-hd ul li{
    display: inline-block;
    margin: 0 30px;
}
.et3-tab-hd ul li a{
    display: block;
    padding: 0 5px;
    color: #000;
    line-height: 46px;
    cursor: pointer;
}
.et3-tab-hd ul .active a{
    border-bottom: 4px solid #00479d;
}
.et3-tab-fixed{
    position: fixed;
    top: 90px;
    z-index: 9990;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0px !important;
}
/*tab页结束*/
/*面包屑导航开始*/
/* .et3-crumbs{
    width: 100%;
}
.et3-crumbs-body{
    width: 100%;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.et3-crumbs-body span{
    display: block;
    float: left;
}
.et3-crumbs-body ul li{
    float: left;
    color: #000;
    margin: 0 3px;
}
.et3-crumbs-body ul li a{
    color: #666;
} */
/*面包屑导航结束*/
/*列表开始*/
.et3-course-body{
    padding-bottom: 40px;
}
/*列表结束*/
/*————————————————————————考培中心3-详情结束————————————————————————*/

/*————————————————————————考培中心2-三岗培训开始————————————————————————*/
/*条件筛选开始*/
.et2-condition{
    width: 100%;
    /* background-color: #f7f7f7; */
}
/*条件筛选结束*/
/*最新培训开始*/
.et2-newlist{
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    /* margin-top: 22px; */
}
.et2-newlist-title{
    width: 100%;
}
.et2-newlist-title span{
    display: inline-block;
    font-size: 18px;
    color: #434343;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #00479d;
}
.et2-newlist ul{
    margin-top: 16px;
}
.et2-newlist ul li a{
    display: block;
    font-size: 14px;
    line-height: 42px;
    color: #808080;
    background: url(../images/news-list-icon.png) left center no-repeat;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et2-newlist ul li a:hover{
    color: #00479d;
    font-weight: bold;
}
/*最新培训结束*/
/*tab页开始*/
.et2-tab{
    width: 100%;
    height: 96px;
    background-color: #fff;
}
.et2-tab-hd{
    width: 100%;
}
.et2-tab-hd ul{
    text-align: center;
    margin-top: 30px;
}
.et2-tab-hd ul li{
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}
.et2-tab-hd ul li a{
    display: block;
    padding: 6px 28px;
    border-radius: 100px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    color: #000;
}
.et2-tab-hd .active a{
    background-color: #00479d;
    border: 1px solid #00479d;
    color: #fff;
}
/*tab页结束*/
/*tab内容开始*/
.tab-louceng{
    padding-top: 10px;
}
.et2-tab-body{
    width: 100%;
}
.et2-body-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d8d8d8;
    /* padding-top: 10px; */
    /* background: url(../images/et2-tab-line.png) right bottom no-repeat; */
}
.et2-body-title span{
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    border-bottom: 3px solid #00479d;
}
.et2-body-title ul{
    float: right;
    color: #808080;
}
.et2-body-title ul li{
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
    color: #808080;
    cursor: pointer;
}
.et2-body-title .on{
    color: #00479d;
}
.et2-tab-part{
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    margin-top: 30px;
}
.et2-tab-part:hover{
    -moz-box-shadow:0px 2px 10px #CCCCCC; -webkit-box-shadow:0px 2px 10px #CCCCCC; box-shadow:0px 2px 10px #CCCCCC;

}
.et2-tab-part-icon{
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
}
.et2-tab-part-icon a{
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.et2-tab-part-icon a:hover{
    color: #00479d;
}
.et2-tab-part-p1{
    color: #434343;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.et2-tab-part-p2{
    font-size: 12px;
    color: #808080;
    margin-top: 20px;
}
.et2-tab-body-bd{
    padding-bottom: 40px;
}
/*tab内容结束*/
/*课程试看开始*/
.et2-margintop{
    margin-top: -70px;
}
.et2-classlook{
    padding-bottom: 30px;
}
.et2-classlook-part{
    width: 100%;
    height: 180px;
    position: relative;
    margin-top: 20px;
}
.et2-classlook-bg{
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.et2-classlook-part-p1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    color: #fff;
    padding-left: 5%;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5) ); /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5)); /* Opera 11.1 - 12*/
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); /* 标准的语法 */
}
.et2-classlook-part-icon{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/et2-class-icon.png) center no-repeat;
}
/*课程试看结束*/
/*题库测试开始*/
.et2-tiku-part{
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 30px;
}
.et2-tiku-part img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.et2-tiku-part-p1{
    position: absolute;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    top: 60px;
    z-index: 99;
}
.et2-tiku-part-p2{
    position: absolute;
    width: 50%;
    left: 50%;
    z-index: 99;
    height: 32px;
    line-height: 32px;
    top: 102px;
    text-align: center;
    background: url(../images/et2-tiku-icon.png) left center no-repeat;
    color: #fff;
}
/*题库测试结束*/
/*————————————————————————考培中心2-三岗培训结束————————————————————————*/

/*————————————————————————专家直播页开始————————————————————————*/
/*banner开始*/
.ls-banner{
    width: 100%;
    height: 460px;
    background: url(../images/ls-banner.png) center no-repeat;
    background-size: auto 100%;
}
/*banner结束*/
/*tab开始*/
.ls-tab{
    width: 100%;
    height: 110px;
    background-color: #fff;
}
.ls-tab-body{
    width: 100%;
}
.ls-tab-body ul{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ls-tab-body ul li{
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.ls-tab-body .active{
    background-color: #00479d;
    border: 1px solid #00479d;
    color: #fff;
}
/*tab结束*/
/*小tab开始*/
.ls-tab-cont{
    width: 100%;
}
.ls-tab-cont-hd{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
}
.ls-tab-cont-hd ul li{
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
.ls-tab-cont-hd .on{
    color: #00479d;
    font-weight: bold;
}
.ls-tab-cont-bd{
    padding-bottom: 40px;
}
/*小tab结束*/
/*直播开始*/
.ls-liveshow{
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 30px;
    transition:transform 0.5s;
}
.ls-liveshow-img{
    width: 100%;
    height: 200px;
    position: relative;
}
.ls-liveshow-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.ls-liveshow-tip{
    width: 80px;
    height: 30px;
    background: url(../images/ls-show-icon01.png) left center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.ls-liveshow-tip1{
    width: 80px;
    height: 30px;
    background: url(../images/ls-show-icon01h.png) left center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 999;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.ls-liveshow-p1{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ls-liveshow-tech{
    width: 100%;
    margin-top: 16px;
}
.ls-liveshow-tech span{
    display: block;
    height: 40px;
    line-height: 40px;
}
.ls-liveshow-tech-span1{
    float: left;
    margin-left: 10px;
    color: #aaaaaa;
}
.ls-liveshow-tech-span1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.ls-liveshow-tech-span11{
    float: left;
    margin-left: 10px;
    color: #666;
}
.ls-liveshow-tech-span2{
    float: right;
    margin-right: 10px;
    background: url(../images/ls-show-icon02.png) left center no-repeat;
    padding-left: 28px;
}
.ls-liveshow-tech-span3{
    float: right;
    height: 32px !important;
    line-height: 32px !important;
    margin-right: 10px;
    margin-top: 4px;
}
.ls-liveshow-tech-span4{
    float: right;
    height: 32px !important;
    line-height: 32px !important;
    margin-right: 10px;
    margin-top: 4px;
}
.ls-liveshow-tech-span3 a{
    display: block;
    padding: 0px 16px;
    color: #fff;
    background-color: #00479d;
    border-radius: 100px;
    display: none;
}
.ls-liveshow-tech-span4 a{
    display: block;
    padding: 0px 16px;
    color: #fff;
    background-color: #ff6c00;
    border-radius: 100px;
    display: none;
}
.ls-liveshow-tech-span211{
    height: 40px;
    float: left;
    width: 80%;
}
.ls-liveshow:hover{
    transform:scale(1.06);   /* 放大1.05倍 */
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06); 
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transition:transform 0.5s;
}
.ls-liveshow:hover .ls-liveshow-tech-span211{
    width: auto;
}
.ls-liveshow:hover .ls-liveshow-tech-span11{
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 2px;
}
.ls-liveshow:hover .ls-liveshow-tech-span2{
    float: left;
    margin-left: 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    background: url(../images/ls-show-icon02h.png) left center no-repeat;
}
.ls-liveshow:hover .ls-liveshow-tech-span3 a{
    display: block;
}
.ls-liveshow:hover .ls-liveshow-tech-span4 a{
    display: block;
}
/*直播结束*/
/*直播预告开始*/
.ls-liveshow-title{
    width: 100%;
    font-size: 30px;
    color: #000;
}
.ls-foreshow{
    width: 100%;
    padding: 15px;
    border: 1px solid #d8d8d8;
    margin-top: 30px;
}
.ls-foreshow-left{
    width: 80px;
    height: 100%;
    float: left;
}
.ls-foreshow-left img{
    width: 100%;
    height: 80px;
    border-radius: 50%;
}
.ls-foreshow-right{
    width: 230px;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.ls-foreshow-right-p1 span{
    color: #ff0000;
    margin-right: 5px;
}
.ls-foreshow-right-p1 a{
    margin-left: 5px;
    cursor: pointer;
    color: #0051c5;
}
.ls-foreshow-right-p2{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
}
.ls-foreshow-right-p3{
    color: #aaaaaa;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ls-foreshow-body{
    padding-bottom: 40px;
}
.open-remind{
    color: #1cc840 !important;
}
/*直播预告结束*/
/*直播回放开始*/
.ls-livehuif{
    padding-bottom: 40px;
}
/*直播回放结束*/
/*————————————————————————专家直播页结束————————————————————————*/


/*————————————————————————资讯列表页开始————————————————————————*/
/*新闻开始*/
.nl-tab{
    width: 100%;
    background-color: #fff;
    height: 82px;
    margin-top: 30px;
}
.nl-tab-btn{
    width: 100%;
    margin-top: 20px;
}
.nl-tab-btn ul{
    text-align: center;
    width: 100%;
}
.nl-tab-btn ul li{
    display: inline-block;
    margin: 0 20px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #000;
    cursor: pointer;
}
.nl-tab-btn .active{
    background-color: #00479d;
    border: 1px solid #00479d;
    color: #fff;
}
.newslist-right-body ul li{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    float: left;
    padding: 10px 0;
}
.newslist-right-body-img{
    display: none;
    float: left;
    width: 240px;
    height: 160px;
}
.newslist-right-body-on .newslist-right-body-img{
    display: block;
}
.newslist-right-body-img img{
    width: 100%;
    height: 100%;
}
.newslist-right-body-on .newslist-right-body-title{
    float: left;
    width: 470px;
    margin-left: 20px;
}
.newslist-right-body-title{
    float: left;
    width: 100%;
}
.newslist-right-body-title1{
    margin-top: 20px;
    margin-bottom: 16px;
}
.newslist-right-body-title1 span{
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    background: url(../images/news-list-icon2.png) left center no-repeat;
    padding-left: 16px;
    font-size: 16px;
}
.newslist-right-body-title1 span a{
    color: #333;
}
.newslist-right-body-on .newslist-right-body-title1{
    margin-top: 12px;
}
.newslist-right-body-on .newslist-right-body-title1 span{
    width: 100%;
    white-space: normal;
    overflow: auto;
    text-overflow: inherit;
    background: url(../images/news-list-icon2.png) left top 8px no-repeat;
}
.newslist-right-body-on .newslist-right-body-title1 span a{
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
.newslist-right-body-title1 label{
    display: block;
    float: right;
    font-weight: 400;
    margin-right: 10px;
}
.newslist-right-body-on .newslist-right-body-title1 label{
    display: none;
}
.newslist-right-body-title2{
    display: none;
    margin-top: 10px;
}
.newslist-right-body-on .newslist-right-body-title2{
    display: block;
}
.newslist-right-body-title2 span{
    color: #a0a0a0;
    margin-right: 30px;
}
.newslist-right-body-title3{
    display: none;
    margin-top: 20px;
    color: #646464;
    line-height: 26px;
    margin-left: 5px;
}
.newslist-right-body-on .newslist-right-body-title3{
    display: block;
}
.news-list-body{
    padding-bottom: 40px;
    margin-top: 20px;
}
.nl-body{
    margin-top: 10px;
}
/*新闻结束*/
/*通知公告开始*/
.nl-notice{
    width: 100%;
    padding: 10px 25px;
    padding-bottom: 40px;
    margin-top: -80px;
}
.nl-notice-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    border-bottom: 1px solid #d8d8d8;
}
.nl-notice ul{
    margin: 20px 0;
}
.nl-notice ul li{
    margin-top: 16px;
}
.nl-notice ul li a{
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    padding-left: 15px;
    background: url(../images/news-list-icon3.png) left center no-repeat;
    transition:transform 0.5s;
    display: inline-block;
}
.nl-notice ul li a:hover{
    -webkit-transform: translateX(-8px); 
    transform: translateX(-8px); 
    transition:transform 0.5s;
}
.nl-notice .hot a{
    color: #ff0000;
    background: url(../images/news-list-icon3h.png) left center no-repeat;
}
.nl-notice-more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #d8d8d8;
}
.nl-notice-more span{
    display: inline-block;
    background: url(../images/notice-more.png) right center no-repeat;
    padding-right: 20px;
}
.nl-notice-more a{
    color: #000;
}
/*通知公告结束*/
/*————————————————————————资讯列表页结束————————————————————————*/

/*————————————————————————考培中心页开始————————————————————————*/
/*课程tab页开始*/
.et-classtab{
    width: 300px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 5%;
}
.et-classtab-hd{
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.et-classtab-hd ul{
    width: 100%;
}
.et-classtab-hd ul li{
    width: 50%;
    float: left;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background-color: #ffcc00;
    font-size: 18px;
    cursor: pointer;
}
.et-classtab-hd .on{
    background-color: #fff;
    color: #000;
}
.et-classtab-bd{
    width: 100%;
    padding: 14px;
}
.et-classtab-bd ul{
    width: 100%;
}
.et-classtab-bd ul li{
    margin-top: 12px;
}
.et-classtab-bd ul li a{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding-left: 10px;
    background: url(../images/news-list-icon.png) left center no-repeat;
}
.et-classtab-bd ul li span{
    display: block;
    width: 100%;
    text-align: right;
    color: #00a0e9;
    margin-top: 4px;
}
.et-classtab-bd .et-classtab-more{
    display: block;
    width: 272px;
    border-top: 1px solid #d8d8d8;
    text-align: right;
    line-height: 42px;
    position: absolute;
    bottom: 0;
}
.et-classtab-bd .et-classtab-more a{
    color: #a0a0a0;
}
/*课程tab页结束*/
/*4个btn开始*/
.et-button{
    width: 100%; 
    height: 180px;
    background-color: #f7f7f7;
}
.et-button .container-fluid{
    height: 100%;
}
.et-button-body{
    width: 100%;
    height: 100%;
}
.et-button-body ul{
    width: 100%;
    height: 100%;
}
.et-button-body ul li{
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.et-button-body .active{
    transform:scale(1.1);   /* 放大1.05倍 */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    background-color: #fff;
    -moz-box-shadow:0px 2px 8px #d8d8d8;
    -webkit-box-shadow:0px 2px 8px #d8d8d8; 
    box-shadow:0px 2px 8px #d8d8d8;
}
.et-button-body .active:after, .et-button-body .active after{
    width: 0 !important;
}
.et-button-body ul li:after, .et-button-body ul li after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 0;
}
.et-button-lastli:after, .et-button-lastli after{
    width: 0 !important;
}
.et-button-body ul li img{
    margin-top: 36px;
}
.et-button-body ul li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
/*4个btn结束*/
/*三岗培训开始*/
.et-sgpx{
    width: 100%;
}
.et-sgpx-tab{
    width: 100%;
    margin-top: 40px;
}
.et-sgpx-tab ul{
    width: 100%;
}
.et-sgpx-tab ul li{
    width: 30%;
    margin: 0 1.5%;
    height: 80px;
    float: left;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    cursor: pointer;
}
.et-sgpx-bd{
    padding-bottom: 50px;
}
.et-sgpx-part{
    width: 100%;
    position: relative;
    height: 260px;
    margin-top: 30px;
}
.et-sgpx-part span{
    display: block;
    height: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-left: 128px;
    margin-top: 10px;
    background: url(../images/et-list-icon01.png) left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et-sgpx-part-span1{
    margin-left: 180px;
}
.et-sgpx-part-span2{
    margin-left: 200px;
}
.et-sgpx-part-span3{
    margin-left: 220px;
}
.et-sgpx-part-title{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    width: 120px;
    height: 120px;
    border: 8px solid #fff;
    line-height: 100px;
    text-align: center;
    top: 70px;
    left: 50px;
    border-radius: 50%;
    behavior: url(js/PIE.htc);
}
.et-sgpx-part-list1{
    padding-top: 30px;
}
.et-sgpx-part-list2{
    padding-top: 12px;
}
.et-sgpx-tab .on{
    -moz-box-shadow:0px 2px 8px #d8d8d8;
    -webkit-box-shadow:0px 2px 8px #d8d8d8; 
    box-shadow:0px 2px 8px #d8d8d8;
}
/*三岗培训结束*/
/*注安师开始*/
.et-zas{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
.et-zas-part{
    width: 100%;
    height: 240px;
    padding-top: 36px;
    margin-top: 30px;
    padding-bottom: 20px;
}
.et-zas-part table{
    width: 80%;
    margin-left: 10%;
    border: none;
    margin-top: 30px;
}
.et-zas-part table td{
    border: 1px solid #768dff;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.et-zas-part table td span{
    background: url(../images/et-zas-icon-w.png) left center no-repeat;
    padding-left: 12px;
}
.et-zas-part-title{
    width: 100%;
    text-align: center;
}
.et-zas-part-tk table td{
    color: #000;
    border: 1px solid #bfac1f;
}
.et-zas-part-tk table td span{
    background: url(../images/et-zas-icon-b.png) left center no-repeat;
}
/*注安师结束*/
/*注安继教开始*/
.et-zajj{
    width: 100%;
    padding-bottom: 50px;
}
.et-zajj-body{
    width: 100%;
    margin-top: 10px;
}
.et-zajj-part1{
    width: 16.66%;
    float: left;
    padding: 0 10px;
    height: 250px;
}
.et-zajj-part1{
    text-align: center;
    background-color: #07c1fb;
    margin-top: 20px;
}
.et-zajj-part2{
    width: 16.66%;
    float: left;
    padding: 0 15px;
    height: 250px;
    position: relative;
    margin-top: 20px;
    line-height: 24px;
}
.et-zajj-part2:after, .et-zajj-part2 after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    top: 0;
    right: 0;
}
.et-zajj-part2-p1{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.et-zajj-part2-p2{
    margin-top: 40px;
}
.et-zajj-part2-p2 span{
    display: block;
    background: url(../images/news-list-icon.png) left top 8px no-repeat;
    padding-left: 10px;
    margin-top: 14px;
    text-align: justify;
}
.et-zajj-part1-p1{
    margin-top: 20px;
}
.et-zajj-part1-p2{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
    width: 60%;
    margin-left: 20%;
}
.et-zajj-part1-p3{
    font-size: 24px;
    color: #fff;
}
/*注安继教结束*/
/*消防工程师开始*/
.et-xfgcs{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 40px;
}
.et-xfgcs-body{
    width: 100%;
    height: 320px;
    background-color: #fff !important;
    position: relative;
    margin-top: 30px;
}
.et-xfgcs-body-p1{
    font-size: 16px;
}
.et-xfgcs-body-p2 span{
    display: inline-block;
    background: url(../images/news-list-icon.png) left center no-repeat;
    padding-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
.et-xfgcs-body-p2 span i{
    font-style: normal;
    margin-left: 20px;
    color: #999;
}
.et-xfgcs-list1{
    position: absolute;
    z-index: 99;
    left: 90px;
    top: 100px;
}
.et-xfgcs-list2{
    position: absolute;
    z-index: 99;
    left: 270px;
    top: 220px;
}
.et-xfgcs-list3{
    position: absolute;
    z-index: 99;
    left: 690px;
    top: 70px;
}
.et-xfgcs-list4{
    position: absolute;
    z-index: 99;
    left: 710px;
    top: 180px;
}
.et-xfgcs-list1 .et-xfgcs-body-p1{
    color: #8070de;
    text-align: right;
    width: 340px;
}
.et-xfgcs-list2 .et-xfgcs-body-p1{
    color: #51b7f2;
    text-align: right;
    width: 164px;
}
.et-xfgcs-list3 .et-xfgcs-body-p1{
    color: #f38e50;
}
.et-xfgcs-list4 .et-xfgcs-body-p1{
    color: #de70c1;
}
.et-xfgcs-list4 .et-xfgcs-body-p2 span{
    display: block;
}
/*消防工程师结束*/
/*————————————————————————考培中心页结束————————————————————————*/

/*———————————————————————模拟题库开始————————————————————————*/
/*购买部分开始*/
.st-moni-buy{
    width: 100%;
}
.st-moni-buy-body{
    border: 1px solid #d8d8d8;
    background-color: #fff;
}
.st-moni-buy-img{
    width: 100%;
    height: 265px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.st-moni-buy-img .play-icon{
    position: absolute;
    display: block;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../images/et4-play-icon.png) center no-repeat;
    top: 0;
    left: 0;
}
.st-moni-buy-img .play-icon a{
    display: block;
    width: 100%;
    height: 100%;
}
.st-moni-buy-img img{
    width: 100%;
    height: 100%;
}
.st-moni-buy-txt{
    width: 100%;
    margin-top: 26px;
}
.st-moni-buy-txt-p1{
    font-size: 22px;
}
.st-moni-buy-txt-p2{
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}
.st-moni-buy-txt-p2 span{
    color: #ff6c00;
    font-size: 28px;
    margin: 0 3px;
}
.st-moni-buy-txt-p4{
    color: #999;
    margin-top: 16px;
}
.st-moni-buy-txt-p4 span{
    display: inline-block;
    line-height: 24px;
    /* margin-top: 10px; */
}
.st-moni-buy-txt-p4 .st-span1{
    margin-right: 6px;
    margin-top: 6px;
}
.st-moni-buy-txt-p4 .st-span1 a{
    color: #00479d;
}
.st-moni-buy-txt-p4 .st-span2{
    margin-left: 6px;
    margin-right: 20px;
    margin-top: 6px;
}
.st-moni-buy-txt-p4 .st-span2 i{
    color: #000;
    font-style: normal;
}
.st-moni-buy-txt-p4 .st-span3{
    margin-right: 20px;
    margin-top: 6px;
}

.st-moni-buy-txt-p4 .st-span3 i{
    font-style: normal;
    float: left;
    margin-right: 5px;
}
.st-moni-buy-txt-p4 .st-span3 img{
    float: left;
    margin-left: 2px;
}
.st-moni-buy-txt-p4 .st-span3 a{
    padding-left: 4px;
    color: #434343;
}
.st-moni-buy-txt-p4 .st-span4{
    margin-left: 4px;
    margin-right: 5px;
    background: url(../images/et4-icon01.png) left center no-repeat;
    padding-left: 24px;
    margin-top: 6px;
    cursor: pointer;
}
.st-moni-buy-txt-p4 .st-span4 a{
    color: #7d7d7d;
    cursor: pointer;
}
.st-moni-buy-txt-p4 .favon{
    background: url(../images/et4-icon01h.png) left center no-repeat !important;
}
.st-moni-buy-txt-p4 .st-span5{
    margin-left: 5px;
    background: url(../images/et4-icon02.png) left center no-repeat;
    padding-left: 24px;
    margin-top: 6px;
}
.st-moni-buy-txt-p4 .st-span5 a{
    color: #7d7d7d;
}
.st-moni-buy-txt-p5{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #ff0000;
}
.st-moni-buy-txt-ul{
    margin-top: 40px;
}

.st-moni-buy-txt-ul li{
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 160px;
    border: 1px solid #999999;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.st-moni-buy-txt-ul .on{
    border: 1px solid #ff6c00;
    background: url(../images/st-moni-select.png) right bottom no-repeat;
    background-size: 21px auto;
}
.st-moni-buy-txt-p2 i{
    font-style: normal;
    font-size: 14px;
    margin-left: 20px;
    color: #999;
}
.st-moni-buy-txt-p3 a{
    margin-right: 10px;
}
.st-moni-buy-txt-p3-buy{
    display: inline-block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #ff6c00;
    margin-top: 40px;
    border: 1px solid #ff6c00;
}
.st-moni-buy-txt-p3-add{
    display: inline-block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    color: #ff6c00;
    font-size: 16px;
    background-color: #fff3ea;
    margin-top: 40px;
    border: 1px solid #ff6c00;
}
.st-moni-buy-txt-p3-buy:hover{
    color: #fff;
}
.st-moni-buy-txt-p3-add:hover{
    color: #ff6c00;
}
/*购买部分结束*/
/*模拟考试说明开始*/
.st-moni-intro{
    width: 100%;
    margin-top: 20px;
    border-bottom: none;
}
.st-moni-intro-body{
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-bottom: none;
}
.st-moni-intro-tab{
    width: 96%;
    margin-left: 2%;
    height: 60px;
    border-bottom: 1px solid #d8d8d8;
}
.st-moni-intro-tab ul{
    height: 100%;
}
.st-moni-intro-tab .active{
    font-weight: bold;
    color: #ff6c00;
    border-bottom: 2px solid #ff6c00;
}
.st-moni-intro-tab ul li{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 16px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.st-moni-intro-main{
    padding: 30px 20px;
}
.st-moni-intro-tequan{
    width: 100%;
    margin-bottom: 20px;
}
.st-moni-intro-tequan table{
    width: 100%;
}
.st-moni-intro-tequan table td{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}
.st-moni-intro-tequan .tequan-title{
    font-size: 18px;
    font-weight: bold;
}
.st-moni-intro-tequan .tequan-tab{
    font-size: 18px;
    font-weight: bold;
    color: #ff6c00;
}
.st-moni-intro-tequan .table-colorbg{
    background-color: #fdf7f4;
}
.st-moni-intro-tequan .tequan-p1{
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 5px;
    text-align: justify;
}
.st-moni-intro-tequan .tequan-p1 span{
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}
.st-moni-cont{
    margin-bottom: 40px;
}
.st-moni-cont-body{
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-top: none;
}
/*模拟考试说明结束*/
/*————————————————————————模拟题库结束————————————————————————*/

/*————————————————————————答卷开始————————————————————————*/
.ap-paper{
    width: 100%;
    position: relative;
}
.watermark{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000px;
    background: url(../images/warermark.png);
    pointer-events: none;
    filter:alpha(opacity=30); 
    opacity:0.3;
    z-index: 9;
}

.notClick {
    pointer-events: none;
    cursor: default;
}
.ap-paper-num{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px 0;
    margin-bottom: 20px;
    z-index: 999;
}
.ap-paper-num-fixed{
    position: fixed;
    top: 165px;
    width: 263px;
    z-index: 9999;
}
.ap-paper-btn{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -15px;
    height: 30px;
    
}
.ap-paper-btn span{
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url(../images/paper-shousuo.png) center no-repeat;
    background-size: auto 12px;
    background-color: #fff3ea;
    color: #ff6c00;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
.ap-paper-btn .zhankai-span{
    background: url(../images/paper-zhankai.png) center no-repeat;
    background-size: auto 12px;
    background-color: #fff3ea;
}
.ap-paper-num-p1{
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 15px;
}
.ap-paper-num-p1 span{
    color: #000;
    margin-left: 5px;
}
.ap-paper-num-p2{
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.ap-paper-num-p2 a{
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #ff6c00;
    text-align: center;
}
.ap-paper-tiku{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ap-paper-tiku span{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.ap-paper-tiku ul{
    margin-top: 10px;
}
.ap-paper-tiku ul li{
    display: inline-block;
    width: 38px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    margin: 4px 3px;
    cursor: pointer;
}

.ap-paper-ques-title{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px 15px;
}
.ap-paper-ques-title span{
    position: relative;
    display: block;
    background: url(../images/paper-icon.png) left 6px no-repeat;
    background-size: auto 20px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    z-index: 999;
}
.ap-paper-ques-title-tab{
    position: relative;
    float: right;
    z-index: 999;
}
.ap-paper-ques-title-tab ul{
    margin-top: 6px;
}
.ap-paper-ques-title-tab ul li{
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    
}
.ap-paper-ques-title-tab .paper-tab1{
    background: url(../images/timu-icon01.png) left center no-repeat;
    background-size: auto 12px;
}
.ap-paper-ques-title-tab .paper-tab2{
    background: url(../images/timu-icon02.png) left center no-repeat;
    background-size: auto 12px;
}
.ap-paper-ques-title-tab .on{
    color: #ff6c00;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: initial;
}
.ap-paper-ques-details{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin-top: 10px;
    padding: 20px;
}
.ap-paper-ques-timu{
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 32px;
    text-align: justify;
    z-index: 999;
}
.ap-paper-ques-timu span{
    color: #ff3e3e;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    z-index: 999;
}
.ap-paper-ques-timu i{
    font-style: normal;
    color: #00479d;
    margin-left: 5px;
}
.ap-paper-ques-abc{
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index: 999;
}
.ap-paper-ques-abc label{
    width: 100%;
    font-weight: 400;
    padding: 8px 0;
    font-size: 16px;
    padding-left: 10px;
    line-height: 18px;
}
.ap-paper-ques-abc input{
    width: 0;
    height: 0;
    /* visibility: hidden; */
    opacity:0;

}
.ap-paper-ques-abc .radio-box{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background: url(../images/radio_box.png) left top no-repeat;
}
.ap-paper-ques-abc .check-box{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background: url(../images/check_box.png) left bottom no-repeat;
}
.radio-box-text, .check-box-text{
    /* height: 18px; */
    line-height: 28px;
    float: left;
    padding-left: 10px;
    width: 90%;
}
.check-box-text img, .radio-box-text img{
    margin-left: 10px;
}
.ap-paper-ques-abc input:checked + .radio-box-label{
    background-color: #fff3ea;
}
.ap-paper-ques-abc input:checked + .check-box-label{
    background-color: #fff3ea;
}
.ap-paper-ques-abc input:checked + .radio-box-label .radio-box{
    background: url(../images/radio_box.png) left bottom no-repeat;
}
.ap-paper-ques-abc input:checked + .check-box-label .check-box{
    background: url(../images/check_box.png) left top no-repeat;
}
.ap-paper-ques-mark{
    position: relative;
    text-align: right;
    margin-top: 6px;
    z-index: 999;
}
.ap-paper-ques-mark .inp-mark{
    width: 14px;
    height: 14px;
}
.ap-paper-ques-mark span{
    font-weight: 400;
    margin-left: 5px;
}
.ap-paper-ques-ture{
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    z-index: 999;
}
.ap-paper-ques-ture span{
    font-weight: bold;
    color: #00479d;
    margin-left: 6px;
}
.ap-paper-ques-ture i{
    font-style: normal;
    margin-left: 20px;
    color: #666;
}
.ap-paper-ques-list{
    margin-bottom: 40px;
}
.ap-paper-ques-page{
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    z-index: 999;
}
.ap-paper-ques-page ul{
    width: 100%;
    text-align: center;
}
.ap-paper-ques-page ul li{
    display: inline-block;
    margin: 10px;
}
.ap-paper-ques-page ul li a{
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ff6c00;
}
.ap-paper-ques-page .page-prev a{
    background-color: #fff3ea;
    color: #ff6c00;
}
.ap-paper-ques-page .page-next a{
    background-color: #ff6c00;
    color: #ffffff;
}
.ap-paper-tiku .timu-tip1{
    background-color: #fff3ea;
}
.ap-paper-tiku .timu-tip2{
    background: url(../images/tuku-mark-tip2.png) right bottom no-repeat;
    background-size: 12px auto;
}
.ap-paper-tiku .timu-tip3{
    background: url(../images/tuku-mark-tip3.png) left top no-repeat;
    background-size: 14px auto;
}
.ap-paper-tiku .timu-tip4{
    background: url(../images/tuku-mark-tip4.png) left top no-repeat;
    background-size: 14px auto;
}
.ap-paper-tiku .timu-tip5{
    background: url(../images/tuku-mark-tip5.png) left top no-repeat;
    background-size: 14px auto;
}
.ap-paper-scroll{
    max-height: 260px;
    overflow: auto;
    margin-top: 30px;
    position: relative;
    z-index: 999;
}

/*————————————————————————答卷结束————————————————————————*/

/*————————————————————————分数页开始————————————————————————*/
.score-part{
    width: 100%;
}
.score-part-body{
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.score-part-body-p1{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
}
.score-part-body-p2{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.score-part-body-p3{
    width: 100%;
    text-align: center;
    background: url(../images/score-line.png) center no-repeat;
    background-size: auto 2px;
    margin-top: 10px;
    
}
.score-part-body-p3 span{
    display: inline-block;
    font-size: 70px;
    color: #ff6c00;
    padding: 0 20px;
    background-color: #fff;
}
.score-part-ul{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.score-part-ul li{
    display: inline-block;
    margin: 0 45px;
    color: #666;
    font-size: 14px;
}
.score-part-ul li span{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 4px;
}
.score-part-title1{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/score-icon01.png) left center no-repeat;
    background-size: auto 18px;
    line-height: 40px;
    padding-left: 36px;
}
.score-part-title2{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/score-icon02.png) left center no-repeat;
    background-size: auto 18px;
    line-height: 40px;
    padding-left: 36px;
}
.score-part-body-list{
    width: 100%;
    margin-top: 10px;
}
.score-part-body-list ul li{
    display: inline-block;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin: 8px 8px;
    font-size: 16px;
}
.score-part-body-list .score-tip1{
    background: url(../images/tuku-mark-tip5.png) left top no-repeat;
    background-size: 30px auto;
}
.score-part-body-list .score-tip2{
    background: url(../images/tuku-mark-tip4.png) left top no-repeat;
    background-size: 30px auto;
}
.score-part-body-list .score-tip3{
    background: url(../images/tuku-mark-tip3.png) left top no-repeat;
    background-size: 30px auto;
}
.score-part-fenxi{
    width: 100%;
}
.score-part-fenxi-p1{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    padding-left: 10px;
}
.score-part-fenxi-p1 span{
    font-size: 22px;
    font-weight: bold;
}
.score-part-fenxi-p2{
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    padding-left: 10px;
}
.score-part-fenxi-btn{
    width: 100%;
    margin-top: 20px;
}
.score-part-fenxi-btn ul{
    width: 100%;
    text-align: center;
}
.score-part-fenxi-btn ul li{
    display: inline-block;
    margin: 0 10px;
}
.score-part-fenxi-btn ul li a{
    display: block;
    border: 1px solid #d8d8d8;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.yellowbtn a{
    border: 1px solid #ff6c00 !important;
    background-color: #fff3ea;
    color: #ff6c00 !important;
}
.score-part-fenxi-echart{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.score-part-fenxi-echart svg{
    display: inline-block;
}
.score-part-fenxi-echart1{
    width: 20%;
    margin: 0 1.5%;
    height: 230px;
    display: inline-block;
    text-align: center;
}
.score-part-fenxi-echart2{
    width: 30%;
    margin: 0 1.5%;
    height: 230px;
    display: inline-block;
    text-align: center;
}
.score-part-fenxi-echart3{
    width: 20%;
    margin: 0 1.5%;
    height: 230px;
    display: inline-block;
    text-align: center;
}
.echart-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
/*————————————————————————分数页结束————————————————————————*/

/*————————————————————————et4培训学习页开始————————————————————————*/
.et4-class-body{
    width: 100%;
}
.et4-class-right{
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 6px 15px 15px 15px;
    margin-top: 20px;
}
.et4-class-right-title{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    line-height: 40px;
    font-size: 16px;
}
.et4-class-right-title span{
    float: right;
}
.et4-class-right-title span a{
    font-size: 14px;
    color: #959595;
}
.et4-teacher-part-left{
    display: block;
    float: left;
    width: 62px;
    height: 62px;
}
.et4-teacher-part{
    margin-top: 20px;
}
.et4-teacher-part-left img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}
.et4-teacher-part-right{
    display: block;
    float: left;
    margin-left: 10px;
}
.et4-teacher-part-right-p1{
    padding-top: 10px;
}
.et4-teacher-part-right-p1 a{
    font-size: 16px;
    color: #000;
}
.et4-teacher-part-right-p2{
    font-size: 12px;
    color: #959595;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et4-course-part{
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 15px;
}
.et4-course-part img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}
.et4-course-part span{
    width: 100%;
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
    line-height: 30px;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.et4-news-part{
    padding: 0 2px;
}
.et4-news-part ul li{
    margin-top: 15px;
}
.et4-news-part ul li a{
    background: url(../images/news-list-icon.png) left center no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #959595;
    padding-left: 12px;
}
.et4-news-part ul li a:hover{
    color: #00479d;
}
.et4-class-body{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    padding: 10px 20px 40px 20px;
    margin-bottom: 40px;
}
.et4-class-body-hd{
    width: 805px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
}
.et4-class-body-hd ul li{
    color: #7d7d7d;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}
.et4-class-body-hd .active{
    color: #00479d;
    border-bottom: 3px solid #00479d;
}
.et4-class-cont{
    /* margin-top: 20px; */
    padding: 0 10px;
}
.et4-class-cont p{
    color: #959595;
    padding-top: 20px;
    line-height: 30px;
}
.pingjia-list-cont{
    margin-top: 20px;
}
.pingjia-list-cont-left{
    display: block;
    width: 46px;
    height: 46px;
    float: left;
}
.pingjia-list-cont-left img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.pingjia-list-cont-right{
    display: block;
    float: left;
    margin-left: 12px;
    width: 92%;
}
.pingjia-p1{
    margin-bottom: 6px;
}
.pingjia-list-cont-right .pingjia-p1 span{
    color: #959595;
    margin-right: 20px;
}
.pingjia-list-cont-right .pingjia-p2{
    margin-top: 6px;
}
.pingjia-list-cont-right .pingjia-p3{
    margin-top: 12px;
    color: #7d7d7d;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    line-height: 24px;
}
.pingjia-page{
    width: 100%;
    margin-top: 20px;
}
.pingjia-page ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
}
.pingjia-page ul li{
    display: inline-block;
}
.pingjia-page ul li a{
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 24px;
    color: #000;
    font-size: 12px;
}
.pingjia-page ul li span{
    margin: 0 5px;
}
.pingjia-page-tongji{
    margin-left: 10px;
}
.et4-class-pingjia{
    margin-top: 40px;
    padding-top: 10px;
}
.et4-class-pingjia-tip{
    color: #ff0000;
}
.et4-class-pingjia-tip span{
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}
.et4-class-pingjia-inp{
    display: block;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.et4-class-pingjia-inp textarea{
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    border-radius: 5px;
    line-height: 32px;
    padding: 5px;
    resize: none;
}
.et4-class-pingjia-sub{
    display: block;
    margin-top: 20px;
    padding-bottom: 22px;
    text-align: right;
    border-bottom: 1px solid #d8d8d8;
}
.et4-class-pingjia-sub a{
    display: inline-block;
    width: 80px;
    height: 32px;
    border: 1px solid #ff6c00;
    background-color: #f9d1b2;
    font-size: 14px;
    color: #ff6c00;
    text-align: center;
    line-height: 32px;
    z-index: 99;
    margin-right: 10px;
}
.et4-class-pingjia-title{
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    background: url(../images/et4-pingjia-icon.png) left center no-repeat;
    padding-left: 22px;
}
.et4-class-pingjia-title img{
    margin-right: 6px;
}
.et4-class-pingjia .BOX{
    float: left;
}
.et4-class-mulu{
    width: 100%;
    padding-top: 10px;
}
.et4-class-mulu-title{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding-left: 20px;
    color: #808080;
    background-color: #eeeeee;
    margin-top: 14px;
}
.et4-class-mulu-title .nLi-icon{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/et4-zhankai.png) center no-repeat;
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    cursor: pointer;
}
.et4-class-mulu .on .nLi-icon{
    background: url(../images/et4-shousuo.png) center no-repeat;
}
.et4-class-mulu-title i{
    font-style: normal;
    margin-right: 20px;
}
.et4-class-mulu-ul{
    width: 96%;
    margin-left: 2%;
}
.et4-class-mulu-ul li{
    font-size: 14px;
    height: 52px;
    line-height: 52px;
}
.et4-class-mulu-ul li a{
    line-height: 52px;
    color: #959595;
    display: block;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.et4-class-mulu-ul .mulu-time{
    float: right;
    background: url(../images/et4-mulu-icon1.png) right center no-repeat;
    padding-right: 34px;
    color: #959595;
    margin-right: 5px;
}
.et4-class-mulu-ul .mulu-time i{
    font-style: normal;
    color: #ff6d00;
}
.et4-class-mulu-ul .mulu-time-un i{
    font-style: normal;
    color: #ff0000;
}
.et4-class-right-body{
    padding-left: 5px;
}
.st-moni-buy-txt-p3-phone{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #7d7d7d;
    background: url(../images/et4-phone-icon.png) left center no-repeat;
    padding-left: 30px;
    margin-left: 20px;
}
.st-moni-buy-txt-p3-phone:hover{
    color: #7d7d7d;
}
.st-moni-buy-txt-p6 span{
    color: #808080 !important;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 16px;
}
.st-moni-buy-txt-p6 .et3-banner-body-ps4{
    margin-top: 0;
}
.st-moni-buy-jdt{
    width: 100%;
    height: 10px;
    background-color: #f1f2f3;
}
.st-moni-buy-jdt span{
    display: block;
    height: 10px;
    background-color: #ff6c00;
}
.et4-studing{
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 15px;
}
.et4-studing-left{
    float: left;
    display: block;
    line-height: 42px;
}
.et4-studing-right{
    float: right;
    
}
.et4-studing-right a{
    margin-top: 0;
    line-height: 42px;
    margin-right: 10px;
}
.et4-studing-next{
    color: #959595;
    margin-right: 20px;
}
.et4-studing-next:hover{
    color: #959595;
}
/* .pingjia-page .on{
    
} */
.pingjia-page .on a{
    color: #fff;
    background-color: #00479d;
    border: 1px solid #00479d;
}
.st-moni-buy-txt-p6{
    margin-bottom: 10px;
}
.mulu-pie{
    width: 17px;
    height: 17px;
    /* display: block; */
    float: left;
    margin-top: 18px;
    margin-right: 5px;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    behavior: url(js/PIE.htc);
}
.et4-class-pingjia .BOX{
    margin: 20px auto 10px auto;
}
#star {
    position: relative;
    height: 24px;
}
.stat-title{
    margin-right: 10px;
}
#star ul,
#star span {
    float: left;
    line-height: 24px;
    font-weight: bold;
}

/* #star ul {
    margin: 0 10px;
} */

#star li {
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/et4-start-un.png) center no-repeat;
}

#star strong {
    color: #ff6c00;
    padding-left: 10px;
}

#star li.on {
    background: url(../images/et4-start.png) center no-repeat;
}
.et4-class-pingjia-inp textarea::placeholder{
    color:#a0a0a0;
}
.star_result_span a{
    font-weight: 400;
    color: #999;
    margin-left: 10px;
}
.top-star{
    display: block;
    height: 24px;
    float: left;
}
/*————————————————————————et4培训学习页结束————————————————————————*/


/*————————————————————————课程播放页开始————————————————————————*/
.vp-top{
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.vp-top-left{
    float: left;
    height: 100%;
}
.vp-top-right{
    float: right;
    height: 100%;
}
.vp-bottom{
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.vp-goback{
    display: inline-block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    background: url(../images/vp-goback.png) 20px center no-repeat;
    background-color: #ff6c00;
    cursor: pointer;
}
.vp-goback:hover{
    background-color: #ff5400;
    color: #fff;
}
.vp-title{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}
.vp-title i{
    font-style: normal;
    margin-right: 12px;
}
.vp-top-prev{
    display: block;
    float: left;
    width: 140px;
    height: 44px;
    line-height: 44px;
    margin-top: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    background: url(../images/vp-prev.png) 20px center no-repeat;
    background-color: #789dcb;
    cursor: pointer;
    margin-left: 10px;
}
.vp-top-prev:hover{
    background-color: #699ddd;
    color: #fff;
}
.vp-top-next{
    display: block;
    float: left;
    width: 140px;
    height: 44px;
    line-height: 44px;
    margin-top: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
    background: url(../images/vp-next.png) 110px center no-repeat;
    background-color: #789dcb;
    cursor: pointer;
    margin-left: 10px;
}
.vp-top-next:hover{
    background-color: #699ddd;
    color: #fff;
}
.vp-learn-yet{
    height: 100%;
    display: block;
    float: left;
    margin-right: 30px;
}
.vp-learn-yet a{
    display: block;
    margin-top: 15px;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ff6d00;
    border-radius: 5px;
    color: #ff6c00;
    font-size: 16px;
    padding-left: 10px;
    background: url(../images/vp-learn.png) 10px center no-repeat;
    cursor: pointer;
}
.vp-learn-yeted a{
    background: url(../images/vp-learned.png) 10px center no-repeat;
}
.vp-body{
    width: 100%;
    background-color: #000;
}
.vp-sidebar{
    width: 420px;
    position:fixed;
    top:0;
    right: 60px;
    background-color: #fff;
    border-left: 1px solid #d8d8d8;
    z-index: 999;
}
.vp-sidebar-main{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.vp-sidebar-title{
    position: fixed;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #363e45;
}
.vp-sidebar-btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/vp-shouqi.png) 45px center no-repeat;
    background-color: #ff6c00;
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
    cursor: pointer;
}
.vp-sidebar-btn:hover{
    color: #fff;
}
.vp-sidebar-btn:active{
    color: #fff;
}
.vp-sidebar-title ul li{
    width: 100%;
    height: 68px;
    margin-top: 6px;
    text-align: center;
    background-color: #363e45;
    cursor: pointer;
}
.vp-sidebar-title ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #fff;
}
.vp-sidebar-title .on{
    background-color: #00479d;
}
.vp-sidebar-title .on a{
    color: #fff;
}
.sidebar-icon1{
    background: url(../images/vp-side-icon1.png) center 16px no-repeat;
}
.sidebar-icon2{
    background: url(../images/vp-side-icon2.png) center 16px no-repeat;
}
.sidebar-icon3{
    background: url(../images/vp-side-icon3.png) center 16px no-repeat;
}
.sidebar-icon4{
    background: url(../images/vp-side-icon4.png) center 16px no-repeat;
}
.sidebar-icon5{
    background: url(../images/vp-side-icon5.png) center 16px no-repeat;
}
.sidebar-icon6{
    background: url(../images/vp-side-icon6.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon1{
    background: url(../images/vp-side-icon1h.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon2{
    background: url(../images/vp-side-icon2h.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon3{
    background: url(../images/vp-side-icon3h.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon4{
    background: url(../images/vp-side-icon4h.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon5{
    background: url(../images/vp-side-icon5h.png) center 16px no-repeat;
}
.vp-sidebar-title .on .sidebar-icon6{
    background: url(../images/vp-side-icon6h.png) center 16px no-repeat;
}
.vp-sidebar-main .et4-class-mulu{
    padding-top: 0;
    height: 100%;
}
.vp-sidebar-main .et4-class-mulu-title{
    margin-top: 0;
    font-weight: bold;
    color: #434343;
}
.vp-sidebar-main .nLi{
    margin-bottom: 14px;
}
.vp-sidebar-main .et4-class-mulu-ul li a{
    display: block;
    float: left;
    line-height: 26px;
    margin-top: 7px;
    margin-left: 4px;
    color: #000;
}
.vp-sidebar-main .et4-class-mulu-ul li{
    height: 66px;
    line-height: 42px;
}
.vp-sidebar-main .et4-class-mulu-ul .active{
    background-color: #fff4eb;
}
.vp-sidebar-main .et4-class-mulu-ul .active a{
    color: #ff6c00;
}
.vp-sidebar-main .mulu-pie{
    margin-top: 12px;
}
.vp-sidebar-main .unlook a{
    color: #959595 !important;
}
.vp-code{
    width: 100%;
}
.vp-code p{
    width: 100%;
    text-align: center;
}
.vp-code-p1 img{
    width: 260px;
    height: 260px;
    margin-top: 100px;
}
.vp-code-p2 {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.vp-data{
    width: 100%;
    height: 100%;
}
.vp-data-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    color: #000;
    background-color: #eeeeee;
}
.vp-data-cont{
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 32px;
    text-indent: 28px;
}
.vp-data-list{
    width: 100%;
    padding: 10px 20px 0 20px;
}
.vp-data-list ul li{
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 4px;
}
.vp-data-list .data-icon01{
    background: url(../images/vp-data-icon1.png) 10px center no-repeat;
}
.vp-data-list .data-icon02{
    background: url(../images/vp-data-icon2.png) 10px center no-repeat;
}
.vp-data-list .data-icon03{
    background: url(../images/vp-data-icon3.png) 10px center no-repeat;
}
.vp-data-list .data-icon04{
    background: url(../images/vp-data-icon4.png) 10px center no-repeat;
}
.vp-data-list .data-icon05{
    background: url(../images/vp-data-icon5.png) 10px center no-repeat;
}
.vp-data-list ul li a{
    color: #000;
    padding-left: 50px;
}
.vp-data-list ul li a:hover{
    text-decoration: underline;
}
.vp-ques{
    width: 100%;
    height: 100%;
}
.vp-ques-inp{
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #d8d8d8;
}
.vp-ques-inp textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #d8d8d8;
    resize: none;
    border-radius: 5px;
    padding: 5px;
}
.vp-ques-inp textarea::placeholder{
    color: #999;
}
.vp-ques-sub{
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.vp-ques-sub a{
    display: inline-block;
    width: 68px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ff6c00;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
.vp-ques-title{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}
.vp-ask{
    width: 94%;
    margin:20px 3%;
    padding: 0 5px 20px 5px;
    border-bottom: 1px solid #d8d8d8;
}
.vp-ask-p1{
    color: #00479d;
}
.vp-ask-p2{
    margin-top: 10px;
}
.vp-ask-p2 span{
    color: #434343;
}
.vp-ask-p2 span i{
    font-style: normal;
    color: #959595;
    margin-left: 20px;
}
.vp-ask-p2-right{
    float: right;
}
.vp-ask-answer{
    margin-top: 20px;
    line-height: 24px;
}
.vp-ask-answer span{
    color: #000;
    font-weight: bold;
}
.vp-ask-answer span i{
    font-style: normal;
    margin-left: 6px;
    color: #ff6c00;
    font-weight: 400;
}
.vp-discuss{
    width: 100%;
    height: 100%;
    padding: 20px 20px 60px 20px;
    position: relative;
    overflow: auto;
}
.vp-topic{
    width: 100%;
    margin-bottom: 4px;
}
.vp-topic-p1{
    font-size: 16px;
}
.vp-topic-p1 span{
    font-weight: bold;
    color: #ff6c00;
}
.vp-topic-p2{
    margin-top: 10px;
    font-size: 12px;
}
.vp-topic-p2-name{
    color: #000;
    margin-right: 10px;
}
.vp-topic-p2-name i{
    color: #999;
    margin-right: 5px;
    font-style: normal;
}
.vp-topic-p2-num{
    float: right;
    color: #999;
}
.vp-topic-p2-num i{
    font-style: normal;
    color: #000;
}
.vp-topic-p3{
    margin-top: 15px;
    line-height: 30px;
}
.vp-topic-p3-all a{
    color: #00479d;
    display: inline-block;
    background: url(../images/vp-discuss-zhankai.png) right center no-repeat;
    padding-right: 18px;
    cursor: pointer;
}
.vp-topic-p3-all .on{
    background: url(../images/vp-discuss-shouqi.png) right center no-repeat;
}
.vp-topic-p3-pl{
    float: right;
}
.vp-topic-p3-pl a{
    display: inline-block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(../images/vp-discuss-icon.png) 6px center no-repeat;
    background-color: #ff6c00;
    color: #fff;
    padding-left: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.vp-topic-inp{
    width: 100%;
    height: 100px;
    margin-top: 18px;
    position: relative;
}
.vp-topic-inp textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 5px;
    resize: none;
}
.vp-topic-inp textarea::placeholder{
    color: #999;
}
.vp-topic-inp a{
    position: absolute;
    width: 42px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: #ff6c00;
    border-radius: 5px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
}
.vp-topic-pllist{
    width: 100%;
}
.vp-topic-pllist ul{
    width: 94%;
    margin-left: 3%;
}
.vp-topic-pllist ul li{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 18px;
}
.vp-topic-pllist ul li span{
    color: #00479d;
    padding-right: 10px;
}
.vp-topic-p1 .text{
    font-weight: bold;
    font-size: 14px;
}
.vp-discuss-issue{
    position: fixed;
    width: 420px;
    height: 60px;
    background-color: #fff;
    bottom: 0;
    right: 59px;
    border-top: 1px solid #d8d8d8;
}
.vp-discuss-issue input{
    width: 300px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #d8d8d8;
    margin-left: 20px;
    float: left;
}
.vp-discuss-issue a{
    display: inline-block;
    width:70px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background-color: #ff6c00;
    color: #fff;
    text-align: center;
}
.vp-biji{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.vp-biji-title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    border-top: 1px solid #d8d8d8;
}
.vp-biji-cont{
    margin-bottom: 20px;
    padding: 0 10px;
    line-height: 24px;
}
.vp-biji-cont span{
    display: block;
    width: 110px;
    float: left;
}
.vp-biji-cont span img{
    max-width: 100%;
    max-height: 100%;
}
.vp-biji-cont i{
    width: 260px;
    font-style: normal;
    float: right;
    line-height: 24px;
}
.vp-biji-fuwenben{
    width: 100%;
}
.vp-biji-btn{
    width: 100%;
    margin-bottom: 30px;
}
.vp-biji-btn span{
    display: inline-block;
}
.vp-biji-jietu{
    float: left;
    width: 76px;
    height: 30px;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.vp-biji-jietu a{
    width: 56px;
    height: 28px;
    text-align: center;
    float: left;
    line-height: 28px;
    background-color: #ff6c00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.vp-biji-jietu .active{
    float: right;
    background-color: #999;
}
.vp-biji-time{
    float: left;
    margin-left: 20px;
    width: 106px;
    line-height: 30px;
    height: 30px;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #434343;
    text-align: right;
    padding-right: 10px;
}
.vp-biji-time a{
    display: block;
    float: left;
    width: 30px;
    height: 28px;
    background: url(../images/vp-biji-icon.png) center no-repeat;
    background-color: #ff6c00;
    border-radius: 5px 0 0 5px;
}
.vp-biji-save{
    float: right;
}
.vp-biji-save a{
    display: block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #ff6c00;
    border-radius: 5px;
}
.vp-biji-fuwenben{
    width: 100%;
}
.vp-biji-fuwenben textarea{
    width: 100%;
    height: 260px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    resize: none;
    padding: 10px 5px;
    margin-bottom: 10px;
}
.vp-biji-fuwenben textarea::placeholder{
    color: #999;
}
/*————————————————————————课程播放页结束————————————————————————*/


/*————————————————————————购物车开始————————————————————————*/
.sc-body{
    width: 100%;
    margin-top: 20px;
}
.sc-body-title{
    width: 100%;
    color: #00479d;
    font-size: 16px;
    font-weight: bold;
}
.sc-table-title{
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #f3f3f3;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
}
.sc-table-title div{
    display: block;
    text-align: center;
    color: #a0a0a0;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    float: left;
}
.sc-table-width1{
    width: 6%;
}
.sc-table-width2{
    width: 38%;
}
.sc-table-width3{
    width: 14%;
}
.sc-table-width4{
    width: 14%;
}
.sc-table-width5{
    width: 14%;
}
.sc-table-width6{
    width: 14%;
}
.sc-table-checkbox{
    width: 0px;
    height: 0px;
    /* visibility: hidden; */
    opacity: 0;
}
.sc-table-checkbox:checked + .sc-checkbox-label span{
    background: url(../images/sc-checkbox-icon.png) bottom no-repeat;
}
/* .sc-table-select .sc-table-checkbox{
    margin-right: 5px;
} */
.sc-table-list{
    width: 100%;
    margin-top: 30px;
}
.sc-list-title{
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    height: 24px;
    line-height: 24px;
}
.sc-list-title-detail{
    display: block;
    float: left;
}
.sc-list-title .sc-checkbox-label{
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
/* .sc-list-title input{
    margin-right: 10px;
} */
.sc-list-title .tip{
    color: #ff0000;
    margin-left: 14px;
    font-weight: 400;
}
.sc-list-title span i{
    font-style: normal;
    padding: 2px 5px 3px 5px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    font-size: 12px;
    color: #ff0000;
    margin-right: 5px;
    font-weight: 400;
}
.sc-list-body{
    border: 1px solid #dcdcdc;
    border-top: 2px solid #b5b5b5;
    margin-top: 10px;
}
.sc-list-list{
    width: 100%;
    padding-top: 20px;
}
.sc-list2-select, .sc-list2-pic, .sc-list2-price, .sc-list2-count, .sc-list2-total, .sc-list2-btn{
    display: block;
    float: left;
}
.sc-list-list:after,  .sc-list-list after{
    content: '';
    width: 90%;
    height: 1px;
    padding-top: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-left: 6%;
    visibility: initial;
}
.sc-list2-select{
    text-align: center;
}
.sc-list2-select .sc-checkbox-label{
    margin-top: 36px;
}
.sc-list2-pic-left{
    display: block;
    width: 143px;
    height: 90px;
    float: left;
}
.sc-list2-pic-left img{
    width: 100%;
    height: 100%;
}
.sc-list2-pic-right{
    display: block;
    float: left;
    margin-left: 20px;
    width: 260px;
}
.sc-list2-pic-right-p1 a{
    color: #313131;
}
.sc-list2-pic-right-p2{
    color: #ff0000;
    margin-top: 4px;
}
.sc-list2-price{
    text-align: left;
    padding-left: 50px;
}
.sc-list2-price-p1{
    color: #a0a0a0;
    text-decoration: line-through;
}
.sc-list2-price-p2{
    color: #313131;
    font-weight: bold;
    margin-top: 4px;
}
.sc-list2-count{
    text-align: center;
}
.sc-list2-count-p1{
    color: #313131;
    margin-top: 12px;
}
.sc-list2-total{
    text-align: center;
}
.sc-list2-total-p1{
    color: #ff0000;
    font-weight: bold;
    margin-top: 12px;
}
.sc-list2-btn{
    text-align: left;
    padding-left: 40px;
}
.sc-list2-btn-p1 a{
    color: #313131;
}
.sc-list2-btn-p2{
    margin-top: 4px;
}
.sc-list2-btn-p2 a{
    color: #313131;
}
/* .sc-list2-select .sc-table-checkbox{
    margin-top: 38px;
} */
.sc-table-btn{
    text-align: left !important;
    padding-left: 40px;
}
.sc-list2-cuxiao{
    margin-top: 4px;
    position: relative;
}
.sc-list2-cuxiao ul{
    position: absolute;
    z-index: 99;
    left: 2px;
    top: 22px;
    background-color: #fff;
    border: 1px solid #e60012;
    min-width: 300px;
    padding: 12px;
}
.sc-list2-cuxiao-ul li input{
    width: 0;
    height: 0;
    /* visibility: hidden; */
    opacity: 0;
}
.sc-list2-cuxiao-ul .radio-icon{
    width: 16px;
    height: 16px;
    background: url(../images/sc-radio-icon.png) bottom center no-repeat;
    float: left;
    margin-top: 1px;
}
.sc-list2-cuxiao-ul .radio-txt{
    float: left;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    font-weight: 400;
    display: block;
}
.sc-table-select{
    padding-top: 1px;
}
.sc-checkbox-label{
    font-weight: 400;
}
.sc-checkbox-label span{
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/sc-checkbox-icon.png) top center no-repeat;
}
.sc-checkbox-label div{
    height: 14px;
    line-height: 14px;
    float: left;
    margin-left: 6px;
}
.sc-list2-cuxiao-ul input:checked + .sc-radio-label .radio-icon{
    background: url(../images/sc-radio-icon.png) top center no-repeat;
}
.sc-list2-cuxiao ul li{
    margin: 6px 0;
    font-size: 12px;
    color: #7d7d7d;
}
.sc-list2-cuxiao span{
    position: relative;
    padding: 2px 22px 2px 8px;
    display: inline-block;
    color: #e60012;
    font-size: 12px;
    margin: 0 2px;
    border: 1px solid #e60012;
    background: url(../images/sc-cuxiao-icon1.png) 36px center no-repeat;
    cursor: pointer;
    z-index: 100;
}
.sc-list2-price-p3{
    margin-top: 4px;
}
.sc-list2-price-p3 span{
    padding: 2px 8px;
    display: inline-block;
    margin: 0 2px;
    color: #e60012;
    font-size: 12px;
    border: 1px solid #e60012;
}
.sc-table-total{
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}
.sc-total-select{
    display: block;
    float: left;
    height: 50px;
    line-height: 53px;
    margin-left: 14px;
}
/* .sc-total-select .sc-table-checkbox{
    margin-right: 8px;
} */
.sc-total-btn{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}
.sc-total-btn a{
    margin-right: 8px;
    color: #a0a0a0;
}
.sc-total-total{
    display: block;
    float: right;
}
.sc-total-list{
    width: 100%;
    height: 130px;
    background: url(../images/sc-select-bg.png);
    position: absolute;
    z-index: 999;
    left: 0;
    top: -130px;
}

.sc-total-list ul li{
    display: inline-block;
    width: 142px;
    height: 90px;
    /* border: 1px solid #fff; */
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.sc-total-list ul li img{
    border: 1px solid #ffffff;
}

.sc-total-list .prev{
    display: block;
    width: 14px;
    height: 100%;
    background: url(../images/sc-select-prev.png) center no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.sc-total-list .next{
    display: block;
    width: 14px;
    height: 100%;
    background: url(../images/sc-select-next.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;

}
.sc-total-list ul li img{
    width: 100%;
    height: 100%;
}
.sc-total-total span{
    display: block;
    float: left;
    height: 50px;
}
.sc-total-total-span3 a{
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff6d00;
}
.sc-total-total-span2{
    margin-right: 20px;
}
.sc-total-total-span2 .p1{
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 4px;
    text-align: right;
}
.sc-total-total-span2 .p1 i{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    margin-left: 10px;
    font-style: normal;
}
.sc-total-total-span2 .p2{
    font-size: 12px;
    color: #313131;
    margin-top: 2px;
    text-align: right;
}
.sc-total-total-span1 .p1{
    margin-top: 6px;
    margin-right: 20px;
    color: #a0a0a0;
    background: url(../images/sc-select-icon1.png) right center no-repeat;
    padding-right: 20px;
    cursor: pointer;
}
.sc-total-total-span1 .p1h{
    background: url(../images/sc-select-icon1h.png) right center no-repeat;
}
.sc-total-total-span1 i{
    font-style: normal;
    color: #ff0000;
    margin: 0 2px;
}
.sc-total-list-body{
    width: 1032px;
    overflow: hidden;
}
/*————————————————————————购物车结束————————————————————————*/

/*————————————————————————结算页开始————————————————————————*/
.sc2-body{
    width: 100%;
}
.sc2-body-tip{
    color: #434343;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ffb985;
    background: url(../images/sc2-tip-icon.png) 20px center no-repeat;
    background-color: #fff8f3;
    padding-left: 52px;
}
.sc2-body-title{
    font-size: 16px;
    color: #434343;
    margin-top: 14px;
}
.sc2-body-main{
    width: 100%;
    margin-top: 14px;
    border: 1px solid #d8d8d8;
    padding: 20px;
}
.notopline{
    border-top: none !important;
    padding-top: 4px !important;
    margin-top: 0px !important;
}
.sc2-main-tile{
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    border-top: 1px solid #d8d8d8;
    padding-top: 18px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.sc2-main-buy p{
    color: #434343;
    margin-top: 6px;
}
.sc2-main-buy p span{
    color: #a0a0a0;
    padding-left: 6px;
}
.sc2-main-pay ul{
    margin-top: 10px;
}
.sc2-main-pay ul li{
    display: inline-block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #d8d8d8;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #434343;
}
.sc2-main-pay .active{
    border: 1px solid #ff6c00;
    background: url(../images/st-moni-select.png) right bottom no-repeat;
}
.sc2-main-fapiao-tip{
    font-size: 12px;
    line-height: 24px;
    color: #313131;
    padding: 12px 18px;
    background-color: #fff6f0;
}
.sc2-fapiao-need-hd ul li{
    display: inline-block;
    margin: 20px 20px 20px 0;
    padding: 2px 0 2px 20px;
    cursor: pointer;
    background: url(../images/sc2-fapiao-unselect.png) left center no-repeat;
}
.sc2-fapiao-need-hd .on{
    background: url(../images/sc2-fapiao-select.png) left center no-repeat;
}
.sc2-main-list{
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
.sc2-main-list-title{
    font-size: 14px;
    color: #313131;
    font-weight: bold;
}
.sc2-main-list-list{
    margin-top: 20px;
}
.sc2-list2-pic{
    display: block;
    float: left;
}
.sc2-list2-price{
    display: block;
    float: left;
    text-align: center;
}
.sc2-list2-count{
    display: block;
    float: left;
    text-align: center;
}
.sc2-list2-youhui{
    display: block;
    float: left;
    text-align: center;
}
.sc2-list2-total{
    display: block;
    float: left;
    text-align: center;
}
.sc2-table-width1{
    width: 42%;
}
.sc2-table-width2{
    width: 15%;
}
.sc2-table-width3{
    width: 14%;
}
.sc2-table-width4{
    width: 14%;
}
.sc2-table-width5{
    width: 15%;
}
.sc2-list2-pic-left{
    display: block;
    float: left;
    width: 142px;
    height: 90px;
}
.sc2-list2-pic-left img{
    width: 100%;
    height: 100%;
}
.sc2-list2-pic-right{
    display: block;
    float: left;
    width: 300px;
    padding-left: 18px;
}
.sc2-list2-pic-right-p1 a{
    color: #313131;
}
.sc2-list2-pic-right-p2{
    color: #ff0000;
    margin-top: 6px;
}
.sc2-list2-price-p1{
    text-decoration: line-through;
    color: #a0a0a0;
}
.sc2-list2-price-p2{
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}
.sc2-list2-count-p1{
    color: #313131;
    font-size: 14px;
    margin-top: 12px;
}
.sc2-list2-youhui-p1{
    color: #FF0000;
    margin-top: 12px;
}
.sc2-list2-youhui-p1 span{
    color: #313131;
}
.sc2-list2-total-p1{
    color: #FF0000;
    margin-top: 12px;
    font-weight: bold;
}
.sc2-list2-total-p1 span{
    color: #313131;
    font-weight: bold;
}
.sc2-yhq-body{
    width: 100%;
    border: 1px solid #eeeeee;
}
.sc2-yhq-body-hd{
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
}
.sc2-yhq-body-hd ul li{
    display: inline-block;
    font-size: 12px;
    color: #434343;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 5px;
    font-weight: bold;
    cursor: pointer;
}
.sc2-yhq-body-hd .on{
    background-color: #fff;
}
.sc2-yhq-body1{
    width: 100%;
    padding: 20px;
}
.sc2-yhq-body1-hd{
    width: 100%;
}
.sc2-yhq-body1-hd ul li{
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.sc2-yhq-body1-hd .on{
    color: #ff6c00;
    border-bottom: 2px solid #ff6c00;
}
.sc2-yhq-body1-bd{
    width: 100%;
    padding: 14px 0;
}
.sc2-yhq-body1-total{
    width: 100%;
    margin-top: 20px;
}
.sc2-yhq-body1-total-p1{
    width: 100%;
    line-height: 40px;
    background-color: #f6f6f6;
    color: #7d7d7d;
    padding-left: 20px;
    font-weight: bold;
}
.sc2-yhq-body1-total-p1 span{
    color: #ff0000;
}
.sc2-yhq-kc{
    width: 100%;
}
.sc2-yhq-kc .active{
    border: 1px solid #ff6c00;
    background: url(../images/st-moni-select.png) right bottom no-repeat;
}
.sc2-yhq-kc ul li{
    display: block;
    float: left;
    width: 31%;
    margin: 8px 1% 8px 1%;
    height: 116px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}
.sc2-yhq-kc-list-left{
    display: block;
    width: 35%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 114px;
    font-weight: bold;
    font-size: 30px;
    background: url(../images/sc2-youhuiquan-bg.png) center no-repeat;
    background-size: 100% 100%;
    float: left;
    text-align: center;
}
.sc2-yhq-kc-list-right{
    display: block;
    width: 65%;
    height: 100%;
    float: left;
}
.sc2-yhq-kc-list-right p{
    text-align: center;
}
.sc2-yhq-kc-list-right-p1{
    margin-top: 36px;
    color: #7d7d7d;
}
.sc2-yhq-kc-list-right-p2{
    margin-top: 6px;
    color: #7d7d7d;
}
.sc2-location-l1{
    color: #ffb985;
}
.sc2-location-l2{
    color: #ff6d00;
}
.sc2-location-l3{
    color: #a0a0a0;
}
.sc2-location{
    width: 100%;
}
.sc2-location ul{
    width: 100%;
    background: url(../images/sc2-location.png) top center no-repeat;
    background-size: 100% auto;
    margin-top: 28px;
}
.sc2-location ul li{
    display: inline-block;
    width: 32%;
    height: 60px;
}
.sc2-location ul li span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.sc-body-totalinfo{
    width: 100%;
}
.sc-body-totalinfo-p1{
    color: #434343;
    margin-top: 26px;
    text-align: right;
}
.sc-body-totalinfo-p1 span{
    color: #000;
    display: block;
    float: right;
    width: 90px;
}
.sc-body-totalinfo-p2{
    color: #434343;
    margin-top: 10px;
    text-align: right;
}
.sc-body-totalinfo-p2 span{
    color: #ff0000;
    display: block;
    float: right;
    width: 90px;
}
.sc-body-totalbar{
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sc-body-totalbar-span1{
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #a0a0a0;
    margin-right: 20px;
}
.sc-body-totalbar-span1 i{
    font-weight: bold;
    color: #ff0000;
    font-style: normal;
}
.sc-body-totalbar-span2{
    display: inline-block;
    height: 100%;
}
.sc-body-totalbar-span2 a{
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    background-color: #ff6c00;
}
.sc2-select-one{
    margin-top: 20px;
}
.sc2-select-list{
    display: inline-block;
    margin-right: 15px;
}
.sc2-select-list span{
    height: 32px;
    line-height: 32px;
    display: inline-block;
    color: #a0a0a0;
}
.sc2-bitian{
    background: url(../images/sc2-bitian.png) left center no-repeat;
    padding-left: 15px;
}
.sc2-select{
    width: 100px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.sc2-select-ul{
    display: inline-block;
    height: 32px;
    line-height: 30px;
}
.sc2-select-ul li{
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    cursor: pointer;
}
.sc2-select-ul .active{
    border: 1px solid #ff6c00;
    background: url(../images/st-moni-select.png) right bottom no-repeat;
}
.sc2-select-tip{
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: url(../images/sc2-tip-icon.png) left center no-repeat;
    padding-left: 20px;
    font-size: 12px;
    color: #b5b5b5;
}
.sc2-input{
    width: 100px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.sc2-input input{
    border: none;
    outline: none;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-left: 4px;
    background-color: #fff;
}
.sc2-input input::placeholder{
    color: #a0a0a0 !important;
}
.select-width1{
    width: 150px;
}
.select-width2{
    width: 100px;
}
.input-width1{
    width: 320px;
}
.input-width2{
    width: 350px;
}
.input-width3{
    width: 300px;
}
.input-width4{
    width: 220px;
}
.sc2-select select{
    border: none;
    outline: none;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sc2-select:after, .sc2-select after{
    content: '';
    width: 26px;
    height: 9px;
    display: block;
    background: url(../images/select-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
    pointer-events: none;
}
/*————————————————————————结算页结束————————————————————————*/

/*————————————————————————收银台开始————————————————————————*/
.sc3-body{
    width: 100%;
}
.sc3-top-qr{
    width: 100%;
    margin-top: 14px;
}
.sc3-top-qr-pic{
    display: block;
    float: left;
    width: 96px;
    height: 92px;
    background: url(../images/sc3-kuang.png) center no-repeat;
    background-size: 100% 100%;
}
.sc3-top-qr-pic img{
    width: 86px;
    height: 86px;
    margin-top: 3px;
    margin-left: 2px;
}
.sc3-top-qr-txt{
    display: block;
    float: left;
    margin-left: 10px;
}
.sc3-top-qr-txt-p1{
    font-size: 12px;
    color: #434343;
    margin-top: 22px;
    
}
.sc3-top-qr-txt-p2{
    font-size: 12px;
    color: #434343;
    margin-top: 8px;
}
.sc3-top-qr-txt-p2 i{
    color: #ff0000;
    font-style: normal;
}
.sc3-main{
    width: 100%;
    margin-top: 20px;
    padding: 20px 30px;
    margin-bottom: 50px;
    -moz-box-shadow:0px 2px 5px #999; -webkit-box-shadow:0px 2px 5px #999; box-shadow:0px 2px 5px #999;
}
.sc3-main-title{
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.sc3-main-title span{
    float: right;
    font-size: 14px;
    color: #434343;
    font-weight: 400;
}
.sc3-main-title span i{
    color: #ff0000;
    font-style: normal;
    font-size: 24px;
}
.sc3-pay-choose{
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-top: 14px;
}
.sc3-pay-choose-body{
    width: 100%;
    margin-left: -15px;
}
.sc3-pay-hd{
    width: 40%;
    float: left;
}
.sc3-pay-hd ul li{
    height: 72px;
    width: 100%;
    line-height: 72px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    padding-left: 156px;
}
.sc3-pay-hd .on{
    /* -moz-box-shadow:0px 2px 5px #999; -webkit-box-shadow:0px 2px 5px #999; box-shadow:0px 2px 5px #999; */
    border: 1px solid #ff6c00;
    color: #ff6c00;
}
.sc3-pay-bd{
    width: 60%;
    float: left;
}
.sc3-pay-hd-icon1{
    background: url(../images/sc3-pay-icon1.png) 110px center no-repeat;
}
.sc3-pay-hd-icon2{
    background: url(../images/sc3-pay-icon2.png) 110px center no-repeat;
}
.sc3-pay-hd-icon3{
    background: url(../images/sc3-pay-icon3.png) 100px center no-repeat;
}
.sc3-pay-wepay-span1{
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-top: 40px;
    margin-left: 50px;
}
.sc3-pay-wepay-span1 img{
    width: 100%;
    height: 100%;
}
.sc3-pay-wepay-span2{
    display: inline-block;
    margin-left: 10px;
}
.sc3-pay-alipay-span1{
    display: inline-block;
    margin-top: 80px;
    margin-left: 50px;
}
.sc3-pay-alipay-span1 a{
    display: block;
    width: 160px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff6c00;
    color: #fff;
    cursor: pointer;
}
.sc3-pay-choose-wechat span{
    display: block;
    width: 100%;
    text-align: center;
}
.sc3-pay-choose-wechat span img{
    width: 88px;
    height: 88px;
}
.sc3-pay-choose-wechat-span1{
    margin-top: 44px;
}
.sc3-pay-choose-wechat-span2{
    margin-top: 6px;
    color: #7d7d7d;
}
.sc3-main-detail{
    width: 100%;
}
.sc3-main-detail-title{
    width: 100%;
    font-size: 14px;
    color: #00479d;
    margin-top: 24px;
}
.sc3-main-detail-title span{
    display: block;
    width: 72px;
    background: url(../images/sc3-zhankai.png) right center no-repeat;
    cursor: pointer;
}
.sc3-main-detail-title .on{
    background: url(../images/sc3-shouqi.png) right center no-repeat !important;
}
.sc3-detail-body{
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 6px;
}
.sc3-detail-name{
    width: 100%;
}
.sc3-detail-name span{
    display: inline-block;
    margin-right: 20px;
    color: #7d7d7d;
}
.sc3-detail-name span i{
    color: #434343;
    font-style: normal;
}
.sc3-detail-list{
    width: 100%;
    margin-top: 20px;
}
.sc3-detail-list-span1{
    display: block;
    width: 100px;
    color: #7d7d7d;
    float: left;
    margin-bottom: 6px;
}
.sc3-detail-list-span2{
    display: block;
    color: #7d7d7d;
    float: left;
    
}
.sc3-detail-list-span2 p{
    margin-bottom: 12px;
}
.sc3-detail-list-span2 p a{
    color: #313131;
}
/*弹窗*/
.sc3-pay-pop-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.sc3-pay-pop{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    background-color: #fff;
    padding: 50px;
}
.sc3-pay-pop-p1{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.sc3-pay-pop-p1 span{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}
.sc3-pay-pop-p2{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
.sc3-pay-pop-p3{
    border-top: 1px solid #dcdcdc;
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
}
.sc3-pay-pop-p3 span{
    display: inline-block;
    margin: 10px;
}
.sc3-pay-pop-p3 span a{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.sc3-pay-pop-p3-span1 a{
    border: 1px solid #ff6c00;
    background-color: #ff6c00;
    color: #fff;
}
.sc3-pay-pop-p3-span2 a{
    border: 1px solid #ff6c00;
    background-color: #ffffff;
    color: #ff6c00;
}
/*————————————————————————收银台结束————————————————————————*/

















































































/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px){

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    /*++++++++++++++++++++++++以下首页++++++++++++++++++++++++*/
    /*首页特色课堂开始*/
    .class-part-p1{
        height: 160px;
    }
    /*首页特色课堂结束*/
    /*首页名师专家开始*/
    .teacher-part{
        height: 315px;
    }
    /*首页名师专家结束*/

    /*++++++++++++++++++++++++以下定制委托页++++++++++++++++++++++++*/
    /*定制委托页-服务内容开始*/
    .ds-content-part-body{
        height: 160px;
    }
    /*定制委托页-服务内容结束*/

    /*++++++++++++++++++++++++以下关于我们页++++++++++++++++++++++++*/
    /*关于我们页-联系我们开始*/
    .au-contact-name{
        font-size: 20px;
    }
    /*关于我们页-联系我们结束*/

    /*++++++++++++++++++++++++以下考培中心二级页++++++++++++++++++++++++*/
    /*课程试看开始*/
    .et2-classlook-part{
        height: 150px;
    }
    /*课程试看结束*/
    /*题库测试开始*/
    .et2-tiku-part-p2{
        width: 60%;
        left: 40%;
    }
    /*题库测试结束*/

    /*++++++++++++++++++++++++以下专家直播页++++++++++++++++++++++++*/
    .ls-liveshow-img{
        height: 160px;
    }
    .ls-foreshow-left{
        width: 70px;
    }
    .ls-foreshow-left img{
        height: 70px;
    }
    .ls-foreshow-right{
        width: 180px;
    }
    .ls-foreshow-right-p2{
        font-size: 15px;
    }

    /*++++++++++++++++++++++++以下新闻列表页++++++++++++++++++++++++*/
    .newslist-right-body-on .newslist-right-body-img{
        display: none;
    }
    .newslist-right-body-on .newslist-right-body-title{
        margin-left: 10px;
        width: 98%;
    }

    /*++++++++++++++++++++++++以下考培中心页++++++++++++++++++++++++*/
    .et-button{
        height: 140px;
    }
    .et-button-body ul li img{
        margin-top: 16px;
    }
    .et-button-body ul li span{
        font-size: 20px;
    }
    .et-xfgcs-body{
        background-position: left 20px  center !important;
        height: 380px;
    }
    .et-xfgcs-list1, .et-xfgcs-list2, .et-xfgcs-list3, .et-xfgcs-list4{
        position: relative;
        margin-left: 340px;
        left: 0;
        top: 0;
        padding-top: 20px;
    }
    .et-xfgcs-list1 .et-xfgcs-body-p1,.et-xfgcs-list2 .et-xfgcs-body-p1,.et-xfgcs-list3 .et-xfgcs-body-p1,.et-xfgcs-list4 .et-xfgcs-body-p1{
        text-align: left;
    }
    .et-xfgcs-list3{
        position: relative;
    }
    .et-xfgcs-list4{
        position: relative;
    }

    /*++++++++++++++++++++++++以下答题页++++++++++++++++++++++++*/
    .ap-paper-num-fixed{
        width: 213px;
    }

    /*++++++++++++++++++++++++以下et4培训学习页++++++++++++++++++++++++*/
    .et4-class-body-hd{
        width: 575px;
    }
    .st-moni-buy-txt-p5{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .st-moni-buy-txt-p6{
        margin-top: 10px;
    }
    .pingjia-list-cont-right{
        width: 88%;
    }
    /*++++++++++++++++++++++++以下购物车页面++++++++++++++++++++++++*/
    .sc-list2-pic-right{
        width: 190px;
    }
    .sc-table-width3{
        width: 18%;
    }
    .sc-table-width4{
        width: 10%;
    }
    .sc-total-list-body{
        width: 862px;
        overflow: hidden;
    }
    /*++++++++++++++++++++++++以下结算页面++++++++++++++++++++++++*/
    .sc3-pay-hd ul li{
        padding-left: 108px;
    }
    .sc3-pay-hd-icon1{
        background: url(../images/sc3-pay-icon1.png) 60px center no-repeat;
    }
    .sc3-pay-hd-icon2{
        background: url(../images/sc3-pay-icon2.png) 60px center no-repeat;
    }
    .sc3-pay-hd-icon3{
        background: url(../images/sc3-pay-icon3.png) 60px center no-repeat;
    }
    .sc3-pay-pop{
        width: 800px;
    }
    .sc2-list2-pic-right{
        width: 210px;
    }
    .select-width1{
        width: 120px;
    }
    .select-width2{
        width: 75px;
    }
    .sc2-select-ul li{
        width: 80px;
    }
    .input-width4{
        width: 140px;
    }
    .input-width3{
        width: 260px;
    }
    .sc2-yhq-kc-list-left{
        font-size: 26px;
    }
    .sc2-yhq-kc-list-right-p1{
        margin-top: 24px;
    }
    
}

/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:991px ){
    /*++++++++++++++++++++++++以下首页++++++++++++++++++++++++*/
    /*首页4个btn开始*/
    .fourbtn-part-bg1, .fourbtn-part-bg4{
        background-color: #ffffff;
    }
    .fourbtn-part-bg2, .fourbtn-part-bg3{
        background-color: #e9e9e9;
    }
    /*首页4个btn结束*/
    /*首页考培中心开始*/
    .kaopei-part-bg1, .kaopei-part-bg3{
        margin: 30px 0;
        border-right: 1px solid #dcdcdc;
    }
    .kaopei-part-bg2, .kaopei-part-bg4{
        margin: 30px 0;
        border: none;
    }
    /*首页考培中心结束*/
    /*首页特色课堂开始*/
    .class-part-p1{
        height: 140px;
    }
    /*首页特色课堂结束*/
    /*首页定制委托开始*/
    .diy-service-txt{
        width:92%;
        margin-left: 4%;
    }
    /*首页定制委托结束*/
    /*首页名师专家开始*/
    .teacher-part{
        width: 33.33%;
    }
    /*首页名师专家结束*/
    /*首页新闻动态开始*/
    .news-list ul li{
        width: 96%;
        margin-left: 2%;
    }
    .news-list ul li span{
        margin-right: 0;
    }
    /*首页新闻动态结束*/
    /*首页关于我们开始*/
    .aboutus-body{
        padding: 30px 40px;
    }
    /*首页关于我们结束*/

    /*++++++++++++++++++++++++以下定制委托页++++++++++++++++++++++++*/
    /*定制委托页-服务内容开始*/
    .ds-content-part-body{
        height: 225px;
    }
    /*定制委托页-服务内容结束*/

    /*++++++++++++++++++++++++以下关于我们++++++++++++++++++++++++*/
    /*关于我们页-联系我们开始*/
    .au-contact-name{
        font-size: 22px;
    }
    .au-contact-adr{
        line-height: 72px;
    }
    /*关于我们页-联系我们结束*/
    /*关于我们页-banner开始*/
    .au-banner-body{
        width: 92%;
        margin-left: 4%;
    }
    /*关于我们页-banner结束*/
    /*++++++++++++++++++++++++以下特色课堂++++++++++++++++++++++++*/
    /*条件筛选开始*/
    .fc-screen-select ul li a{
        font-size: 14px;
    }
    .fc-screen-condition span{
        width: 20%;
    }
    .fc-screen-condition ul{
        width: 80%;
    }
    /*条件筛选结束*/
    /*++++++++++++++++++++++++以下云题库页++++++++++++++++++++++++*/
    /*banner开始*/
    .cs-banner{
        height: 320px;
    }
    .cs-banner-body-p1{
        margin-top: 80px;
    }
    /*banner结束*/

    /*++++++++++++++++++++++++以下考培中心二级页++++++++++++++++++++++++*/
    /*banner开始*/
    .et3-banner-figure span{
        padding: 0 12px;
    }
    /*banner结束*/
    /*最新培训开始*/
    .et2-newlist{
        margin-top: 0px;
        margin-bottom: 40px;
    }
    /*最新培训结束*/
    /*课程试看开始*/
    .et2-classlook-part{
        height: 120px;
    }
    /*课程试看结束*/
    /*题库测试开始*/
    .et2-tiku-part{
        height: 120px;
    }
    .et2-tiku-part .et2-tiku-part-p1{
        top: 45px;
    }
    .et2-tiku-part .et2-tiku-part-p2{
        width: 70%;
        left: 30%;
        top: 80px;
        text-align: right;
        padding-right: 10px;
    }
    .et2-tiku-part-p2{
        text-align: right;
        padding-right: 10px;
    }
    /*题库测试结束*/

    /*++++++++++++++++++++++++以下专家直播页++++++++++++++++++++++++*/
    .ls-liveshow-img{
        height: 140px;
    }
    .ls-foreshow-left{
        width: 70px;
    }
    .ls-foreshow-left img{
        height: 70px;
    }
    .ls-foreshow-right{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .ls-foreshow-right-p2{
        font-size: 15px;
    }
    /*++++++++++++++++++++++++以下新闻列表页++++++++++++++++++++++++*/
    .newslist-right-body-on .newslist-right-body-img{
        display: none;
    }
    .newslist-right-body-on .newslist-right-body-title{
        margin-left: 10px;
        width: 98%;
    }
    .nl-notice{
        margin-top: 0px;
        padding: 10px 5px;
    }

    /*++++++++++++++++++++++++以下考培中心页++++++++++++++++++++++++*/
    .et-button{
        height: 140px;
    }
    .et-button-body ul li img{
        margin-top: 16px;
    }
    .et-button-body ul li span{
        font-size: 20px;
    }
    .et-xfgcs-body{
        background-position: left 20px  center !important;
        height: 380px;
    }
    .et-xfgcs-list1, .et-xfgcs-list2, .et-xfgcs-list3, .et-xfgcs-list4{
        position: relative;
        margin-left: 300px;
        left: 0;
        top: 0;
        padding-top: 20px;
    }
    .et-xfgcs-list1 .et-xfgcs-body-p1,.et-xfgcs-list2 .et-xfgcs-body-p1,.et-xfgcs-list3 .et-xfgcs-body-p1,.et-xfgcs-list4 .et-xfgcs-body-p1{
        text-align: left;
    }
    .et-xfgcs-list3{
        position: relative;
    }
    .et-xfgcs-list4{
        position: relative;
    }
    .et-zajj-part1{
        width: 33.33%;
    }
    .et-zajj-part2{
        width: 33.33%;
    }
    .et-classtab-bd ul{
        height: 210px;
        overflow: auto;
    }
    .big-title-p1 span{
        left: 62%;
    }
    /*++++++++++++++++++++++++以下答题页++++++++++++++++++++++++*/
    .ap-paper-num-fixed{
        width: 220px;
    }
    /*++++++++++++++++++++++++以下et4培训学习页++++++++++++++++++++++++*/
    .et4-class-body-hd{
        width: 678px;
    }
    .st-moni-buy-txt-p5{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .st-moni-buy-txt-p6{
        margin-top: 10px;
    }
    .pingjia-list-cont-right{
        width: 88%;
    }
    .et4-class-right-body{
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .et4-class-body{
        margin-bottom: 0;
    }
    .et4-course-part{
        height: 260px;
    }
    /*++++++++++++++++++++++++以下购物车页面++++++++++++++++++++++++*/
    .sc-list2-pic-right{
        margin-left: 0;
        margin-top: 10px;
        width: 180px;
    }
    .sc-table-width3{
        width: 25%;
    }
    .sc-table-width4{
        width: 10%;
    }
    .sc-table-width5{
        width: 14%;
    }
    .sc-table-width1{
        width: 8%;
    }
    .sc-table-width2{
        width: 25%;
    }
    .sc-table-width6{
        width: 18%;
    }
    .sc-total-list-body{
        width: 612px;
        overflow: hidden;
    }
    /*++++++++++++++++++++++++以下结算页面++++++++++++++++++++++++*/
    .sc3-pay-hd ul li{
        padding-left: 108px;
    }
    .sc3-pay-hd-icon1{
        background: url(../images/sc3-pay-icon1.png) 50px center no-repeat;
    }
    .sc3-pay-hd-icon2{
        background: url(../images/sc3-pay-icon2.png) 50px center no-repeat;
    }
    .sc3-pay-hd-icon3{
        background: url(../images/sc3-pay-icon3.png) 50px center no-repeat;
    }
    .sc3-pay-choose-wechat-span1{
        margin-top: 0;
    }
    .sc3-pay-choose-wechat{
        border-top: 1px solid #dcdcdc;
        padding: 20px 0;
    }
    .sc3-pay-pop{
        width: 600px;
    }
    .sc2-location ul li span{
        font-size: 12px;
    }
    .sc2-table-width1{
        width: 28%;
    }
    .sc2-table-width2{
        width: 19%;
    }
    .sc2-table-width3{
        width: 14%;
    }
    .sc2-table-width4{
        width: 19%;
    }
    .sc2-table-width5{
        width: 20%;
    }
    .sc2-list2-pic-right{
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .sc2-select-one{
        margin-top: 0;
    }
    .sc2-select-list{
        margin-top: 20px;
    }
    .sc2-yhq-kc ul li{
        width: 48%;
    }
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {
    /*++++++++++++++++++++++++以下首页++++++++++++++++++++++++*/
    /*首页4个btn开始*/
    .fourbtn-part-bg1, .fourbtn-part-bg4{
        background-color: #ffffff;
    }
    .fourbtn-part-bg2, .fourbtn-part-bg3{
        background-color: #e9e9e9;
    }
    /*首页4个btn结束*/
    /*首页考培中心开始*/
    .kaopei-part-bg1, .kaopei-part-bg3{
        margin: 30px 0;
        border-right: 1px solid #dcdcdc;
    }
    .kaopei-part-bg2, .kaopei-part-bg4{
        margin: 30px 0;
        border: none;
    }
    /*首页考培中心结束*/
    /*首页特色课堂开始*/
    .class-part-p1{
        height: 140px;
    }
    /*首页特色课堂结束*/
    /*首页定制委托开始*/
    .diy-service-txt{
        width:92%;
        margin-left: 4%;
    }
    /*首页定制委托结束*/
    /*首页名师专家开始*/
    .teacher-part{
        width: 50%;
    }
    /*首页名师专家结束*/
    /*首页新闻动态开始*/
    .news-list ul li{
        width: 96%;
        margin-left: 2%;
    }
    .news-list ul li span{
        margin-right: 0;
    }
    /*首页新闻动态结束*/
    /*首页关于我们开始*/
    .aboutus-body{
        width: 94%;
        margin-left: 3%;
        padding: 30px 40px;
    }
    /*首页关于我们结束*/

    /*++++++++++++++++++++++++以下定制委托页++++++++++++++++++++++++*/
    /*定制委托页-服务内容开始*/
    .ds-content-part-body{
        height: auto;
    }
    /*定制委托页-服务内容结束*/
    /*定制委托页-banner开始*/
    .ds-banner-body p{
        margin-top: 20px;
    }
    .ds-banner-body{
        padding-top: 30px;
    }
    /*定制委托页-banner结束*/
    /*定制委托页-我们的优势开始*/
    .ds-ouryoushi-part-span1{
        width: 60px;
        height: 60px;
        background-size: 36px 36px !important;
    }
    /*定制委托页-我们的优势结束*/
    /*定制委托页-服务流程开始*/
    .ds-flow-part{
        font-size: 18px;
    }
    /*定制委托页-服务流程结束*/
    /*定制委托页-邮箱电话开始*/
    .ds-phonemail-span2{
        font-size: 20px;
    }
    /*定制委托页-邮箱电话结束*/

    /*++++++++++++++++++++++++以下关于我们页++++++++++++++++++++++++*/
    /*关于我们页-联系我们开始*/
    .au-contact-name{
        font-size: 22px;
    }
    .au-contact-adr{
        line-height: 72px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*关于我们页-联系我们结束*/
    /*关于我们页-banner开始*/
    .au-banner-body{
        width: 92%;
        margin-left: 4%;
    }
    .au-banner-body-p2{
        line-height: 32px;
        font-size: 14px;
    }
    .au-banner-body-p1{
        margin-top: 80px;
    }
    /*关于我们页-banner结束*/

    /*++++++++++++++++++++++++以下特色课堂++++++++++++++++++++++++*/
    /*条件筛选开始*/
    .fc-screen-select ul li{
        margin: 6px 20px 6px 0;
    }
    .fc-screen-select ul li a{
        font-size: 14px;
        padding: 4px 14px;
    }
    .fc-screen-condition span{
        width: 100%;
    }
    .fc-screen-condition ul{
        width: 100%;
    }
    .fc-list-search{
        width: 180px;
    }
    /*条件筛选结束*/

    /*++++++++++++++++++++++++以下云题库页++++++++++++++++++++++++*/
    /*banner开始*/
    .cs-banner{
        height: 240px;
    }
    .cs-banner-body-p1{
        margin-top: 40px;
    }
    /*banner结束*/
    /*列表开始*/
    .cs-list-part{
        padding: 5px;
    }
    /*列表结束*/

    /*++++++++++++++++++++++++以下考培中心二级页++++++++++++++++++++++++*/
    /*banner开始*/
    /* .et3-banner{
        height: 370px;
    } */
    .et3-banner-figure span{
        padding: 0 8px;
        margin-bottom: 16px;
    }
    /*banner结束*/
    /*tab3页开始*/
    .et3-tab-hd ul li{
        margin: 0 10px;
    }
    /*tab3页结束*/
    /*tab2页开始*/
    .et2-tab-hd ul li{
        margin: 0 5px;
    }
    .et2-tab-hd ul li a{
        font-size: 14px;
        padding: 6px 10px;
    }
    .et2-tab{
        height: 76px;
    }
    .et2-tab-hd ul{
        margin-top: 20px;
    }
    /*tab2页开始*/
    /*最热培训开始*/
    .et2-newlist{
        margin-top: 0px;
        margin-bottom: 40px;
    }
    /*最热培训结束*/
    /*题库测试开始*/
    .et2-tiku-part-p2{
        width: 60%;
        left: 40%;
    }
    .et2-margintop{
        margin-top: 0px;
    }
    /*题库测试结束*/

    /*++++++++++++++++++++++++以下专家直播页++++++++++++++++++++++++*/
    .ls-banner{
        height: 220px;
    }
    .ls-liveshow-img{
        height: 180px;
    }
    .ls-foreshow-left{
        width: 50px;
    }
    .ls-foreshow-left img{
        height: 50px;
    }
    .ls-foreshow-right{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .ls-foreshow-right-p2{
        font-size: 16px;
    }
    .ls-foreshow-right-p3{
        margin-top: 10px;
    }
    .ls-tab-body ul li{
        width: 120px;
    }

    /*++++++++++++++++++++++++以下新闻列表页++++++++++++++++++++++++*/
    .newslist-right-body-on .newslist-right-body-img{
        display: none;
    }
    .newslist-right-body-on .newslist-right-body-title{
        margin-left: 10px;
        width: 98%;
    }
    .nl-notice{
        margin-top: 0px;
        padding: 10px 5px;
    }

    /*++++++++++++++++++++++++以下考培中心页++++++++++++++++++++++++*/
    .et-button{
        height: 110px;
    }
    .et-button-body ul li img{
        margin-top: 16px;
        width: 42px;
        height: 42px;
    }
    .et-button-body ul li span{
        font-size: 15px;
    }
    .et-xfgcs-body{
        background-image: none !important;
        background-position: left 20px  center !important;
        height: auto;
        padding-bottom: 20px;
    }
    .et-xfgcs-list1, .et-xfgcs-list2, .et-xfgcs-list3, .et-xfgcs-list4{
        position: relative;
        margin-left: 20px;
        left: 0;
        top: 0;
        padding-top: 20px;
    }
    .et-xfgcs-list1 .et-xfgcs-body-p1,.et-xfgcs-list2 .et-xfgcs-body-p1,.et-xfgcs-list3 .et-xfgcs-body-p1,.et-xfgcs-list4 .et-xfgcs-body-p1{
        text-align: left;
    }
    .et-xfgcs-list3{
        position: relative;
    }
    .et-xfgcs-list4{
        position: relative;
    }
    .et-zajj-part1{
        width: 50%;
    }
    .et-zajj-part2{
        width: 50%;
    }
    .et-classtab-bd ul{
        height: 130px;
        overflow: auto;
    }
    .big-title-p1 span{
        font-size: 14px;
        background: none;
        /* margin-top: 5px; */
    }
    .big-title-p1{
        font-size: 28px;
    }
    .et-zajj-part1-p2{
        width: 80%;
        margin-left: 10%;
    }
    .et-zas-part{
        height: auto;
        background-size: auto 100% !important;
    }
    .et-zas-part table{
        width: 94%;
        margin-left: 3%;
    }
    .et-zas-part table td{
        line-height: 28px;
        padding: 10px 0;
    }
    .et-sgpx-part span{
        background: none;
        padding-left: 0px;
    }
    .et-sgpx-tab ul li{
        font-size: 14px;
    }
    .et-classtab{
        width: 220px;
    }
    .et-classtab-bd .et-classtab-more{
        width: 192px;
    }
    .et-classtab-hd ul li{
        font-size: 16px;
    }
    .et4-class-body-hd ul li{
        padding: 0 10px;
    }

     /*++++++++++++++++++++++++以下模拟考试页++++++++++++++++++++++++*/
    .st-moni-buy-txt{
        margin-top: 0px;
        padding-left: 10px;
        padding-bottom: 40px;
    }
    .st-moni-buy-txt-ul li{
        width: 130px;
    }
    .st-moni-intro-tequan .tequan-title{
        font-size: 16px;
    }
    .st-moni-intro-tequan .tequan-tab{
        font-size: 16px;
    }
    .st-moni-intro-tequan .tequan-p1{
        font-size: 14px;
        line-height: 32px;
    }
    .st-moni-intro-tequan .tequan-p1 span{
        font-size: 14px;
    }
    .st-moni-intro-main{
        padding: 0 5px;
    }

    /*++++++++++++++++++++++++以下分数页++++++++++++++++++++++++*/
    .score-part-body-list ul li{
        width: 50px;
        height: 40px;
        line-height: 40px;
        background-size: 20px auto !important;
        margin: 8px 2px;
    }
    .score-part-fenxi-btn ul li{
        margin: 0 5px;
    }
    .score-part-ul li{
        margin: 0 8px;
    }
    .score-part-ul li span{
        font-size: 16px;
    }
    .score-part-fenxi-btn ul li a{
        width: 80px;
    }
    .score-part-body-p1{
        font-size: 18px;
    }
    .score-part-body-p2{
        font-size: 16px;
    }
    .score-part-body-p3 span{
        font-size: 60px;
    }
    .score-part-body-p3{
        background-size: auto 1px;
    } 
    .score-part-fenxi-p1 span{
        font-size: 18px;
    }
    .score-part-fenxi-echart1{
        height: 120px;
    }
    .score-part-fenxi-echart2{
        height: 120px;
    }
    .score-part-fenxi-echart3{
        height: 120px;
    }
    .echart-title{
        font-size: 14px;
    }
    /*++++++++++++++++++++++++以下答题页++++++++++++++++++++++++*/
    .ap-paper-num-fixed{
        position: relative;
        top: auto;
        width: auto;
        z-index: auto;
    }
    .ap-paper-scroll{
        max-height: 220px;
    }
    /*++++++++++++++++++++++++以下et4培训学习页++++++++++++++++++++++++*/
    .et4-class-body-hd{
        width: 100%;
        left: 0;
    }
    .pingjia-list-cont-right{
        width: 78%;
    }
    .et4-class-right-body{
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .et4-class-body{
        margin-bottom: 0;
    }
    
    /*++++++++++++++++++++++++以下购物车页面++++++++++++++++++++++++*/
    .sc-list2-pic-left{
        width: 80px;
        height: 50px;
    }
    .sc-list2-pic-right{
        margin-left: 10px;
        /* margin-top: 10px; */
        width: 60%;
    }
    .sc-table-width3{
        width:100%;
    }
    .sc-table-width4{
        width: 100%;
    }
    .sc-table-width5{
        width: 100%;
    }
    .sc-table-width1{
        width: 8%;
    }
    .sc-table-width2{
        width: 92%;
    }
    .sc-table-width6{
        width: 100%;
    }
    .sc-list2-count{
        text-align: right;
        padding-right: 20px;
        margin-top: 4px;
    }
    .sc-list2-total{
        text-align: right;
        padding-right: 20px;
        margin-top: 4px;
    }
    .sc-list2-pic{
        padding-right: 20px;
    }
    .sc-list2-price{
        text-align: right;
        padding-left: 0;
        padding-right: 20px;
        margin-top: 4px;
    }
    .sc-list2-cuxiao ul{
        right: 2px;
        width: 60%;
        text-align: left;
        left: auto;
    }
    .sc-list-title{
        height: auto;
    }
    .sc-list-title .tip{
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
    .sc-list2-btn{
        margin-top: 8px;
        padding-right: 20px;
        text-align: right;
    }
    .sc-search{
        margin-top: 6px;
    }
    .sc-logo img{
        width: 200px;
        height: 51px;
    }
    .sc-logo{
        line-height: 90px;
        font-size: 20px;
    }
    .sc-daohang-down{
        height: auto;
    }
    .sc-table-list{
        margin-top: 20px;
    }
    .sc-body-title{
        padding-left: 6px;
    }
    .sc-list2-select .sc-checkbox-label{
        margin-top: 36px;
    }
    .sc-table-total{
        height: auto;
    }
    .sc-total-list-body{
        width: 70%;
        overflow: hidden;
    }
    /*++++++++++++++++++++++++以下结算页面++++++++++++++++++++++++*/
    .sc3-pay-hd-icon1{
        background: url(../images/sc3-pay-icon1.png) top 15px center no-repeat;
        background-size: 20px auto;
    }
    .sc3-pay-hd-icon2{
        background: url(../images/sc3-pay-icon2.png) top 15px center no-repeat;
        background-size: 20px auto;
    }
    .sc3-pay-hd-icon3{
        background: url(../images/sc3-pay-icon3.png) top 15px center no-repeat;
        background-size: 20px auto;
    }
    .sc3-pay-choose-wechat-span1{
        margin-top: 0;
    }
    .sc3-pay-choose-wechat{
        border-top: 1px solid #dcdcdc;
        padding: 20px 0;
    }
    .sc3-pay-hd{
        width: 100%;
        margin-top: 15px;
    }
    .sc3-pay-bd{
        width: 100%;
    }
    .sc3-pay-choose-body{
        margin-left: 0;
    }
    .sc3-pay-hd ul li{
        width: 33.33%;
        float: left;
        text-align: center;
        padding-left: 0px;
        padding-top: 15px;
        font-size: 14px;
        font-weight: 400;
    }
    .sc3-main-title{
        font-size: 14px;
    }
    .sc3-pay-wepay-span1{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 30px;
    }
    .sc3-pay-wepay-span1 img{
        width: 140px;
        height: 140px;
    }
    .sc3-pay-wepay-span2{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .sc3-pay-alipay-span1{
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
    .sc3-pay-alipay-span1 a{
        display: inline-block;
    }
    .sc3-detail-name span{
        display: block;
        margin-top: 10px;
        margin-right: 0;
    }
    .sc3-top-qr-txt{
        width: 60%;
        text-align: justify;
    }
    .sc3-top-qr-txt-p1{
        margin-top: 12px;
    }
    .sc3-pay-pop{
        width: 90%;
        margin-top: 130px;
    }
    .sc2-location ul{
        margin-top: 8px;
    }
    .sc2-body-tip{
        margin-top: 10px;
    }
    .sc2-table-width1{
        width:100%;
    }
    .sc2-table-width2{
        width:100%;
    }
    .sc2-table-width3{
        width:100%;
    }
    .sc2-table-width4{
        width:100%;
    }
    .sc2-table-width5{
        width:100%;
    }
    .sc2-list2-pic-right{
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .sc2-select-one{
        margin-top: 0;
    }
    .sc2-select-list{
        margin-top: 20px;
        width: 100%;
    }
    .sc2-yhq-kc ul li{
        width: 98%;
    }
    .sc2-yhq-body-hd ul li{
        padding: 0 10px;
    }
    .input-width4{
        width: 100%;
    }
    .input-width1{
        width: 100%;
    }
    .input-width2{
        width: 100%;
    }
    .input-width3{
        width: 100%;
    }
    .sc2-select-tip{
        margin-top: 10px;
    }
    .sc2-main-pay ul li{
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .sc2-yhq-kc-list-right{
        font-size: 12px;
    }
    .sc2-list2-pic-left{
        width: 80px;
        height: 50px;
    }
    .sc2-list2-pic-right{
        padding-left: 10px;
        width: 60%;
        margin-top: 0;
    }
    .sc2-list2-price{
        text-align: right;
        padding-right: 10px;
    }
    .sc2-list2-count{
        text-align: right;
        padding-right: 10px;
    }
    .sc2-list2-youhui{
        text-align: right;
        padding-right: 10px;
    }
    .sc2-list2-total{
        text-align: right;
        padding-right: 10px;
    }
    .sc2-main-list-list{
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
    }

}

/*视频播放页专用*/
@media screen and (max-width:999px) {
    /*++++++++++++++++++++++++以下课程播放页++++++++++++++++++++++++*/
    .vp-body{
        width: 100%;
        height: 300px;
    }
    .vp-top{
        height: 60px;
        background-size: auto 34px;
    }
    .vp-goback{
        height: 60px;
        width: 50px;
        line-height: 60px;
        float: left;
    }
   .vp-sidebar{
       position: relative;
       width: 100%;
       top: 0;
       right: 0;
       margin-bottom: 20px;
   }
   .vp-sidebar-title{
       position: relative;
       left: 0;
       top: 0;
       width: 100%;
   }
   .vp-sidebar-btn{
       display: none;
   }
   .vp-sidebar-title ul{
       width: 100%;
   }
   .vp-sidebar-title ul li{
       width: 14%;
       display: inline-block;
   }
   .vp-sidebar-main{
       margin-top: 10px;
   }
   .vp-biji-cont span{
       width: 30%;
   }
   .vp-biji-cont i{
       width: 65%;
   }
   .vp-code{
       width: 100%;
       height: 100%;
   }
   .vp-code-p2{
       margin-bottom: 40px;
   }
   /* .vp-top-prev{
       height: 60px;
       width: 50px;
   }
   .vp-top-next{
       height: 60px;
       width: 50px;
       background: url(../images/vp-next.png) 20px center no-repeat;
       background-color: #789dcb;
    } */
    .vp-learn-yet{
        margin-right: 10px;
    }
    .vp-learn-yet a{
        width: 80px;
        font-size: 14px;
    }
    .vp-top-prev{
        width: 100px;
        font-size: 14px;
        background: url(../images/vp-prev.png) 10px center no-repeat;
       background-color: #789dcb;
    }
    .vp-top-next{
        width: 100px;
        font-size: 14px;
        background: url(../images/vp-next.png) 80px center no-repeat;
        background-color: #789dcb;
    }
    .vp-title{
        width: 80%;
        float: left;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .vp-top-left{
        /* width: 100%; */
        line-height: 60px;
    }
    .vp-top-left-phone{
        width: 100%;
    }
    .vp-discuss{
        width: 100%;
        height: 100%;
    }
    .vp-discuss-issue{
        height: auto;
        position: relative;
        width: 100%;
        border-top: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 20px;
        right: 0;
    }
    .vp-discuss-issue input{
        width: 65%;
        margin-left: 0;
    }
    .vp-discuss-issue a{
        width: 30%;
        margin-left: 2%;
    }
    .vp-code-p1 img{
        margin-top: 20px;
    }
    .et4-class-mulu-ul li a{
        width: 40%;
    }
    .nl-tab-btn ul li{
        margin: 0 6px;
        width: 120px;
    }
}