* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    background: #eef1f6;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

img {
    display: block;
    max-width: 100%;
}

