@charset "utf-8";


/*****视频播放器**********/
.video_play{
	width: 1160px;
	margin: 30px auto;
}
.play_box{
	width: 100%;
	height: 530px;
	margin-bottom: 10px;
}

/*******左侧********/

.play_box_l{
	width:865px;
	height: 530px;
}


/******右侧播放列表********/


.play_box_r{
	width: 295px;
	height: 530px;
	background-color: #303030;
	
}
.play_box_rs{
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	padding: 0px 15px;
	font: 16px/40px "微软雅黑";
	color: #8d8d8d;
	background-color: #292929;
}
.play_box_rul{
	width: 100%;
	height: auto;
	box-sizing:border-box;
	padding: 0px 15px;
}
.play_box_rli{
	width: 100%;
	height: 46px;
	border-bottom: 1px dashed #898989;
}

.pbr_label{
	width: 20px;
	height: 20px;
	text-align: center;
	font:bold 14px/20px "微软雅黑";
	color: #555;
	margin: 13px 10px 0 0;
}
.pbr_name{
	width:180px ;
	height: 46px;
	font: 14px/46px "微软雅黑";
	color: #898989;
}
.pbr_span{
	height: 46px;
	font: 12px/46px "微软雅黑";
	color: #555;
}

.play_box_rli:nth-of-type(1) .pbr_label,
.play_box_rli:nth-of-type(2) .pbr_label,
.play_box_rli:nth-of-type(3) .pbr_label{
	background-color: #ff625e;
	color: #fff;
}

.play_box_rli:last-child{
	border-bottom: none;
}
.play_box_rli:hover{
	cursor: pointer;
}
.play_box_rli:hover .pbr_name{
	color: #ff625e;
}










.play_detail{
	width: 100%;
	
}
.play_detail .namep{
	width: 100%;
	height: 80px;
	font:30px/80px "微软雅黑";
	color: #222;
}
.play_dul{
	width: 100%;
	
}
.play_dli1{
	width: 350px;
	height: 30px;
}
.play_dli1 label,
.play_dli2 label{
	font:bold 14px/30px "微软雅黑";
	color: #888;
}
.play_dli1 span{
	font:bold 14px/30px "微软雅黑";
	color: #856bdf;
}
.play_dli1 a{
	width: 60px;
	height: 20px;
	margin: 5px 0 0 20px;
	border-radius: 10px;
	text-align: center;
	font:bold 12px/18px "微软雅黑";
	color: #856bdf;
	box-sizing: border-box;
	border: 1px solid #856bdf;
}
.play_dli1 a:hover{
	cursor: pointer;
	background-color: #856bdf;
	color: #fff;
}
.play_dli1 .a_color{
	background-color: #856bdf;
	color: #fff;
}
.play_dli2{
	width: 100%;
	height: 60px;
}
.play_dli2 p{
	width: 1100px;
	height: 60px;
	font:bold 14px/30px "微软雅黑";
	color: #222;
}
/*发布人还发布了*/


.vd_center{
	width: 1160px;
	height: 280px;
	margin: 0px auto;
	padding: 20px 0px;
}
.vd_center_li{
	width: 176px;
	height: 280px;
	margin-right: 20px;
}
.vd_center_li:last-child{
	margin-right: 0px;
}
.vd_center_img{
	width: 100%;
	height: 245px;
	overflow: hidden;
	text-align: center;
}

.vd_center_img img{
	/* width: 100%; */
	height: 100%;
	margin:0 -100%;
}
.vd_center_span{
	padding: 0px 10px;
	height: 20px;
	font: 12px/20px "微软雅黑";
	color: #fff;
	right: 5px;
	bottom: 5px;
	background: rgba(0,0,0,0.8);
}

.vd_center_pname{
	width: 100%;
	height: 30px;
	font: 16px/30px "微软雅黑";
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vd_center_li:hover .vd_center_pname{
	color: #856bdf;
}

.vd_center_li:hover {
	cursor: pointer;
}

.vd_title{
	width: 1160px;
	margin: 15px auto 0px;
	height:44px;
	border-bottom: 1px solid #856bdf;
}
.vd_title_line{
	width: 5px;
	height: 24px;
	background: url(../images/line.png) no-repeat;
	margin: 12px 10px 0 0;
}
.vd_title_name{
	font:bold 24px/44px "微软雅黑";
	color: #222;
	margin-right: 10px;
}
.vd_title_span{
	font:14px/24px "微软雅黑";
	color: #222;
	margin-top: 15px;
}
.vd_center1{
	padding: 20px 0px 0px;
}

.comment{
	width: 1160px;
	margin: 20px auto 0px;
}
.comment_textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	font: 14px/24px "微软雅黑";
	color: #222;
	resize: none;
}


