@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; outline: 0;}
html {
    -webkit-text-size-adjust: none;
    font-size: 100px;
    /*-webkit-user-select: none;*/
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    resize: none;
    background: none;
    border: 0 none;
}
body {
    font-family: Futura, Arial, "PingFang SC", Microsoft YaHei, "\5B8B\4F53", sans-serif;
    font-size: 0.16rem;
    background: #f2f2f2;
}
@-moz-document url-prefix() {
    body {
        font-family: Arial, sans-serif;
    }
}
html, body {width: 100%; height: 100%; overflow-x: hidden;}
img {border: 0 none; max-width: 100%;}
ul, li {display: block; list-style: none;}
a {text-decoration: none; cursor: pointer;}

.yee-body {width: 100%; height: 100vh; overflow: auto; overflow-x: hidden;}





