@charset "utf-8";
.live-banner{
	background: url(/teacher/static/img/3.6/l-banner4.png) top center no-repeat #4A52F9;
}
.live-con{
	padding: 30px 0 80px;
}
.live-h2{
	font-size: 16px;
	padding-bottom: 10px;
}
.live-list{
	/* width: 800px; */
	width: 1200px;
}
.filter-con{
	background: #fff;
	padding:20px;
}
.filter-con p{
	height: 30px;
	line-height: 30px;
}
.filter-ul li{
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	color: #666;
}
.filter-ul li.active{
	background: #35A447;
	color: #fff;
}
.live-search{
	background: #fff;
	padding:20px;
	margin-top: 30px;
}
.input-item{
	position: relative;
}
.input-item input{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	width: 210px;
	height: 34px;
	line-height: 34px;
	text-indent: 10px;
	padding-right: 30px;
}
.search-ico{
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	line-height: 36px;
	width: 20px;
	height: 20px;
	background: url(/common/img/search.png) no-repeat;
	cursor: pointer;
}
.live-search p{
	line-height: 34px;
}
.live-search span{
	margin: 0 5px;
} 
.live-list-con{
	padding: 0 20px 40px;
	background: #fff;
}

.live-list-item{
	padding: 28px 0;
	border-bottom: 1px solid #eee;
}

.live-list-img{
	position: relative;
	width: 280px;
	height: 175px;
	background:url(/teacher/static/img/3.6/shangchuantupian.png) center no-repeat;
}
.live-list-img img{
	width: 280px;
	height: 175px;
}
.live-ico{
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	color:#fff;
}
.live-list-text{
	width: 850px;
	/* width: 460px; */
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
.live-title{
	font-size: 16px;
	width: 660px;
	/* width: 324px; */
}
.live-name{
	padding: 20px 0;
	font-size: 12px;
}
.live-name span{
	font-size: 14px;
	margin-right: 9px;
}
.live-des{
	width: 300px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
}
.live-time{
	width: 100%;
	padding-top: 30px;
}
.live-btn{
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.live-time span{
	float: right;
	padding-right: 10px;
}
.ing .live-btn {
	color: #67C23B;
	border:1px solid #67C23B;
}
.live-list-item:hover{
	background: #F0F2F5;
}

.ing:hover .live-btn{
	color: #fff;
	background: #67C23B;
}
.ing:hover .live-title{
	color: #67C23B;
}
.will .live-btn{
	color: #FFAA00;
	border:1px solid #FFAA00;
}
.will:hover .live-title{
	color: #FFAA00;
}
.will:hover .live-btn{
	color: #fff;
	background:  #FFAA00;
}
.ago .live-btn{
	color: #1B8FE8;
	border:1px solid #1B8FE8;
}
.ago:hover .live-title {
	color: #1B8FE8;
}
.ago:hover .live-btn{
	background:  #1B8FE8;
	color: #fff;
}
.ago-none .live-btn{
	display: none;
	color: #999;
	border:1px solid #999;
}
.ago-none:hover .live-title {
	color: #999;
}
.ago-none:hover .live-btn{
	background:  #999;
	color: #fff;
}
.live-con .hot-course-item {
	width: 354px;
	height: 340px;
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
}

.live-con .hot-course-img {
	width: 354px;
	height: 220px;
	overflow: hidden;
}

.live-con .hot-course-img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s; 
	transition: transform 0.2s;
}

.live-con .hot-course-item:hover .hot-course-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.live-con .new-course-name {
	font-size: 16px;
	line-height: 22px;
	margin-top: 17px;
}

.live-con .new-course-msg {
	line-height: 30px;
	margin: 10px 0;
}

.live-con .new-course-msg img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	vertical-align: middle;
}
.course-name{
	/* display: inline-block; */
	/* width: 150px; */
    vertical-align: top;
}
.hot-course-numb{
	margin-left: 44px;
}
.live-num {
	margin-left: 0;
}
.live-con .hot-course-numb span{
	float: right;
}
.live-con .hot-course-item:hover {
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
}

