/** beplayer **/
.beplayer {
	position: relative;
	background: #000;
	font-size: 14px;
	color: #f6f6f6;
	clear: both;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0 !important;
	.border-radius: 3px; /*播放器外框四角圆角,注释掉,下面设置左右上角*/
	border-top-left-radius: 5px; /*播放器外框左上角圆角*/
	border-top-right-radius: 5px; /*播放器外框右上角圆角*/
}

.beplayer .dplayer {
	overflow: hidden !important;
	border-radius: 0px;   /*视频圆角,可以不设置用播放器外框设置*/
}

.dplayer .dplayer-video-wrap {
	background: transparent !important;
}

/** 表样样式 **/
.beplayer ul,
.beplayer li, 
.beplayer h2, 
.beplayer tr, 
.playleft iframe, 
.beplayer table, 
.beplayer td, 
.beplayer tbody {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.beplayer td, 
.beplayer th {
	background: #000;
	vertical-align: top;
	display: table-cell;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

/** 选集 **/
.dplayer-tab-content {
	margin: 15px auto;
}

.anthology {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.anthology-box {
	margin: 5px;
}

.anthology a {  /*未选视频按钮样式设置*/
	position: relative;
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	text-decoration:none; /*底部链接去除下划线,增加此行*/
	line-height: 0;
	vertical-align: middle;
	text-align: center;
	color: #fbfbfb;
    background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
	
	padding: 10px 10px;
	border-radius: 3px;  /*底部链接圆形改为圆角方形,设为20%或10%即可*/
	border: none;
    border-bottom: 4px solid #2b8bc6;

    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    cursor: pointer;
}

.anthology a:hover, 
.anthology a.list_on {   /*在播视频按钮样式设置*/
	position: relative;
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	text-decoration:none; /*底部链接去除下划线,增加此行*/
	line-height: 0;
	vertical-align: middle;
	text-align: center;
	color: #fbfbfb;
    background: linear-gradient(to bottom, #F03636 0%,#F70000 100%); /* W3C */
	
	padding: 10px 10px;
	border-radius: 3px;  /*底部链接圆形改为圆角方形,设为20%或10%即可*/
	border: none;
    border-bottom: 4px solid #BF0808;

    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    cursor: pointer;
	
	overflow: hidden;    /*限制扫光效果在按钮范围内，避免溢出*/
}

.anthology a.list_on:before {   /*扫光效果, 共用了logo扫光的keyframe设置searchLights*/
		content: "";
		position: absolute;
		left: -665px;
		top: -460px;
		width: 150px;
		height: 15px;
		background-color: rgba(255,255,255,.5);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: searchLights 1s ease-in 1s infinite;
		-o-animation: searchLights 1s ease-in 1s infinite;
		animation: searchLights 1s ease-in 1s infinite;
	}

/** logo **/
.dplayer-logo {
	.width: 35px;   /*logo的固定宽和高,注释掉*/
	.height: 35px;
	max-width: 140px; /*logo的宽和高用最大,增加*/
	max-height:50px;
}

/** 右键 **/
.dplayer-menu {
	padding: 0 !important;
	border-radius: 5px !important;
}

.dplayer-menu .dplayer-menu-item a {
	text-align: left;
	border-bottom: 1px solid #444;
}

.dplayer-menu .dplayer-menu-item a:hover {
	color: #eee !important;
}

/** night **/
.night .beplayer, 
.night .dplayer-video-wrap * {
	border: none !important;
	background: transparent !important;
}

.night .beplayer tr, 
.night .playleft iframe, 
.night .beplayer table, 
.night .beplayer td, 
.night .beplayer tbody {
	border: none !important;
}

.night .beplayer{
	border: 1px solid #262626 !important;
}