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