
#aside-content .aside-list>.aside-list-item .content>.title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.anzhiyufont {
    font-family: anzhiyufont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.anzhiyufont::before {
    font-family: anzhiyufont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#aside-content .card-widget {
    border-radius: 8px;
    background: var(--card-bg);
    -webkit-box-shadow: var(--card-box-shadow);
    box-shadow: var(--card-box-shadow);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#aside-content .aside-list>.aside-list-item .thumbnail>img {
    width: 100%;
    height: 100%;
    -webkit-transition: filter 375ms ease-in .2s, -webkit-transform .6s;
    -moz-transition: filter 375ms ease-in .2s, -moz-transform .6s;
    -o-transition: filter 375ms ease-in .2s, -o-transform .6s;
    -ms-transition: filter 375ms ease-in .2s, -ms-transform .6s;
    transition: filter 375ms ease-in .2s, transform .6s;
    object-fit: cover
}

#aside-content .aside-list>.aside-list-item .thumbnail>img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@property --anzhiyu-header-translateY {
    syntax: "<length-percentage>";
    inherits: true;
    initial-value: 0
}

@property --anzhiyu-header-info-scale {
    syntax: "<number>";
    inherits: true;
    initial-value: 1
}

@property --anzhiyu-header-cover-scale {
    syntax: "<number>";
    inherits: true;
    initial-value: 2
}

@-moz-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

:root {
    --animation-on: cubic-bezier(0.6, 0.1, 0, 1);
    --animation-in: cubic-bezier(0.6, 0.2, 0.25, 1);
    --animation-ot: opacity 0.5s var(--animation-in) backwards, transform 1s var(--animation-in) backwards;
    --animation-otf: opacity 0.5s var(--animation-in) backwards, transform 1s var(--animation-in) backwards, filter 0.7s var(--animation-in) backwards;
    --global-font-size: 16px;
    --global-bg: #fff;
    
    --hr-border: rgba(161, 172, 247, 0.137);
    --hr-before-color: rgba(123, 139, 244, 0.137);
    --search-bg: #f6f8fa;
    --search-input-color: #4c4948;
    --search-result-title: #4c4948;
    --preloader-bg: #37474f;
    --preloader-color: #fff;
    --tab-border-color: #f0f0f0;
    --tab-botton-bg: #f0f0f0;
    --tab-botton-color: #1f2d3d;
    --tab-button-hover-bg: #dcdcdc;
    --tab-button-active-bg: #fff;
    --card-bg: #fff;
    --sidebar-bg: #f6f8fa;
    --btn-hover-color: #ff7242;
    --btn-color: #fff;
    --btn-bg: var(--anzhiyu-main);
    --text-bg-hover: rgba(66, 90, 239, 0.7);
    --light-grey: #eee;
    --dark-grey: #cacaca;
    --white: #fff;
    --text-highlight-color: #1f2d3d;
    --blockquote-color: #6a737d;
    --blockquote-bg: rgba(66, 90, 239, 0.1);
    --reward-pop: #f5f5f5;
    --toc-link-color: #666261;
    --card-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.05);
    --card-hover-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.09);
    --pseudo-hover: #ff7242;
    --headline-presudo: var(--anzhiyu-fontcolor);
    --scrollbar-color: var(--anzhiyu-scrollbar);
    --anzhiyu-snackbar-time: 2000ms;
    --anzhiyu-deep-purple: #405589;
    --anzhiyu-meta-theme-color: #f7f9fe;
    --anzhiyu-bar-background: var(--anzhiyu-main);
    --anzhiyu-theme-op: rgba(66, 89, 239, 0.137);
    --anzhiyu-card-bg-none: rgba(255, 255, 255, 0);
    --anzhiyu-main-op-deep: var(--anzhiyu-theme-op-deep) !important;
    --anzhiyu-gray-op: rgba(153, 153, 153, 0.169);
    --anzhiyu-theme-top: var(--anzhiyu-theme);
    --anzhiyu-white: #fff;
    --anzhiyu-white-op: rgba(255, 255, 255, 0.2);
    --anzhiyu-black: #000;
    --anzhiyu-black-op: rgba(0, 0, 0, 0.2);
    --anzhiyu-none: rgba(0, 0, 0, 0);
    --anzhiyu-gray: #999;
    --anzhiyu-yellow: #ffc93e;
    --anzhiyu-orange: #e38100;
    --anzhiyu-blue-hover: #5390e6;
    --anzhiyu-radius-full: 50px;
    --anzhiyu-radius: 8px;
    --anzhiyu-border-radius: 8px;
    --anzhiyu-main: var(--anzhiyu-theme);
    --anzhiyu-main-op: var(--anzhiyu-theme-op);
    --anzhiyu-shadow-theme: 0 8px 12px -3px var(--anzhiyu-theme-op);
    --anzhiyu-shadow-main: 0 8px 12px -3px var(--anzhiyu-main-op);
    --anzhiyu-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, 0.2);
    --anzhiyu-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, 0.2);
    --anzhiyu-shadow-black: 0 0 12px 4px rgba(0, 0, 0, 0.05);
    --anzhiyu-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, 0.12);
    --anzhiyu-shadow-red: 0 8px 12px -3px rgba(238, 125, 121, 0.212);
    --anzhiyu-shadow-green: 0 8px 12px -3px rgba(135, 238, 121, 0.212);
    --anzhiyu-shadow-border: 0 8px 16px -4px rgba(44, 45, 48, 0.047);
    --anzhiyu-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, 0.15);
    --anzhiyu-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
    --anzhiyu-code-stress: var(--anzhiyu-main);
    --style-border: 1px solid var(--anzhiyu-card-border);
    --anzhiyu-blue-main: #425aef;
    --style-border-hover: 1px solid var(--anzhiyu-main);
    --style-border-dashed: 1px dashed var(--anzhiyu-theme-op);
    --style-border-avatar: 5px solid var(--anzhiyu-white);
    --style-border-always: 1px solid var(--anzhiyu-card-border);
    --style-border-none: 1px solid transparent;
    --style-border-deep-ash: 1px solid #d0d7de;
    --style-border-hover-always: 1px solid var(--anzhiyu-main);
    --anzhiyu-main-none: rgba(184, 184, 184, 0) !important;
    --anzhiyu-wihite-font: #fff;
        --anzhiyu-bar-background: #402060;
    --anzhiyu-main: #402060;
    --anzhiyu-theme-op: #40206023;
    --anzhiyu-theme-op-deep: #402060dd;
}


