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(../customer/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.18rem;
	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.12rem;
}
.content .main .core .desc .desc_content .item_title{
	display: flex;
}

.content .main .core .desc .desc_content .item_title .item_title_label{
	width: 0.8rem;
	font-size: 0.1rem;
}

.content .main .core .desc .desc_content .item_title_content p,font{
	font-size: 0.1rem;
}


.footer{
	width: 7.5rem;
	height: 1.13rem;
	margin: 0 auto;
	background-color:#424242;
	position: relative;
}
.footer  img{
	width: 100%;
}
.footer .logo{
	width: 1.11rem;
	height: 0.2825rem;
	position: absolute;
	left: 1.47rem;
	top: 0.43rem;
}

.footer .slogan{
	width: 1.09rem;
	height: 0.302rem;
	margin: 0 auto;
	position: absolute;
	right: 1.46rem;
	top: 0.45rem;
}