/* You can add global styles to this file, and also import other style files */

a, address, b, blockquote, body, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, label, legend, li, ol, p, s, span, table, tbody, td, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: punctuation,PingFangSC-Regular,"Microsoft Yahei",sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

body{
    background-color: #ededed;
    font-size: .12rem;
    -webkit-background-size: 3.2rem auto;
    background-size: 3.2rem auto;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

html{
    font-size:100px;
}