body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,
figcaption,
th,
td,
span {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	scroll-behavior: smooth;
}
@font-face {
	font-family: 'PFB';
	src: url(../font/PingFang\ Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'PFM';
	src: url(../font/PingFang\ Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'PFR';
	src: url(../font/PingFang\ Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'PFL';
	src: url(../font/PingFang\ Light.ttf) format('truetype');
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
  }

body {
	font-family: 'PFR', 'PFM', 'PFB', Arial;
	font-size: 16px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: inherit;
}

caption,
th {
	text-align: left;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	color: #666;
}