/* reset */
html, body, div, section, header, footer, h1, h2, h3, p, ul, li, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #1f2937;
    background: #f6f8fb;
}

[v-cloak] {
    display: none;
}
