body{
	padding: 0;
	margin: 0;
	background-color: #F9F9F9;
}
.header{
	width: 7.5rem;
	height: 0.38rem;
	margin: 0 auto;
	background-color:#FFFFFF;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.header .logo{
	width: 0.82rem;
	/* height: 0.2rem; */
	margin-left: 1.58rem;
	margin-top: 0.1rem;
	display: inline-block;
	float: left;
}

.header .logo img{
	width: 100%;
}

.header .menu{
	width: 1rem;
	/* height: 0.18rem; */
	margin-top: 0.11rem;
	margin-right: 1.65rem;
	display: inline-block;
	float: right;

}
.header .menu ul{
	height: 0.18rem;
	list-style-type: none;
	padding-left: 0;
	margin: 0.04rem 0;
	display: flex;
}

.header .menu ul li{
	width: 0.47rem;
	color: black;
	/* font-weight: bold; */
	list-style-type: none;
	margin: 0 0.03rem;
	text-align: center;
}
.header .menu ul li p{
	margin: 0;
}
.header .menu ul li p.zh{
	font-size: 0.1rem;
}
.header .menu ul li p.en{
	font-size: 0.03rem;
}


.content{
	width: 7.5rem;
	/* height: 5.13rem; */
	margin: 0 auto;
	margin-top: 0.38rem;
	background-color:#F9F9F9;
}

.content .main{
	width: 7.5rem;
	/* height: 5.13rem; */
	background-image: url(./bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
}

.content .main .core{
	width: 4.35rem;
	/* height: 3.25rem; */
	border: 0.001rem solid #CCCCCC;
	border-radius: 0.1rem;
	margin: 0 auto;
	margin-top: 1.41rem;
	margin-bottom: 0.46rem;
	background-color: #FFFFFF;
	position: relative;

}

.content .main .core p{

	font-size: 0.12rem;
	display: inline;
}

.content .main .core .game_back_btn{
	width: 0.96rem;
	height: 0.24rem;
	position: absolute;
	top: 0.12rem;
	left: 0.13rem;
}

.content .main .core .game_back_btn img{
	width: 100%;
}

.content .main .core .desc{
	width: 3.76rem;
	/* height: 2.76rem; */
	margin: 0.24rem auto;
	display: block;
}

.content .main .core .desc h2{
	font-size: 0.12rem;
	font-weight: 400;
	text-align: center;
}

.content .main .core .desc .desc_content{
	font-size: 0.08rem;
	color: #303030;
}

.content .main .core .desc .desc_content label{
	font-size: 0.08rem;
}
.content .main .core .desc .desc_content .item_title{
	display: flex;
	font-size: 0.08rem;
}

.content .main .core .desc .desc_content .item_title .item_title_label{
	width: 0.8rem;
	font-size: 0.08rem;
}

.content .main .core .desc .desc_content .item_title_content p,font{
	font-size: 0.08rem;
}


.footer{
	width: 7.5rem;
	height: 0.71rem;
	margin: 0 auto;
	background-color:#2F3032;

}
.footer .main{
	width: 7.5rem;
	height: 0.71rem;
	font-size: 0.08rem;
	color: #FFFFFF;
	margin: 0 auto;
	display: flex;
	
}

.footer .main p,font{
	font-size: 0.06rem;
}

.footer .main .left{
	width: 50%;
	height: 0.71rem;
	text-align: left;
}

.footer .main .left ul {
	/* margin-top: 0.21rem; */
	padding-left: 1.38rem;
	
}
.footer .main .left ul li {
	font-size: 0.06rem;
	line-height: 0.14rem;
	list-style:none;
}

.footer .main .right{
	width: 50%;
	height: 0.45rem;
	text-align: right;
}
.footer .main .right ul {
	/* margin-top: 0.24rem; */
	padding-right: 1.28rem;
}
.footer .main .right ul li {
	font-size: 0.06rem;
	line-height: 0.16rem;
	list-style:none;
}