* {
	-webkit-overflow-scrolling: touch;
}

* {
	box-sizing: border-box;
}



a {
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

i {
	font-style: normal;
}

ul{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

input {
	outline: none;
}

button {
	border: none;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	vertical-align: middle;
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 750px;
	font-size: .14rem;
	    padding-top: .88rem;
		font-family: PingFangSC-Medium, PingFang SC;
}
/* 底部样式修改 */
.footer .contact{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .contact:nth-child(1){
	margin-bottom: 15px;
}
.footer .contact .contact_img{
	display: block;
	width: 20px;
	height: 20px;
}
.footer .contact .contact_text{
	font-size: 14px;
	color: #fff;
	margin-left:5px;
}