body,
html {
	font-family: -apple-system, "PingFang SC", "Microsoft YaHei", Arial, sans-serif, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 1440px;
	background: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	letter-spacing: 0.5px;
}

* {
	margin: 0;
	padding: 0;
	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;
}

::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 0;
	background-color: #959eaa;
	transition: color .2s ease;
}

input::-webkit-input-placeholder {
	color: #999;
}

video {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}

.dms-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.dms-title {
	margin: 0 auto;
	width: 700px;
}

.dms-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.dms-flex-meta {
	flex: 1;
	min-width: 0;
}

.dms-roundabout-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	height: 570px;
	position: relative;
}

.dms-roundabout-holder {
	width: 800px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0;
}

.dms-roundabout-moveable-item {
	position: absolute;
	width: 800px;
	height: 450px;
}

.dms-roundabout-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	z-index: 600;
}

.dms-prev {
	position: absolute;
	left: 140px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 50px;
	cursor: pointer;
	z-index: 700;
	background: url(../img/prev.png) center center no-repeat;
}

.dms-next {
	position: absolute;
	right: 140px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 50px;
	cursor: pointer;
	z-index: 700;
	background: url(../img/next.png) center center no-repeat;
}


.dms-statistics {
	display: none;
}

.dms-navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	z-index: 1000;
}

.dms-navbar-container {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dms-navbar-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dms-logo {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dms-navbar-menu {
    display: flex;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dms-navbar-menu li a {
	display: block;
	padding: 0 10px;
}

.dms-menu-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ccc;
	height: 30px;
	line-height: 30px;
}

.dms-navbar-menu li a:hover .dms-menu-title {
	color: #fff;
}

.dms-menu-desc {
	font-size: 12px;
	text-align: center;
	color: #999;
	height: 22px;
	line-height: 22px;
}

.dms-banner {
	margin-top: 82px;
	background: url(../img/banner_bg.jpg);
}

.dms-banner-img {
	position: relative;
	background: url(../img/banner.jpg) center top no-repeat;
	height: 900px;
}

.dms-main-down {
	position: absolute;
	margin: 0 auto;
	width: 800px;
	z-index: 1;
	bottom: 100px;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 160px;
}

.dms-news {
	padding: 30px;
	background: linear-gradient(180deg, rgba(240, 232, 220, 1) 0%, rgba(240, 232, 220, 0) 100%);
	border-radius: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.dms-news-slide {
	width: 675px;
}

.dms-news-switch {
	overflow: hidden;
	padding-bottom: 10px;
}

.dms-news-switch li {
	margin-right: 30px;
	cursor: pointer;
	float: left;
	width: 180px;
	font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: url(../img/switch_bg.jpg) no-repeat;
}

.dms-news-switch li:hover {
	color: #fff;
	background: url(../img/switch_bg_on.jpg) no-repeat;
}

.dms-news-switch li.selected {
	color: #fff;
	background: url(../img/switch_bg_on.jpg) no-repeat;
}

.dms-news-list li {
	border-bottom: 1px solid #e9ded0;
}

.dms-news-list li a {
	display: block;
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
}

.dms-news-list li.para {
	height: auto;
}

.dms-news-list li.para p {
	font-size: 16px;
	line-height: 34px;
}

.dms-news-list li:last-child {
	border: none;
}

.dms-news-list li a:hover {
	color: #846446;
}

.dms-game-features {
	padding: 50px 0;
}

.dms-game-gear {
	padding: 50px 0;
}

.dms-gear-list {
	padding-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.dms-gear-list li a {
	display: block;
	padding: 10px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dms-game-video {
	padding: 50px 0;
}

.dms-video-nav {
	margin: 0 auto;
	width: 750px;
}

.dms-video-nav ul {
	overflow: hidden;
	padding-bottom: 30px;
}

.dms-video-nav ul li {
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.dms-video-nav ul li.selected .dcms-video-num {
	filter: grayscale(0%);
	opacity: 1;
}

.dcms-video-num {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: all 0.3s ease;
	filter: grayscale(100%);
	opacity: 0.4;
}

.dcms-video-line {
	height: 80px;
	background: url(../img/line.png);
}

.dms-video-container {
	position: relative;
}

.dms-video-container-box {
	position: absolute;
	width: 100%;
	height: 540px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.dms-game-screenshot {
	padding: 50px 0;
}

.dms-float-16 {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	z-index: 9;
	overflow: hidden;
	cursor: pointer;
}

.dms-float {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	z-index: 9;
	overflow: hidden;
}

.dms-float-img {
	position: relative;
}

.dms-float-top {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 200px;
}

.dms-float-center {
	position: absolute;
	z-index: 1;
	top: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background: #fff;
}

.dms-float-end {
	position: absolute;
	z-index: 1;
	top: 380px;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	cursor: pointer;
}

.dms-float-end {
	cursor: pointer;
}

.dms-footer {
	padding: 40px 0;
	width: 100%;
	background: #333;
}

.dms-footer-logo {
	width: 280px;
	height: 80px;
}

.dms-footer-text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	height: 30px;
	line-height: 30px;
}

.dms-mask {
	position: fixed;
	z-index: 710;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.dms-game-tip {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.dms-tip-content {
	height: 300px;
	overflow-y: scroll;
}

.dms-tip-content p {
	font-size: 14px;
	color: #333;
	line-height: 140%;
	padding-bottom: 20px;
}

.dms-tip-end {
	padding: 20px;
}

.dms-tip-close {
	margin: 0 auto;
	width: 100px;
	font-size: 14px;
	text-align: center;
	color: #999;
	height: 40px;
	line-height: 40px;
	background: #ccc;
	border-radius: 20px;
	cursor: pointer;
}

.dms-compatible {
	padding: 50px;
}

.dms-compatible-box {
	padding: 50px;
	background: #eee;
	border-radius: 32px;
}