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;
}

* {
    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 {}
}

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

@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
    }
}


.main-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d;
}

.main-content blockquote p {
    margin: 0 !important;
}

.main-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.main-content {
    font-size: 16px;
    line-height: 1.6;
}

.main-content p {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .main-content {
        font-size: 16px;
    }
}

.main-content img {
    margin-bottom: 16px;
    display: inline-block;
}

.main-content table {
    margin: 0 0 15px;
    line-height: 2;
}

.main-content table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.main-content table>tbody>tr>td,
.main-content table>tbody>tr>th,
.main-content table>tfoot>tr>td,
.main-content table>tfoot>tr>th,
.main-content table>thead>tr>td,
.main-content table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.main-content h6 {
    font-size: 18px;
}

.main-content h5 {
    font-size: 21px;
}

.main-content h4 {
    font-size: 24px;
}

.main-content h3 {
    font-size: 27px;
}

.main-content h2 {
    font-size: 30px;
}

.main-content ul,
.main-content ol {
    margin: 0 0 20px;
    padding-left: 30px;
}

.main-content ul li,
.main-content ol li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.main-content ol {
    list-style: decimal;
}

.main-content ul {
    list-style: disc;
}

.main-content iframe {
    margin: auto;
}

.main-content .syntaxhighlighter {
    padding: 10px 0;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    margin: 0 0 25px;
}