html {
    background-color: #fff
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: "SFProText-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    -webkit-overflow-scrolling: touch
}

div,
a,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
ol,
dl {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: normal
}

input[type='text'],
input[type='number'] {
    -webkit-appearance: none
}

::-webkit-search-cancel-button {
    display: none
}
a[title='站长统计'] {
    display: none;
}

[v-cloak] {
    display: none;
}