.videoPage{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 999999;
	display: none;
}
.videoBox{
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -webkit-flex; 
    display: flex; 
	justify-content: center;
	align-items:center;
}
.videoCont{
	max-width: 750px;
	width: 100%;
	background-color: rgba(0,0,0,1);
	position: relative;
}
.vidPageBok{
	width: 30px;
	height: 30px;
	/* background-color: seagreen; */
	position: absolute;
	top:-40px;
	right: 10px;
	background-image: url(../image/guanbi-2.png);
	background-size: 100% 100%;
}