@charset "utf-8";
/* css reset */
body, header, a, h1, h2, h3, h4, span, img, ul, ol, li, input, p, i, figure, figcaption, article, button {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	border:0;
}
ul, ol, dl,dt,dd {
	list-style: outside none none;
}
a {
	text-decoration: none;
}
body {
	background-color: #fff;
	-moz-user-select:none;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	height: 100%;
}
/* css commom */
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}