			/*作品页 视频弹层样式*/
.fixed { position: fixed; }
.noPoint { pointer-events: none; }
.pf-video h3 a { cursor: default;word-wrap: break-word; }
.pf-video .btnVideo a { cursor: pointer; }
.video-section {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10002;
	display: none;
}
.video-section .shadow {
	background: #222;
	opacity: 0.75;
	width: 100%;
	height: 100%;
}
.video-section .video-area {
	position: absolute;
	width: 800px;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	left: 50%;
	margin-left: -400px;
	background: #fff;
}
.video-section .video-area video {
	width: 100%;
	display: block;
	background: url(https://upload.cdn.be-xx.com/beats-site/images/preloader.gif) center center no-repeat rgba(255,255,255,0.5);
	
}
.video-section .icon-video-close {
	position: absolute;
	top: 0;
	right: -60px;
	background-image: url(../images/icons/close_video.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.video-section .video-area{
		width: 760px;
		margin-left: -380px;
	}
	.video-section .icon-video-close{
		right: 0px;
		top: -60px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.video-section .video-area { 
		width: 100%;
		margin: 0;
		left: 0;
		background-color: #000;
	}
	.video-section .icon-video-close{
		right: 10px;
		top: -40px;
		width: 30px;
		height: 30px;
	}
}