@charset "utf-8";

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: transparent
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	resize: none;
	border: none;
	line-height: normal;
	outline: #fe0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

em,
i {
	font-style: normal
}

ul,
li {
	list-style-type: none
}

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

body {
	color: #000;
	background-color: #fff
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both
}

.clearfix {
	zoom: 1
}

a {
	text-decoration: none;
	color: #282828;
}

a:hover {
	text-decoration: none
}

img {
	border: 0;
	vertical-align: middle
}


