html,body {
    padding: 0;
    margin: 0;
    font-family: PingFang SC,sans-serif;
    font-style: normal;
    min-height: 100%;
    width: 100%;
    font-size: 12px;
    background-color: var(--body-bg-color);
    min-width: 1200px;
    overflow-x: hidden
}

* {
    padding: 0;
    margin: 0;
    outline: 0 none;
    box-sizing: border-box;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input {
    user-select: auto
}

strong {
    font-weight: normal
}

ol,ul {
    list-style: none;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0
}

a {
    transition: all .3s ease-out 0s;
    border: none;
    text-decoration: none
}

a:hover {
    transition: all .3s ease-out 0s
}

a:focus {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0px
}

img {
    border: none;
    vertical-align: middle
}

#__next {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%
}

p {
    margin-bottom: 0
}

::-webkit-scrollbar {
    width: 0
}

::-webkit-scrollbar:horizontal {
    height: 0
}

@media screen and (max-width: 1200px) {
    html {
        font-size:50px
    }

    body,html {
        min-width: auto;
        min-width: 310px
    }

    .share_container {
        display: none
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size:85px
    }
}

@media screen and (min-width: 641px)and (max-width: 799px) {
    html {
        font-size:80px
    }
}

@media screen and (min-width: 580px)and (max-width: 640px) {
    html {
        font-size:75px
    }
}

@media screen and (min-width: 540px)and (max-width: 579px) {
    html {
        font-size:72px
    }
}

@media screen and (min-width: 500px)and (max-width: 539px) {
    html {
        font-size:68px
    }
}

@media screen and (min-width: 480px)and (max-width: 499px) {
    html {
        font-size:64px
    }
}

@media screen and (min-width: 440px)and (max-width: 479px) {
    html {
        font-size:58px
    }
}

@media screen and (min-width: 414px)and (max-width: 439px) {
    html {
        font-size:55.2px
    }
}

@media screen and (min-width: 390px)and (max-width: 413px) {
    html {
        font-size:52px
    }
}

@media screen and (min-width: 375px)and (max-width: 389px) {
    html {
        font-size:50px
    }
}

@media screen and (min-width: 360px)and (max-width: 374px) {
    html {
        font-size:48px
    }
}

@media screen and (min-width: 330px)and (max-width: 359px) {
    html {
        font-size:44px
    }
}

@media screen and (min-width: 310px)and (max-width: 329px) {
    html {
        font-size:42.67px
    }
}

/*# sourceMappingURL=rest.css.map */