#aside-content .author-info__description,
#aside-content .author-info__name {
    font-family: PingFang SC, 'Hiragino Sans GB', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif
}

.is-center {
    text-align: center
}

img[data-lazy-src]:not(.loaded) {
    filter: blur(8px) brightness(1)
}

img[data-lazy-src]:not(.loaded) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

:root {
    --hl-color: #90a4ae;
    --hl-bg: #f6f8fa;
    --hltools-bg: var(--anzhiyu-secondbg);
    --hltools-color: var(--anzhiyu-fontcolor);
    --hlnumber-bg: #f6f8fa;
    --hlnumber-color: rgba(144, 164, 174, 0.5);
    --hlscrollbar-bg: #dce4eb;
    --hlexpand-bg: linear-gradient(180deg, rgba(246, 248, 250, 0.6), rgba(246, 248, 250, 0.9))
}

:root {
    --loadingbar-background-color: #2c2b30;
    --loadingbar-prospect-color: #ece5d8
}

@supports not (filter:drop-shadow(0 0 0 #fff)) {
}

body:has(#console.show) #nav-music {
    display: none !important
}

#aside-content {
    width: 300px;
    -webkit-animation: slide-in .6s .3s backwards;
    -moz-animation: slide-in .6s .3s backwards;
    -o-animation: slide-in .6s .3s backwards;
    -ms-animation: slide-in .6s .3s backwards;
    animation: slide-in .6s .3s backwards
}

@media screen and (min-width:1200px) {
    #aside-content {
        padding-left: 15px
    }
}

@media screen and (max-width:1200px) {
    #aside-content {
        width: 100%;
        padding: 20px
    }
}

@media screen and (max-width:768px) {
    #aside-content {
        padding: 0 20px 20px
    }
}

#aside-content>.card-widget:first-child {
    margin-top: 0
}

@media screen and (max-width:1200px) {
    #aside-content>.card-widget:first-child {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    #aside-content>.card-widget:first-child {
        margin-top: 0
    }
}

#aside-content .card-widget {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 24px
}

#aside-content .card-widget .author-info__bottom-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#aside-content .card-widget .author-info__bottom-group .author-info__name {
    text-align: left;
    font-weight: 700;
    color: var(--anzhiyu-white);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0
}

#aside-content .card-widget .author-info__bottom-group .author-info__desc {
    font-size: 12px;
    color: var(--anzhiyu-white);
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    line-height: 1
}

#aside-content .card-widget .author-info__description {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    padding: 1rem 1.2rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    color: var(--anzhiyu-white)
}

#aside-content .card-widget .author-info-avatar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#aside-content .card-widget .author-info-avatar img {
    filter: blur(0) brightness(1)
}

#aside-content .card-widget .author-info-avatar .author-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 33px;
    height: 33px;
    border-radius: 2em;
    background-color: var(--anzhiyu-white);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s .2s;
    -moz-transition: .3s .2s;
    -o-transition: .3s .2s;
    -ms-transition: .3s .2s;
    transition: .3s .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#aside-content .card-widget .author-info-avatar .author-status img {
    width: 26px;
    height: 26px;
    border-radius: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s
}

#aside-content .card-widget .card-info-social-icons {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer
}

#aside-content .card-widget .card-info-social-icons .social-icon {
    margin: 0 0 0 10px;
    color: var(--anzhiyu-fontcolor);
    font-size: 1.4em;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
}

#aside-content .card-widget .card-info-social-icons .social-icon i {
    background: var(--anzhiyu-white-op);
    color: var(--anzhiyu-white);
    font-size: 1rem;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 8px;
    border-radius: 32px
}

