.footdiv{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: auto;
}
.prelative{
    position: relative;
}
.bpadd{
    padding-bottom: 1.5rem;
}
.bshadow{
    box-shadow: 0 0 15px #eee;
}
.ht10{
    height: 0.133333rem;
}
.bgw{
    background: #fff;
}
.img-responsive{
    width: 100%;
    max-width: 100%;
}

.vmiddle{
    vertical-align: middle;
}

.dinline-block{
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.dflex{
    display: flex;
}
.tcenter{
    text-align:center;
}
.tleft{
    text-align:left;
}
.tright{
    text-align:right;
}

.sbg{
    /*display: flex;*/
    position: relative;

}
.moddiv{
    padding: 0.2rem 0 0.2rem 0.2rem;
}

.bborder{
    border-bottom: 1px solid #eee;
}

.backdiv{
    position: absolute;
    display: flex;
    top: 0;
    right: 0.266667rem;
    height: 100%;
}

.back,.back:visited{
    align-self: center;
    padding: 0.026667rem 0.25rem;
    border: 1px solid #fff;
    border-radius: 0.2rem;
    font-size: 0.213333rem;
    color: #fff;

}

.tabdiv{
    background: #f4f7fc;
    font-size: 0.16rem;
    color: #333;
}
.tabdiv .sdiv{
    display: flex;
    padding: 0.08rem 0;

}

.tabdiv .line{
    background: url(../images/news_01.png) repeat-x 0 bottom;
}

.tabdiv .slabel{
    width: 12%;
    text-align: right;
}

.tabdiv .alist{
    width: 85%;
    word-break: keep-all;
}

.tabdiv .alist a{
    padding:0.026667rem 0.106667rem;
    color: #333;
}

.tabdiv .alist a.active{
    background: #f0831e;
    border-radius: 0.2rem;
    color: #fff;
}

.smorediv{
    padding: 0.266667rem 0;
}
.smorediv .zbtn{
    padding: 0.08rem 0.2rem 0.04rem;
    line-height: 1.4;
    border: 1px solid #d1cece;
    border-radius: 0.2rem;
    font-size: 0.173333rem;
    color: #999;

}
.smorediv .zbtn:active{
    background: #f0831e;
    border-color: #f0831e;
    color: #fff;
}

.smorediv .zbtn img{
    width: 0.16rem;
}

.pndiv{
    padding: 0.1rem 0.133333rem 0.1rem 0.2rem;
    font-size: 0.16rem;
}
.pndiv .prev{
    display: flex;
    margin-bottom: 0.066667rem;
}
.pndiv a{
    flex: 1;
}

.pndiv span{
    color: #333;
    font-weight: bold;
}

.tformdiv{
    background: #f82d5c url(../images/course_10.jpg) no-repeat left top;
    background-size: 100% auto;
}



.tformdiv .vname{
    padding-top: 0.133333rem;
    font-size: 0.32rem;
    color: #fff;
}

.tformdiv .vintro{
    font-size: 0.16rem;
    color: #fbf8af;
}

.tformdiv .mod_sql_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.1rem .25rem .1rem;

}
.tformdiv .mod_sql_content_input{
    width: 45%;
}

.tformdiv .mod_sql_content_input{
    margin: 0.06rem 0;
}

.tformdiv select{
    margin-left: 0.066667rem;
    padding-right: 14px;
    width: 1.666667rem;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/dis_04.png") no-repeat scroll right center transparent;
    font-size: 0.16rem;
}

.tformdiv select::-ms-expand { display: none; }

.tformdiv .mod_sq_button{
    width: 40%;
    margin-bottom: .15rem;
}

.tformdiv .mod_sql_content_input div:nth-child(1) img{
    width: .25rem;

}

.zcstitlediv{
    padding-left: 0.2rem;
}

.zstitle{
    padding: 0.053333rem 0.106667rem 0.026667rem;
    background: #fbeee1;
    border: 1px solid #fbd8b8;
    font-size: 0.186667rem;
    color: #f0831e;
}

.zstitle img{
    vertical-align: text-top;
    width: 0.25rem;

}

