body {
	margin: 0;
	padding: 0;
	color: #576973;
	font-size: 12px;
	line-height: 1.4em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top
}

#background {
	width: 100%;
	min-height: 100vh;
	height: auto;
	background: url(/images/templatemo_body_center.png) no-repeat center center fixed;
	background-size: cover;
	position: relative;
}

.logo {
	position: fixed;
	left: 28%;
	top: 10%;
	transform: translate(-50%, -50%);
	width: 238px;
	height: 147px;
	background: url(/images/logo.png) no-repeat  center center;
}

/* 适配大于1920px屏幕 背景图片 */
@media (min-width: 1920px) {
	#background {
		background-image: url(images/templatemo_body_center@2x.png);
	}

}
@media (max-width: 1367px) {
.logo {
	left: 23%;
}

}


#templatemo_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: fixed;
	left: 50%;
	bottom: 150px;
	transform: translateX(-50%);
	width: 688px;
	height: 214px;
	background: rgba(37,21,1,0.30);
	border: 1px solid #5a4e3b;
	z-index: 1000;
}

.game-box-download {
	cursor: pointer;
	display: block;
	width: 300px;
	height: 202px;
	background: url(/images/button.png) no-repeat center center;
}
.game-box-download:hover {
	background: url(/images/button_on.png) no-repeat center center;
}

.game-download {
	cursor: pointer;
	display: block;
	width: 172px;
	height: 169px;
	background: url(/images/button_2.png) no-repeat center center;
}

.game-download:hover {
	background: url(/images/button_2_on.png) no-repeat center center;
}

.game-appropriate {
	display: block;
	width: 132px;
	height: 171px;
	background: url(/images/Age_Rating_Notice.png) no-repeat center center;
}

#templatemo_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.50);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 12px;
	
}