/*初始化css样式*/
body{
	color:#333;
	font-family: "微软雅黑";
	background-color:#f5f5f5;
}
body,ul,ol,li,p,dl,dd,dt,h1,h2,h3,h4,h5,h6,th,td{
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align:middle;
}
ul,ol,li{
	list-style:none;
}
input,button{
	outline:none;
	margin:0;
	padding:0;
}
a:link{
	text-decoration:none;
	/*color:#000;*/
}
a:visited{
	text-decoration:none;
	/*color:#000;*/	
}
a:hover{
	text-decoration:none;
	/*color:#000;*/
}
/*公用样式*/

.lf{
	float:left !important;
}
.rg{
	float:right !important;
}
.clearfix:after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
/*字体样式*/
.base_text_size span,
.base_text_size p{
	font-size: 12px!important;
	line-height: 20px!important;
	color: #999!important;
}

.base_text_size img{
    /*width: 100%;*/
    max-width: 100%;height: auto;
}
#guanbi{position: absolute;top: 45%; right: 320px;width: 25px; background: #af0411;text-align: center;cursor: pointer;z-index: 99999;font-size: 16px;color: #fff;border-radius: 3px;}

/*录播页面详情页面*/ 
.next_btn {
	clear: both;overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.next_btn h5 { 
	height: 35px; float: left;
	margin-right: 20px;
	cursor: pointer;
}
.next_btn h5 span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	clear: both;
	font-size: 18px;
	color: #434343;
	font-weight: 400;
	padding-left: 10px;
	border-left: 3px solid #999;
}
.next_btn h5.active span { 
	border-left: 3px solid #1b82d1;
	color: #1b82d1;
	
}
 

/*直播页面评价列表*/


	#formitm{
		height: 210px
/*		clear: both;overflow: hidden; */
	}
	#formitm .rate_iten{
		float: left;height: 50px;line-height: 48px;font-size: 18px;
	} 
	#formitm .f-tac{
		float: right;margin-top: 10px;
	}
	#formitm .f-tac button{
		 background-color: #1b82d1;
		background: linear-gradient(0deg, #1b82d1, #4ba4e8);
		color: #fff;
	}
 
 
	.comment_list { 
		width:100%;
		margin:0 auto 30px;
	}
	
	.comment_list h2{ 
		font-size: 22px;
	}
	.comment{ 
		padding: 20px 0;
		border-bottom: 1px solid #ddd;
	}
	.comment:last-child{  
		border-bottom: none;
	}
    .comment_details {
    	float:left;
    }
    .comment_content {
    	margin-top:10px;
    	font-size:12px;
		color: #999;
    	padding-left: 70px;
    }
	.comment_add_or_last {
		
		margin:0 auto;
		clear: both;
		width:600px;
		height:40px;
		background: #F0F0F0;
		text-align: center;
		 line-height: 40px;   
	}
	.imgdiv{
		float:left;
 		width: 50px;
 		height: 50px;
 		margin-right: 10px;
	}
	.imgcss {
		width:50px;
		height:50px;
		border-radius: 50%;
	}
	
	.m_rate{ display: inline-block;width: 100px;height: 20px;float: right;margin-right: 20px;overflow: hidden;}
	.m_rate i{background: url(../images/rate.png) no-repeat;display: inline-block;width: 20px;height: 20px;float: right;}
	
	.comment_name { 
		margin-left:10px;
		color:#3D9EEA;
		font-size:15px;
		font-weight: bolder;
	}
	.comment_time{
		float: right;color: #999;font-size: 12px;
	}
	.layui-icon {
		font-size: 10px; 
		color: grey;
	}
	.del {
		margin-left: 55px;
}
/*end直播页面评价列表*/







