@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: 400;
	font-style: normal;
	vertical-align: baseline;
	-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:after,
q:before {
	content: ''
}

embed,
object {
	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
}