.zccont{
    padding: 0.2rem 0.333333rem;
    line-height: 1.6;
    font-size: 0.16rem;
    color: #999;
    word-break: break-all;
}
.bdash{
    border-top: 1px dashed #d8d7d7;
}


.zsch_list{
    padding: 0.24rem 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsch{
    overflow: hidden;
    position: relative;
    margin-bottom: 0.133333rem;
    width: 48%;
    height: 1.2rem;
    border-radius: 0.066667rem;
    box-shadow: 0 0 10px #999;
}
.zsch .img1{
    width: 100%;
    height: 100%;
}
.zsch .img2{
    max-width: 80%;
    height: 0.533333rem;

}
.zsch .zsbg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.zsch .zbtn{
    margin-top: 0.106667rem;
    padding: 0.03rem 0;
    width: 40%;
    background: #f0831e;
    border-radius: 0.266667rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center; 
}
/* account **/
.slist{
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.16rem 0.133333rem;
    background: #fff;
}
.slist .sdiv{
    position: relative;
    overflow: hidden;
    width: 32%;
    border-radius: 0.066667rem;
    cursor: pointer;
}
.slist .sdiv img{
    width:100%;
}
.slist .sdiv .txt{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.266667rem;
    line-height:1.2;
}
.slist .sdiv1 .txt{
    color: #2b65d0;
}
.slist .sdiv2 .txt{
    color: #3da88a;
}
.slist .sdiv3 .txt{
    color: #e84c00;
}

.mod_more {
    padding: 0.2rem 0.133333rem 0.15rem;
}

.mod_more_name {
    height: 0.266667rem;
    line-height: 1;
    border-width:5px;
    color: #373737;
}

.mod_more_right{
    padding-top: 0;
    color: #333;
}

.mod_course_col{
    padding: 0.133333rem;
}

.mod_course_cols{
    box-shadow: 0 0 15px #ccc;
}

.mod_course_col_det_b div{
    padding: 0.03rem 0.133333rem;
    font-size:0.186667rem;
    line-height:1.2;
    cursor: pointer;
    border-radius: 0.2rem;
}

.mod_course_col_det_b div a{
    font-size: 0.16rem;
    color: #f0831e;
}

.mod_course_col_det_b div a:active{
    color: #fff;
}

.mod_course_col_img div{
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    font-size: 0.266667rem;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;

}

.mod_course_col_det_b div:nth-child(2){
    background: #fff;
    border-color: #f0831e;
    color: #f0831e;
}
.mod_course_col_det_b div.active,.mod_course_col_det_b div:active{
    background: #f0831e;
    color: #fff;
}

.mod_course_col_det .mod_course_col_det_name{
    font-size: 0.213333rem;
    color: #333;
}
.mod_course_col_det_d2{
    padding-bottom: 0.04rem;
	overflow: hidden;
    height: 0.2rem;
}

.zvideodiv img{
    vertical-align: bottom;
}

.zvideodiv .mod_course_col_det_b{
    margin-top: 0.133333rem;
}
.mod_tab {
    background: #fff;
    padding-bottom: .2rem;
    box-shadow: 0 0 15px #ccc;
}

.mod_tab_ul{
    margin-top: 0;
    padding-top: .1rem;

}
.mod_tab_ul li{
    font-size: .22rem;
    cursor: pointer;
}
.mod_sq_content{
    top: 5%;
    width: 45%;
}
.mod_sq_content_title{
    font-size: 0.293333rem;
}
.mod_sq_button{
    font-size: 0.213333rem;
    padding: .04rem 0;
}
.mod_sql_content_input{
    margin: 0.08rem 0;
    padding: 0.06rem;
}


/* design **/

.dslist{
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.dslist .sdiv{
    width: 47%;
}
.sworks{
    display: flex;
    padding: 0.133333rem 0.2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sworks .sdiv{
    margin-bottom: 0.2rem;
    width: 46%;
    height: 2.6rem;
    background: #eee;
}
.sworks .txtdiv{
    padding-left: 0.2rem;
}
.sworks .imgdiv{
    height: 1.33333rem; 
}
.sworks .imgdiv img{
    width: 100%;
    height: 100%;
}

.sworks .nmdiv{
    padding-top: 0.133333rem;
    font-size: 0.2rem;
    color: #333;
}
.sworks .introdiv{
    padding-bottom: 0.106667rem;
    font-size: 0.16rem;
    color: #999;
	overflow: hidden;
    height: 0.16rem;
}
.sworks .zbtn{
    padding: 0.053333rem 0.2rem;
    border: 1px solid #000;
    border-radius: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}


/*news**/
.newslist{
    
    background: #fff;
}

.newslist .contdiv{
  padding: 0 0.133333rem;  
}
.newslist .sdiv{
    padding: 0.133333rem 0 0.066667rem;
    border-bottom: 1px dashed #cccbcb;
}
.newslist  .contdiv .sdiv:first-child{
    padding-top: 0;
}
.anews{
    display: flex;
    padding: 0 0.133333rem;
    line-height: 1.6;
    font-size: 0.16rem;
} 

.anews img{
    align-self: flex-start;
}

.anews .span1{
    flex: 3;
    padding-left: 0.133333rem;
    background: url(../images/news_02.png) no-repeat -0.05rem 0.033333rem;
    background-size: .2rem;
    text-align: center;
    color: #999;
}
.anews .span2{
    flex: 12;
    margin-bottom: 0.066667rem;
    padding-left: 0.066667rem;
    height: 1.5em;
    overflow: hidden;
}

.news_detail_list .dtitle{
    padding: 0.2rem 0.266667rem;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.news_detail_list .dintro{
    line-height: 2;
    background: #eee;
    font-size: 0.16rem;
    color: #999;
}

.news_detail_list .dintro img{
    width: 0.266667rem;
    vertical-align: middle;
}
.news_detail_list .dcont{
    overflow: hidden;
    padding: 0.333333rem 0.266667rem 0.666667rem;
    line-height: 1.8;
    border-bottom: 1px dashed #dad7d7;
    font-size: 0.16rem;
    word-break: break-all;
}
.news_detail_list .dcont img{
    max-height: 90%;

}

.courselist .mod_course_col:last-child{
    margin-bottom: 0;
}


.tcourse{
    position: absolute;
    top: 0;
    padding-left: 0.266667rem;
    background: none;
    color: #fff;
    width: 70%;
}

.tcourse .mod_course_col_det{
    width: 100%;
}
.tcourse .mod_course_col_det_name{
    padding-top: 0.066667rem;
    padding-bottom: 0.066667rem;
    font-size: 0.266667rem;
    color: #fff;
}

.tcourse .mod_course_col_det_d div{
    font-size: 0.186667rem;
}



.tcourse div{
    border-radius: 0;
    border-color: #fff;
    font-size: 0.2rem;
}
.tcourse div a{
    color: #fff;
}

.tcourse .mod_course_col_det_b{
    margin-top: 0.106667rem;
}
.tcourse .mod_course_col_det_b div{
    padding: 0.053333rem 0.133333rem;
}

.tcourse .mod_course_col_det_b div:nth-child(2){
    background: none;
    border-color: #fff;
}

.tcourse .mod_course_col_det_b div:active{
    background: #109cda;
    border-color: #109cda;
}

.course_detail_list .videodiv,.dis_detail_list .videodiv{
    padding: 0.2rem;
}



/*dis**/
.dislist .listdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.133333rem;
}

.mod_special_one2{
    margin-bottom: 0.2rem;
    width: 45%;
    height: 2.0rem;
}
.mod_special_one2 .mod_special_name{
    line-height: 1.8;
    background-image: url(../images/dis_02.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.mod_special_one2 .name2{
    background-image: url(../images/dis_03.jpg);
}
.mod_special_one2 .name3{
    background-image: url(../images/dis_04.jpg);
}
.mod_special_one2 .name4{
    background-image: url(../images/dis_05.jpg);
}
.mod_special_one2 .name5{
    background-image: url(../images/dis_06.jpg);
}
.mod_special_one2 .name6{
    background-image: url(../images/dis_07.jpg);
}
.mod_special_one2 .mod_sch{
    display: flex;
    /*align-items: center;*/
    height: 0.533333rem;
    color: #333;
    overflow: hidden;
}
.mod_special_one2 .mod_course_col_det_b{
    margin-top: 0.066667rem;
}
.mod_special_one2 .mod_course_col_det_b div{
    flex: 1;
    text-align: center;
}

.mod_special_one2 .mod_special_d .mod_course_col_det_b a{

    font-size: 0.16rem;
}

.mod_special_one2 .mod_course_col_det_b div{
    border-radius: 0.2rem;
}

.mod_special_one2 .mod_special_d .mod_course_col_det_b a:visited{
    color: #f0831e;
}

.mod_special_one2 .mod_special_d .mod_course_col_det_b a:active{
    color: #fff;
}

.tdis{
    padding-top: 0;
    padding-left: 0.133333rem;
}

.tdis .mod_course_col_det_name{
    padding-left: 0.4rem;
    background: url(../images/dis_03.png) no-repeat 0 70%;
    background-size: auto 70%;
}
.tdis .mod_course_col_det_d{
    line-height: 1.3;
    padding-left: 0.4rem;
    font-size: 0.186667rem;
}

.dis_detail_list .zsch_list{
    padding-bottom: .1rem;
}


/*answer**/
.mod_tab_faq2{
    display: flex;
    padding-top: 0;
    padding-bottom: 0.4rem;
    border-bottom: none;
}

.mod_tab_faq2 .alabel{
    align-self: flex-start;
    padding: 0.026667rem 0.08rem;
    background: #f0831e;
    border-radius: 0.066667rem;
    font-size: 0.16rem;
    color: #fff;
}

.mod_tab_faq2 .alabel-blue{
    background: #019dda;
}

.mod_tab_faq2 .alabel-grap{
    background: #b595fc;
}

.mod_tab_faq2 .alabel-red{
    background: #fd6768;
}

.mod_tab_faq2 .txtdiv{
    flex: 1;
    padding-left: 0.133333rem;
}
.answer_detail_list{
    padding-top: 0.3rem;
}
.answer{
    display: flex;
    padding:0 0.2rem 0.3rem;
    line-height: 1.8;
    font-size: 0.16rem;
}

.answer .alabel{
    font-weight: bold;

}

.answer .acont{
    flex: 1;

}

.mod_more_name2{
    height: 0.186667rem;
    font-size: 0.186667rem;
}

.mod_more_name3{
    font-size: 0.213333rem;
    height: 0.213333rem;
}
.answer_detail_list .moddiv{
    padding-bottom: 0.133333rem;
}
.answer_detail_list .alist{
    padding:0 0.2rem 0.066667rem 0.333333rem;
}

.answer_detail_list .alist a{
    display: block;
    line-height: 1.4;
    margin-bottom: 0.066667rem;
    font-size: 0.16rem;
}

.mod_tab_ul2{
     margin-right: 0.066667rem;
}

.mod_tab_ul2 li{
    flex: auto;
}

.mod_tab_ul2 .cur{
    color: #333;
}

/*sch**/
.sch{
    box-shadow: 0 0 15px #ddd;
    margin: 0 auto 0.24rem;
    padding-bottom: 0.133333rem;
    width: 90%;

}
.sch img{
    /*max-height: 1.2rem;
    min-height: 1.2rem;*/
}
.sch .txt{
    padding: 0 0.133333rem;
}
.sch .nm{
    padding-top: 0.133333rem;
    font-size: 0.266667rem;
    font-weight: bold;
    color: #333;
}
.sch .dis{
    font-size: 0.186667rem;
    color: #f0831e;
}
.sch .intro{
    padding-top: 0.066667rem;
    padding-bottom: 0.066667rem;
    line-height: 1.6;
    font-size: 0.16rem;
    color: #999;
}
.sch .pbtn{
    display: flex;
    justify-content: flex-end;
}

.sch .zbtn{
    padding: 0.07rem 0.133333rem;
    font-size: 0.186667rem;
    line-height: 1.2;
    border: 1px solid #f0831e;
    border-radius: 0.026667rem;
    margin-right: 0.133333rem;
    color: #f0831e;
}

.sch .zbtn:active{
    background: #f0831e;
    border-color: #f0831e;
    color: #fff;
}

.tsch .img{
    height: 0.666667rem;
    max-width: 90%;
}

.ztable{
    width: 100%;
    border: none;
}

.ztable thead tr{
    line-height: 2.5;
    background: #f0831e;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ztable tbody td{
    padding: 0.133333rem;
}

.ztable tbody td:last-child{
    color: #999;
}
.ztable tbody td:first-child{
    background: #f6f6f6;
    vertical-align: middle;
    text-align: center;
    color: #333;
}
.ztable tbody tr:nth-child(even) td:first-child{
    background: #f0f0f0;
}
.ztable tbody tr:nth-child(even) td:last-child{
    background: #f8f8f8;
}
.sch_detail_list .zsdiv{
    justify-content: space-between;
    padding: .25rem;
    font-size:;
}
.sch_detail_list .dflex div{
    width: 48%;
}
.sch_detail_list .listdiv{
    padding-top: .2rem;
}

.cetitlediv{
    position: relative;
    height: 0.866667rem;
    border-bottom: 1px solid #cbc9c9;
}

.cetitle{
    position: relative;
    padding: 0 0.133333rem;
    bottom: -0.266667rem;
    background: #fff;
}
.cetitlediv .ctxt{
    line-height: 1.2;
    font-size: 0.4rem;
    color: #109cda;
}

.cetitlediv .etxt{
    line-height: 1;
    font-size: 0.24rem;
    font-family: 'Times';
    color: #999;
}

.ncont{
    padding: 0.266667rem 0.266667rem 0.1rem;
    line-height: 2;
    font-size: 0.16rem;
    word-break: break-all;
}

.relative_list .ncont{
    padding-top: .4rem;
}

.relative_list .videodiv{
    padding: 0.4rem 0.2rem .2rem;
}

.vcont{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: .4rem .2rem 0;
}

.vsdiv{ 
    width: 45%;
}

.vsdiv .imgdiv{
    height: 1.066667rem;
    padding: 0.266667rem;
    background: #f4f7fc;
}

.vsdiv .imgdiv img{
    max-height: 1.066667rem;
}

.vsdiv .nmdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.666667rem;
    line-height: 1.4;
    font-size: 0.16rem;
    color: #0f1d33;
    text-align: center;
}
.tformdiv2{
    padding: 0.4rem 0.4rem 0.2rem;
}
.tformdiv2 .inputdiv{
    display: flex;
    margin-bottom: 0.133333rem;
}

.tformdiv2 .lbdiv{
    width: 28%;
    font-size: 0.186667rem;
}

.tformdiv2 .lbdiv img{
    width: 0.213333rem;
    vertical-align: middle;
}

.tformdiv2 .sinput{
    padding: 0 0.133333rem;
    width: 40%;
    background: #f4f3f3;
}
.tformdiv2 .btndiv{
    padding: 0;
}
.tformdiv2 input{
    line-height: 0.333333rem;
    width: 100%;
    background: #f4f3f3;
    border: none;
    border-radius: 0.066667rem;
    font-size: 0.16rem;
}
.tformdiv2 .imgcode{
    margin-left: 0.133333rem;
    height: 0.333333rem; 
}

.tformdiv2 .zbtn{
    width: 115%;
    font-size: 0.213333rem;
}

.wxdiv{
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem .2rem;
    align-items: center;
}

.wxdiv .wx{
    width: 30%;
    font-size: 0.16rem;
    color: #999;
    text-align: center;
}

.wxdiv .phone{
    width: 60%;
    padding-left: 0.543333rem;
    line-height: 1.2;
    background: url(../images/relative_07.png) no-repeat 0 center;
    background-size: auto 80%;
    font-size: 0.186667rem;
    color: #333;
}

.wxdiv .num{
    line-height: 1;
    font-family: 'Times';
    font-size: 0.4rem;
    color: #f08314;
}

/**elect**/
.mod_tab_faq h1{
    padding-left: 0.3rem;
    background: url(../images/elec_03.jpg) no-repeat 0 top;
    background-size: 0.24rem auto;
}

.emod_sq_content{
    left: 50%;
    top: 30%;
    margin-left: -22.5%;
}
.emod_sq_content .mod_sq_button{
    background: #3ed8c7;
}
