*{
	margin:0;
	padding:0;
}
body,html{
	font-size: .32rem;
	background:#f7f7f7;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.header{
	height:.8rem;
	background:#fff;
}
.header h1{
	font-size:.26rem;
	color:#22252e;
	text-align: center;
	line-height:.8rem;
}
.returnBtn{
	position:absolute;
	top:.22rem;
	left:.35rem;
	width: .2rem;
}
.phone{
	position:fixed;
	bottom:.5rem;
	left:0;
	right:0;
	width:5.15rem;
	height:.8rem;
	margin:0 auto;
	color:#fff;
	background:#007aff;
	border-radius:.4rem;
	line-height:.8rem;
	text-align:center;
	font-weight:900;
	font-size:.3rem;
	z-index:9999;
}