html {
  height: 100%;
  background: #fff;
  text-size-adjust: 100%;
}

body {
  position: relative;
  overflow: auto;
  height: 100%;
  background: #fff;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
main {
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family:
    'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Microsoft YaHei', 'STHeitiSC-Light',
    'sans-serif';
  -webkit-font-smoothing: antialiased;
  outline: 0;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
object {
  vertical-align: top;
}

textarea,
input {
  outline: none;
}

/* stylelint-disable selector-no-qualifying-type */
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  appearance: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 4px;
  height: 9px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ccc;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
