@-webkit-keyframes Loading__loading-bar-spinner___1hKY9 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes Loading__loading-bar-spinner___1hKY9 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: sharingfont;
    src: url(//at.alicdn.com/t/font_848119_oq7ejny2uf.eot);
    src: url(//at.alicdn.com/t/font_848119_oq7ejny2uf.eot#iefix) format("embedded-opentype"), url(//at.alicdn.com/t/font_848119_oq7ejny2uf.woff) format("woff"), url(//at.alicdn.com/t/font_848119_oq7ejny2uf.ttf) format("truetype"), url(//at.alicdn.com/t/font_848119_oq7ejny2uf.svg#iconfont) format("svg")
}

*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box;
    font-size: 14px
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    color: #525252
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .15)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 135, 139, .8)
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none
}

a {
    color: #009a61
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #008352
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px
}

.container>.header {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.container>.header .logo {
    margin-right: 15px;
    height: 50px
}

.container>.header .right-part h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

.container>.header .right-part .sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 13px
}

.container>.title {
    font-size: 34px;
    line-height: 48px;
    margin: 15px 0 20px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
}
.container>.date {
    color: #4183c4;
    font-size: 20px;
    font-weight: 520;
}
.container>.article-list section {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #eee
}

.container>.article-list section h2 {
    margin: 0 5px 0 0;
    font-size: 16px
}

.container>.article-list section h2 a {
    color: #333;
    font-weight: 400
}

.container .copyright {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right
}
.container img {
    display: block;
    margin: 0 auto;
}

.backtop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #fff;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    line-height: 1.25;
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ddd;
    display: block
}
.backtop,
.backtop:hover {
    color: #999;
    text-decoration: none
}
.backtop:hover {
    background: #f3f3f3
}

.cattag {
    padding: 0.1em 0.4em 0.2em;
    font-weight: normal;
    color: #0084ff;
    background: rgba(0, 132, 255, 0.1);
    border-color: transparent;
}

#sidebar {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    padding: 18px; 
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

#sidebar:hover {
    overflow: auto;
}

#sidebar h1 {
    font-size: 16px;
}

#custom-toc-container {
    padding-left: 0;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 800px
    }
}
@media (min-width:1440px) {
    .container {
        width: 900px
    }
}