*{
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei;
}
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
	list-style: none;
    vertical-align: middle;
    box-sizing: border-box;
}

a{
	display: block;
	text-decoration: none;
	color: #fff;
}

html, body {
    font: 16px/1 "Microsoft YaHei";
    height: 100%;
    color: #333;
}
html{
	height: 100%;
	min-width: 1200px;

	font-family: Microsoft YaHei;
	font-size: 100px;
}
body{
	font-size: 0.16rem;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #fff;
	width: 100%;
	min-width: 1200px;
}
ul,li{
	list-style: none;
}
button{
	outline: none;
}
a{
	text-decoration: none;
}
.clear{ clear: both;}
.fl{ float: left;}
