@charset "utf-8";
body{
    background: #ebebeb;
}

/*课程详情添加倒计时*/
.kcdjs{
    background: #ff4285;
    padding: 3px 10px;
    margin-top: 3px;
}
.msdjs{
    float: left;
    font-size: 14px;
    color: #fff;
}
.msdjs span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.kcdjsnum{
    float: right;
    font-size: 14px;
}
.kcdjsnum span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.yuanjia{
    font-size: 12px;
    color: #919191;
    margin-top: 8px;
    padding-left: 10px;
}
.yuanjia .span1{
    color: #919191;
    font-weight: bold;
    font-size: 18px;
    text-decoration: line-through;
}
.yuanjia .span2{
    color: #919191;
    font-weight: bold;
    font-size: 12px;
    text-decoration: line-through;
    padding-left: 0.2rem;
}
.msmoney{
    padding-left: 10px;
    color: #ff6600;
    font-size: 12px;
    margin-top: 6px;
}
.msmoney .s1{
    color: #ff6600;
    font-size: 19px;
    font-weight: bold;
    padding-left: 5px;
} 
.msmoney .s2{
    display: inline-block;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 3px;
    margin-left: 6px;
} 
.kqtime{
    font-size: 12px;
    color: #ababab;
    padding-left: 10px;
    margin-top: 6px;
}
.kqtime span{
    font-size: 18px;
    font-weight: bold;
    color: #ff4285;
}



/*课程详情*/
.kcdetbody{
    background: #fff;
}
.buybox{
    display: block;
    width: 17px;
    height: 16px;
    background: url(../m_images/btn1.png) no-repeat;
    background-size: 17px auto;
    position: absolute;
    right: 12px;
    top: 12px;
}
.kcbanner{
    font-size: 0px;
}
.kcdetcont{

}
.kcdettit{
    padding-left: 10px;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}
.kcdetmoney{
    display: block;
    color: #ff550a;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 3px;
}
.kcdetnr{
    width: 100%;
    height: 30px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
   -webkit-box-align: center;/*老版本语法*/
   -webkit-align-items: center;/*新版本语法*/
   align-items: center;
   /* margin-bottom: 6px; */
}
.kcdetnr li{
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #ababab;
}
.kcdetnr li span{
    color: #ababab;
    padding-left: 5px;
    font-size: 12px;
}
.kcdetnr li span a{
    font-size: 12px;
}
.kcdetnr li:nth-child(1){
    margin-left: 10px;
}
.newjia-numlearning{
	margin-left:10px;
	color: #8ebf53;
	margin-bottom: 6px;
	font-size:12px;
}
/***new dengji begin***/
.dengji-z{
	padding-left:10px;
	height:25px;
   	margin-bottom: 8px;
}
.dengji-z p{
	color: #000;
	font-size: 12px;
	line-height: 25px;
}
.dengji{
	font-size: 12px;
	width:90px;
	height:25px;
	line-height: 25px;
	border:1px solid #3c8dd9;
	background: #3c8dd9;
	color:#fff;
	font-size:12px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	margin-left:5px;
}

/***new dengji end***/

