body{
	height: 100%;
}
.logo{
	margin-top: 0.6rem;
	text-align: center;
}
.logo img{
	width: 1.6rem;
	height:1.6rem;
}
.logo p{
	margin-top: 0.31rem;
	font-size: 0.24rem;
	color: rgb(52,52,52);
}
.img{
	display: block;
	margin: auto;
	margin-top: 2.4rem;
	/*width:5rem;*/
	height: 3rem;
}
.left-module{
	float: left;
	margin-top: 0.6rem;
	margin-left: 0.9rem;
}
.right-module{
	float: right;
	margin-top: 0.6rem;
	margin-right: 0.9rem;
}
.download-app{
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 0.5rem;
	background-color: rgb(52,51,51);
	border-radius: 0.05rem;
	
}
.download-app img{
	display: block;
	margin-right: 0.1rem;
	width: 0.3rem;
	height: 0.31rem;
}
.download-app span{
	font-size: 0.24rem;
	color: #fff;
}
.img-2{
	margin: 0.24rem 0;
	width: 2.4rem;
	height: 2.4rem;
}
.blank{
	clear: both;
	height: 1rem;
}
.info-hint{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.hint-img{
	float: right;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
	width: 1.58rem;
	height: 2.4rem;
}
.hint-title{
	clear: both;
	text-align: center;
	font-size: 0.4rem;
	color: #FFFFFF;
	letter-spacing: 0.04rem;
}
.hint-text{
	clear: both;
	margin-top: 0.5rem;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 0.4rem;
	color: #FFFFFF;
	font-size: 0.3rem;
	letter-spacing: 0.04rem;
	
}

.hint-text div{
	margin-right: 0.1rem;
	width: 0.4rem;
	height: 0.4rem;
	background: rgb(246,74,0);
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.4rem;
	letter-spacing: 0.04rem;
	
}
.hint-text img{
	margin-left: 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
}
.button{
	margin: 0.4rem auto;
	width: 2rem;
	height: 2rem;
	/*border: 1px solid #FFFFFF;
	border-radius: 50%;*/
	line-height: 2rem;
	text-align: center;
	font-size: 0.4rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	
}
