/* reset */
html {
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
:focus {
	outline:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-family:inherit;
	font-weight:inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
	font-family:"\5fae\8f6f\96c5\9ed1", "Microsoft YaHei", s Arial, Helvetica, sans-serif;
}
input, button, textarea, select, optgroup, option {
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	font-size:100%;
}
body {
	line-height:1.5;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
sup, sub {
	font-size:100%;
	vertical-align:baseline;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
em {
	font-style:normal;
}
.fixed:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.fixed {
	display:block;
	min-height:1%;
}
*html .fixed {
	height:1%;
}
.clear {
	display:block!important;
	float:none!important;
	clear:both;
	overflow:hidden;
	width:auto!important;
	height:0!important;
	font-size:0;
	line-height:0;
	margin:0 auto!important;
	padding:0!important;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}
body {
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666;
}
a:link, a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#d82e4b;
}
* {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
.main img {
	vertical-align:top;
}

::-webkit-input-placeholder {
color:#999;
} /* WebKit browsers */
:-moz-placeholder {
color:#999;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
color:#999;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
color:#999;
} /* Internet Explorer 10+ */