.kcdetNav{
    border-top: 2px solid #dfdfdf;
}
.kcdetNav li.kcdetli{
    width: 25%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #dfdfdf;
}
.kcdetNav li.kcdetli a{
    display: block;
    line-height: 0.4rem;
    font-size: 14px;
}
.kcdetNav li.active{
    border-bottom: 2px solid #5ca4ec;
    color: #5ca4ec;
}
.kcdetNav .active a{
    color: #5ca4ec;
}
.kcdettext{
    /*min-height: 244px;*/
    background: #fff;
    padding: 10px 10px 60px 10px;
}
.difkcd {
    padding: 0;
}
.kcdettext p{
    
    line-height: 20px;
    color: #5b5b5b;
    font-size: 12px;
}
.kcdetbut{
    width: 100%;
    height: 48px;
    display: box;
    display: -webkit-box; 
    display: -webkit-flex; 
    display: flex; 
    position: fixed;
    bottom: 0px;
    background: #fff;
}
.kcdetbut a{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.kcdetbut a:nth-child(1){
    display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kcdetbut a:nth-child(2){
    display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #ff8b35;
}
.kcdetbut a:nth-child(3){
    display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
    text-align: center;
    background: #fd3f3f;
    color: #fff;
}
.kcdetbut a:nth-child(4){
    display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
    text-align: center;
    background: #fd3f3f;
    color: #fff;
}
.kcgwQQ{
    border-top: 1px solid #cacaca;
    text-align: center;
    padding-top: 3px;
}
.kcgwQQ img{
    margin-bottom: -3px;
}
.kcgwQQ span{
    font-size: 12px;
    color: #5b5b5b;
}
/*原nav不滑动导航css
.kcnav{
    padding-left: 10px;
    background: #dadada;
    padding-top: 5px;
}
.kcnavlist li{
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    margin-bottom: 6px;
}
.kcnavlist li a{
    display: block;
    background: #fff;
    text-align: center;
    height: 29px;
    line-height: 29px;
    color: #353535;
    font-size: 14px;
    overflow: hidden;
}
.kcnavlist li.active a{
    background: #5ca4ec;
    color: #fff;
}
.kcnavlist li a.active{
    background: #5ca4ec;
    color: #fff;
}
原nav不滑动导航css-end*/

/*nav修改滑动*/
.kcnav{
    padding-left: 10px;
    background: #dadada;
    padding-top: 5px;
    overflow-x: auto; 
    overflow-y: hidden;
}
.kcnavlist{   
    width: 10000px;
}
.kcnavlist li{
    float: left;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}
.kcnavlist li a{
    display: block;
    background: #fff;
    text-align: center;
    height: 29px;
    line-height: 29px;
    color: #353535;
    font-size: 14px;
    padding: 0px 5px;
}
.kcnavlist li.active a{
    background: #5ca4ec;
    color: #fff;
}.kcnavlist li a.avtive{
    background: #5ca4ec;
    color: #fff;
}
/*nav修改滑动-end*/


/*课程列表-原一行两列
.kccontlist li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
}
.kccontlist li a{
    display: block;
    background: #fff;
    padding-bottom: 5px;
}
.kclogo{
    display: block;
    padding: 5px 0px 5px 5px;
}
.kclistimg{
    display: block;
    margin-bottom: 3px;
    height: 83px;
    overflow: hidden;
}
.kclistname{
    font-size:12px;
    height: 15px;
    overflow: hidden;
    color: #3f3f3f; 
    margin-bottom: 5px;
    padding-left: 6px;
}*/
.kclistmoney{
    display: block;
    color: #ff4400;
    font-size: 13px;
}
.kcfree{
    color: #75a517;
}
/*课程列表-一行两列-end
/*20160122改版课程单行列表*/
.kccont{
    padding-left: 10px;
    padding-top:13px;
    background: #efefef;
}
.kccontlist li{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 8px;
}
.kccontlist li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.kclogo{
    display: block;
    padding: 5px 0px 5px 5px;

}
.kclistimg{
    display: block;
    float: left;
    padding:15px 12px;
}
.kclisttext{
    display: block;
    padding: 15px 10px 10px 136px 
}
.kclistname{
    font-size:16px;
    height: 44px;
    color: #3f3f3f; 
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.kclistteacher{
    font-size:14px;
    height: 18px;
    overflow: hidden;
    color: #3f3f3f;
    margin-bottom: 5px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.kclistmoney{
    display: block;
    color: #ff4400;
    font-size: 13px;
}
.new-numberlearn .kclistmoney{
	float: left;
}
.new-numberlearn p{
	float: right;
	color: #8ebf53;
	font-size: 13px;
}
.kclistnumb span{
    font-size: 12px;
    color: #5c5c5c;
}
.numbimg{
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../m_images/pepnumb.png) no-repeat;
    background-size: 0.14rem auto;
    position: relative;
    top:3px;
    padding-right: 3px;
}
/*改版课程单行列表end*/
/*课程列表筛选*/
.kccont{
    padding: 0px 0px 20px 0px;
    margin-top: 0px;
}
.kcsxtit{
    font-size: 12px;
    color: #474747;
    margin-bottom: 15px;
    font-weight: 500;
}
.kcsxlist{
    margin-bottom: 20px;
}
.kcsxlist li{
    float: left;
    width: 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 10px;
}
.kcsxlist li a{
    display: block;
    background: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #6d6d6d;
    font-size: 12px;
    border-radius:3px;
}
.kcsxlist li a.active{
    background: #5ca4ec;
    color: #fff;
}
/*分享*/
.shareBox{
    display: none
}
.shareBox .mark{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.4;
}
.shareBox .shareList{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #fff;
    overflow: hidden;
}
.shareBox .shareList h3{
    margin: 16px 12px;
    font-size: 13px;
    color: #353535;
    font-family: '微软雅黑'
}
.shareBox .shareList a{
    float: left;
    margin-left: 12px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 13px;
    color: #4b4b4b;
    font-family: '微软雅黑'
}
.shareBox .shareList a em{
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
    background: url(../m_images/shareIcons.png) no-repeat;
    background-size: cover
}
.shareBox .shareList a .em2{
    margin-left: 4px;
    background-position: 0px -70px 
}
.shareBox .shareList a .em3{
    background-position: 0px -141px 
}
.shareBox .shareList a .em4{
    background-position: 0px -213px 
}
.shareBox .shareList a .em5{
    background-position: 0px -283px 
}
@keyframes 'move'{
    0%{
        height: 0px;
    }
    50%{
        height: 119px;
    }
    100%{
        height: 238px;
    }
}
@-webkit-keyframes 'move'{
    0%{
        height: 0px;
    }
    100%{
        height: 238px;
    }
}
@-moz-keyframes 'move'{
    0%{
        height: 0px;
    }
    100%{
        height: 238px;
    }
}
@-o-keyframes 'move'{
    0%{
        height: 0px;
    }
    100%{
        height: 238px;
    }
}
.shareBox .shareList.active{
    animation: move 5s;
    -moz-animation: move 5s; /* Firefox */
    -webkit-animation: move 1.5s;  /* Safari 和 Chrome */
    -webkit-animation-fill-mode:forwards; 
    -o-animation: move 5s;   /* Opera */
}

/*课程大纲树状结构201604*/
.kcdg{
    padding: 0px;
   /*  padding-bottom: 100px; */
}
.pleftnav{
    overflow: auto;
}
.plnavbtn{
    width: 38px;
    height: 68px;
}
.plnavlist{
    width: 100%;
    overflow: auto;
}
.active-kcd .plnavlist .pllctit{
	width:78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pltitone{
    color: #000;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding-left: 18px;
    padding-right: 10px;
    font-weight: normal;
    overflow: hidden;
}
.anothli{
    padding-left: 15px;
    color: #5e5e5e;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.anothlitwo{
    padding-left: 50px;
    color: #5e5e5e;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding-right: 15px;
}
.pltitone .tittext{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.pltittwo{
    padding-left: 33px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #000;
    border-bottom: 1px solid #dedede;
    padding-right: 10px;
    font-weight: normal;
    overflow: hidden;
}
.pltittwo .tittext{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.pltitsml{
    padding-left: 50px;
    color: #5d5d5d;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding-right: 10px;
    font-weight: normal;
    overflow: hidden;
}
.pltitsml .tittext{
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
}
.pllistcont{
    display: none;
}
.pllistcont li{
    padding-left: 64px;
    color: #5e5e5e;
    background: #ebebeb;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding-right: 10px;
}
.pllctit{
    color: #5e5e5e;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 45px;
    float: left;
}
.pllistcont li span{

}
.pllctit img{
    position: relative;
    top:5px;
    padding-right: 5px;
}
.pllczt{
    display: inline-block;
    width: 45px;
}
.pllcyx{
    display: inline-block;
    color: #78b82c;
    width: 45px;
}
.pllcwx{
    display: inline-block;
    color: #fe0000;
    width: 45px;
}
.plclick img{
    padding-right: 5px;
}
h2,h3,h4{
    cursor: default;
}
.gostart{
    display: inline-block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    background: #c9e4ff;
    text-align: center;
    color: #323234;
    margin: 8px 15px 0px;
}
.gostartsml{
    display: inline-block;
    width: 52px;
    height: 38px;
    line-height: 38px;
    background: #c9e4ff;
    text-align: center;
    color: #323234;
    margin-left: 15px;
    margin-top: 8px;
}
.gostarttime{
    display: inline-block;
    width: 52px;
    height: 38px;
    line-height: 38px;
    background: #fed6a5;
    text-align: center;
    color: #323234;
    margin-right: 15px;
    margin-top: 8px;
}
.pepnum{
    display: inline-block;
    line-height: 54px;
    padding-left: 20px;
    font-size: 14px;
    color: #535353;
}
.pepnum img{
    position: relative;
    top:5px;
    left:-2px;
}
.plclick{
    position: relative;
}
.ceshibtn{
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 21px;
    background: #f28f17;
    display: inline-block;
    padding: 0px 4px;
    margin-right: 3px;
}
.titsx{
    background: url(../m_images/m_shixue.png) no-repeat 9px 14px;
    display: inline-block;
    color: #3f91dd;
    padding-left: 30px;
    font-weight: normal;
    float: right;
}

/*lbk*/
.libaokc{
    padding-top: 20px;
}
.libaokc .libaotit{
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px; 
    color: #000;
}
.pllbk{
    display: block;
    padding-left: 15px;
    border-bottom: 1px solid #dedede;
    padding-right: 15px;
    font-weight: normal;
}
.pllbk .tittext{
    float: left;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #5d5d5d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 78%;
}
.pleftnav .pllbk .try-learn{
	display: block;
	height: 45px;
    line-height: 45px;
	float: right;
	color: red;
	margin-right:10px;
}
.pllbk img{
    display: block;
    float: right;
    margin-top: 15px;
}

/*课程大纲end*/

/*课程列表页头部课程筛选201604*/
.kcnavnew{
    background: #f6f6f6;
    border-bottom: 1px solid #c0c0c0;
}
.list_icon{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #353535;
    margin-top: 40px;
}
.list_icon img{
    position: relative;
    top:0px;
    left:5px;
}
.kcnav_items{
    background: #e1e1e1;
    width: 120px;
    border-right: 1px solid #c0c0c0;
    position: relative;
}
.ehide{
     display: none;
}
.kcnav_items .navitemsli{
    border-bottom: 1px solid #e5e5e5;
}
.kcnav_items .active{
    background: #f1f1f1;
}
.navitemsli h3{
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #363636;
    padding-right: 5px;
}
.navitemsli h3 span{
    float: left;
    display: block;
    font-size: 14px;
    color: #363636;
    height: 36px;
    width: 85%;
    overflow: hidden;
}
.navitemsli h3 img{
    margin-top: 10px;
    float: right;
    display: block;
}
.kcnavbox{
    width: 1.79rem;
    position: absolute;
    top:0px;
    left:121px;
    padding: 0px 10px;
    background:#f6f6f6;
    display: none;
}
.kcnavbox a{
    display: block;
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #363636;
    border-bottom: 1px solid #e5e5e5;
}



/*课程列表页头部课程筛选201604end*/



/*****新增 kecheng-particulars begin*****/
.tese{
	padding:0 10px;
	border-top:2px solid #e7e7e7;
	border-bottom:2px solid #e7e7e7;
	height:36px;
}
.tese p{
	line-height: 36px;
	font-size:12px;
	color: #000;
	float: left;
}
.tese .tese-pic{
	float: left;
}
.tese-pic .tese-symbol01{
	background: url(../m_images/tese-symbol01.png) no-repeat;
	background-size: 100% auto;
	width:20px;
	height:20px;
	display: inline-block;
	margin:7px 8px 0 10px;
}
.tese-pic .tese-symbol02{
	background: url(../m_images/tese-symbol02.png) no-repeat;
	background-size: 100% auto;
	width:20px;
	height:20px;
	display: inline-block;
	margin:7px 8px 0 0;
}
.tese-pic .tese-symbol03{
	background: url(../m_images/tese-symbol03.png) no-repeat;
	background-size: 100% auto;
	width:20px;
	height:20px;
	display: inline-block;
	margin:7px 8px 0 0;
}
.tese-pic .tese-symbol04{
	background: url(../m_images/tese-symbol04.png) no-repeat;
	background-size: 100% auto;
	width:20px;
	height:20px;
	display: inline-block;
	margin:7px 8px 0 0;
}
.tese-pic .tese-symbol05{
	background: url(../m_images/tese-symbol05.png) no-repeat;
	background-size: 100% auto;
	width:20px;
	height:20px;
	display: inline-block;
	margin:7px 8px 0 0;
}
.tese-symbol{
	float: right;
	background: url(../m_images/tese-symbol.png) no-repeat;
	background-size: 100% auto;
	width:12px;
	height:20px;
	display: block;
	margin-top:7px;
}
.raise-price{
	border-bottom: 1px solid #e7e7e7;
	padding:0 10px;
	font-size:0.12rem;
	color: #000;
	line-height: 29px;
}
.raise-price span{
	color: #ff5609;
	font-size:14px;
}
.raise-priceli{
	border-bottom: 1px solid #e7e7e7;
    width: 100%;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
}
.raise-priceli img{
	width:80px;
	height:60px;
	display: block;
	padding:7px 0;
    margin-left: 10px;
    /*display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.raise-priceli .raise-pricecon{
	margin-left:0.13rem;
    display: block;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
/*    white-space: nowrap;*/
    padding-right: 10px;
}
.raise-pricecon h5{
	font-size:14px;
	color: #000;
	line-height: 0.18rem;
	margin-top:0.05rem;
    height: 0.36rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.raise-pricecon p{
	font-size:12px;
	color: #7e7e7e;
	line-height: 21px;
	margin-top: 3px
}
.raise-pricecon p span{
	color: #ff550a;
}
.i-wil{
	padding:0 10px;
}
.i-will{
	width:100%;
	height:38px;
	line-height: 38px;
	border:2px solid #ff550a;
	text-align: center;
	font-size:14px;
	color: #ff550a;
	display: block;
	margin:12px 0 15px 0;
	display:block;
}
.i-want{
	width:100%;
	height:38px;
	line-height: 38px;
	border:2px solid #8e8e8e;
	color: #fff;
	background:#8e8e8e url(../m_images/tick.png) no-repeat 86px 14px;
	background-size: 8px 11px;
	margin:12px 0 15px 0;
	text-align: center;
	display: none;
}

.tese-pop{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,.6);
	display: none;
}
.tese-pop .tese-popup{
	width:100%;
	height:256px;
	background: #fff;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-128px;
}
.tese-popup .fu{
	font-size:14px;
	color: #000;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid #e7e7e7;
}
.tese-popup .tese-popli{
	padding-left:18px;
	border-bottom: 2px solid #e7e7e7;
}
.tese-popup .tese-popli img{
	width:20px;
	height:20px;
	display: block;
	float: left;
	margin:11px 10px 0 0;
}
.tese-popup .tese-popli span{
	display: block;
	float: left;
	font-size:12px;
	color: #727272;
	line-height: 44px;
}
.tese-popli:last-child{
	border:none;
}
.tese-popclose{
	background: url(../m_images/tese-popclose.jpg) no-repeat;
	background-size: 100% auto;
	width:15px;
	height:15px;
	display: block;
	position: absolute;
	top:8px;
	right:18px;
}
/*****新增 kecheng-particulars end*****/

/*****新增 new-capacity begin*****/
.new-capacity{
	width:100%;
	height:100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top:0;
	left:0;
}
.new-capacitycon{
	width:250px;
	height:256px;
	background: #fff;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-130px;
	margin-left:-125px;
	padding-top:4px;
}
.new-capacitycon h5{
	font-size:16px;
	font-weight: bold;
	color: #000;
	line-height: 31px;
	text-align: center;
}
.new-capacitycon .guanzhu{
	font-size:12px;
	color: #000;
	line-height: 15px;
	padding:0 17px;
}
.new-capacitycon img{
	display: block;
	width:106px;
	height:106px;
	margin:13px auto 7px auto;
}
.new-capacitycon .baoming{
	text-align: center;
	font-size:12px;
	color: #000;
	line-height: 17px;
}
.new-capacitycon .baoming span{
	color: #3c8eda;
	font-weight: bold;
}
.new-capacitycon .i-see{
	width:100%;
	height:40px;
	line-height: 40px;
	background: #5ca4ec;
	color: #fff;
	text-align: center;
	display: block;
	font-size:14px;
	margin-top:22px;
}
/*****新增 new-capacity end*****/
/*新增推荐课程*/
.tj_kecheng{
    margin-bottom:0.6rem;
}
.tj_kecheng .raise-price{
    border-top: 2px solid #e7e7e7;
    border-bottom: 0px;
}

/*新增砍价活动*/
.bargaining-activity{
	padding-left:10px;
	margin-top:6px;
}
.bargaining-activity p{
	width:60px;
	height:16px;
	line-height: 16px;
	background: #ff5609;
	text-align: center;
	font-size:12px;
	color: #fff;
	float: left;
	margin-right:10px;
}
.bargaining-activity span{
	font-size:12px;
	color: #ababab;
	line-height: 16px;
}
/*新增邀请微信好友*/
.wechat-friendscon{
	margin-bottom: 8px;
}
.wechat-friendscon .wechat-friends{
	display: block;
	width:2.8rem;
	height:0.3rem;
	line-height: 0.3rem;
	background: #ff5609;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin:0 auto;
}

/*新增微信提醒弹框*/
.wechat-remind {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}
.wechat-remindcon{
    width: 250px;
    height: 107px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -125px;
    padding-top: 33px;
}
.wechat-guanzhu{
    font-size: 12px;
    color: #000;
    line-height: 15px;
    padding: 0 18px;
}
.wechat-see{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #5ca4ec;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    position: absolute;
    bottom:0;
}

/***新增 入口***/
.new-rukou{
	position: fixed;
	bottom:77px;
	right:12px;
	z-index: 99;
}
.new-rukou a{
	display: block;
	font-size:14px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	width:40px;
	height:38px;
	background: #4c4c4c;
	margin-bottom: 1px;
	border-radius: 4px;
	padding-top: 2px;
}
.new-rukou .active{
	width:40px;
	height:38px;
	line-height: 38px;
}
.kclistnamevip{
	background: url(../m_images/vip-icon.png) no-repeat 0 4px;
	background-size: 18px 13px;
	text-indent: 1.3em;
}
.kclistteacher span{
	color: #ff5609;
}