body{
	position:relative; 
    font-family: 'Microsoft Yahei', Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
html, body, .warp_all {height: 100%;}
body > .warp_all {height: auto; min-height: 100%;}
/*.lesson_content{padding-bottom: 130px;}*/

/*隐藏导航样式*/
.nav1{
 	width: 100%;
    height: 70px;
    line-height: 70px;
    /*position: absolute;
    top: 0;*/
    left: 0;
    z-index: 999;
    background: #fff;
    /*box-shadow: 0px 2px 3px lightgrey;*/
    border-bottom: 1px solid lightgray;
    display: inline-block;
}
.logo1{
  	width: 164px;
    margin: 16px 20px 0 0;
    float: left;
}
/*.navlist1{
  margin:10px 0 0 0;
}*/
.navlist1 li{
  height: 70px;
  float: left;
  /*padding: 0 32px;*/
  width: 9.5%;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.navlist1 li a,
.my-login a,
#hide_myCourse li {
	transition: all .3s ease;
}

.navlist1 li a{
	height:70px;
	width:100%;
	display:block;
}

.navlist1 li:hover a,
.my-login a:hover {
	color: #F75416;
}
.load1{
  line-height: 70px;
  float: right;
  margin:0 40px 0;
  display: none;
}
.load1 a{
  padding:0 10px;
  font-size: 14px;
}
.load a:nth-of-type(1){
  border-right:1px solid #666;
  padding:0 15px 0 0;
}
.nav_active{
	/*border-bottom: 4px solid #F75416;*/
	/*background-color: #ddd;*/
}
.nav_active a{
	color:#F75416;
}
#myCourse {
	position: relative;
}
#myCourse{
	color: rgb(102, 102, 102);
	position: absolute;
    top: 0;
    right: 5%;
	height: 80px;
	line-height: 70px;
	margin: -3px 22px 0 0;
	cursor: pointer;
}
.my-login{
	width:100%;
}
.my-login a {
	color: #666;
	text-decoration: none;
	margin-right: 0px;
	font-size: 12px;
}

.my-login .user_pic {
	float: left;
	width: 47px;
	height: 47px;
	border-radius: 100%;
	display: block;
	margin: 20px 0 0 0;
	border-radius: 50%;
	overflow: hidden;
}

.user_pic img {
	width: 100%;
}

#user_my {
	display: block;
	padding: 0 4px;
	margin-right: 0;
	width: 70px;
	float: left;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 84px;
}

#hide_myCourse {
	position: absolute;
	width: 140px;
	height: 336px;
	top: 73px;
	right: -22px;
	z-index: 999;
	text-align: center;
	box-shadow: 0px 1px 1px 1px #d5d5d5;
	background: #fff;
	display: none;
	border-radius: 3px;
    overflow: hidden;
}

#hide_myCourse li {
	height: 42px;
	line-height: 42px;
	background: #fff;
}

#hide_myCourse li a {
	color: #666;
	text-decoration: none;
	display: block;
	height: 42px;
	font-size: 14px;
}

#hide_myCourse li:hover {
	background: #F75416;
}

#hide_myCourse li:hover a {
	color: #fff;
}

#hide_myCourse .out-login:hover {
	background: #f00;
}

