.hiv-player-wrap {
	background-color: #1a1a1a;
	position: absolute;
	z-index: 999;
	visibility: hidden;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* border-radius: 5px;
	padding: 15px 10px; */
	/* margin: 0 auto; */
}

.hiv-player-wrap > .hiv-player-wrap__header {
	padding: 4px;
	height: 32px;
	background-color: #1a1a1a;
	display: flex;
	align-items: center;
	color: #ffffff;
	user-select: none;
	overflow: hidden;
}

.hiv-player-wrap > .hiv-player-wrap__header > .icons {
	margin-left: auto;
	color: #c9f1ff;
	font-size: 14px;
}

.hiv-player-wrap > .hiv-player-wrap__header > .icons > .iconfont {
	cursor: pointer;
}

.iconfont > i + .iconfont > i {
	margin-left: 10px;
}

.hiv-player-wrap > #hiv-player {
	width: 100%;
	height: 500px;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 968px) {
	.hiv-player-wrap{
		width: 100% !important;
	}

	.hiv-player-wrap > #hiv-player{
		height: calc(100vw / 1.78) !important;
	}
}
