@import url( style.css );
html {
	color: rgb(0, 0, 0); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
body {
	color: rgb(0, 0, 0); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
html {
	background: fixed rgb(244, 244, 244);
}
body {
	margin: 0px auto; max-width: 720px;
}
* {
	padding: 0px; border: 0px currentColor; border-image: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	
}
a.hidefocus {
	
}
input[type=text] {
	-webkit-appearance: none;
}
input[type=button] {
	-webkit-appearance: none;
}
input[type=submit] {
	-webkit-appearance: none;
}
button {
	border: 0px currentColor; border-image: none; cursor: pointer;
}
input {
	
}
.clearfix::before {
	display: table; content: "";
}
.clearfix::after {
	display: table; content: "";
}
.clearfix::after {
	clear: both;
}
table {
	table-layout: fixed;
}
