html,
body {
  margin: 0 auto;
  padding: 0;
}

body {
  font-family: -apple-system, PingFangSC-Regular, Microsoft YaHei, sans-serif;
  background-color: #f7f8fa;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  overflow-y: auto;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

input {
  border: 0;
  background: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
  box-shadow: none;
}

button {
  border: none;
  outline: none;
  transition: opacity 0.5s, box-shadow 0.5s;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  outline-style: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

[v-cloak] {
  display: none;
}
