body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

header,
nav,
article,
section,
canvas,
footer {
	display: block;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "Source Han Sans SC-Regular", tahoma, helvetica, arial, "\5b8b\4f53", sans-serif;
	outline: none;
}

h1,
h2,
h3 {
	font-weight: normal;
	font-family: Poppins;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

small {
	font-size: 12px;
}

ul {
	list-style: none;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}

legend {
	color: #000;
}

fieldset,
img {
	border: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

hr {
	border: none;
	height: 1px;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	font-family: Poppins;
}

.pc-max-width {
	max-width: 1200px;
	margin: 0 auto;
}