html {
    word-spacing: normal;
    color: #2c2c2c;
    font: 14px/1.5 "Microsoft Yahei", "Yuanti SC", "Source Han Sans CN", -apple-system;
    font-style: normal;
    font-weight: normal;
    height: 100%;
}
body, .body {
    height: 100%;
}
.article_type select {
    background: #fff;
    width: 100%;
    height: 40px;
    border-width: 0;
}
.article_type select:focus {
    outline: none;
}
* {
    padding: 0;
    margin: 0;
}

a {
    color: #2c2c2c;
    text-decoration: none;
    cursor: pointer;
}
.s-text {
    font-size: 12px;
    color: #5c6370;
}
.flex {
    display: flex;
    align-items: center;
}
.tips {
    color: #ed980f;
}
.tip-gary {
    color: #5c6370;
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_type {
    display: flex;
    align-items: center;
    padding: 8px 16px;
}
.position-r {
    position: relative;
}
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container.flex {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    display: flex;
}

.container.flex.index {
    min-height: 80px;
}

.container {
    z-index: 10;
    padding: 0 15px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3em 0;
    background: #F6F8FF;
    color: #9DA0B3;
    margin-top: 2em;
    font-size: 12px;
}
.json .string {
    color: green;
}
.json .key {
    color: brown;
}
.json .boolean {
    color: blue;
}
.json .number {
    color: darkorange;
}
.footer a {
    color: #9DA0B3;
    font-size: 12px;
    margin-right: 10px;
}

.footer .footer-list {
    width: 90%;
    max-width: 1180px;
    text-align: center;
}

.safety-menu {
    width: 100%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    z-index: 100;
}

.logo-icon {
    width: 124px;
    padding-top: 0;
}

.nav_button-wrap {
    min-width: 116px;
    justify-content: flex-end;
    display: flex;
}

.w-button {
    font-weight: 700;
}

.popup-div {
    text-align: center;
    font-size: 17px;
    margin-top: 12px;
}

.popup-img {
    border-radius: 8px;
}

.popup {
    background: #000;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 8px;
    padding: 15px;
    display: none;
}

.popup.hidden {
    /* 最终状态，不可见 */
    visibility: hidden;
    transition: visibility 2s linear 2s;
}

.popup-mask {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.btn-k {
    padding: 4px 6px;
    color: #1E62FF;
    border-radius: 6px;
    display: flex;
    border: 1px solid #1E62FF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.aside-content-item.memories {
    display: flex;
}
.aside-content-item.memories a {
    display: flex;
}
.dot-1 {
    color: #FE2D46;
}
.dot-2 {
    color: #F60;
}
.dot-3 {
    color: #FAA90E;
}
.aside-content-item.memories a span {
    width: 18px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -1px;
    flex-shrink: 0;
}
.aside-content-item.memories a div {
    text-align: left;
}
.post-item-index-ad {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #e7effe;
}
.aside-content-item {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.aside-content-item img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}
.aside-content-item.site {
    display: grid;
    grid-template-columns: repeat(3, calc((100% / 3) - 7px));
}
.aside-content-item a {
    text-align: center;
}
.aside-item > div {
    margin-bottom: 20px;
    margin-top: 10px;
}

.aside-content {
    border-radius: 38px;
    padding: 10px 20px 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
}

.index-aside {
    flex-shrink: 0;
}
.banner a {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.banner a img {
    height: 20px;
    margin-right: 4px;
}
.section.section-main {
    background-color: rgba(88, 101, 242, 0);
    max-width: 1200px;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    bottom: 0;
}
.section.section-index {
    background-color: rgba(88, 101, 242, 0);
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    bottom: 0;
}
.section .index {
    flex: 1;
    max-width: 700px;
    width: 100%;
}

.big_log {
    text-align: center;
    margin-bottom: 15px;
}

.big_logo-icon {
    width: 140px;
}

.s_k {
    display: flex;
}

.s_kw_wrap {
    position: relative;
    flex: 1;
}

.s_ipt {
    width: 100%;
    height: 2.5em;
    padding-left: 12px;
    font-size: 17px;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #c4c7ce;
    background: #fff;
    color: #222;
    border-right: none;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.s_btn_wr {
    position: relative;
    z-index: 2;
}

.s_btn {
    height: calc(2.5em + 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 1em;
    background: #FFA500 0 0;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    position: relative;
    z-index: 2;
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.post-list .post-item {
    width: calc(100% - 0px);
    margin-bottom: 26px;
}

.post-item-cover {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.post-item-img {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transform: rotate(0deg);
    max-height: 240px;
}

.post-item-img img {
    width: 100%;
    vertical-align: middle;
}

.post-item-title {
    display: block;
}

.post-item-title > h3 {
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s-loading {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    flex-direction: column;
}
.s-loading img {
    width: 44px;
    height: 16px;
}
.section {
    display: flex;
    justify-content: center;
}
.content {
    max-width: 800px;
    min-width: 0;
    flex: 1;
}
.title {
    font-size: 32px;
    line-height: 1.2;
}
.post-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9DA0B3;
    margin-top: 12px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.post-meta .tag {
    margin-right: 10px;
}
.post-content p {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 2;
    word-break: break-all;
    text-align: justify;
}
.post-content .ql-size-large {
    font-size: 24px;
    margin-top: 22px;
    font-weight: bolder;
}
.post-content a {
    color: #364CC6;
    border-bottom: 4px #364CC628 solid;
    line-height: 1.2;
    margin-left: 2px;
    margin-right: 2px;
    transition: border .25s ease;
}
.post-content blockquote {
    border-left: 4px solid #364CC628;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
.post-content pre {
    font-size: 15px;
    padding: 0;
    overflow-x: auto;
    border-radius: 16px;
    line-height: 0;
}
.post-content pre .hljs {
    position: relative;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.post-content img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.post-content>ul, .post-content>ol {
    background-color: #F6F8FF;
    border-radius: 16px;
    font-size: 16px;
    padding: 22px 22px 22px 38px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.post-content>ul>li {
    list-style: disc;
}
.post-content .ql-indent-1 {
    padding-left: 1em;
}
.post-content>ul>li, .post-content>ol>li {
    margin-bottom: 8px;
}
.aside .toc-wrap {
    border-radius: 38px;
    padding: 10px 20px 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    position: sticky;
    margin-top: 15px;
    top: 0;
}
.aside .ref-title {
    font-size: 22px;
    color: #313546;
    margin-bottom: 20px;
}
.toc-title-ul, .ref-title-ol {
    background-color: #F6F8FF;
    border-radius: 16px;
    padding: 22px 22px 22px 38px;
}
.ref-title-ol {
    background-color: #F6F8FF;
    border-radius: 16px;
    padding: 22px 22px 22px 22px;
}
.toc-title-ul li {
    list-style-type: disc;
    color: #9DA0B3;
    margin-bottom: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: color .25s ease;
}
.aside .ref-title {
    margin-top: 22px;
}
.ref-title-ol li {
    list-style-type: decimal;
    list-style-position: inside;
    color: #9DA0B3;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: color .25s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ref-title-ol.no-style li{
    list-style-type: none;
}
.ref-title-li.activate a {
    color: #364CC6;
}
.item-title.site {
    display: flex;
    align-items: center;
}
.item-title.site img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.logo-btn {
    display: flex;
    align-items: center;
    background-color: #FFD55D;
    height: 58px;
    font-weight: bold;
    border-radius: 16px;
    font-size: 17px;
    overflow: hidden;
}
.logo-btn.site {
    background-color: rgba(0, 0, 0, 0.1);
}
.logo-btn-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    border-radius: 16px;
}
.logo-favicon {
    height: 100%;
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}
.logo-favicon.site {
    background-color: rgba(0, 0, 0, 0.2);
}
.logo-favicon img {
    width: 22px;
}
.logo-favicon.site img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.side-btn-text {
    word-break: break-all;
    padding: 0 10px;
    line-height: 1;
}
.logo-btn .icon {
    padding-right: 6px;
}
.crumbs {
    height: 50px;
    display: flex;
    align-items: center;
}
.crumbs a:after {
    content: '/';
    color: #9DA0B3;
    width: 16px;
    text-align: center;
    pointer-events: none;
    cursor: default;
    position: absolute;
}
.crumbs a {
    margin-right: 16px;
    flex-shrink: 0;
}
.crumbs span {
    font-size: inherit;
    font-weight: normal;
    color: #9DA0B3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.post-ad {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-top: 10px;
    border-radius: 16px;
}
.artile_2 .aside .toc-title-li {
    list-style: none;
    padding-left: 24px;
    background: url("/public/images/icon/time.svg") no-repeat left top / contain;
    background-size: 24px 24px;
}
.artile_2 .aside .toc-title-ul {
    padding-left: 22px;
}
.artile_2 .ql-size-large {
    padding-left: 32px;
    background: url("/public/images/icon/time.svg") no-repeat left center / contain;
    background-size: 32px 32px;
}
.aside-board-item {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.aside-board-item img {
    width: 200px;
    height: 120px;
    vertical-align: middle;
    object-fit: contain;
}
.aside-board-item .border-slider{
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.aside-board-item .text-overflow{
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    padding: 1px 4px;
}
.aside-board-item a {
    display: block;
    position: relative;
    height: 100%;
}
.overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.6;
}
.overlay.prev {
    left: 0;
    background: url("/public/images/icon/left.svg") no-repeat center / contain;
    display: none;
}
.overlay.next {
    right: 0;
    background: url("/public/images/icon/right.svg") no-repeat center / contain;
}
.sites{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sites img {
    width: 18px;
}
.sites-aside {
    width: 200px;
    margin-right: 30px;
    flex-shrink: 0;
    transition: all .3s;
}
.sites-aside-content {
    position: sticky;
    top: 0;
}
.site-aside-content-item {
    display: flex;
    flex-direction: column;
}
.site-aside-content-item a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 12px 10px;
    margin: 2px 7px;
}
.section-site-content {
    width: calc(100% - 230px);
    transition: all .3s;
}
.post-item-site-list {
    display: flex;
    flex-direction: column;
}
.post-item-site {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
}
.sites-text-wrap {
    margin-left: 8px;
    overflow: hidden;
}
.sites-item {
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 0 0 20px -5px rgba(158, 158, 158, .2);
    transition: background-color .3s;
}
.sites-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.post-item-site a {
    padding: 16px;
    overflow: hidden;
}
.site-sidebar-item img {
    width: 24px;
    padding-right: 8px;
}
.site-icon {
    display: flex;
    align-items: center;
    height: 58px;
}
.site-icon img {
    width: 24px;
    margin-right: 8px;
}
.site-sidebar-item.active {
    color: #5961f9;
}
.site-sidebar-item.active img {
    filter: drop-shadow(100px 0 0 #5961f9);
    transform: translate(-100px);
}
.site-aside-content-item a {
    overflow: hidden;
}
@media screen and (max-width: 568px) {
    .section-flex {
        flex-direction: column;
    }
}
@media screen and (max-width: 720px) {
    .section-site-content {
        width: calc(100% - 73px);
    }
    .sites-aside {
        width: 58px;
        margin-right: 15px;
    }
    .sites-aside .side-btn-text {
        display: none;
    }
    .site-aside-content-item .text-overflow {
        display: none;
    }
    .site-sidebar-item img {
        padding-right: 0;
    }
    .jwt-wrap {
        flex-direction: column;
    }
}
@media screen and (min-width: 568px) {
    .index-aside {
        max-width: 240px;
        margin-left: 50px;
    }
    .aside {
        flex-shrink: 0;
        max-width: 240px;
        margin-left: 50px;
    }
}
@media screen and (min-width: 1080px) {
    .post-item-site {
        grid-template-columns: repeat(4, 1fr)
    }
}

.collapsed .sites-aside {
    width: 58px;
    margin-right: 15px;
}
.collapsed .section-site-content {
    width: calc(100% - 73px);
}
.logo-btn {
    cursor: pointer;
}
