body {
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1em;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {
    padding-left: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}
a, a:focus, a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.blog-description.font-mono .meta-item-tag {
    margin-top: 5px;
}
.blog-description.font-mono a:hover {
    color: #69b4f9;
}
.blog-description.font-mono .edit a {
    color: #1890ff;
}
hr {
    height: 1px;
    border: 0;
    clear: both;
}
li {
    list-style: none;
}

.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
xmp {
    font-family: unset;
}

body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 12px;
    height: 12px;
}
body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    height: 30px;
    background-color: #c0c0c0;
    -webkit-border-radius: 7px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}
body::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

html {
    font-size: 1rem!important;
    height: 100%;
    box-sizing: border-box;
}
/*article-top*/
#top {
    padding: .75rem 1rem;
    line-height: 2;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 891;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    -webkit-box-shadow: 4px -11px 20px #000;
    box-shadow: 4px -11px 20px #000;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff85;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#top .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#top .navbar .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
#top .navbar .container-fluid .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 2;
}
#top .navbar .container-fluid .navbar-nav {
    font-size: 1.1rem;
    display: -ms-flexbox;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#top .navbar .container-fluid .navbar-nav .nav-item {
    margin: 0 10px;
}
#top .navbar .container-fluid .mr-auto {
    margin-right: auto !important;
}
#top .navbar .navbar-brand.text-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
#top .navbar .navbar-brand {
    display: inline-block;
    padding: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#top .navbar a {
    color: #000000e6;
    font-family: 'Mirages Custom', 'Merriweather', 'Open Sans', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', 'Segoe UI Emoji', 'Segoe UI Symbol', Helvetica, Arial, sans-serif;
}

.nav-link-label {
    margin-left: 0.25rem;
}

#top .navbar .container-fluid .side-toolbar-list {
    text-align: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.side-toolbar-list li {
    position: relative;
    display: inline-block;
    margin: 0 .25rem;
}

#top .navbar .container-fluid .side-toolbar-list li a {
    display: inline-block;
    height: 2.75rem;
    width: 2.75rem;
    line-height: 2.75rem;
    border-radius: 100%;
    font-size: 1rem;
    background: #f0f0f0;
    color: #262e38;
    vertical-align: middle;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

#top .navbar .container-fluid .side-toolbar-list li a:hover {
    background: #262e38;
    color: #f0f0f0;
}
.navbar-search-container {
    display: inline-block;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 2.75rem;
    line-height: 2.55rem;
    background: #f0f0f0;
    color: #262e38;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: left;
}

.navbar-nav.side-toolbar-list .navbar-search-container>a {
    text-align: center;
    vertical-align: top;
}

.navbar-search-container .search-form {
    display: inline-block;
}

.navbar-search-container .search-form input.search {
    height: 2.375rem;
    width: 6.5rem;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    overflow: hidden;
    line-height: 1.5;
    vertical-align: bottom;
}

.icon-more {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    transform: rotate(90deg);
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    line-height: 2;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0,0,0,0.117);
    -moz-box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0,0,0,0.117);
    box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0,0,0,0.117);
}

.dropdown-item>a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #191919;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e4effb;
}

.dropdown-menu.show {
    display: block;
}

.animateOut {
    top: -68px!important;
}

.gradient-bg-rev {
    background: #b2fefa !important;
    background: -webkit-gradient(linear, left top, right top, from(#0052d4), color-stop(#0ed2f7), to(#b2fefa)) !important;
    background: linear-gradient(to right, #0052d4, #0ed2f7, #b2fefa) !important;
}

.scrollbar {
    margin-top: .75rem;
    margin-left: -1rem;
    position: fixed;
    height: 3px;
    width: 10px;
    background-color: #50bcb6;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    z-index: 11;
}

/*sidebar*/
#toggle-nav {
    display: none;
    top: .625rem;
    left: .625rem;
    font-size: .75rem;
    position: fixed;
    z-index: 899;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

#sidebar-nav {
    width: 17.5rem;
    height: 100%;
    position: fixed;
    left: -17.5rem;
    top: 0;
    bottom: 0;
    background: #fafafa;
    border-right: 1px solid #efefef;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6.25rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
#toggle-nav .nav-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    font-size: 12px;
    padding: 9px 15px;
    border-radius: 20px;
}
#sidebar-nav .author {
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    min-width: 12.5rem;
}
#sidebar-nav .author img {
    border-radius: 7rem;
    width: 7rem;
    height: 7rem;
}
#sidebar-nav .menu {
    margin-top: 1.875rem;
}
#sidebar-nav .menu li a {
    color: #333;
    padding: 0.375rem 1.75rem;
    position: relative;
    line-height: 2.25rem;
    display: block;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 300;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#sidebar-nav .menu li a:hover {
    background: #efefef;
    color: #333;
}