#myCourse:hover #hide_myCourse {
	display: block;
}
/*APP下载框*/
.app_content{
	width:340px;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 15px;
    margin: 9px 0 0;
    text-align: left;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
}
.app_content:before,.app_content:after{
	position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1;
    border-bottom-style: solid;
    border-width: 0 8px 8px;
}
.app_content:before{
	border-bottom-color: #ddd;
    top: -9px;
}
.app_content:after{
	left: 15px;
    border-bottom-color: #fff;
    top: -8px;
    pointer-events: none;
}
.app_left{
	margin-right:10px;
}
.app_left a{
	width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    /* background: #1e1d1d; */
    border-radius: 20px;
    font-size: 15px;
    color: #837f7f;
    margin: 10px 15px 0 0;
    border: 1px solid #dfdfdf;
}
.app_left a i {
    padding-right: 8px;
}
.app_left .iphone:before, .app_left .android:before{
	font-size:18px;
}
.app_right .erweima{
	width: 110px;
    height: 110px;
    background: url(../img/cg.jpg) no-repeat;
    /*background-position: -15px -112px;*/
   background-size: 100% 100%;
    overflow: hidden;
}
.erweima img{
	width:100%;
	height:100%;
}
/*回到顶部*/
.to-top{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: fixed;
	top:80%;
	right: 3%;
	z-index: 100;
	display: none;
	overflow: hidden;
}
.to-top .top-img{
	display: block;
	width: 46px;
	height: 46px;
	background: #fff url(../img/right-icon.png) no-repeat;
	background-position: -36px 5px;
}
/*底部样式*/
.footer {
	width: 100%;
    height: 130px;
    background: #000;
    margin-top: -130px;
    position:relative;
    z-index: 5;
    clear:both;
    font-size: 14px;
}
.footer-all {
    display: block;
    line-height: 60px;
    width: 1180px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}
.footer-all .footer-left {
	width:40%;
	height: 12px;
    margin-top: 40px;
    float: left;
}
.footer-left a{
	border-right: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    height: 100%;
    line-height: 12px;
    position: relative;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    margin-left: 10px;
    transition: all .3s ease;
}
.footer-left a:nth-of-type(4){
	border-right:none;
}
.footer-left .wei_code,.footer-left .chao_politics,.footer-left .tell_we{
	position: relative;
}
.wei_code .foot_icon{
	position: absolute;
    top: -140px;
    left: -20px;
    height: 130px;
    width: 124px;
    visibility: hidden;
}
.foot_icon:after,.foot_icons:after,.foot_tell:after{
	border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 8px;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-top-color: #fff;
}
.foot_icon .wei_chart,.foot_icons .wei_charts{
	width: 100%;
	height:100%;
}
.wei_code:hover .foot_icon{
	opacity: 1;
	visibility: visible;
}
.chao_politics .foot_icons{
	position: absolute;
    top: -140px;
    left: -20px;
    height: 130px;
    width: 124px;
    visibility: hidden;
}
.chao_politics:hover .foot_icons{
	opacity: 1;
	visibility: visible;
}
.footer-left a:hover{
	color: rgba(255,255,255,.6);
}
.tell_we .foot_tell{
	width: 192px;
    height: 30px;
    background: #2c2a2a;
    position: absolute;
    top: -43px;
    left: -53px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 10px;
    visibility: hidden;
}
.tell_we .foot_tell:hover{
	color:#666;
}
.tell_we:hover .foot_tell{
	color:#666;
	visibility: visible;
} 
.foot_tell:after{
	border-top-color: #2d2a2a;
}
.copyright {
	margin: 25px 0 0 0;
}
.footer-center {
	width: 25%;
	float: left;
	margin: 0 0 0 50px;
}
.foot-c a {
	margin: 0 30px 0 0;
}
.kehu {
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 14px;
	color: #666;
}
.appList li {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.footer-right {
	float: right;
	display: inline-block;
	color: #666;
	line-height: 25px;
	margin-right:20px;
}
/*页码*/
.page_all{
	text-align: center;
    margin-bottom: 75px;
}
.page{
	clear: both;
    color: #999;
    padding: 5px 0;
    font-size: 12px;
    display: inline-block;
}
.page .page_num{
	float: left;
}
.page_num .disabled{
	float: left;
    display: inline;
    padding: 0 14px;
    margin-right: 14px;
    background-color: #fff;
    color: rgba(0,0,0,.4);
    border-radius: 5px;
    height: 29px;
    box-sizing: border-box;
    line-height: 29px;
    font-weight: 300;
}
.page_num .current{
	float: left;
    display: inline;
    margin-right: 14px;
    background: #f75416;
    color: #fff;
    border-radius: 5px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    padding: 0;
    box-sizing: border-box;
}
.page_num a{
	float: left;
    display: inline;
    padding: 0 14px;
    margin-right: 14px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: rgba(0,0,0,1);
    font-weight: 300;
    border-radius: 5px;
    height: 29px;
    box-sizing: border-box;
    line-height: 29px;
}
.page_num .page_btn{
	width: 29px;
    height: 29px;
    line-height: 29px;
    padding: 0;
}
.page_num a:hover{
	background: #f75416;
	color:#fff;
}
/*确认删除按钮*/
.remove-collect{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.re-collect{
	width: 450px;
    height: 172px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -86px;
    z-index: 10;
    background: #fff;
    padding: 0 20px;
    border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}
.re-collect .re-top{
	margin: 0 -20px 30px;
    background-color: #f75416;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 6px 6px 0 0;
}
.re-top i{
	position: absolute;
    right: 10px;
    top: 3px;
    font-size: 22px;
    cursor: pointer;
}
.re-top h3{
	font-size: 16px;
    line-height: 36px;
    margin: 0;
}
.re-collect p{
	font-size: 20px;
    color: #333;
    margin-bottom: 26px;
    text-align: center;
}
.coll-box{
	text-align: center;
}
#coll-cancel{
	display: inline-block;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    color: #666;
    margin-right: 20px;
}
#coll-sure{
	display: inline-block;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    background: #f75416;
}
/*提示信息*/
.login_box{
	min-width: 150px;
    height: 100px;
    background: rgba(26, 26, 26, 0.85);
    position: fixed;
    top: 50%;
    left: 53%;
    z-index: 100;
    text-align: center;
    margin: -180px 0 0 -90px;
    border-radius: 10px;
    color:#e5e5e5;
    line-height: 70px;
    padding:0 10px;
    display: none;
    animation:action_scale .5s linear;
}
@keyframes action_scale{  
    0%{transform: scale(0.2);opacity: 0;}  
    100%{ transform: scale(1);opacity: 1;}  
}  
.icon-duihao2:before{
	font-size: 35px;
}
.icon-cuowu:before{
	font-size: 35px;
}
.login_box p{
	margin:-38px 0 0 0;
}
/* 侧边栏样式 */
/*#asides{
	transform:translateZ(0)
}*/
.aside {
	width: 265px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -230px;
	background: #fff;
	z-index: 999;
	border-left: 1px solid lightgray;
	transform:translateZ(0);
}
.aside .aside-left {
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/* background: blue; */
}
.aside-left .user-item {
	width: 35px;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
	z-index: 100;
}
.aside-left .user-bar{
	position: relative;
	padding: 20px 0;
	margin: 10px 0 0 1px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
}