.live-page{
	background: #fff;
	padding-bottom: 20px;
	text-align: center;
}
.live-review{
	display: none;
}
/*直播详情*/
.liveDetail-bg{
	background: #232323;
	padding-bottom: 40px;
}
.liveDetail-title{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 40px 0 14px 0;
}
.liveDetail-speak{
	width: 300px;
	height: 562px;
	position: relative;
	background: #f0f2f5;
}
.speak-user{
	background: #fff;
	padding: 15px 10px;
}
.speak-user img{
	width: 50px;
	height: 50px;
}
.speak-user .user-text{
	font-size: 16px;
	line-height:25px;
	margin-left:10px;
}
.speak-user .user-text span{
	font-size: 14px;
	width: 100%;
	display: block;
}
.speak-send{
	background: #fff;
	width: 300px;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.speak-textarea{
	resize:none;
	min-height: 60px;
	border:none;
	padding: 20px 20px 10px;
}
.speak-btn,.speak-btn:hover{
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-right: 10px; 
	background: #35A447;
	opacity: 1;
}
.speak-con{
	height: 325px;
	overflow-y:auto;  
}

.speak-detail-con{
	padding: 10px;
}
.speak-detail-name{
	display: inline-block;
	line-height: 30px;
	margin-left: 6px;
}
.speak-detail-con dd{
	display: block;
	padding: 8px 10px 8px 18px;
	background:#FFFFFF;
	border-radius:20px;
	position: relative;
	margin: 8px 0 10px 25px;
	font-size: 12px;
	line-height: 20px;
}
.speak-live-ico{
	position: absolute;
	top: -5px;
	left: -8px;
	width: 25px;
	height: 40px;
	background: url(/common/img/live-ico.png) 0 0 no-repeat;
}
.speak-detail-user img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.speak-detail-time{
	float: right;
	line-height: 30px;
	font-size: 12px;
}
.speak-detail-none{
	padding-top: 130px;
	text-align: center;
	color:#ccc;
}

.liveDetail-video{
	position: relative;
}
.barrage-con{
	width: 900px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.switch-con .layui-form-label{
	width: 30px;
}
.layui-form-item .layui-input-inline{
	width: 100px;
}
.liveDetail-pop{
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 200px;
	padding-top: 40px;
	background:url(/common/img/live_pop_bg.png) no-repeat;
	text-align: center;
}
.liveDetail-h5{
	line-height: 30px;
	font-size: 24px;
	padding-bottom: 10px;
	color: #fff;
}
.pop-btn,.pop-btn:hover{
	background: #35A447;
	width: 140px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	margin: 40px auto 12px;
}
.liveDetail-main{
	padding:30px 0 80px;
}
.liveDetail-con{
	width: 840px;
	background: #fff;
    min-height: 237px;
    /* height: 854px; */
    padding: 0 20px;
}
.liveDetail-text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-bottom: 20px;
}
.liveDetail-material li{ 
	float: left;
	width: 260px;
	height: 140px;
	margin:0 20px 20px 0;
	box-sizing: border-box;
}
.liveDetail-con .layui-tab-content{
	padding: 20px 0 0 0;
}
.course-con .filter-con .layui-tab-content{
	padding: 20px 10px 10px 20px;
}
.filter-all i{
	margin: 0 13px
}
.liveDetail-material li p{
	padding: 100px 20px 0;
	text-align: center;
}
.ppt-material{
	background: url(/common/img/ppt.png) center 20px no-repeat #FCEDEA;
}
.pdf-material{
	background: url(/common/img/pdf.png) center 20px no-repeat #E6F3FD;
}
.word-material{
	background: url(/common/img/word.png) center 20px no-repeat #E8F1FF;
}
.excel-material{
	background: url(/common/img/excel.png) center 20px no-repeat #E8F8E8;
}

.liveDetail-material li.ppt-material:hover{ 
	border: 1px solid #F46C6C;
}
.liveDetail-material li.word-material:hover{ 
	border: 1px solid #6C98DA;
}
.liveDetail-material li.excel-material:hover{ 
	border: 1px solid #6DC96C;
}
.liveDetail-material li.pdf-material:hover{ 
	border: 1px solid #69B3EE;
}
.liveDetail-right{ 
	width: 300px;
}
.liveOST-con{
	padding: 10px;
	background: #fff;
}
.live-teacher{
	background: #fff;
	text-align: center;
	padding: 20px 0;
	height: 197px;
	margin-bottom: 10px;
}
.live-teacher img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.teacher-name{
	font-size: 16px;
	padding: 5px 0 5px
}
.teacher-dep{
	padding-top: 5px;
}
.teacher-dec{
	padding: 20px 20px 30px;
	text-align:left;
	line-height: 30px;
}
.liveOST-con .hot-course-img{
	width: 280px;
	height: 174px;
	overflow: hidden;
}
.liveOST-con .hot-course-img img{
	width: 280px;
	height: 174px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.liveOST-con .new-course-name{
	padding: 10px 0;
}
.new-course-msg img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	
}
.liveOST-con:hover .hot-course-img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.liveOST-time,.liveOST-num{
	margin-left: 40px;
	line-height: 26px;
}
.speak-tab{
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
}
.speak-tab li{
    float: left;
    width: 49%;
    text-align: center;
    cursor: pointer;
}
.speak-tab li:first-child{
    border-right: 1px solid #eee;
}
.speak-tab li.active{
    color: #35A447;
    position: relative;
}
.speak-tab li.active::after{
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #35A447;
}
.speakTab-box{
    display: none;
}
#speakTab-box1{
    display: block;
}
.student-btn{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
	padding: 10px 0;
	height: 70px;
    background: #fff;
}
.sign-con{
    height: 330px;
    /* padding: 10px 0; */
    margin: 10px 0;
	overflow-y:auto;  
}
.teacher-sign .sign-con{
    height: 430px;
    margin: 10px 0;
    overflow-y: auto;
}
.teacher-sign .student-btn{
    display: none;
}
.sign-a,.sign-a:hover{
    display: block;
    width: 80px;
    height: 30px;
    margin: 5px auto 10px;
    line-height: 30px;
    text-align: center;
    background: #35A447;
    color: #fff;
    opacity: 1;
	cursor: pointer;
	border-radius: 2px;
}
.sign-gray-a,.sign-gray-a:hover{
	width: 100px;
    background: #666;
}
.sign-text{
    font-size: 14px;
	text-align: center;
	color: #999;
}
.sign-p{
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding: 0 10px;
	/* height: 25px; */
	margin-bottom: 10px;
}
.sign-p i{
	font-style: normal;
	display: inline-block;
	width: 144px;
	padding:0 10px;
	line-height: 25px;
}
.sign-p span{
	font-size: 12px;
	float: right;
	color: #ccc;
}
.sign-p0{
	color: #35A448;
}
.sign-p0 i{
	background: #E6E9EE;
	border-radius: 13.5px;
}
.sign-p1{
    color: #666;
}
.sign-p2{
    color: #FF7E4E;
}
/*//////////////////////////课程列表////////////////////////////*/
.course-banner{
	background: url(/teacher/static/img/3.6/l-banner1.png) top center no-repeat  #3D51F0;
}
.course-con .filter-con{
	margin-top: 30px;
	padding: 10px 0 20px;
}
.course-search{
	padding:20px 0;
}
.course-search p{
	line-height: 34px;
}
.course-con .layui-tab-item{
	padding-top: 10px;
}
.course-list-con .hot-course-item{
	float: left;
	margin-bottom: 40px;
	width: 280px;
	height: 280px;
	padding: 10px;
	position:relative;
}
.course-list-con .hot-course-item i.course-ico{
	display: block;
	position: absolute;
	top: 20px;
	left:20px;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 28px;
	background: rgba(0,0,0,0.5);
}
.course-list-con .hot-course-img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.course-list-con .hot-course-item:hover{
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
}
.course-list-con .new-course-name{
	height: 16px;
	color: #333;
	padding: 17px 0;
	font-size: 16px;
}
.course-list-con  .new-course-teacher{
	margin: 4px 0 0 5px;
	display: inline-block;
	vertical-align: top;
    max-width: 234px;
}
.course-list-con .hot-course-item:hover .new-course-name{
	color: #35A447;
}
.course-list-con .hot-course-item .hot-course-img{
	width: 280px;
	height: 175px;
	overflow: hidden;
	background: url('/teacher/static/img/3.6/shangchuantupian.png') center no-repeat;
}
.course-list-con .hot-course-item:hover .hot-course-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.course-page{
	text-align: center;
	padding: 33px 0;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	color: #5FB878;
	font-size: 16px;
}
.course-con .filter-con .layui-tab-title li{
	font-size: 16px;
}
.filter-con .layui-tab{
	margin: 0;
}
.course-con .filter-all{
	padding:0 0 0 20px;
}
.nav-second ul{
	width: 992px;
}
.nav-second li{
	float: left;
	margin-right: 10px;
	line-height: 30px;
	padding-left:10px;
	cursor: pointer;
	width: 168px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.nav-second .active{
	background: #35A447;
	color: #fff;
}
.nav-all{
	display: inline-block;
	margin-left: 10px;
	width: 60px;
	text-align: center;
	margin-right: 38px;
	font-size: 14px;
	color: #666;
}
.flash-tips{
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    background-color: #000;
}
.flash-tips a{
    color: #f00;
}

.videoBox{
    width: 900px;
    height: 562px;
    background: #000;
}

.liveDetail-titel-box{
    width: 900px;
}
.liveDetail-titel-box h2.liveDetail-title{
    max-width: 680px;
}
.liveDetail-titel-box span.watch-num{
    font-size: 12px;
    color: #999;    
    line-height: 30px;
    padding: 40px 0 14px 0;
    display: none;
}

.video-loading {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.video-loading .circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid;
    border-color: rgba(0,193,222,.2) rgba(0,193,222,.5) rgba(0,193,222,.7) rgba(0,193,222,.1);
    opacity: .9;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    -moz-animation: spinoffPulse .9s infinite linear;
    -webkit-animation: spinoffPulse .9s infinite linear;
}
.video-loading .circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid;
    border-color: rgba(0,193,222,.2) rgba(0,193,222,.5) rgba(0,193,222,.7) rgba(0,193,222,.1);
    opacity: .9;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    -moz-animation: spinoffPulse .9s infinite linear;
    -webkit-animation: spinoffPulse .9s infinite linear;
}

#playVideo{ 
    width: 130px;
    height: 67px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -65px;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #fff;
    background: url("/common/img/play.png") no-repeat center center;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 10px;
    transition: all 0.4s; 
    z-index: 1000;
    display: none;
}