﻿body,div,p,h1,header,footer,section,nav,ul,li,a,span {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
}
ul,li {
	list-style-type: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
/* img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
} */

/* input {
	outline: none;
} */
.fl {
	float: left;
}
.fr {
	float: right;
}
 .clearFix::after {
	content: '';
	display: block;
	clear: both;
} 
/* *{
	border: none;
} */