@charset "utf-8";
/* ===========================================================

	Title:	reset.css
	Created:	2016-6-1
	Version:	2.2
	License:	GNU General Public License

=========================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
 }
html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
li {
	list-style-type: none;
}
article, aside, details, dialog, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display:block;}
audio, canvas, progress, video {display:inline-block;}