.comment_btn{
	width: 90px;
	height: 30px;
	margin: 10px 0px;
	text-align: center;
	font: 16px/30px "微软雅黑";
	color:#fff;
	background-color: #856bdf;
	border-radius: 5px;
}

    				/*****评论展示区*****/


.comment_ul{
	width: 1160px;
	margin: 10px auto;
}
.comment_li{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.comment_lil{
	width:40px ;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.comment_lil img{
	width: 100%;
	min-height: 100%;
}
.comment_lir{
	width: 1110px;
	margin-left: 10px;
}
.comment_lir_name{
	width: 100%;
	height: 30px;
	font:16px/30px "微软雅黑";
	color: #856bdf;
}
.comment_lir_del{
	width: 100%;
	font:14px/26px "微软雅黑";
	color: #555;
}

.comment_lir_bot{
	width: 100%;
	height: 30px;
}
.comment_lir_bot_time{
	height: 30px;
}
.comment_lir_bot i{
	font:16px/30px "微软雅黑";
	color: #888;
	margin-right: 5px;
}
.comment_lir_s1{
	font:14px/30px "微软雅黑";
	color: #888;
	margin-right: 5px;
}
.comment_lir_s2{
	font:14px/30px "微软雅黑";
	color: #888;
}
.comment_lir_bot .comment_lir_bot_span i{
	font:20px/30px "微软雅黑";
	position: relative;
	top: 2px;
}

.comment_lir_bot_zan{
	height: 30px;
	margin-right: 20px;
}
.comment_lir_bot_zan:hover,
.comment_lir_bot_span:hover{
	cursor: pointer;
}
/*.comment_lir_bot .zan2{
	color: #ff6161;
}*/
.comment_lir_bot_zan .zan2{
	display: none;
	color: #ff6161;
}
.comment_inner{
	margin: 10px 0px;
	width: 100%;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 15px;
	/*display: none;*/
}
.add_btnp {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    text-align: center;
    font: 16px/30px "微软雅黑";
    color: #555;
}
.add_btnp:hover {
    color: #856BDF;
    cursor: pointer;
}
.comment_inner_top{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	
}
.comment_inner_top1{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
.comment_inner_top_phone{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.comment_inner_top_phone img{
	width: 100%;
	min-height: 100%;
}
.top_input_box{
	width: 960px;
	height: 30px;
	margin-right: 10px;
}
.comment_inner_top_input{
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding-right: 70px;
	padding-left: 15px;
	background-color: #fff;
	
}

.top_input_box .input_span{
	width: 70px;
	height: 30px;
	text-align: center;
	font:14px/30px "微软雅黑" ;
	color: #b7b7b7;
	top: 0px;
	right: 0px;
}
.comment_inner_top_btn{
	width: 70px;
	height: 30px;
	text-align: center;
	font:14px/30px "微软雅黑" ;
	color: #fff;
	background-color: #ccc;
}

.comment_inner_top .top_btn_color{
	background-color: #856bdf;
}
.comment_inner_tel{
	width: 100%;
	height: 16px;
	border-left: 2px solid #856BDF;
	padding-left: 10px;
	margin: 15px 0px;
	box-sizing: border-box;
	font:14px/16px "微软雅黑" ;
	color: #222;
}
.comment_inner_ul{
	width: 100%;
}
.comment_inner_li{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.comment_inner_lir{
	width: 1040px;
}
.comment_inner_lir_name{
	width: 100%;
	font:16px/30px "微软雅黑" ;
	color: #222;
}
.comment_inner_lir_div{
	width: 100%;
	min-height: 30px;
}

.comment_inner_lir_div label,
.comment_inner_lir_div span,
.comment_inner_lir_p label,
.comment_inner_lir_p span{
	font:14px/24px "微软雅黑" ;
	color: #888;
}
.comment_inner_lir_p{
	width: 100%;
	min-height: 30px;
	background-color: #eaeaea;
	box-sizing: border-box;
	padding: 3px 10px 0 10px;
}
.comment_inner_lir .comment_inner_top{
	/*display: none;*/
}























































































