* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-family: "微软雅黑";
	box-sizing: border-box;
	font-style: normal;
}

body {
	width: 100%;
	overflow-x: hidden;
	background-size: 100%;
	background-color: #fff
}

img {
	vertical-align: middle;
	max-width: 100%;
}

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