html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
	height: 100%;
}

body {
	font-family: PingFang SC, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Source San Pro, MingLiu, Arial, sans-serif;
	height: 100%;
	background: #000;
	letter-spacing: 0.01rem;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

ol,
ul {
	list-style: none;
}

img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	pointer-events: none;
	will-change: transform;
}

.dms-header {
	width: 100%;
	max-width: 10rem;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}

.dms-header-down {
	padding: 0.1rem 0.2rem;
	display: flex;
	align-items: center;
}

.dms-game-icon {
	width: 1.4rem;
	height: 1.4rem;
}

.dms-game-content {
	padding: 0 0.32rem;
	flex: 1;
	min-width: 0;
}

.dms-game-name {
	font-size: 0.426667rem;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dms-game-desc {
	font-size: 0.32rem;
	color: rgba(255, 210, 0, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dms-game-down {
	width: 2.6rem;
}

.dms-page {
	margin: 0 auto;
	max-width: 10rem;
	background: url(../img/bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center 0;
}

.dms-banner {
	display: block;
	position: relative;
}

.dms-desc {
	margin-bottom: 0.4rem;
	font-size: 0.373333rem;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
}

.dms-feature {
	padding: 0 0.4rem;
}

.dms-feature-panel {
	padding: 0.2rem;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.dms-equipment {
	padding: 0 0.4rem;
}

.dms-equipment-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 0.4rem;
}

.dms-video {
	padding: 0 0.4rem;
}

.dcms-video-cell {
	padding: 0.2rem;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.dms-screenshot {
	padding: 0 0.4rem;
}

.dms-screenshot-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 0.4rem;
}

.dms-screenshot-box {
	padding: 0.2rem;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.dms-footer-down {
	margin: 0 auto;
	width: 5rem;
	display: block;
}

.dms-footer {
	padding: 0.4rem 0;
	background: url(../img/footer_bg.jpg) center center no-repeat;
	background-size: cover;
}

.dms-footer-text {
	font-size: 0.32rem;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 0.6rem;
}

.dms-baidu-code {
	display: none;
}

.dms-down-link {
	display: block;
}

.dms-mask {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.dms-wechat-tips {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.dms-qq-tips {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.dms-tips-box {
	position: relative;
	padding: 1rem 0.5rem;
}

.dms-tips-box img {
	border-radius: 0.42rem;
}

.dms-tips-arrow {
	position: absolute;
	z-index: 1000;
	width: 0.4rem;
	height: 0.4rem;
	right: 1rem;
	top: 0.62rem;
	border-left: 0.2rem solid transparent;
	border-right: 0.2rem solid transparent;
	border-bottom: 0.2rem solid #e1e1e1;
}