* {
	margin: 0 auto;
}

.nav {
	width: 100%;
	background-color: #f2f2f2;
}

.header {
	width: 100%;
	background: white;
	height: 2.225rem;
	position: relative;
	text-align: center;
	border-bottom: 0.025rem solid #D9D9D9;
}

.header span {
	font-size: 0.9rem;
	position: absolute;
	top: 0.625rem;
	left: 4rem;
	font-weight: bold;
}

.header img {
	top: 0.625rem;
	width: 0.6rem;
	height: 1rem;
	position: absolute;
	left: 0.5rem;
}
.title{
	width: 100%;
	height: 5rem;
	background: white;
	position: relative;
}
 .logo{
	width: 6rem;
	height: 3rem;
	position: absolute;
	left: 34%;
	top: 1rem;
	
}
.content{
	width: 100%;
	background: white;
	
}
.content .text{
	width: 90%;
	line-height: 1.3rem;
	font-size: 0.8rem;
	color: #666666;
	text-align: center;
}
.footer{
	background: white;
	width: 100%;
	height: 4.1rem;
	padding-top: 1rem;
	box-sizing: border-box;
	
}
.footer ul{
	padding-right: 0.6rem;
	box-sizing: border-box;
	list-style-type: none;
	line-height: 1.5rem;
	
}
.footer ul>li>span{
	color: #666666;
	padding-left: 0.5rem;
	text-align: center;
	padding-bottom: 0.5rem;
	box-sizing: border-box;
	font-size: 0.7rem;
}
.footer img{
	width: 1rem;
	height: 1rem;
	display: inline-block;
    vertical-align: middle;
	
}
