body,
div,
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,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
	display: block
}

iframe,
fieldset,
img,
button,
input {
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
	font-weight: normal
}

del {
	text-decoration: line-through
}

ul,
ol {
	list-style: none
}

a {
	text-decoration: none
}

button,
input,
select,
textarea {
	font-size: 100%
}

input {
	border-radius: 0
}

body {
	overflow-x: hidden;
	min-width: 320px;
	font-family: "Noto Sans SC";
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}

input::-webkit-input-placeholder {
	color: #999 !important
}

input:-moz-placeholder {
	color: #999 !important
}

input::-moz-placeholder {
	color: #999 !important
}

input:-ms-input-placeholder {
	color: #999 !important
}

:focus {
	outline: 0
}

.clear {
	clear: both
}

.clearfix,
.c {
	zoom: 1
}

.clearfix:after,
.c:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}