@charset "utf-8";

.widget-video-player {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99;
}
.widget-video-player  #iosMask {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget-video-playerBox {
	width:850px;
	height:512px;
	overflow: hidden;
	border-radius:5px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-261px 0 0 -450px;
}
.widget-video-player-hd {
   background-color:#fff;
}
.widget-video-playerBox .widget-popbox-hd-title {
	font-size:14px;
	font-weight:bold;
	color:#3c3c3c;
	line-height:1;
	padding:10px;
}
.widget-video-playerBox .we-button-close {
    color: rgba(0,0,0,.8);
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-weight: 100;
    opacity: .8;
    text-align: center;
}
.widget-video-player-bd {
	height:490px;
	background-color:#000;
}
