/* CSS Document */

/* CSS Document */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
html, body {
	border: 0;
	vertical-align: baseline;
	outline: none;
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}
body {
	font-family: "微软雅黑", "宋体", Verdana, Geneva, sans-serif;
	font-size: 65%;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
}
ul, ol, li, dl {
	list-style: none;
}
img {
	border: 0;
}
a, a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
img, input, select {
	vertical-align: middle;
}