html,
body,
div,
span,
applet,
object,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, Segoe UI, Microsoft YaHei, 寰蒋闆呴粦, sans-serif;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e2e2e2;
}
::-webkit-scrollbar-track-piece {
    background-color: #fff;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    vertical-align: middle;
}
a {
    outline: none;
    color: #16418a;
    text-decoration: none;
    cursor: default;
    -webkit-backface-visibility: hidden;
}
a:focus {
    outline: none;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
html,
body,
#app {
    height: 100%;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}
input,
textarea {
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    caret-color: #1c9fff;
}
::-webkit-input-placeholder {
    color: #c1c1c1;
    font-size: 15px;
}
::-moz-placeholder {
    color: #c1c1c1;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #c1c1c1;
    font-size: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.enter-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enter-loading img {
    width: 60px;
    height: 60px;
}
