* {
	margin: 0;
	padding: 0;
	font-weight: normal !important;
	font-family: Helvetica, Arial, Microsoft Yahei, sans-serif
}

html,
body,
iframe {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: #000
}

.close {
	padding: 0 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 28px;
	height: 28px;
	line-height: 28px;
	z-index: 99
}

.advert {
	position: absolute;
	top: 0;
	left: 0
}

.loading {
	background: #000;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 999
}

.total {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 10px;
	padding: 10px;
}

.total span {
	margin-right: 3px;
}

.dplayer-menu {
	display: none!important
}