html,
body {
  color: #666;
  font-size: 14px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE*/
}

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;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  margin-top: 2em;
}

ol,
ul {
  list-style: none;
  padding-left: 1em;
}

p,
dd {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
}

p,
dd,
li {
  margin-bottom: 5px;
  line-height: 1.5;
}

table,
th,
td {
  border: 2px solid #f6f6f6;
}

table {
  border-collapse: collapse;
}

th {
  color: #323232;
}

th,
td {
  font-size: 12px;
  line-height: 1.5;
  padding: 6px;
}

thead {
  background-color: #fafafa;
}

body {
  padding: 10px;
}

.text-center {
  text-align: center;
}