/*article-header*/
.article-header {
    height: 70vh;
    min-height: 12.5px;
    position: relative;
    display: table;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #2e2e2e;
    width: calc(100% - -0.0625rem);
    -webkit-transition: 1s ease background-color;
    transition: 1s ease background-color;
}
.article-header .article-background {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
}
.inner {
    display: table-cell;
    position: relative;
    z-index: 10;
    width: 100%;
    left: -1px;
    vertical-align: middle;
    max-width: 710px;
    margin: 0 auto;
    background-color: #00000040;
}
.blog-title {
    padding: 0 35px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: .75rem;
}
.typed-cursor {
    animation: typed 0.7s infinite;
    -webkit-animation: typed 0.7s infinite;
}

@media not all, screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .blog-description.font-mono {
        font-family: Consolas,Menlo,Monaco,"lucida console","Liberation Mono","Courier New","andale mono",monospaceX,monospace,sans-serif;
        font-size: 1rem;
    }
}

@keyframes typed {
    50% {
        opacity: 0.0;
    }
}

/*article-body*/
#body {
    overflow: hidden;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.article_l_main {
    padding: 0 16px 16px;
    margin-top: -80px;
    z-index: 10;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
.body-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.articles_l_main {
    width: 100%;
    max-width: 860px;
    margin-top: -8rem;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}
.l_body {
    position: relative;
    margin: 16px 16px 0 16px;
    min-height: calc(100vh - 70vh);
    z-index: 11;
}
.post-list {
    position: relative;
    margin: 16px auto;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.post-wrapper {
    margin-bottom: 16px;
}
.post-wrapper {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}
.post {
    position: relative;
    margin: 16px auto;
    padding: 20px;
    border-radius: 12px;
}
.white-box {
    background: #fff;
}
.shadow {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}
.shadow:hover {
    -webkit-box-shadow: 1px 1px 7px 7px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 7px 7px rgba(0,0,0,0.1);
}
.post-wrapper .post .meta {
    margin-bottom: 16px;
}
.post .meta {
    color: rgba(68,68,68,0.65);
}
.post .meta#header-meta {
    margin-top: 0;
    margin-bottom: 16px;
}
.post .meta#header-meta hr{
    background-color: #e6e6e6;
}
.post-wrapper .post .meta .title {
    font-size: 1.375rem;
}
.post .meta .title {
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    margin: 0;
}
.post-wrapper .post .meta .title a {
    font-size: 1.375rem;
}
.post .meta .title a {
    display: inline;
    font-weight: 400;
    color: #444;
    text-decoration: none;
}
.post .meta .new-meta-box, .post .meta .new-meta-box i, .post .meta .new-meta-box p {
    font-size: .875rem;
}
.post .meta .new-meta-box {
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.not-link {
    display: flex;
}
.post .meta .new-meta-box .new-meta-item {
    color: rgba(68,68,68,0.65);
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    margin: 0 8px 0 0;
    border-radius: 4px;
}
.post .meta .new-meta-box .new-meta-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-text {
    display: flex;
}
.flex-text a {
    padding: 0 4px;
}
.post .meta .new-meta-box .new-meta-item a:hover{
    color: #1890ff;
}
.post .meta .new-meta-box .new-meta-item a, .post .meta .new-meta-box .new-meta-item p {
    color: rgba(68,68,68,0.65);
    padding-left: 0;
    padding: 0 4px;
}
.post .meta .new-meta-box .new-meta-item a img {
    height: 1.2em;
    width: 1.2em;
    margin-right: 5px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.post .meta .new-meta-box .author i, .post .meta .new-meta-box .author img {
    border-radius: 100%;
}
.post .meta .new-meta-box .new-meta-item a p {
    margin: 0;
    font-weight: 400;
    transition: all .28s ease;
    -moz-transition: all .28s ease;
    -webkit-transition: all .28s ease;
    -o-transition: all .28s ease;
}
.post .meta .new-meta-box .new-meta-item .notlink {
    cursor: default;
}
.article p {
    text-align: justify;
    max-width: 100%;
    overflow: auto;
}
.post a img {
    display: inline;
}
.article div>img, .article p>img {
    display: block;
    margin: auto;
    border-radius: 5px;
}
.article img {
    position: relative;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.article p>img:hover {
    transform: scale(1.05);
}
.article p {
    border-radius: 5px;
    overflow-x:hidden; overflow-y:hidden;
}
.articles-list {
    max-height: 22rem;
    min-height: 20rem;
}
.articles-list.loading {
    filter: blur(15px);
}
.blog-background {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lazyload-container.loaded{
    opacity: 1;
}
.lazyload-container.loading{
    opacity: 0;
}
.lazyload-container {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-filter: blur(35px);
    -moz-filter: blur(35px);
    -o-filter: blur(35px);
    filter: blur(35px);
    -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=35, MakeShadow=false);
    -webkit-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -ms-transition: 1s ease opacity;
    -o-transition: 1s ease opacity;
    transition: 1s ease opacity;
}

.back-top {
    bottom: 1rem;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer;
    z-index: 105;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff5c;
}
.show-content {
    display: none;
    right: 1rem;
    bottom: 4.5rem;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    cursor: pointer;
    z-index: 105;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff5c;
}

.article-body {
    min-height: calc(30vh - 40px);
    padding: 20px 35px;
    border-radius: 0.5rem;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 2px 12px 0px;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 12px 0px;
}
.vditor-reset {
    color: #24292e;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans","Hiragino Sans GB","Microsoft Yahei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    word-wrap: break-word;
    overflow: auto;
    line-height: 1.5;
    font-size: 16px;
    word-break: break-word;
}

.affix {
    position: fixed!important;
    top: 0px;
    width: 240px;
}

#laypage {
    text-align: center;
}

/* 1. 外层布局容器 */
.right-bj {
    width: 285px;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    transition: all 0.5s ease;
}

/* 2. 主视觉容器 -> Flexbox 布局容器 */
.slimScrollDiv {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 67px;
    /* 视觉样式 - 亮色版 */
    background: rgba(255, 255, 255, 0.8); /* 半透明白色背景 */
    backdrop-filter: saturate(150%) blur(10px);
    border: 1px solid #e5e7eb; /* 浅灰色边框 */
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08); /* 轻柔的阴影 */

    max-height: calc(100vh - 160px);
    width: 100%;
    transition: all 0.5s ease;
}

/* 3. 目录头部 -> 固定不动的 Flex 项目 */
.toc-content {
    flex-shrink: 0;
    position: static;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.toc-content > .toc-header {
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937; /* 深灰色标题 */
    border-bottom: 1px solid #e5e7eb; /* 浅灰色分割线 */
    display: flex;
    align-items: center;
}
.toc-content > .toc-header span { margin-left: 10px; }

/* 4. 目录列表外层容器 -> 占据所有剩余空间的 Flex 项目 */
.right-menu {
    flex: 1;
    min-height: 0;
    position: relative;
    display: flex;
}

/* 5. 真正的滚动容器 -> .titleList */
.right-menu > .titleList {
    overflow-y: auto;
    flex: 1;
    padding: 15px 0;
    list-style: none;
    margin: 0;
    position: relative;
}

/* 6. 列表项和激活状态样式 - 亮色版 */
.right-menu > .titleList li { margin: 0; padding: 0; cursor: pointer; line-height: 34px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; transition: all 0.2s ease; }
.right-menu > .titleList li a { display: block; transition: all 0.2s ease; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 0.95rem; color: #4b5563; /* 中度灰色 */ padding: 0 20px; text-decoration: none; }
.right-menu > .titleList li a:hover { color: #0969da; /* 悬停时为蓝色 */ }
.right-menu > .titleList li.active a { color: #0969da; font-weight: 600; }

.h-1 a { padding-left: 20px !important; }
.h-2 a { padding-left: 35px !important; }
.h-3 a { padding-left: 50px !important; font-size: 0.9rem; }
.h-4 a { padding-left: 65px !important; font-size: 0.85rem; }
.h-5 a { padding-left: 80px !important; font-size: 0.8rem; }
.h-6 a { padding-left: 95px !important; font-size: 0.8rem; }

/* 激活状态的指示器 .j-bj */
.right-menu > .titleList .j-bj {
    background: linear-gradient(107deg, #3b82f6, #8b5cf6);
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 34px;
    border-radius: 2px;
    z-index: 1;
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 7. 滚动条美化 - 亮色版 */
.right-menu > .titleList::-webkit-scrollbar { width: 8px; height: 8px; }
.right-menu > .titleList::-webkit-scrollbar-track { background: transparent; border-radius: 0 16px 16px 0; }
.right-menu > .titleList::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 4px; border: 2px solid #ffffff; }
.right-menu > .titleList::-webkit-scrollbar-thumb:hover { background: #b3b3b3; }
.right-menu > .titleList::-webkit-scrollbar-corner { background: transparent; }

.archives .layui-timeline {
    max-width: 680px;
    margin: 0 auto;
}
.archives .brick {
    margin-bottom: .625rem;
}
.archives a {
    color: #333 !important;
    position: relative;
    display: block;
    padding: .625rem;
    font-style: normal;
    line-height: 1.125rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    outline: none !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archives a:hover {
    background: #eee;
}
.archives .time {
    color: #555;
    padding-right: .625rem;
}

footer {
    position: relative;
    bottom: 10px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

/*article-footer*/
#footer p {
    font-size: .8125rem;
}

#footer .copyright {
    color: #444444;
    margin-top: 16px;
    font-size: .75rem;
}
#footer a {
    color: rgba(68,68,68,0.65);
    padding: 0;
    transition: all .28s ease;
    -moz-transition: all .28s ease;
    -webkit-transition: all .28s ease;
    -o-transition: all .28s ease;
}
/*article-tail*/
.article-tail hr {
    height: 1px;
}
.article-tail .meta-item {
    display: flex;
    margin-right: 10px;
}
.article-tail .meta-item .icon {
    height: 1.5rem !important;
    width: 1.5rem !important;
    margin-right: 5px;
    padding-top: 4px;
}
.article-tail  .meta-item .flex-text a {
    padding: 2px 6px;
    position: unset;
    color: unset;
}
.article-tail .meta-item .flex-text a:hover {
    background-color: #eee;
    border-radius: 5px;
    color: #4285f4;
}
/*markdown*/
#article-title{
    white-space: pre-line;
    display: none;
}
.article-body .note-update-date {
    padding: 0.75rem;
    border-left: 0.35rem solid;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    border-color: #0052d4;
    background: -webkit-gradient(linear, left top, right top, from(#5d9eea), to(#afcafd));
    background: linear-gradient(to right, #5d9eea, #afcafd);
}
.article-body blockquote {
    padding: 0.5em 1em !important;
    color: #656565;
    background-color: rgba(119,119,119,0.05);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: .2em solid #0052d4 !important;
}
.article-body a {
    color: #1890ff;
    position: relative;
    white-space: normal;
}
.article-body a:hover:after {
    left: 0;
    width: 100%;
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -ms-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
}
.article-body a:after {
    position: absolute;
    bottom: -0.0625rem;
    left: 100%;
    width: 0;
    border-bottom: 0.0625rem solid #1890ff;
    content: "";
    -webkit-transition: width 350ms,left 350ms;
    -moz-transition: width 350ms,left 350ms;
    -ms-transition: width 350ms,left 350ms;
    -o-transition: width 350ms,left 350ms;
    transition: width 350ms,left 350ms;
}
.vditor-reset iframe.iframe__video {
    width: 100%;
}
/*mask*/
#wrap-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ffffff85;
}

#wrap-mask > .boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#wrap-mask > .boxLoading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

#wrap-mask > .boxLoading:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #2196F3;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}

@media (min-width: 576px) {

}

@media screen and (max-width: 768px) {
    .blog-title {
        font-size: 1.75rem;
        font-weight: 400;
        margin-bottom: .5rem;
    }
    .cover-wrapper .cover .cover-body {
        padding-bottom: 68px;
    }
    .cover-wrapper .cover .cover-body .title {
        font-size: 2rem;
        font-weight: 400;
    }
    .article-header .inner {
        padding-bottom: 80px;
    }
    #top {
        display: none;
    }
    #toggle-nav {
        display: block;
    }
    #toggle-nav .nav-button {
        -webkit-backdrop-filter: saturate(180%) blur(2px);
        backdrop-filter: saturate(180%) blur(2px);
        background-color: #ffffffa3;
    }
    .article_l_main,.articles_l_main {
        width: 100%;
        padding: 0;
    }
    .l_body {
        margin: 0;
        padding: 0 16px;
    }
    .articles-list {
        max-height: 10rem;
        min-height: 10rem;
    }
    .shadow {
        -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    }
    .post .meta {
        margin-bottom: 16px
    }

    .post .meta .title {
        font-size: 1.25rem
    }

    .right-bj {
        /* 只在桌面端应用 sticky 定位 */
        position: sticky;
        width: 240px;
        top: 80px;
        align-self: flex-start;
        transition: all 0.5s ease;
        /* 确保在桌面端 z-index 不是很高，避免不必要的覆盖 */
        z-index: 10;
    }

    .slimScrollDiv {
        position: fixed;
        right: 0;
        top: unset;
        bottom: 8rem;
        transform: translateX(100%);
        z-index: 1000;
    }

    /* 当拥有 .is-visible 类时，滑入屏幕内（显示） */
    .slimScrollDiv.is-visible {
        transform: translateX(0);
    }

    .back-top {
        right: 1rem;
    }
    .back-top:active {
        transform: scale(1.3);
    }
    .show-content {
        display: none;
    }
    .show-content:active {
        transform: scale(1.3);
    }
    .article_l_main {
        width: 100% !important;
    }
    .article-body {
        padding: 20px 16px;
    }
    .article-body .note-update-date {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px){

}

@media (min-width: 992px) {
    .navbar>.container-fluid {
        max-width: 960px;
    }
}
@media (min-width: 1210px) {
    .navbar>.container-fluid {
        max-width: 1170px;
    }
}
@media only screen and (min-width: 1440px){
    .right-bj {
        width: 240px;
    }
    .body-wrapper-offset {
        left: 120px;
    }
}
@media screen and (max-width:768px) and (max-width:500px) {
    .post {
        padding: 24px 16px
    }
}

@media (min-width: 768px){
    .slimScrollDiv {
        width: 240px;
    }
    .article_l_main[content=show] {
        width: calc(100% - 1 * 240px);
        min-width: 500px;
    }
    .body-wrapper {
        max-width: 1200px;
    }
    .back-top:hover {
        transform: scale(1.3);
    }
}
@media screen and (min-width: 992px){
    .right-bj. {
        width: 240px;
    }
    .slimScrollDiv {
        width: 240px;
    }
}

@media only screen and (min-width: 1200px) {
    .right-bj {
        width: 240px;
    }
}

@media only screen and (min-width: 1240px){
    .article_l_main[content=show] {
        width: calc(100% - 1 * 240px);
    }
}

@media screen and (max-width: 1440px) {
    .right-bj {
        width: 240px;
    }
    .slimScrollDiv {
        width: 240px;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1440px){
    .body-wrapper {
        max-width: 1200px;
    }
}

img.lazy {
    opacity: 1;
    filter: blur(20px);
    transition: opacity 0.5s ease-out, filter 0.5s ease-out;
}

img:not(.lazy) {
    opacity: 1;
    filter: none;
}
