@charset "utf-8";
/* CSS Document */
.videoBox{
	position:relative;
	width:240px;
	height:360px;
	overflow:hidden;
	z-index:99999;
}

.videoBox .video-js,.videoBox .audio-js{
	position:absolute;
	bottom:0;
	left:0; 
	background:none;
	opacity:0;
}

.phonePlayActive{
	position:absolute;
	left:30px;
	top:190px;
	overflow:hidden;
	text-align:center;
	width:180px;
	z-index:12;
}

.phonePlayActive h1{
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:"arial";
	background:#3087e0;
	line-height:38px; 
	border-radius:10px;
	width:0;
	height:38px;
	display:inline-block;
	overflow:hidden;
}

.videoBox object,.videoBox embed{
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	opacity:0;
}


.posBox{
	position:fixed;
	bottom:0;
	z-index: 9999;
}

.playMediaBtn{
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	border:none;
	z-index:100;
	cursor:pointer;
	background-color:#fff;
	opacity:0;
	filter:alpha(opacity=0); 
}

.btnAboutPause:hover{
	background:url(../img/pause-play.png) no-repeat 10px 314px;
	background-size:60px auto;
	opacity:0.6;
}

.btnAboutPlay{
	background:url(../img/play-pause.png) no-repeat 10px 314px;
	background-size:60px auto;
	opacity:0.6;
}

.closeBtnAboutMedia{ 
	position:absolute; 
	z-index:999; 
	cursor:pointer; 
	width:30px;
	height:30px; 
	border-radius:50%; 
	color:#f00; 
	font-size:10px; 
	text-align: center; 
	line-height:30px;
}

.videoBox .tpBox{
	width:240px;
	height:360px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
}

.videoBox .tpBox img{
	width:160px;
	display:block;
	margin-top:120px;
	margin-left:30px;
}

.videoBox .tpBox > p{
	font-size:18px;
	margin-top:-30px;
	margin-left:0;
	color:#999;
	text-align:center;
}

