
html,
body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
hr,
button {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  vertical-align: baseline;
  max-height: 9999999px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  word-break: break-all;
  border: 0;
  -webkit-overflow-scrolling: touch
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
canvas,
summary {
  display: block
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

button {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

textarea {
  resize: none
}

fieldset,
img {
  border: 0
}

input {
  outline: 0;
  border: 0;
  width: 100%
}

button {
  background-color: transparent
}

input {
  background-color: transparent;
}

body {
  font-family: "PingFang SC", "PingFangSC-Regular", "Noto Sans CJK SC", "Source Han Sans CN", "DroidSans", arial, sans-serif;
}
