.v-g{
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 99;
			background: rgba(0,0,0,0.2);
			display: none;
		}
		.v-box{
			width: 1120px;
			height: 600px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -300px 0 0 -560px;
			background: #333333;
		}
		
		.v-close{
			width: 40px;
			height: 40px;
			position: absolute;
			top: 0;
			right: 0;
			background: #333;
			cursor: pointer;
		}
		.v-close img{
			display: block;
			padding: 10px;
		}
		.player,.video_box{
			width: 100%;
			height: 100%;
		}