.icon-zuoye:before,.icon-bofang:before,.icon-kecheng:before,.icon-zuijinbofang:before{
	font-size: 20px;
}
.user-bar:hover,.right_aside li:hover{
	background: #f75416;
	color: #fff;
	transition: all 0.3s ease;
}
.aside .aside-left .user-bar:hover .prompt{
	display: block;
}
.aside-left .user-bar a {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 20px 0;
}
@keyframes scale{  
    0%{transform: scale(0.2);opacity: 0;}  
    100%{ transform: scale(1);opacity: 1;}  
} 
.user-item .user-bar .prompt{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 16px;
    right: 45px;
    padding: 15px 0;
    line-height: 0px;
    border-radius: 6px;
    color:#fff;
    font-size: 14px;
    display: none;
}
.user-item .user-bar .prompt:before{
	position: absolute;
    z-index: 2;
    top: 9px;
    right: -12%;
    margin-left: -3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-left-color: rgba(0,0,0,.7);
}
/*手机号、微信侧边栏*/
.right_aside{
	width: 35px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.right_aside li{
	height: 30px;
    line-height: 30px;
    /*position: relative;*/
    text-align: center;
    border-radius: 3px;
    background: #fff;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left:1px;
}
.aside_li{
	color: #e95d60;
  background: #fff;
}
.aside_li .talk{
	width: 310px;
	height: 210px;
	background: url(../img/talkbg.png) no-repeat;
	position: absolute;
	left: -330px;
	color: #5b6269;
	text-align: left;
	padding: 0 40px 0 20px;
	line-height: 24px;
	cursor: default;
	font-size: 14px;
	top: -63px;
	-webkit-transition: .3s;
	transition: .3s;
	display: none;
}
.talk strong{
	font-size: 18px;
	display: block;
	color: #5b6269;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
}
.talk span{
	display: block;
    margin-top: 10px;
}
.right_aside .iconfont{
	font-size: 20px;
}
.right_aside .weixin_code{
    color: #20c581;
}
.weixin_code .code_bg{
	width: 190px;
	height: 180px;
	position: absolute;
	left: -209px;
	cursor: default;
	top: -51px;
	-webkit-transition: .3s;
	transition: .3s;
	display: none;
}
.code_bg img{
	width: 100%;
	height: 100%;
}
.right_aside .go_top{
    color: #a2a2a2;
    visibility: hidden;
    /*position: relative;*/
}
.go_top span{
	display: none;
}
.aside .rocket{
	transition: all .3s ease;
    display: block;
    position: absolute;
    bottom:0;
    left:-19px;
    display: none;
}
/*.rocket:before{
	font-size: 70px;
    color: #f7c361;
}*/
.aside .top0{
	top:0px;
}
.right_aside .aside_li:hover .talk{
	display: block;
}
.right_aside .weixin_code:hover .code_bg{
	display: block;
}
/*侧边栏今日直播样式*/
.direct_body{
	padding: 0 15px;
	/*display: none;*/
}
.direct_body,.center-body{
	margin-top:15px;
}
.center-body{
	/*display: none;*/
}
.aside_item{
	text-align: center;
	padding:15px 0 20px 0;
	border-bottom:1px dashed #e1e1e1;
	margin-bottom: 10px;
}
.recent-play .aside_item {
	padding: 0;
}
.aside_item .aside_tt{
	font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.recent-play .aside_item .aside_tt{
	font-size: 14px;
	text-align: left;
	color: #000;
}
.recent-play .aside_item .aside_desc{
	font-size: 12px;
	text-align: left;
	color: #616161;
	margin-bottom: 10px;
}
.aside_item .aside_tt:hover{
	color:#f75416;
}
.aside_item .aside_link{
	display: inline-block;
    width: 160px;
    height: 25px;
    background: #f75416;
    line-height: 25px;
    color: #fff;
    border-radius: 15px;
    margin: 10px 0 0 0;
    transition: all .3s ease;
}
.aside_item .aside_link:hover{
	background: #f00;
}
/* 我的模考样式*/
.user-center,.aside-direct,.recent-play{
	width: 230px;
	position: absolute;
	top: 0;
	left: 35px;
	display: none;
	animation:scale .5s linear;
}
.user-center .center-head,
.my-course .my-course-head,
.user_mock .my-course-head,
.aside-direct .center-head,
.recent-play .center-head{
	position: relative;
	height: 60px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
	color: #666;
}
.center-head span{
	display: inline-block;
    float: right;
    font-size: 12px;
    color: #f75416;
    cursor: pointer;
}
.my-course-head .icon-youjiantou:before,.center-head .icon-youjiantou:before{
	text-align: left;
	color:#f75416;
}
.back{
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
    line-height: 40px;
    display: none;
}
.aside_back:hover{
	color:#f75416;
}
.my-course-head span{
	text-indent: 3em;
	display: inline-block;
}
.user-center .center-body {
	overflow: hidden;
	padding: 0 15px;
	height: 500px;
	/*text-align: center;*/
	/*display: none;*/
}
.bar-user .bar-user-img {
	width: 60px;
	height: 60px;
	border-radius: 10%;
}
.bar-user p {
	font-size: 14px;
	margin-top: 10px;
	color: #666;
}
.center-study {
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.center-study h5 {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	z-index: 1;
	color: #313131;
	top: 9px;
}
.center-study h5 span {
	display: inline-block;
	width: 50%;
	background: #fff;
}
.center-study .center-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin-top: -1px;
	z-index: -1;
}
/*.center-body .center-list {
	margin-top: -25px;
}*/
/*.center-list .center-list-head {
	background-color: #f75416;
	color: #fff;
	padding: 4px 10px;
	line-height: 16px;
	border-radius: 10px;
	margin-bottom:10px;
}
.center-list-head .list-head-tt {
	display: block;
	color:#fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}*/
.center-list-head .list-head-tt {
	font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
    color: #000;
}
.center-list-head .list-head-tt:hover {
	color: #f75416;
}
/*.list-head-tt span {
	position: absolute;
	top: 0;
	right: 5px;
}*/
.center-course li{
	position: relative;
	border-bottom: 1px dashed #e1e1e1;
    /*padding: 20px 0 20px 0;*/
    padding: 10px;
    /*margin-bottom: 10px;*/
}
.center-course .icon-circle {
	height: 13px;
    position: absolute;
    top:58px;
    left: 6px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    border: 1px solid #f75416;
    display: none;
}
.center-course .coursett {
	display: inline-block;
	color: #616161;
	transition: all 0.3s ease;
	font-size: 13px;
	/*border-left:1px solid #f7c361;*/
	margin-top: 10px;
}
.center-course .aside_enroll{
	background: #f75416;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    margin-left: 8px;
}
/* 侧边栏我的课程 */
.my-course{
	animation:scale .5s linear;
	/*display: none;*/
}
.my-course-head {
	margin-left: 40px;
}
.my-course-body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	right: 0;
	overflow: hidden;
	overflow-x: hidden;
	font-size: 12px;
	margin-top: 15px;
	padding: 0 15px;
	/*text-align: center;*/
	/*background-color: #fafafa;*/
	/*display: none;*/
}

.aside-left .color {
	background: #f75416;
	color:#fff;
}
.course-body-list .course-list{
	padding: 10px 0;
    /*margin-bottom: 10px;*/
    border-bottom: 1px dashed #e1e1e1;
}
/*.course-list .course-list-head{
	background-color: #f75416;
    color: #fff;
    padding: 4px 10px;
    line-height: 16px;
    border-radius: 20px;
}
.course-list-head .course-head-tt{
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
}*/
.course-list-head .course-head-tt {
	font-size: 14px;
	color: #000;
    cursor: pointer;
    transition: all .3s ease;
}
.course-list-head .course-head-tt:hover {
	color: #f75416;
}
.course-center{
	position: relative;
    margin: 10px 0 0 0;
}
.course-center .icon-circle{
	width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    border: 1.5px solid #f75416;
    border-radius: 50%;
}
.course-center .course_tt{
	color: #616161;
    transition: all 0.3s ease;
    vertical-align: middle;
    cursor: default;
}
/*暂无直播*/
.no_dir{
	text-align: center;
	margin:130px auto;
	color:#666;
	/*display: none;*/
}
.no_dir p{
	margin-left:10px;
}
/*暂无课程*/
.no_lesson{
	/*display: none;*/
	text-align: center;
   	margin:130px 0 0 40px;
   	color:#666;
}
.no_lesson p{
	margin-left:15px;
}
/*暂无模考*/
.no_exam{
	text-align: center;
	margin:130px 0 0 -12px;
	color:#666;
	/*display: none;*/
}
.no_exam p{
	margin:0 0 0 10px;
}
.no_exam img{
	width:100px;
}
/*我的模考*/
.user_mock{
	display: block;
}
.all_train{
	color:#f75416;
	text-decoration: underline;
	margin-left:5px;
}
/*课程购买成功提示信息*/
.pay_success{
	width: 410px;
    height: 260px;
    border: 1px solid lightgray;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -183px;
    display: none;
}
.pay_warp{
	text-align: center;
    margin: 80px 0 0 0;
}
.pay_success .pays_tt{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color:#f75416;
	font-size:20px;
}
.pay_warp .pay_icon{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #f75416;
	border-radius: 50%;
}
.pay_warp .icon-shuruzhengque:before{
	font-size: 35px;
    color: #fff;
    line-height: 60px;
}
.pay_warp p{
	color:#666;
}

/*更多课程*/
.aside_more{
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: right;
    color:#f75416;
    cursor: pointer;
    font-size:12px;
}
/*组课提示*/
.group_class{
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 0 8px;
    color: #f75416;
    /*border: 1px solid #f75416;*/
}

/*主页主体部分*/
/*修改过*/
.lesson_content{
	width: 1200px;
	margin: 45px auto 0 auto;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 130px;
}
.lesson_main{
	margin-right: -20px;
     /*margin-bottom: 40px;*/
}
.lesson_section .section_hd{
	width: 97%;
  margin: 0 0 20px 0;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
	
}
.section_hd h3{
	float: left;
	text-indent:1em;
	font-size: 20px;
	position: relative;
}
.section_hd h3 a{
	text-indent:1em;
	font-size: 20px;
	color:#000;
}
.section_line{
	width: 3px;
	height: 25px;
	background: #f75416;
	position: absolute;
	top: 11px;
	left: 1px;
}
.section_hd a{
	float: right;
	font-size: 12px;
	color:#f75416;
	margin: 10px 0 0 0;
}
/*修改过*/
.lesson_show{
	width: 273px;
    height: 260px;
    margin-right: 27px;
    float: left;
    margin-bottom: 27px;
    position: relative;
    box-sizing: border-box;
    /* overflow: hidden; */
    background: #fff;
    /* border: 1px solid #e9e9e9; */
    border-radius: 6px;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* display: none; */
}
/*.lesson_show.l_group {
    background-image: url(../img/card.png);
}*/
.icon-tubiao303:before{
	color:#f00;
	font-size: 20px;
}
.lesson_show .lesson_con{
	position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 100%;
}
.lesson_show .lesson_sign{
	position: absolute;
    top: 11px;
    width: 100px;
    background: #f75416;
    color: #fff;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: context-menu;
    right: -28px;
    transform: rotate(45deg) translateZ(0);
    font-size: 12px;
    cursor: auto;
    z-index: 8;
}
.lesson_img_box{
	padding: 20px;
	z-index: 2;
	position: relative;
	height: 194px;
	overflow: hidden;
}
.lesson_item_left{
	/*position: relative;*/
  z-index: 3;
}
.lesson_item_left .lesson_tt{
	color: #000;
	/*font-weight: 700;*/
	font-size: 15px;
	line-height: 27px;
	height: 52px;
	padding-right: 12px;
}
.lesson_teacher_name{
	margin-top: 15px;
	z-index: 100;
	font-size: 12px;
	/*width: 140px;*/
}
.lesson_teacher_name .tea_name{
	max-width: 60px;
	text-align: center;
	line-height: 14px;
	color: #333333;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 5px;
	vertical-align: top;
}
.lesson_teacher_name .tea_name img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid transparent;
}
.lesson_teacher_name .tea_name:hover {
	color: #f75416;
}
.lesson_teacher_name .tea_name:hover img {
	border: 1px solid #f75416;
}
.lesson_time{
	color: #666;
	font-size: 12px;
	line-height: 14px;
	margin-top: 25px;
}
.lesson_time span {
}
.schooltime{
	/*display: block;*/
	padding-right: 8px;
	margin-bottom: 10px;
	color:#666;
}
.period {
  color: #00a51f;
}
.lesson_item_img{
	width: 65px;
	height: 65px;
	position: absolute;
	top: 104px;
	right: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	border-radius: 50%;
	overflow: hidden;
}
.lesson_item_img img{
	width: 100%;
	height: 100%;
}
.sell_lesson{
	padding: 30px 15px 0;
	height: 66px;
    display: inline-block;
    width: 100%;
    background: #fafafa;
    margin-top: 2px;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
   	/*border-top:1px solid #e9e9e9;*/
}
.sell_lesson li{
	/*line-height: 14px;*/
    color: #aaaaaa;
    /*width: 103%;*/
    /*height: 14px;*/
}
.lesson_pri{
	margin-top: -7px;
	font-size: 12px;
}
.lesson_pri span:last-of-type {
	color:#f00;
	font-size: 22px;
}
.lesson_show .line1{
    /*height: 0px;
    width: 0px;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid #f4f4f4;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 0 0 #e9e9e9;*/
    width: 96%;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 2%;
    z-index: -1;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.lesson_show .line2{
/*	display: inline-block;
    height: 0px;
    width: 0px;
    border-bottom: 17px solid #ffffff;
    border-left: 17px solid #f4f4f4;
    border-bottom-right-radius: 3px;
    background: #f8f2f2;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 0 0 #e9e9e9;*/
}
.lesson_show:hover{
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}