@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	zoom: 1;
}
body {
	margin: 0;
}
html {
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
body, button, input, select, textarea {
	font: 400 1em/1.8 PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400;
}
ul, ol {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
strong, b {
	font-weight: bold;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1;
}
img {
	border-style: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
	max-width: 100%;
}
li {
	list-style-type: none;
}
button, input, optgroup, select, textarea {
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	outline: none;
}
button, input { /* 1 */
	overflow: visible;
}
button, select { /* 1 */
	text-transform: none;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
	-webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
i {
	font-style: normal;
}
