html {
	margin: 0;
	line-height: 1;
}
body {
	margin: 0;
	color: #333;
	background-color: #FFF;
	font-family: "微软雅黑", Microsoft YaHei;
}
ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, input, button {
	margin: 0;
	padding: 0;
	outline: none;
}
ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p {
	cursor: default;
}
ul, ol {
	list-style: none;
}
label {
	list-style: none;
	font-weight: 500;
	cursor: default;
}
input, button, i {
	list-style: none;
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
	border: 0;
	outline: none;
}
img{
	border: 0;
}