/**
 * 首页学院宣传视频样式
 */
.vwrap {
	display: none;
	z-index: 1040000;
	width: 100%;
	position: fixed;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left:
		0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow:
		hidden;
}

.vwrap .videobox {
	z-index: 1200;
	width: 1000px;
	position: fixed;
	left:
		50%;
	top: 50%;
	margin-left: -500px;
	object-fit: cover;
	transform: translateY(-50%);
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	background: #000;
}

.vwrap .videobox #videobox .img_hezi {
	padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#videobox_wrapper {
	height: 100% !important;
}

.vwrap .close {
	z-index: 999;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
	text-align: center;
}

.vwrap .close i {
	display: block;
	width: 31px;
	height: 31px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.vwrap .close i svg {
	transition: .6s;
}

.vwrap .close:hover i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media(max-width: 992px) {
	.vwrap .videobox {
		width: 94%;
		left: 3%;
		margin-left: 0;
	}

	.vwrap .close {
		right: 0;
		top: -35px;
	}
}