#aside-content .card-widget .card-info-social-icons .social-icon i:hover {
    background: var(--anzhiyu-secondbg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: var(--anzhiyu-main);
    -webkit-box-shadow: none;
    box-shadow: none
}

#aside-content .item-headline {
    padding-bottom: 0;
    margin-left: 8px;
    font-size: 1em;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#aside-content .item-headline span {
    margin-left: 6px
}

@media screen and (min-width:1200px) {
    #aside-content .sticky_layout {
        position: sticky;
        position: -webkit-sticky;
        top: 20px;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -o-transition: top .3s;
        -ms-transition: top .3s;
        transition: top .3s
    }
}

#aside-content .aside-list>.aside-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6px 0
}

#aside-content .aside-list>.aside-list-item:first-child {
    padding-top: 0
}

#aside-content .aside-list>.aside-list-item:not(:last-child) {
    border-bottom: 1px dashed #f5f5f5
}

#aside-content .aside-list>.aside-list-item:last-child {
    padding-bottom: 0
}

#aside-content .aside-list>.aside-list-item .thumbnail {
    overflow: hidden;
    width: 4.2em;
    height: 4.2em
}

#aside-content .aside-list>.aside-list-item .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    word-break: break-all;
    width: 4.2em;
    height: 4.2em
}

#aside-content .aside-list>.aside-list-item .content>time {
    display: block;
    color: var(--anzhiyu-fontcolor);
    font-size: 85%
}

#aside-content .aside-list>.aside-list-item .content>.title {
    color: var(--font-color);
    font-size: 95%;
    line-height: 1.5;
    -webkit-line-clamp: 2
}

#aside-content .aside-list>.aside-list-item .content>.title:hover {
    color: #425aef
}

@media screen and (min-width:901px) {
    #aside-content #card-toc {
        right: 0 !important;
        max-height: calc(100vh - 100px)
    }
}

@media screen and (max-width:1200px) {
    #aside-content #card-toc {
        position: fixed;
        right: 55px;
        bottom: 30px;
        z-index: 100;
        max-width: 380px;
        max-height: calc(100% - 60px);
        width: calc(100% - 80px);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        -o-transition: -o-transform .3s;
        -ms-transition: -ms-transform .3s;
        transition: transform .3s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

#aside-content #card-toc .toc-percentage {
    display: none;
    float: right;
    margin-top: -9px;
    color: #a9a9a9;
    font-style: italic;
    font-size: 140%
}

#aside-content #card-toc .toc-content {
    overflow-y: scroll;
    overflow-y: overlay;
    margin: 0 -24px;
    max-height: calc(100vh - 120px);
    width: calc(100% + 48px)
}

@media screen and (max-width:1200px) {
    #aside-content #card-toc .toc-content {
        max-height: calc(100vh - 140px)
    }
}

#aside-content #card-toc .toc-content>* {
    margin: 0 20px !important
}

#aside-content #card-toc .toc-content>*>.toc-item>.toc-child {
    margin-left: 10px;
    padding-left: 10px
}

#aside-content #card-toc .toc-content:not(.is-expand) .toc-child {
    display: none
}

@media screen and (max-width:1200px) {
    #aside-content #card-toc .toc-content:not(.is-expand) .toc-child {
        display: block !important
    }
}

#aside-content #card-toc .toc-content li,
#aside-content #card-toc .toc-content ol {
    list-style: none
}

#aside-content #card-toc .toc-content>ol {
    padding: 0 !important
}

#aside-content #card-toc .toc-content ol {
    margin: 0;
    padding-left: 18px
}

#aside-content #card-toc .toc-content .toc-link {
    display: block;
    margin: 4px 0;
    padding: 1px 6px;
    color: var(--toc-link-color);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#aside-content #card-toc .toc-content .toc-link:hover {
    color: var(--anzhiyu-lighttext)
}

.avatar-img {
    width: 118px;
    height: 118px;
    right: 0;
    top: 0;
    border-radius: 500px;
    object-fit: cover;
    position: absolute;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    border: var(--style-border-avatar)
}

@media screen and (max-width:1200px) {
    .aside-content {
        max-width: none !important;
        display: none
    }
}

@media screen and (max-width:768px) {
    .aside-content {
        display: block
    }
}

#aside-content>.card-widget.card-info {
    background: var(--anzhiyu-card-bg);
    -webkit-box-shadow: var(--anzhiyu-shadow-black);
    box-shadow: var(--anzhiyu-shadow-black);
    position: relative;
    padding: 0
}

@media screen and (max-width:768px) {
    #aside-content>.card-widget.card-info {
        display: none
    }
}

#aside-content>.card-widget.card-info>.card-content {
    padding: 1rem 1.2rem;
    min-height: 320px;
    position: relative
}

#aside-content>.card-widget.card-info::before {
    background: -webkit-linear-gradient(115deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));
    background: -moz-linear-gradient(115deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));
    background: -o-linear-gradient(115deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));
    background: -ms-linear-gradient(115deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));
    background: linear-gradient(-25deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));
    background-size: 400%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    -webkit-animation: gradient 15s ease infinite;
    -moz-animation: gradient 15s ease infinite;
    -o-animation: gradient 15s ease infinite;
    -ms-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite
}

