/* common for live & vod */
/*
#videoPage {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1130px;
}
*/
#video_player, #video_player_html5_api {
	z-index: 0;
	min-width: 320px;
}
#videoContainer {
    margin: 10px auto 0;
    max-width: 800px;
    max-height: 450px;
    background-color: transparent;
    position: relative;
}
.vdo-panel {
    position: absolute;
    width: 100%;
    height: 100%;
	margin: auto;
    background: #000;
    overflow: hidden;
	top: 0;
	left: 0;
	z-index: 13;
}
.vdo-panel .warning-panel .warning-desc {
    color: #969696;
    font-size: 2em;
    text-align: center;
    padding: 0.1em;
}
.vdo-panel .warning-panel .continue_btn {
    width: 150px;
    margin: 30px 0px 20px 240px;
}
.vdo-panel .warning-panel .back_btn {
    margin: 30px 0px 20px 20px;
    width: 100px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
}
.common_btn2{
    font-size: 16px;
    line-height: 20px;
    color:#fff;
    display:inline-block;
    padding: 2px 8px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #FF5E33, #f33333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #FF5E33, #f33333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #FF5E33, #f33333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #FF5E33, #f33333); /* Standard syntax (must be last) */
    text-shadow: 1px 1px #614600;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #523800;
}
.common_btn2:active,.common_btn2:hover {
    background: #FF5E33;
}
.vdo-panel .warning-panel .continue_btn {
    display: block;
    width: 150px;
    height: 29px;
	line-height: 1;
    padding-top: 10px;
    margin: auto;
    color: #fff;
    text-align: center;
    text-shadow: none;
	text-decoration: none;
}
.continue_btn, .back_btn{
	background: -webkit-linear-gradient(top, #FD6B4A, #f33333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #FD6B4A, #f33333); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #FD6B4A, #f33333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #FD6B4A, #f33333); /* Standard syntax (must be last) */
}
.vdo-panel .warning-panel .upper {
	width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}
.vdo-panel .warning-panel hr {
    width: 80%;
    border: 1px solid #545454;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	line-height: 1;
}
.vdo-panel .warning-panel .lower {
    padding-top: 20px;
}
.vdo-panel .warning-panel .reloadBtn {
    margin: 10px auto;
    text-align: center;
    border: 1px solid #969696;
    padding: 10px;
    color: #969696;
    width: 100px;
    cursor: pointer;
}
.vdo-panel .warning-panel .errorCode {
    bottom: 0px;
    position: absolute;
    right: 0px;
    padding: 5px;
    color: #969696;
	font-size: 1em;
}
/* end */
.vjs-error-display {
	display: none;
}
#watermarkContainer {
    width: 640px;
    height: 360px;
    position: absolute;
    top: 20px;
    left: 0;
}
.watermarkUI {
    color: #fff;
    font-size: 14px;
    display: block;
    position: absolute;
    text-shadow: 2px 2px 2px #000000;
}
.watermarkUI.position3 {
    top: 3px;
    left: 10px;
}
.watermarkUI.position4 {
    top: 3px;
    right: 10px;
}
.watermarkUI.position1 {
    top: 150px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(90deg);
    /* Safari */
    
    transform: rotate(90deg);
}
.watermarkUI.position2 {
    top: 150px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(90deg);
    /* Safari */
    
    transform: rotate(90deg);
}

#adContainer,#watermaskContainer,.controlOverlay, #errLogs{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height:100%;
	background:black;
	color: #fff;
	display:none;
	z-index:14;
}
#errLogs{
	opacity: 0.8;
}
.controlOverlay {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    cursor: pointer;
}
#adContainer #countdownUi {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #ddd;
	padding-left: 2px;
	width: 100%;
		background: transparent; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax */
}
#adContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 360px;
}
.vjs-default-skin.vjs-paused .vjs-big-play-button {
	/*display: none;*/
}
.video-live .vjs-paused .vjs-big-play-button {
	display: block;
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	height: 1.5em;
	line-height: 1.2em;
	top: 50%;
	left: 50%;
	padding: 0 2em;
    border-radius: 1em;
	border: 0.08em solid #fff;
	transform: translate(-50%,-50%);
}
#videoContainer.videoJoin .vjs-big-play-button{
	display:block;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
	font-size: 0.6em;
}
.video-live .video-js .vjs-tech, .video-live .vjs-playing {
  	/*pointer-events: none;*/
}
.video-js .vjs-control-bar {
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.video-vod .vjs-control-bar {
	height: 7em;
	z-index:2;
}
.video-live .vjs-control-bar {
    height: 4em;
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level {
	background: #FE6B4A;
}
.video-js .vjs-slider {
	background: #bfc7d3;
}
.vjs-time-divider {
	display: initial;
	padding: 0 !important;
	min-width: unset !important;
}
.video-js .vjs-progress-control {
	height: 3em;
	width: 100%;
	display: block;
	flex: none;
	padding-top: 2em;
}

.vjs-time-control {
	height: 3em !important;
}
.vjs-play-control {
	margin-left: -100% !important;
	margin-top: 3em !important;
	height: 4em !important;
}
.video-live .vjs-control-bar .vjs-progress-control, .video-live .vjs-time-control {
	display: none !important;
}
.video-vod .vjs-volume-panel, .video-vod .vjs-fullscreen-control{
	height: 4em !important;
	margin-top: 3em !important;
}
.video-vod .vjs-subtitles-button{
	height: 4em;
	margin-top: 3em;
}

.video-vod .vjs-subtitles-button button{
	height: 40px;
	margin-top: 0!important;
}
.vjs-time-control {
	height: 4em !important;
	margin-top: 2em !important;
}
.vjs-volume-horizontal {
	margin-top: 0.5em !important;
}
.vjs-current-time {
	-webkit-box-flex: auto !important;
    -moz-box-flex: auto !important;
    -webkit-flex: auto !important;
    -ms-flex: auto !important;
    flex: auto !important;
	text-align: right !important;
}
.video-live .vjs-control-bar .vjs-live-control {
	display: block !important;
	text-align: left !important;
}
.fullscressTitle {
	position: absolute;
	margin: 0 auto;
    width: 100%;
    font-size: 2em;
    padding: 0.5em;
    z-index: 11;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}
.vjs-ended .vjs-big-play-button {
	display: block;
}
/*
.vjs-ended .vjs-big-play-button .vjs-icon-placeholder:before {
	content: "\f116 重放";
}
*/
@supports (-ms-ime-align:auto) {
	.video-js .vjs-big-play-button{
		display: none;
    }
}
.vjs-ended .vjs-control-bar {
	display: none;
}
.vjs-ttml-display {
	top: 0;
}
.bc-ttml-region-subtitleArea{
	bottom: 1.5em;
	z-index: 10;
}

.vjs-text-track-display div {
	color: #fff;
	background: transparent!important;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	font-size: 1.2em;
	line-height: 1.2;
}
/*mobile text track*/
::cue {
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	font-size: 1.2em;
	line-height: 1.2;
}
/*mobile text track*/
video::-webkit-media-text-track-display-backdrop {
  background-color: transparent !important;
  overflow: visible !important;
}
.vjs-resize-manager{
	display: none;
}
