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: #f5f5f5;
	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;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

/* Common Subgroup */
.dcms-page {
	margin: 0 auto;
	max-width: 10rem;
}

.dcms-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.dcms-flex-meta {
	flex: 1;
	min-width: 0;
}

.dcms-head {
	width: 100%;
	background: #ff3520;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	rgiht: 0;
	z-index: 9;
}

.dcms-logo {
	width: 5.333333rem;
	height: 1.066667rem;
}

.dcms-head-meta {
	flex: 1;
	min-width: 0;
}

.dcms-nav {
	margin: 0.106667rem;
	width: 0.96rem;
	height: 0.96rem;
}

.dcms-banner {}

.dcms-switch {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	background: #fff;
}

.dcms-switch-item {
	position: relative;
	font-size: 0.426667rem;
	text-align: center;
	color: #999;
	line-height: 1.173333rem;
}

.dcms-switch-item.selected {
	font-weight: bold;
	color: #000;
}

.dcms-switch-item.selected::before {
	position: absolute;
	content: " ";
	width: 80%;
	height: 6px;
	left: 10%;
	right: 10%;
	background: #ff3520;
	bottom: 0;
	z-index: 1;
}

.dcms-list {
	padding: 0.32rem;
	background: #fff;
}

.dcms-list-item {
	padding: 0.32rem 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.dcms-list-item:last-child {
	border-bottom: none;
}

.dcms-game-icon {
	width: 1.92rem;
}

.dcms-gameicon {
	margin-bottom: 0.2rem;
}

.dcsm-gift {
	font-size: 0.373333rem;
	color: #fff;
	text-align: center;
	line-height: 0.64rem;
	background: #ff0000;
	border-radius: 0.1rem;
}

.dcms-game-content {
	padding: 0 0.32rem;
	flex: 1;
	min-width: 0;
}

.dcms-game-name {
	font-size: 0.426667rem;
	font-weight: 600;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dcms-game-txt {
	margin-top: 0.1rem;
	font-size: 0.373333rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dcms-down {
	padding: 0 0.2rem;
	font-size: 0.42rem;
	color: #fff;
	line-height: 0.7rem;
	background: #ff0000;
	border-radius: 0.35rem;
}

.dcms-sys-icon {
	width: 0.46rem;
	height: 0.46rem;
}

.dcms-footer {
	padding: 0.4rem;
	background: #505a6b;
}

.dcms-footer-text {
	font-size: 0.32rem;
	color: #a2a6ad;
	text-align: center;
	line-height: 0.52rem;
}

.dcms-footer-url {
	font-size: 0.373333rem;
	color: #b3b6bd;
}