/**
 * 播放页样式（vod/play.html）
 */
@media (max-width: 991px) {
	#player-sidebar {
		height: auto !important;
		overflow: visible !important;
		min-height: 0 !important;
	}

	#player-left {
		width: 100% !important;
	}
}

.myui-player__box .embed-responsive .MacPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

@media (min-width: 992px) {
	#player-left .myui-player__box:not(.fixed),
	#player-left .myui-player__operate {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.myui-player__box > .embed-responsive.embed-responsive-16by9 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#player-left .myui-player__box.fixed {
		width: 500px !important;
		max-width: 500px;
		margin-left: 0;
		margin-right: 0;
	}

	#player-left .myui-player__box.fixed > .embed-responsive.embed-responsive-16by9 {
		padding-bottom: calc(56.25% + 48px);
		overflow: visible !important;
	}

	#player-left .myui-player__box.fixed .embed-responsive .MacPlayer {
		overflow: visible !important;
	}
}

.fe-play-page-bg {
	background-color: #27272f;
}

.fe-play-item-bg {
	background-color: #1f1f1f;
}

.fe-play-tips {
	background-color: #181515;
}

.fe-play-tips-warn {
	color: red;
}

.fe-play-operate-bg {
	background-color: #1b1a25;
}

.player-fixed-off {
	display: none;
}

.fe-play-copyright-bg {
	background-color: #000;
}

.fe-play-qrcode-item {
	padding: 15px 10px;
}

.fe-play-qrcode-box {
	background-color: #ffffff;
}

.fe-play-sidebar-hint {
	background-color: #0090CE;
	border-radius: 5px;
	margin-bottom: 10px;
	text-shadow: #1f1f1f 2px 2px 2px;
	font-size: 15px;
	padding: 8px 10px;
}

.fe-play-sidebar-hint-actions {
	cursor: default;
}

.fe-play-sidebar-hint-actions strong {
	font-weight: bold;
}

.fe-play-sidebar-hint-actions .fa-hand-o-down {
	font-size: 20px;
}

.fe-play-ad-slot-wrap {
	padding: 0.5%;
	background-color: #f5f5f5;
	border-radius: 5px;
	text-align: center;
}

#js-play-detail-lower .guess-like-panel .myui-vodlist__box {
	margin: 0 4px 12px;
}

.fe-play-fail-pad {
	padding: 40px 0;
}

.fe-play-fail-pad--player {
	color: #999;
}

.fe-play-fail-inline {
	margin: 0;
}

.fe-play-desc-data {
	display: none;
}

.fe-play-down-list {
	max-height: 300px;
	overflow: auto;
}

.fe-play-actor-score {
	background-color: #5bb7fe;
}

.fe-play-line-switch {
	font-size: 15px;
	font-weight: bold;
}

.fe-play-hot-thumb {
	background-size: cover;
	background-position: center;
}
