* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}

body {
	width: 100%;
	height: 100%; 
    overflow: hidden;
}
.do_content{
	width: 100%;
	height: 10rem; 
	display: none;
}
.down_content {
	width: 100%;
	height: 100vh;
	background:url(images/down_bg.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;	
	justify-content: center;
	
}
.down_tip{
	
	
}
.down_tip span{
	font-size: 0.28rem;
	line-height: 0.26rem;
	color: #555;
	}
.logo{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.logo img{
	width: 2.88rem;
	height: 2.88rem;
	border-radius: 0.4rem;
}
.logo span{
	padding-top: 0.2rem;
	font-size: 0.3rem;
}
h5{
	width: 4rem;
	height: 0.8rem;
	font-size: 0.28rem;
	font-weight: normal;
	text-align: center;
	margin-top: 1rem;
	background-color: #33BFA5;
	line-height: 0.8rem;
	color: #fff;
	border-radius: 10rem;
}

