#video_153{
	width: 100%;
	height: auto;
}
#video_153 img{
	width: 100%;
	height: auto;
}
#video_153 .videoBox{
	
	background:rgba(0,0,0,.8);
	opacity: 0;
	transform: scale(0);	transition: opacity .3s ease;
	z-index: 999999999;
	position: fixed;
	left:0;	width: 100%;
	height: 100%;
	top:0;
}
#video_153 .videoBox.show{
	
	opacity: 1;
	transform: scale(1);
}#video_153 .iframe{
	width: 80%;
	height: 500px;
}
#youku-playerBox{
	width: 100% !important;
}
#video_153 .videItem{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#video_153 #pcVideo{
	display: block;
}
#video_153 #wapVideo{
	display: none;
}
#video_153 .closeBtn{
	background: url(/static/images/AD00001.png) no-repeat;
	background-size:100% 100%;
	width: 51px;
	height: 51px;
	position: absolute;
	right:20px;
	top:20px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#video_153 #pcVideo{
		display: none;
	}
	#video_153 #wapVideo{
		display: block;
	}	#video_153 .closeBtn{
		width: 30px;
		height: 30px;
	}
	#video_153 .iframe{
		width: 100%;
		height: 300px;
	}
}