#aside-content .card-info:hover .author-info-avatar {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#aside-content .card-info:hover .author-info__description {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

#aside-content .card-info:hover .author-status {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#aside-content .card-info .author-info-avatar {
    margin: 45px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    -webkit-transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
    -moz-transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
    -o-transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
    -ms-transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
    transition: cubic-bezier(.69, .39, 0, 1.21) .3s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    position: relative
}

@media screen and (max-width:768px) {
    #aside-content .card-info .author-info-avatar {
        display: none
    }
}

#aside-content .card-info #author-info__sayhi {
    text-align: left;
    color: var(--anzhiyu-white);
    background: var(--anzhiyu-white-op);
    font-size: 12px;
    margin: auto;
    padding: 2px 8px;
    border-radius: 12px;
    width: fit-content;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#aside-content .card-info #author-info__sayhi:hover {
    background: var(--anzhiyu-card-bg);
    color: var(--anzhiyu-fontcolor);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width:992px) {
    #aside-content>.card-info {
        background-size: 100% 70%
    }
}

#page-header.post-bg .post-meta:has(.bili-banner),
#page-header.post-bg .post-meta:has(.bldbanner),
#page-header.post-bg .post-meta:has(.blqbanner) {
    pointer-events: all
}

#page-header.post-bg #post-info:has(.bili-banner),
#page-header.post-bg #post-info:has(.bldbanner),
#page-header.post-bg #post-info:has(.blqbanner) {
    pointer-events: none
}

#page-header.post-bg:has(.bldbanner),
#page-header.post-bg:has(.blqbanner) {
    height: 15rem
}

#page-header.post-bg:has(.bldbanner) img,
#page-header.post-bg:has(.blqbanner) img {
    border-radius: 0
}

#page-header.post-bg:has(.bili-banner) {
    height: 11rem
}

#page-header.post-bg:has(.bili-banner) img {
    border-radius: 0
}

@media screen and (max-width:768px) {

    .post-bg:has(.bili-banner) #post-info:after,
    .post-bg:has(.bldbanner) #post-info:after,
    .post-bg:has(.blqbanner) #post-info:after {
        -webkit-box-shadow: 0 -214px 287px 45px var(--anzhiyu-black-op) inset;
        box-shadow: 0 -214px 287px 45px var(--anzhiyu-black-op) inset
    }
}

#center-console:checked+label:is(.widget, #center-console:checked+label.widget:hover) i {
    height: calc(var(--icon-size)/ 4.5);
    background: var(--anzhiyu-white) !important
}

[data-theme=dark] #center-console:checked+label:is(.widget, #center-console:checked+label.widget:hover) i {
    background: var(--anzhiyu-black) !important
}

#body-wrap:has(#travellings_button:hover) #nav #menus,
#body-wrap:has(#travellings_button:hover) #page-name {
    display: none
}

@media screen and (max-width:768px) {

    #aside-content .card-widget {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

::backdrop {
    display: block;
    position: fixed;
    top: 0
}

#article-container>:first-child:is(h2) {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

#article-container.post-content li::marker {
    color: #425aef;
    font-weight: 600;
    font-size: 1.05em
}

#article-container.post-content li:hover::marker {
    color: var(--pseudo-hover)
}

@media screen and (max-width:768px) {
    :root {
        --style-border: 1px solid var(--anzhiyu-card-border);
        --style-border-hover: 1px solid var(--anzhiyu-theme)
    }
}

#aside-content .aside-list>.aside-list-item .content>time {
    display: none
}

#aside-content .aside-list>.aside-list-item .content>.title {
    -webkit-line-clamp: 3;
    font-weight: 700;
    padding: 2px 0;
    width: 100%;
    height: 100%;
    display: -webkit-box
}

#aside-content .aside-list>.aside-list-item {
    padding: 8px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 12px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    margin: 6px 0;
    cursor: pointer
}

@media screen and (min-width:1200px) {
    #aside-content .aside-list>.aside-list-item:hover {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    #aside-content .aside-list>.aside-list-item:active {
        -webkit-transform: scale(.97);
        -moz-transform: scale(.97);
        -o-transform: scale(.97);
        -ms-transform: scale(.97);
        transform: scale(.97)
    }
}

#aside-content .aside-list>.aside-list-item:hover .thumbnail>img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#aside-content .aside-list>.aside-list-item:not(:last-child) {
    border-bottom: 0 dashed var(--anzhiyu-background) !important
}

#aside-content .aside-list>.aside-list-item .thumbnail {
    border-radius: var(--anzhiyu-border-radius);
    border: var(--style-border)
}

#aside-content .aside-list>.aside-list-item:hover {
    background: var(--anzhiyu-main);
    color: var(--anzhiyu-white);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: var(--anzhiyu-shadow-main);
    box-shadow: var(--anzhiyu-shadow-main)
}

#aside-content .aside-list>.aside-list-item:hover a {
    color: var(--anzhiyu-white) !important
}

.card-widget.card-recent-post {
    padding: .4rem 1rem !important
}

#aside-content #card-toc .toc-content {
    overflow-y: auto
}

