@charset 'utf-8';
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
section,
audio,
video {
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', Arial, Helvetica, sans-serif, '宋体';
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

/* HTML5 display-role reset for older browsers */

footer,
header,
nav,
section {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ul,
ol,
dl,
li,
dd,
dt {
  list-style: none;
}

a {
  text-decoration: none;
}