@charset "utf-8";
/* CSS Document */
* {margin: 0; outline: 0; padding: 0;}
*:focus {outline: none;}
html {
    font-size: -webkit-calc(100vw / 19.20);
    font-size: calc(100vw / 19.20);
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    /*-webkit-user-select: none;*/
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media all and (max-width: 1680px) {
    html {
        font-size: -webkit-calc(100vw / 16.80);
        font-size: calc(100vw / 16.80);
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.16rem;
}

a {text-decoration: none; cursor: pointer;}
input, button, textarea, select {appearance: none; font-size: 0.28rem; resize: none;}
img {max-width: 100%; border: 0 none;}
ul, li {display: block; list-style: none;}