#aside-content #card-toc span.toc-number {
    display: none
}

#aside-content #card-toc .toc-content .toc-link {
    line-height: 1.2;
    padding: 8px;
    border-left: 0 solid transparent;
    border-radius: 12px;
    color: var(--anzhiyu-secondtext);
    cursor: default
}

#aside-content #card-toc .toc-content .toc-link:not(.active) span {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    cursor: pointer;
    filter: blur(1px);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

#aside-content #card-toc:hover .toc-content .toc-link:not(.active) span {
    filter: blur(0);
    opacity: 1;
    -ms-filter: none;
    filter: none
}

#aside-content #card-toc .toc-content .toc-link:not(.active) span:hover {
    color: var(--anzhiyu-lighttext)
}

@media screen and (min-width:900px) {
    #aside-content .sticky_layout {
        top: 60px
    }
}

#aside-content .card-widget {
    border-radius: 12px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

#aside-content .card-widget {
    -webkit-box-shadow: var(--anzhiyu-shadow-border);
    box-shadow: var(--anzhiyu-shadow-border);
    background: var(--anzhiyu-card-bg);
    border: var(--style-border);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

:root {
    --album-background-dark: #2d3548;
    --album-text-light: rgba(255, 255, 255, 0.6);
    --album-text-lighter: rgba(255, 255, 255, 0.9);
    --album-spacing-s: 8px;
    --album-spacing-m: 16px;
    --album-spacing-l: 24px;
    --album-spacing-xl: 32px;
    --album-spacing-xxl: 64px
}

#album .card-album:hover>.card:not(:hover) .card_cover {
    filter: brightness(.5) saturate(.9) contrast(1.2) blur(20px)
}

#aside-content .card-widget#card-wechat {
    background: #57bd6a;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
    cursor: pointer;
    border: none;
    height: 110px
}

#flip-wrapper {
    -webkit-perspective: 1000;
    perspective: 1000
}

#flip-wrapper {
    position: relative;
    width: 235px;
    height: 110px;
    z-index: 1
}

#flip-content {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: cubic-bezier(0, 0, 0, 1.29) .3s
}

#aside-content #flip-wrapper #flip-content .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: 100%
}

#aside-content #flip-wrapper #flip-content .back.face {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-sizing: border-box;
    background-size: 100%
}

#flip-wrapper:hover #flip-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

body:has(#sidebar-menus.open) #he-plugin-simple {
    z-index: 104;
    left: 95px !important;
    opacity: 1;
    display: block;
    transition: .3s
}

body:has(.post-bg.nav-fixed) #he-plugin-simple .s-sticker div {
    color: var(--font-color) !important
}

body:has(.post-bg) #he-plugin-simple .s-sticker div {
    color: var(--anzhiyu-white) !important
}

[data-theme=dark] body:has(.post-bg) #he-plugin-simple .s-sticker div {
    color: var(--font-color) !important
}

[data-v-41ba7e2c]:has([data-v-db6ccf64][data-v-41ba7e2c]) {
    opacity: 1
}

#article-container.post-content li::marker {
    content: none
}

details.folding-tag>summary::marker {
    color: var(--anzhiyu-main);
    font-size: 16px
}

details.folding-tag summary:hover::marker {
    color: var(--anzhiyu-white)
}

