/*custom s by yoki*/
/*视频编辑页样式*/


.playtime-list .playtime-detail{float:left;padding-right:20px;}
.playtime-list .playtime-detail .playtime-del{
	padding: 5px;
	border: 1px solid #ececec;
	color: #3d74aa;
	cursor: pointer;
	margin-right: 5px;
	float:right;
}
.playtime-list .playtime-detail .playtime-del:hover{
	background-color: #3d74aa;
	color: white;
}
/*custom e by yoki*/



/*------------------------------------------------前台--------------------------------------------------*/
/*custom s by yoki*/
/*视频详情页样式*/
.maxPath {width: 1210px;margin: 0px auto 0px auto;overflow: hidden;background-color: #fff;min-height: 20px;float:none;width:100%;}
.maxwIn	.search{position: relative;margin-top:-30px;}
.maxwIn	.search .search-input{width:200px;padding-left:5px!important;}
.maxwIn	.search .search-btn{
	position: relative;
	margin-left:-30px;
	width:24px;
	height:20px;
	color:white;
	border: 0 none;
	background-color: transparent;
	background-image:url('../images/seek_btn.png'); 
	padding: 0;
	

}

.maxwIn .table{font-family: 微软雅黑;}
.maxwIn .table{border:1px solid #dddddd;margin-bottom:5px;text-align: center;vertical-align:middle;}
.maxwIn .table td{border:1px solid #dddddd;height:25px;}
.maxwIn .table .title{height:40px;border-top: 2px solid #999999;font-weight:bolder;font-size:18px; }
.maxwIn .table .video{width:980px;background-color:#ffffff;margin-left: auto;margin-right: auto;border:1px solid #DDD}
.maxwIn .table .video embed{display: .table-cell;}

.maxwIn .table .quick{height:145px;}
.maxwIn .table .quick .quick-content{
	padding-top:20px;
	height:120px;
	overflow:hidden;
	width:930px;
	position: relative;
}
.maxwIn .table .quick .quick-content ul {
	height:120px;
	/*position: absolute;*/
}
.maxwIn .table .quick .quick-content ul li{
	border:1px solid #efefef;
	list-style: none;
	float:left;
	/*position: relative;*/
	margin-right:6px!important;
}
.maxwIn .table .quick .quick-content img:hover{border:2px solid red;width:156px;height:86px;cursor: pointer;}

.maxwIn .table .quick .quick-left{
	float:left;
	background: url('../images/scroll.png');
	height:133px;
	width:20px;
	position:relative;
	left:5px;
	margin-right:10px;
	background-position:0px 35px;
}
.maxwIn .table .quick .quick-left-none{
	float:left;
	background: url('../images/scroll.png');
	height:133px;
	width:20px;
	position:relative;
	left:5px;
	margin-right:10px;
	background-position: -90px 35px;
}
.maxwIn .table .quick .quick-left:hover{
	background-position: -45px 35px;
}

.maxwIn .table .quick .quick-right{
	float:right;
	background: url('../images/scroll.png');
	height:133px;
	width:20px;
	background-position: -30px 35px;
	position:relative;

}
.maxwIn .table .quick .quick-right-none{
	float:right;
	background: url('../images/scroll.png');
	height:133px;
	width:20px;
	background-position:  -120px 35px;
	position:relative;

}

.maxwIn .table .quick .quick-right:hover{
	background-position:-75px 35px;
}
.maxwIn .table .schema-title{font-weight: bolder;width:100px;}
.maxwIn .table .schema-content{width:360px;text-align: left;padding-left:5px;}
.maxwIn .table .schema-content img{position:relative;top:2px;}
.maxwIn .table .content{text-align:left;padding:10px;}
.maxwIn .table .tags{width:100%;position:relative;bottom:2px;left:0px;margin-top:20px;}
.maxwIn .table .tags span{font-size:12px;font-weight:bold}
.maxwIn .table .tags .item{padding: 5px;border: 1px solid #ececec;color: #3d74aa;cursor: pointer;margin-right: 5px;}
.maxwIn .table .tags .item:hover{background-color: #3d74aa;color: white;}
.maxwIn .table .page{text-align: center;height:33px;padding:10px;}
.maxwIn .table .page div{padding:10px 0;}
.maxwIn .table .page a{color:#0e89cd;}
.maxwIn .table .page a:hover{color:red;}
.maxwIn .table .page-prev{margin-right: 40px;}
.maxwIn .table .page-next{text-align: center}
.maxwIn .table .page-view{float: right;padding-right: 13px;}
.maxwIn .table .page-view span{color: #0b8acf;}
/*custom e by yoki*/