details.folding-tag[open]>summary::marker {
    color: var(--anzhiyu-white)
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb {
    display: inline
}

body:has(#console.show) .aplayer.aplayer-arrow .aplayer-icon-loop {
    display: inline
}

body:has(#console.show) .aplayer-volume-wrap {
    display: none
}

body:has(#console.show) #nav-music {
    z-index: 10000;
    left: 45%;
    top: 23%;
    box-shadow: none;
    align-items: flex-start;
    transition: 0s;
    height: 35%;
    width: 42%;
    opacity: 1 !important;
    justify-content: center
}

body:has(#console.show) #nav-music:active {
    transform: scale(1)
}

body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-lrc {
    opacity: 1;
    width: 100%;
    height: 180px;
    margin: 0;
    padding: 0
}

body:has(#console.show) #nav-music .aplayer .aplayer-lrc p,
body:has(#console.show) #nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
    color: var(--anzhiyu-fontcolor)
}

body:has(#console.show) #nav-music #nav-music-hoverTips {
    opacity: 0;
    height: 70px;
    width: 70px;
    margin-left: 0;
    border-radius: 50%;
    box-shadow: 0 0 14px #ffffffa6;
    transform: rotate(0) scale(1.1);
    border: var(--style-border-always);
    animation: changeright 24s linear infinite;
    margin-top: 10px;
    left: auto
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    display: block;
    border-radius: 10px;
    height: 10px
}

body:has(#console.show) meting-js {
    height: 100%;
    width: 100%
}

body:has(#console.show) #nav-music .aplayer .aplayer-body {
    align-items: center;
    flex-direction: column;
    width: 100%;
    cursor: auto
}

body:has(#console.show) #nav-music .aplayer {
    height: 100%;
    width: 100%;
    padding: 10px 10px 0
}

body:has(#console.show) #nav-music .aplayer {
    background: 0 0;
    border: none
}

body:has(#console.show) #nav-music.playing {
    animation: none
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music {
    height: auto;
    margin-bottom: 10px
}

body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-info {
    flex-direction: column;
    height: auto;
    position: relative
}

body:has(#console.show) .aplayer .aplayer-pic .aplayer-play {
    width: 30px;
    height: 30px
}

body:has(#console.show) .aplayer .aplayer-pic .aplayer-play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%)
}

body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-pic {
    height: 70px;
    width: 70px;
    margin-left: 0;
    border-radius: 50%
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-author {
    display: inline
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-title {
    color: var(--anzhiyu-fontcolor);
    cursor: auto;
    line-height: 2;
    display: inline-block;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s;
    user-select: none;
    margin-right: 3px
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller {
    width: 100%;
    height: auto;
    top: 26px;
    align-items: center
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    height: 10px;
    border-radius: 10px;
    background: #cdcdcd
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    display: block;
    bottom: 0
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0;
    padding: 0
}

body:has(#console.show) #nav-music .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
    display: none
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    background: var(--anzhiyu-main) !important;
    opacity: .8;
    animation: none;
    border-radius: 10px
}

body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    margin-top: -2px;
    width: 15px;
    height: 15px
}

body:has(#console.show) #nav-music .aplayer .aplayer-lrc .aplayer-lrc-contents {
    margin-top: 80px
}

@media screen and (min-width:1200px) and (max-width:1450px) {
    body:has(#console.show) #nav-music {
        left: 45%
    }
}

@media screen and (max-width:1200px) {
    body:has(#console.show) #nav-music .aplayer-list {
        display: block;
        position: absolute;
        z-index: 1;
        background: #fff;
        left: 0
    }

    body:has(#console.show) .aplayer-list {
        max-height: none !important
    }

    body:has(#console.show) .aplayer-list {
        position: fixed;
        display: none;
        width: 100%;
        bottom: -76%;
        left: 0;
        background: var(--sidebar-bg);
        height: auto;
        border-radius: 15px 15px 0 0;
        padding: 15px 0
    }

    body:has(#console.show) .aplayer-list.aplayer-list-hide {
        bottom: 0 !important
    }

    body:has(#console.show) ol>li {
        display: flex;
        margin: 0 10px
    }

    body:has(#console.show) ol>li span.aplayer-list-title {
        width: 30%
    }

    body:has(#console.show) ol>li.aplayer-list-light {
        background: #33a673;
        padding: 5px 20px;
        border-radius: 10px
    }

    body:has(#console.show) ol>li.aplayer-list-light span {
        color: #fff
    }

    body:has(#console.show) ol>li span.aplayer-list-title {
        max-width: 55%;
        width: auto;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

    body:has(#console.show) ol>li span.aplayer-list-author {
        position: absolute;
        right: 10px;
        width: auto;
        max-width: 35%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

    body:has(#console.show) ol>li.aplayer-list-light span.aplayer-list-author {
        right: 15px
    }

    body:has(#console.show) meting-js {
        position: relative
    }

    body:has(#console.show) #nav-music #nav-music-hoverTips {
        display: none
    }

    body:has(#console.show) #nav-music {
        position: fixed;
        display: block !important;
        left: 5.2%;
        top: 3.9rem !important;
        height: 70%;
        width: 85%
    }

    body:has(#console.show) #console-music-bg {
        display: block;
        filter: blur(33px);
        display: block;
        background: #000;
        opacity: .58;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        transform: scale(1.2)
    }

    [data-theme=dark] body:has(#console.show) #console-music-bg {
        background: var(--anzhiyu-white)
    }

    body:has(#console.show) #console-music-bg::after {
        box-shadow: inset 0 0 10px 116px #000;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    [data-theme=dark] body:has(#console.show) #console-music-bg::after {
        box-shadow: inset 0 0 10px 116px var(--anzhiyu-white)
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-pic {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        animation: none;
        border: none;
        transform: none !important;
        box-shadow: none;
        margin-top: 80px
    }

    body:has(#console.show) #nav-music .aplayer {
        padding: 30px;
        border-radius: 0
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-author,
    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music .aplayer-title {
        color: var(--anzhiyu-white)
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-info {
        width: 100%;
        height: 45%
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-body {
        justify-content: space-between
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-info::after {
        position: absolute;
        content: "iPhone";
        top: -20px;
        left: 0;
        color: #b5b8bc
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-music {
        padding: 25px 0 0;
        position: absolute;
        left: 0
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-lrc {
        height: 25px;
        text-align: left
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
        color: var(--anzhiyu-white);
        font-size: 20px;
        line-height: 25px !important;
        float: left;
        white-space: nowrap;
        animation: an-text-roll 4s cubic-bezier(.6, 0, .5, 1) alternate infinite;
        min-width: 100%
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-lrc p {
        color: var(--anzhiyu-white);
        font-size: 16px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-lrc .aplayer-lrc-contents {
        margin: -40px 0 0
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-time {
        color: var(--anzhiyu-white);
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
        position: absolute;
        width: 100%;
        padding: 0
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller {
        top: 58px
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu,
    body:has(#console.show) .aplayer .aplayer-icon-back,
    body:has(#console.show) .aplayer .aplayer-icon-forward,
    body:has(#console.show) .aplayer .aplayer-icon-order,
    body:has(#console.show) .aplayer .aplayer-icon-play,
    body:has(#console.show) .aplayer.aplayer-mobile .aplayer-icon-volume-down {
        display: inline-block;
        opacity: 1
    }

    body:has(#console.show) .aplayer .aplayer-icon-volume-down {
        width: 36px;
        height: 30px
    }

    body:has(#console.show) .aplayer-volume-wrap {
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        width: 75px
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
        height: 10px;
        border-radius: 10px
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
        display: block;
        height: 10px;
        border-radius: 10px
    }

    body:has(#console.show) .aplayer .aplayer-icon-back {
        left: 0
    }

    body:has(#console.show) .aplayer .aplayer-icon-forward {
        right: 0
    }

    body:has(#console.show) .aplayer .aplayer-icon-back,
    body:has(#console.show) .aplayer .aplayer-icon-forward {
        height: 40px;
        width: 33%;
        margin: 15px 0;
        position: absolute
    }

    body:has(#console.show) .aplayer .aplayer-pic .aplayer-play {
        width: 120px;
        height: 120px
    }

    body:has(#console.show) .aplayer .aplayer-pic .aplayer-pause {
        width: 100px;
        height: 100px
    }

    body:has(#console.show) .aplayer .aplayer-pic .aplayer-play svg {
        width: 60px;
        height: 60px
    }

    body:has(#console.show) .aplayer .aplayer-pic .aplayer-pause svg {
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    body:has(#console.show) .aplayer .aplayer-icon-play {
        height: 50px;
        width: 33%;
        margin: 10px 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    body:has(#console.show) .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
        right: 0
    }

    body:has(#console.show) .aplayer.aplayer-arrow .aplayer-icon-order {
        left: 0
    }

    body:has(#console.show) .aplayer.aplayer-arrow .aplayer-icon-order,
    body:has(#console.show) .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
        height: 40px;
        width: 33%;
        top: 80px;
        position: absolute
    }

    body:has(#console.show) .aplayer.aplayer-arrow .aplayer-icon-loop {
        height: 40px;
        width: 33%;
        position: absolute;
        left: 50%;
        top: 80px;
        transform: translateX(-50%)
    }

    body:has(#console.show) #nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
        margin: 0;
        padding: 0
    }

    body:has(#console.show) .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    body:has(#console.show) .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
        fill: var(--anzhiyu-white)
    }

    body:has(#console.show) .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
        overflow: visible;
        bottom: 0;
        left: 45px;
        right: auto
    }

    body:has(#console.show) .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar,
    body:has(#console.show) .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
        width: 20px;
        border-radius: 4px
    }
}

@media screen and (max-height:800px) {

    body:has(#console.show) #nav-music {
        display: none
    }
}

@media screen and (max-width:768px) {
    body:has(#console.show) #nav-music {
        width: 90%
    }
}

@keyframes an-text-roll {
    from {
        margin-left: 0
    }

    to {
        margin-left: 100%;
        transform: translateX(-100%)
    }
}

@keyframes changeright {
    0% {
        transform: rotate(0) scale(1.1);
        box-shadow: 0 0 2px #ffffff00
    }

    25% {
        transform: rotate(90deg) scale(1.1);
        box-shadow: 0 0 14px #fff
    }

    50% {
        transform: rotate(180deg) scale(1.1);
        box-shadow: 0 0 2px #ffffff00
    }

    75% {
        transform: rotate(270deg) scale(1.1);
        box-shadow: 0 0 14px #fff
    }

    100% {
        transform: rotate(360deg) scale(1.1);
        box-shadow: 0 0 2px #ffffff00
    }
}

#nav-music .aplayer .aplayer-pic:has(.aplayer-button.aplayer-play) {
    animation-play-state: paused;
    transform: rotate(0) scale(1) !important
}

#page:has(#lib-cards):has(#libCategories) #post-comment .tk-comments-container>.tk-comment {
    border: none;
    box-shadow: none
}

@media screen and (max-width:768px) {

    #page:has(#lib-cards):has(#libCategories) h1.page-title {
        margin-bottom: 0
    }
}

b {
    color: var(--anzhiyu-lighttext)
}

.post-buy-widget {
    position: relative
}

.ri-down-warp {
    position: static
}

.ri-down-warp .down-msg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 5.656rem;
    -webkit-transform: translate(38px,-8px) rotate(45deg);
    transform: translate(38px,-8px) rotate(45deg);
    text-align: center;
    font-size: .75rem;
    background-color: #0cbc87;
    color: #fff
}

.ri-down-warp .down-buy-warp {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
    z-index: 1
}

.ri-down-warp .down-buy-warp .copy-pwd {
    cursor: pointer;
    text-align: center
}

.ri-down-warp .down-buy-warp .buy-title {
    color: #0cbc87;
    font-size: 1rem;
    margin-bottom: 1rem
}

.ri-down-warp .down-buy-warp .buy-btns {
    margin-bottom: 1rem
}

.ri-down-warp .down-buy-warp .buy-desc {
    color: #999;
    font-size: 1rem;
    margin-bottom: 1rem
}

.ri-down-warp .down-buy-warp .prices-info {
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
    color: #666;
    width: 100%;
    border: 1px dashed #ffdd65;
    margin-top: 10px
}

.ri-down-warp .down-buy-warp .prices-info .vip-rete-tips {
    display: block;
    font-size: .75rem;
    color: rgba(214,41,62,.85);
    letter-spacing: 1px;
    text-align: center
}

.ri-down-warp .down-buy-warp .prices-info .price-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px 15px;
    font-size: .75rem
}

.ri-down-warp .down-buy-warp .prices-info .price-item span i {
    display: none
}

.ri-down-warp .down-buy-warp .prices-info .price-item sup {
    color: #ff9800
}

.ri-down-warp .down-buy-warp .prices-info .price-item.default {
    color: #d6293e
}

.ri-down-warp .down-buy-warp .prices-info .price-item.no {
    color: #595d69
}

.ri-down-warp .down-buy-warp .prices-info .price-item.vip {
    color: #0cbc87
}

.ri-down-warp .down-buy-warp .prices-info .price-item.boosvip {
    color: #f7c32e
}

.ri-down-warp .down-buy-warp .prices-info .price-item:after,.ri-down-warp .down-buy-warp .prices-info .price-item:before {
    content: "";
    position: absolute;
    top: 4px
}

.ri-down-warp .down-buy-warp .prices-info .price-item:before {
    height: 100%;
    width: 1px;
    left: 5px;
    background: rgba(0,0,0,.19)
}

.ri-down-warp .down-buy-warp .prices-info .price-item:after {
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #ff8f8f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 50%
}

.ri-down-warp .down-buy-warp .prices-info .price-item.default:after {
    background-color: #d6293e
}

.ri-down-warp .down-buy-warp .prices-info .price-item.no:after {
    background-color: #595d69
}

.ri-down-warp .down-buy-warp .prices-info .price-item.vip:after {
    background-color: #0cbc87
}

.ri-down-warp .down-buy-warp .prices-info .price-item.boosvip:after {
    background-color: #f7c32e
}

.ri-down-warp .down-buy-warp .prices-info .price-item:last-child::before {
    display: none
}

.ri-down-warp .down-buy-warp .prices-desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: .875rem;
    padding: .5rem 1rem;
    background-color: #fff9e4;
    border-radius: .35rem
}

.ri-down-warp .down-buy-warp .prices-desc:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff9e4 transparent transparent transparent
}

.ri-down-warp .down-buy-warp .prices-desc .prices-default {
    color: #d6293e
}

.ri-down-warp .down-buy-warp .prices-desc .prices-default>span {
    font-size: 1.5rem;
    font-weight: 600
}

.ri-down-warp .down-buy-warp .buy-count {
    margin-top: 1rem;
    color: #8d9da9;
    font-size: .875rem
}

.ri-down-warp .down-buy-warp .buy-count span {
    color: #03a9f4;
    margin: 0 2px
}

.sidebar {
    position: relative
}

.sidebar .widget {
    position: relative;
    border-radius: .25rem;
    background-color: #fff;
    overflow: hidden;
    padding: 1.25rem;
    margin-bottom: 1.5rem
}

.sidebar .widget .widget-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.sidebar .widget dl,.sidebar .widget ol,.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.sidebar .widget ul>li {
    padding: 5px 0
}

.sidebar .widget_search .screen-reader-text,.sidebar .widget_search .search-submit {
    display: none
}

.sidebar .widget_search label {
    width: 100%
}

.sidebar .widget_search input {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f0f2f5;
    background-clip: padding-box;
    border: 1px solid #eaeff3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.sidebar .post-down-widget {
    position: relative
}

.sidebar .post-down-widget .down-thumb {
    max-height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar .post-down-widget .down-title {
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
    word-wrap: break-word
}

.sidebar .post-down-widget .down-btn {
    border-radius: 0
}

.sidebar .post-down-widget .download-info {
    font-size: 15px
}

.sidebar .post-down-widget .download-info>li {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar .sidebar-posts-list .post-item.item-list {
    padding: 0
}

.sidebar .sidebar-posts-list .post-item.item-list:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.sidebar .sidebar-posts-list .post-item.item-list .entry-media {
    max-width: 80px;
    margin-right: .5rem
}

.sidebar .sidebar-posts-list .post-item.item-list .entry-title {
    font-size: .875rem;
    font-weight: 500;
    -webkit-line-clamp: 3
}

.sidebar .sidebar-ranking-list {
    position: relative
}

.sidebar .sidebar-ranking-list .ranking-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar .sidebar-ranking-list .ranking-item .ranking-num {
    font-size: .85em;
    margin-right: .3rem;
    padding: 5px 8px;
    border-radius: 50%
}

.sidebar .sidebar-ranking-list .ranking-item .ranking-title {
    font-size: 1rem;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}