@charset "UTF-8";

@font-face {
    font-family: 'base';
    src: url("https://cdn.randench.cn/font/TsukuARdGothicStd-Regular.woff2");
}

/* 代码字体 */
@font-face {
    font-family: 'code-font';
    src: url('https://cdn.randench.cn/font/JetBrainsMono-Medium.woff2'),url("https://cdn.randench.cn/font/TsukuARdGothicStd-Regular.woff2");
}

body[data-type=about] #web_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

body[data-type=about] .author-content-item:not(.author-content-item.buff):not(.author-content-item.map) {
    background: var(--randench-card-bg-about)
}

#about-page .myInfoAndSayHello {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--anzhiyu-white);
    background: -webkit-linear-gradient(330deg, #5b27ff 0, var(--xlfd-main-op) 100%);
    background: -moz-linear-gradient(330deg, #5b27ff 0, var(--xlfd-main-op) 100%);
    background: -o-linear-gradient(330deg, #5b27ff 0, var(--xlfd-main-op) 100%);
    background: -ms-linear-gradient(330deg, #5b27ff 0, var(--xlfd-main-op) 100%);
    background: linear-gradient(120deg, #5b27ff 0, var(--xlfd-main-op) 100%);
    background-size: 200%;
    -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;
    width: 59%
}

.author-content-item.buff {
    height: 200px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: -webkit-linear-gradient(330deg, #ff27e8 0, var(--xlfd-main-op) 100%);
    background: -moz-linear-gradient(330deg, #ff27e8 0, var(--xlfd-main-op) 100%);
    background: -o-linear-gradient(330deg, #ff27e8 0, var(--xlfd-main-op) 100%);
    background: -ms-linear-gradient(330deg, #ff27e8 0, var(--xlfd-main-op) 100%);
    background: linear-gradient(120deg, #ff27e8 0, var(--xlfd-main-op) 100%);
    color: var(--anzhiyu-white);
    background-size: 200%;
    -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;
    min-height: 200px;
    height: fit-content;
    width: 59%
}

.shapes {
    background: var(--xlfd-main-op)
}

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

    #about-page .author-box .author-tag-left,
    #about-page .author-box .author-tag-right {
        display: none
    }
}

.author-content-item {
    border-radius: 12px
}

#statistic div span:last-child {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .2px #fff
}

#aside-content>.card-widget.card-info {
    /* background: linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main)); */
    /* background: url("https://cdn.randench.cn/image/24/08/4f14865914314a53.jpg"); */
    box-shadow: 0 0 3px #424444;
    position: relative;
    background-size: cover
}

[data-theme="dark"] #aside-content > .card-widget.card-info {
    filter: brightness(0.8);
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

#aside-content>.card-widget.card-info::before {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

#aside-content>.card-widget.card-info::before {
    background: -webkit-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op));
    background: -moz-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op));
    background: -o-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op));
    background: -ms-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op));
    background: linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op), var(--anzhiyu-main-op))
}

#aside-content>.card-widget.card-info:hover:before {
    background: -webkit-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main));
    background: -moz-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main));
    background: -o-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main));
    background: -ms-linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main));
    background: linear-gradient(-25deg, var(--anzhiyu-main-op), var(--anzhiyu-main), var(--anzhiyu-main), var(--anzhiyu-main))
}

li.card-archive-list-item,
span.card-archive-list-count {
    text-align: center
}

.card-archive-list-count-group {
    margin: 0 auto
}

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

    .card-music,
    .card-steam,
    .item-headline-music,
    .item-headline-steam {
        display: none !important
    }
}

#aside-content .item-headline-steam {
    padding-bottom: 0;
    margin-left: 8px;
    margin-top: 15px;
    margin-bottom: 5px;
    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-steam span {
    margin-left: 6px
}

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

#flip-wrapper-card {
    position: relative;
    width: 110%;
    height: 100%;
    z-index: 1
}

#flip-steam {
    width: 100%;
    height: 100%;
    transition: transform .3s
}

#flip-steam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(to right, transparent, #fff, transparent);
    transform: translateX(-200%);
    transition: transform .5s linear;
    z-index: 1
}

#flip-steam:hover::before {
    transform: translateX(100%) skewX(-60deg)
}

#aside-content #flip-wrapper-card #flip-steam .stimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 0;
    border-radius: 12px;
    border: var(--border-style)
}

#aside-content #flip-wrapper-card #flip-steam .back.stimg {
    display: none
}

@media screen and (max-width:768px) {
    .card-steam {
        height: 130px !important
    }
}

.card-steam {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 !important;
    cursor: pointer;
    border: none !important;
    height: 105px;
    margin-top: 0 !important;
    background: 0 0 !important
}

#aside-content .item-headline-music {
    padding-bottom: 0;
    margin-left: 8px;
    margin-top: 15px;
    margin-bottom: 5px;
    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-music span {
    margin-left: 6px
}

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

#flip-wrapper-card {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

#flip-music {
    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-card #flip-music .msimg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: 100%;
    border-radius: 12px;
    border: var(--border-style)
}

#aside-content #flip-wrapper-card #flip-music .back.msimg {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-sizing: border-box;
    background-size: 100%;
    border-radius: 12px;
    border: var(--border-style)
}

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

@media screen and (max-width:768px) {
    .card-music {
        height: 520px !important
    }
}

.card-music {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 !important;
    cursor: pointer;
    border: none !important;
    height: 405px;
    margin-top: 0 !important;
    background: 0 0 !important
}

/* [data-theme=dark] #aside-content #flip-wrapper-card #flip-music .msimg {
    background: url(https://card-music.randench.cn/?id=59878659&theme=card&themeColor=e60026&mode=dark&size=300&show_random=1) center center/100% no-repeat !important;
    border-radius: 12px;
    border: var(--border-style)
}

[data-theme=dark] #aside-content #flip-wrapper-card #flip-music .back.msimg {
    background: url(https://card-music.randench.cn/?id=59878659&size=60&type=1&mode=dark&title=%E6%9C%80%E8%BF%91%E5%B8%B8%E5%90%AC%E6%A6%9C%E5%8D%95&number=6) center center/100% no-repeat !important;
    border-radius: 12px;
    border: var(--border-style)
} */

.tip-button:active {
    transform: rotate(4deg)
}

.tip-button.clicked {
    animation: 150ms ease-in-out 1 shake;
    pointer-events: none
}

.tip-button.clicked .tip-button__text {
    opacity: 0;
    transition: opacity .1s linear .2s
}

.tip-button.clicked::before {
    height: .5rem;
    width: 60%
}

.tip-button.clicked .coin {
    transition: margin-bottom 1s linear .2s;
    margin-bottom: 0
}

.tip-button.shrink-landing::before {
    transition: width .2s ease-in;
    width: 0
}

.tip-button.coin-landed::after {
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 100%
}

.tip-button.coin-landed .coin-wrapper {
    background: radial-gradient(circle at 35% 97%, rgba(3, 16, 50, .4) .04rem, transparent .04rem), radial-gradient(circle at 45% 92%, rgba(3, 16, 50, .4) .04rem, transparent .02rem), radial-gradient(circle at 55% 98%, rgba(3, 16, 50, .4) .04rem, transparent .04rem), radial-gradient(circle at 65% 96%, rgba(3, 16, 50, .4) .06rem, transparent .06rem);
    background-position: center bottom;
    background-size: 100%;
    bottom: -1rem;
    opacity: 0;
    transform: scale(2) translateY(-10px)
}

.tip-button__text {
    color: #fff;
    margin-right: -1.7rem;
    opacity: 1;
    position: relative;
    transition: opacity .1s linear .5s;
    z-index: 3
}

.tip-button::before {
    border-radius: .25rem;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: height 250ms ease-in-out .4s, width 250ms ease-in-out .3s;
    width: 100%;
    z-index: 2
}

.tip-button::after {
    bottom: -1rem;
    color: #fff;
    content: "ヾ(≧O≦)〃嗷~";
    height: 140%;
    left: -5px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    text-align: center;
    transform: scale(0);
    transform-origin: 50% 25%;
    transition: transform .2s cubic-bezier(0, 0, .35, 1.43);
    width: 100%;
    z-index: 1
}

/* .coin-wrapper {
    background: 0 0;
    bottom: 0;
    height: 18rem;
    left: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: none;
    transform-origin: 50% 100%;
    transition: opacity .2s linear .1s, transform .3s ease-out;
    width: 100%;
    z-index: 103
} */

.coin {
    --front-y-multiplier: 0;
    --back-y-multiplier: 0;
    --coin-y-multiplier: 0;
    --coin-x-multiplier: 0;
    --coin-scale-multiplier: 0;
    --coin-rotation-multiplier: 0;
    --shine-opacity-multiplier: 0.4;
    --shine-bg-multiplier: 50%;
    bottom: calc(var(--coin-y-multiplier) * 0rem - 3.5rem);
    height: 3.4rem;
    margin-bottom: 3.05rem;
    position: absolute;
    left: calc(var(--coin-x-multiplier) * 34% + 16%);
    transform: translateX(-35%) scale(calc(.4 + var(--coin-scale-multiplier))) rotate(calc(var(--coin-rotation-multiplier) * -1deg));
    transition: opacity .1s linear .2s;
    width: 3.4rem;
    z-index: 3
}

.coin::before,
.coin__back,
.coin__back::after,
.coin__front,
.coin__front::after,
.coin__middle {
    border-radius: 50%;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.coin__front {
    background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(115, 124, 153, .4) 54%, #c2cadf 54%), linear-gradient(210deg, #8590b3 32%, transparent 32%), linear-gradient(150deg, #8590b3 32%, transparent 32%), linear-gradient(to right, #8590b3 22%, transparent 22%, transparent 78%, #8590b3 78%), linear-gradient(to bottom, #fcfaf9 44%, transparent 44%, transparent 65%, #fcfaf9 65%, #fcfaf9 71%, #8590b3 71%), linear-gradient(to right, transparent 28%, #fcfaf9 28%, #fcfaf9 34%, #8590b3 34%, #8590b3 40%, #fcfaf9 40%, #fcfaf9 47%, #8590b3 47%, #8590b3 53%, #fcfaf9 53%, #fcfaf9 60%, #8590b3 60%, #8590b3 66%, #fcfaf9 66%, #fcfaf9 72%, transparent 72%);
    background-color: #8590b3;
    background-size: 100% 100%;
    transform: translateY(calc(var(--front-y-multiplier) * .3181818182rem / 2)) scaleY(var(--front-scale-multiplier))
}

.coin__front::after {
    background: rgba(0, 0, 0, .2);
    content: "";
    opacity: var(--front-y-multiplier)
}

.coin__middle {
    background: #737c99;
    transform: translateY(calc(var(--middle-y-multiplier) * .3181818182rem / 2)) scaleY(var(--middle-scale-multiplier))
}

.coin__back {
    background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(115, 124, 153, .4) 54%, #c2cadf 54%), radial-gradient(circle at 50% 40%, #fcfaf9 23%, transparent 23%), radial-gradient(circle at 50% 100%, #fcfaf9 35%, transparent 35%);
    background-color: #8590b3;
    background-size: 100% 100%;
    transform: translateY(calc(var(--back-y-multiplier) * .3181818182rem / 2)) scaleY(var(--back-scale-multiplier))
}

.coin__back::after {
    background: rgba(0, 0, 0, .2);
    content: "";
    opacity: var(--back-y-multiplier)
}

.coin::before {
    background: radial-gradient(circle at 25% 65%, transparent 50%, rgba(255, 255, 255, .9) 90%), linear-gradient(55deg, transparent calc(var(--shine-bg-multiplier) + 0), #e9f4ff calc(var(--shine-bg-multiplier) + 0), transparent calc(var(--shine-bg-multiplier) + 50%));
    content: "";
    opacity: var(--shine-opacity-multiplier);
    transform: translateY(calc(var(--middle-y-multiplier) * .3181818182rem / -2)) scaleY(var(--middle-scale-multiplier)) rotate(calc(var(--coin-rotation-multiplier) * 1deg));
    z-index: 10
}

.coin::after {
    background: #737c99;
    content: "";
    height: .3181818182rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

@keyframes shake {
    0% {
        transform: rotate(4deg)
    }

    66% {
        transform: rotate(-4deg)
    }

    100% {
        transform: rotate()
    }
}

body[data-type=anzhiyu] #footer {
    background: 0 0
}

@media screen and (max-width:768px) {
    #category-bar {
        background: 0 0 !important
    }
}

/* @media screen and (max-width:768px) {
    div#waves {
        display: none !important
    }
}

div#waves {
    display: none
}

body[data-type=post] div#waves {
    position: relative;
    display: block
}

body[data-type=post] svg.waves {
    bottom: 0;
    width: 100%;
    height: 15vh;
    min-height: 3.125rem;
    max-height: 9.375rem;
    position: absolute;
    content-visibility: auto;
    contain-intrinsic-size: 100vw 15vh
}

body[data-type=anzhiyu] div#waves {
    position: relative;
    display: none
}

body[data-type=anzhiyu] svg.waves {
    bottom: -20px;
    width: 100%;
    height: 15vh;
    min-height: 3.125rem;
    max-height: 9.375rem;
    position: absolute;
    content-visibility: auto;
    contain-intrinsic-size: 100vw 15vh
}

@media screen and (min-width:768px) {
    section.main-hero-waves-area.waves-area {
        display: none
    }
} */

.parallax>use:nth-child(4) {
    fill: var(--global-bg) !important
}


/* [data-theme=light] #body-wrap { */
    /* background: url("https://cdn.randench.cn/image/24/08/0ce09f010af0321a.jpg"); */
    /* background: linear-gradient(90deg, rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1)) !important */
/* } */


body[data-type=anzhiyu] .layout,
body[data-type=anzhiyu] main#blog-container {
    background: 0 0
}

[data-theme=light] .avatar-img {
    animation: huxi_light 4s ease-in-out infinite
}

[data-theme=dark] .avatar-img {
    animation: huxi_dark 4s ease-in-out infinite
}

@keyframes huxi_light {
    0% {
        box-shadow: 0 0 1px 1px #374ed3
    }

    50% {
        box-shadow: 0 0 7px 7px #4e37d3
    }

    100% {
        box-shadow: 0 0 1px 1px #7b37d3
    }
}

@keyframes huxi_dark {
    0% {
        box-shadow: 0 0 1px 1px #39c5bb
    }

    50% {
        box-shadow: 0 0 7px 7px #3976c5
    }

    100% {
        box-shadow: 0 0 1px 1px #3b39c5
    }
}

[data-theme=light] #loading-box .loading-img {
    animation: huxi_light 3s ease-in-out infinite
}

[data-theme=dark] #loading-box .loading-img {
    animation: huxi_dark 3s ease-in-out infinite
}

[data-theme=light] .loading-bg {
    background: rgb(255 255 255 / 95%) !important;
    backdrop-filter: blur(10px) !important
}

#loading-box.loading .loading-bg {
    -webkit-animation: showLoading .3s 0s backwards !important;
    animation: showLoading .3s 0s backwards !important;
    -webkit-transition: .2s !important;
    transition: .2s !important;
    pointer-events: all
}

#loading-box.loaded .loading-bg {
    -webkit-animation: hideLoading .3s .2s forwards !important;
    animation: hideLoading .3s .2s forwards !important;
    -webkit-transition: .2s !important;
    transition: .2s !important;
    pointer-events: none;
    opacity: 1
}

@-webkit-keyframes showLoading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes showLoading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hideLoading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hideLoading {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#todolist-box {
    margin: 0 10px
}

#todolist-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px 0 10px
}

#todolist-main li {
    list-style: none;
    font-size: 17px
}

#todolist-main ul {
    margin: 0;
    padding: 0
}

#todolist-left {
    width: 50%;
    padding: 0 8px 0 0
}

#todolist-right {
    width: 50%;
    padding: 0 0 0 8px
}

.todolist-item {
    position: relative;
    background: #fae4df;
    border-radius: 12px;
    padding: 10px 1rem 1.2rem;
    border: 2px dashed #f7a796;
    margin-bottom: 1rem
}

[data-theme=dark] .todolist-item {
    background: #242424;
    border: 2px dashed #51908b
}

li.todolist-li i {
    margin-left: 10px
}

h3.todolist-title {
    margin: 0 !important;
    border-bottom: var(--todo-border)
}

li.todolist-li {
    border-bottom: var(--todo-border);
    font-weight: 400;
    margin-left: -10px
}

li.todolist-li-done {
    border-bottom: var(--todo-border);
    font-weight: 400;
    text-decoration: line-through
}

.todolist-li span {
    margin-left: 5px
}

.todolist-li-done span {
    margin-left: 5px
}

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

    #todolist-left,
    #todolist-right {
        width: 100%;
        padding: 0
    }
}

.page-top-card {
    background-size: cover;
    background-position: center;
    height: 20.5rem;
    padding: 10px 2.7rem;
    border-radius: 20px;
    color: #fff;
    position: relative
}

.page-top-card span.content-item-title {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1.2;
    /* font-family: STZhongsong, 'Microsoft YaHei' */
    font-family: 'base'
}

.page-top-card .content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: calc(100% - 5.4rem);
    bottom: 1rem
}

[data-theme=dark] .page-top-card {
    opacity: .92
}

#comments-page {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 100px;
    width: 100%;
    margin-top: 1.5rem
}

#comments-page .comment-card {
    position: relative;
    width: calc(100% / 4 - 9px);
    border-radius: 12px;
    border: var(--style-border);
    padding: 14px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    box-shadow: var(--anzhiyu-shadow-border);
    background: var(--anzhiyu-card-bg)
}

@media screen and (max-width:900px) {
    #comments-page .comment-card {
        width: calc(100% / 2 - 6px)
    }
}

@media screen and (max-width:768px) {
    #comments-page .comment-card {
        width: 100%
    }
}

#comments-page .comment-card:hover {
    border-color: var(--anzhiyu-main)
}

#comments-page .comment-card:hover .comment-article {
    opacity: 1;
    top: 0
}

#comments-page .comment-card .comment-info {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px dashed var(--hr-border)
}

#comments-page .comment-card .comment-info img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 !important
}

#comments-page .comment-card .comment-info .comment-information {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    line-height: 1.5
}

#comments-page .comment-card .comment-info .comment-information .comment-user {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px
}

#comments-page .comment-card .comment-info .comment-information .comment-author::after {
    content: "\f3a5";
    font-family: "Font Awesome 6 Free" !important;
    padding-left: 6px;
    padding-top: 5px;
    font-size: 14px;
    color: #fdc22d
}

[data-theme=dark] #comments-page .comment-card .comment-info .comment-information .comment-author::after {
    color: var(--anzhiyu-main)
}

#comments-page .comment-card .comment-info .comment-information .comment-time {
    opacity: .8;
    font-size: 12px
}

#comments-page .comment-card .comment-info .comment-content {
    margin: 8px 5px 0
}

.comment-article,
.comment-content {
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    font-weight: 400
}

.comment-article {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: var(--anzhiyu-main);
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    text-align: center
}

body[data-type=newest] #page-header.not-home-page {
    display: none
}

@media screen and (min-width:768px) {
    .author-content-item .card-content .banner-button-group .banner-button {
        background: rgb(0 0 0 / 20%);
        backdrop-filter: saturate(180%) blur(20px) !important;
        color: #fff !important
    }
}

body[data-type=envelope] #aside-content {
    display: none
}

#cf-overlay[data-v-3bacdd22] {
    display: none
}

.fish-pond-item .cf-article .cf-article-title[data-v-3bacdd22] {
    overflow: initial !important
}

@media screen and (min-width:768px) {
    [data-theme=light] #flink-banners {
        background: var(--randench-background-cards) !important
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] #random-post {
        background: rgb(255 255 255 / 65%) !important
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] .fish-pond-item .cf-article[data-v-3bacdd22] {
        background: rgb(255 255 255 / 65%) !important
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] #article-container .tabs>.tab-contents .tab-item-content.active {
        background: rgb(255 255 255 / 65%) !important
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] details.folding-tag>summary {
        transition: background-color .3s ease;
        opacity: .9
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] details.folding-tag>summary:hover {
        background: var(--anzhiyu-main) !important
    }
}

[data-theme=light] details.folding-tag[open] {
    background: rgb(255, 255, 255, .8) !important
}

[data-theme=dark] .bangumi-list .bangumi-item .detail p.summary {
    color: #aeaeae
}

.TopGif {
    padding: unset !important
}

#TopGif::-webkit-media-controls-fullscreen-button {
    display: none
}

#TopGif::-webkit-media-controls-play-button {
    display: none
}

#TopGif::-webkit-media-controls-timeline {
    display: none
}

#TopGif::-webkit-media-controls-current-time-display {
    display: none
}

#TopGif::-webkit-media-controls-time-remaining-display {
    display: none
}

#TopGif::-webkit-media-controls-mute-button {
    display: none
}

#TopGif::-webkit-media-controls-toggle-closed-captions-button {
    display: none
}

#TopGif::-webkit-media-controls-volume-slider {
    display: none
}

#TopGif::-webkit-media-controls-enclosure {
    display: none
}

body[data-type=comments] #page .page-title {
    display: none
}

body[data-type=movies] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=movies] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=movies] #page .page-title {
    display: none
}

body[data-type=newest] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=newest] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=newest] #page .page-title {
    display: none
}

body[data-type=collect] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=collect] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=collect] #page .page-title {
    display: none
}

body[data-type=todolist] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=todolist] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=todolist] #page .page-title {
    display: none
}

body[data-type=update] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=update] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=update] #page .page-title {
    display: none
}

body[data-type=records] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=records] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=records] #page .page-title {
    display: none
}

body[data-type=douban] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=douban] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=douban] #page .page-title {
    display: none
}

body[data-type=gamelife] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=gamelife] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=gamelife] #page .page-title {
    display: none
}

body[data-type=memos] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=memos] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=memos] #page .page-title {
    display: none
}

body[data-type=photos] #web_bg {
    background: var(--anzhiyu-background)
}

body[data-type=photos] #page {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: 0 0 !important
}

body[data-type=photos] #page .page-title {
    display: none
}

body[data-type=charts] #page .page-title {
    display: none
}

body[data-type="分类"] #page .page-title {
    display: none
}

body[data-type="分类"] #body-wrap .layout {
    padding: 20px 15px
}

body[data-type=charts] #body-wrap .layout {
    padding: 20px 15px
}

body[data-type=archives] #body-wrap .layout {
    padding: 20px 15px
}

body[data-type=bangumi] #body-wrap .layout {
    padding: 20px 15px
}

body[data-type=comments] #body-wrap .layout {
    padding: 20px 15px
}

body[data-type=tags] #page .page-title {
    display: none
}

body[data-type=bangumi] #page .page-title {
    display: none
}

@media screen and (max-width:768px) {
    body[data-type=tags] #aside-content {
        display: none
    }
}

.author-content-item.single.like-movie {
    height: 19rem;
    background: url(https://cdn.randench.cn/image/24/08/9c8e5fd5a77a8e5b.jpg) no-repeat top;
    background-size: cover;
    color: var(--anzhiyu-white);
    overflow: hidden
}

.hexo-douban-item {
    background: var(--anzhiyu-card-bg);
    border: var(--style-border);
    -webkit-box-shadow: var(--anzhiyu-shadow-border);
    box-shadow: var(--anzhiyu-shadow-border);
    border-radius: 12px;
    margin: 10px 8px;
    height: 160px;
    min-height: 160px !important;
    width: calc(33.3333% - 16px);
    overflow: hidden;
    border-bottom: 3px #ddd solid
}

[data-theme=light] .hexo-douban-item {
    background: var(--randench-background-cards) !important
}

#hexo-douban-item3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -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;
    -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
}

.hexo-douban-item .hexo-douban-picture a {
    padding: 0 !important
}

.hexo-douban-item .hexo-douban-picture img {
    margin: 0 !important;
    height: 100% !important
}

.hexo-douban-tabs {
    display: none
}

.hexo-douban-title a {
    border-bottom: 0 !important
}

.hexo-douban-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hexo-douban-title a:hover {
    color: var(--anzhiyu-lighttext) !important;
    background: var(--anzhiyu-none) !important
}

.hexo-douban-pagination {
    margin: auto;
    width: 100%;
    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;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

span.hexo-douban-pagenum {
    margin: 0 .5rem
}

.hexo-douban-title {
    font-size: 1.3rem;
    line-height: 2
}

.hexo-douban-title a {
    padding: 0 !important
}

.hexo-douban-info {
    padding-left: 115px !important;
    margin-right: .5rem
}

.hexo-douban-meta {
    font-size: .9rem !important;
    color: var(--anzhiyu-secondtext);
    margin-top: .3rem;
    line-height: 1.2
}

.hexo-douban-comments {
    line-height: 1.5;
    margin-top: .5rem;
    letter-spacing: 1.8px;
    font-size: .8rem !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.hexo-douban-picture {
    height: 100%;
    top: 0 !important;
    padding: 10px 0 10px 10px
}

.hexo-douban-picture a img {
    border-radius: 8px !important
}

.hexo-douban-button {
    width: 4rem;
    height: 2rem;
    line-height: 1.9rem;
    border-radius: 8px !important;
    background: var(--anzhiyu-card-bg);
    -webkit-box-shadow: var(--anzhiyu-shadow-lightblack);
    box-shadow: var(--anzhiyu-shadow-lightblack);
    border: var(--style-border);
    margin: 0 .2rem;
    border-bottom: var(--style-border) !important
}


#about-page section.about-randench {
    border-radius: var(--radius);
    padding: var(--gap-divs);
    min-height: 10rem;
    color: hsl(var(--font-color-hsl) / var(--font-color-alpha));
    font: 400 1rem/2 var(--top-font-family);
    display: flex !important;
    flex-direction: column;
    text-align: justify;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    gap: var(--gap-divs);
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    transition: all 1s, box-shadow .5s
}

.about-randench h5 {
    width: 100%;
    z-index: 2;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: hsl(var(--font-color-hsl) / var(--font-color-alpha));
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

.about-randench li {
    list-style: none;
    width: min(100%, 35rem)
}

.about-randench .randench-title-li p {
    font-size: .85rem;
    opacity: .6;
    line-height: 2.5
}

.about-randench :where(li) {
    flex: auto;
    z-index: 2
}

#about-page :where(.info) {
    font-size: .5rem;
    flex: none;
    gap: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: .6
}

#about-page .info a {
    --color-rgb: 255 255 255;
    --color-sub-rgb: 255 255 255;
    display: flex;
    align-items: center;
    gap: .5em;
    color: hsl(var(--font-color-hsl) / var(--font-color-alpha))
}

.about-randench .read {
    margin: 0 auto 0 0
}

#footer #footer-wrap {
    color: var(--font-color)
}

#footer #footer-wrap a {
    color: var(--font-color)
}

#page #about-page {
    --font-color-hsl: 0deg 0% 100%;
    --font-color-alpha: 75%
}

:root {
    --randench-white: #fff;
    --randench-white-op: rgba(255, 255, 255, 0.2);
    --randench-black: #000;
    --randench-black-op: rgba(0, 0, 0, 0.2);
    --randench-none: #00000000;
    --randench-gray: #999999;
    --randench-gray-op: #9999992b;
    --randench-vip: #e5a80d;
    --randench-main: var(--randench-theme);
    --randench-main-op: var(--randench-theme-op);
    --randench-main-op-deep: var(--randench-theme-op-deep);
    --randench-main-none: var(--randench-theme-none);
    --randench-shadow-theme: 0 8px 12px -3px var(--randench-theme-op);
    --randench-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, .15);
    --randench-shadow-main: 0 8px 12px -3px var(--randench-main-op);
    --randench-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, .20);
    --randench-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, .20);
    --randench-shadow-black: 0 0 12px 4px rgba(0, 0, 0, .05);
    --randench-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, .12);
    --randench-shadow-red: 0 8px 12px -3px #ee7d7936;
    --randench-shadow-green: 0 8px 12px -3px #87ee7936;
    --randench-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
    /* --randench-snackbar-time: 5s; */
    --randench-dark: #7b37d3;
    --randench-light-bg: #7b37d323;
    --randench-dark-bg: #7b37d323;
    --anzhiyu-logo-color: linear-gradient(215deg, var(--xlfd-main-op) 0%, #376ed3 100%) !important
}

::selection {
    background: var(--randench-fontcolor);
    color: var(--randench-background)
}

[data-theme=light] {
    --randench-theme: #7b37d3;
    --randench-theme-op: #7b37d323;
    --randench-theme-op-deep: #7b37d3dd;
    --randench-theme-none: #7b37d301;
    --randench-blue: #7b37d3;
    --randench-red: #f04a63;
    --randench-pink: #FF7C7C;
    --randench-green: #57bd6a;
    --randench-yellow: #c28b00;
    --randench-yellow-op: #d99c001a;
    --randench-orange: #e38100;
    --randench-fontcolor: #363636;
    --randench-background: #f7f9fe;
    --randench-reverse: #000;
    --randench-maskbg: rgba(255, 255, 255, 0.6);
    --randench-maskbgdeep: rgba(255, 255, 255, 0.85);
    --randench-hovertext: var(--anzhiyu-main);
    --randench-ahoverbg: #F7F7FA;
    --randench-lighttext: var(--xlfd-main);
    --randench-secondtext: rgba(60, 60, 67, 0.8);
    --randench-scrollbar: rgba(60, 60, 67, 0.4);
    --randench-card-btn-bg: #edf0f7;
    --randench-post-blockquote-bg: #fafcff;
    --randench-post-tabs-bg: #f2f5f8;
    --randench-secondbg: #f1f3f8;
    --randench-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05);
    --randench-background-cards: rgba(255, 255, 255, 0.88);
    --randench-card-bg: #fff;
    --randench-card-bg-about: rgba(255, 255, 255, .6);
    --randench-card-bg-op: var(--randench-black-op);
    --randench-card-bg-none: rgba(255, 255, 255, 0);
    --randench-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --randench-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --randench-card-border: #e3e8f7;
    --randench-shadow-border: 0 8px 16px -4px #2c2d300c;
    --style-border: 1px solid var(--randench-card-border);
    --style-border-always: 1px solid var(--randench-card-border);
    --style-border-hover: 1px solid var(--anzhiyu-main);
    --style-border-hover-always: 1px solid var(--anzhiyu-main);
    --style-border-dashed: 1px dashed var(--randench-theme-op);
    --style-border-forever: 2px solid var(--anzhiyu-main)
}

[data-theme=dark] {
    --randench-theme: #7b37d3;
    --randench-theme-op: #7b37d323;
    --randench-theme-op-deep: #7b37d3dd;
    --randench-theme-none: #7b37d300;
    --randench-blue: #0084FF;
    --randench-red: #FF3842;
    --randench-pink: #d44040;
    --randench-green: #3e9f50;
    --randench-yellow: #ffc93e;
    --randench-yellow-op: #ffc93e30;
    --randench-orange: #ff953e;
    --randench-fontcolor: #F7F7FA;
    --randench-background: #18171d;
    --randench-reverse: #fff;
    --randench-maskbg: rgba(0, 0, 0, 0.6);
    --randench-maskbgdeep: rgba(0, 0, 0, 0.85);
    --randench-hovertext: #0A84FF;
    --randench-ahoverbg: #fff;
    --randench-lighttext: var(--randench-theme);
    --randench-secondtext: #a1a2b8;
    --randench-scrollbar: rgba(200, 200, 223, 0.4);
    --randench-card-btn-bg: #30343f;
    --randench-post-blockquote-bg: #000;
    --randench-post-tabs-bg: #121212;
    --randench-secondbg: #30343f;
    --randench-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4);
    --randench-background-cards: rgba(25, 25, 25, 0.88);
    --randench-card-bg: #1d1e22;
    --randench-card-bg-about: rgb(50 50 50 / 50%);
    --randench-card-bg-op: var(--randench-white-op);
    --randench-card-bg-none: #1d1b2600;
    --randench-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --randench-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --randench-card-border: #3d3d3f;
    --randench-shadow-border: 0 8px 16px -4px #00000050;
    --style-border: 1px solid var(--randench-card-border);
    --style-border-always: 1px solid var(--randench-card-border);
    --style-border-hover: 1px solid var(--randench-theme);
    --style-border-hover-always: 1px solid var(--randench-theme);
    --style-border-dashed: 1px dashed var(--randench-theme-op);
    --style-border-forever: 2px solid var(--randench-lighttext)
}

div#post-comment {
    margin-top: 2rem
}

#post-comment blockquote {
    font-size: .8rem
}

#post-comment>div.comment-head>div.comment-privacy {
    display: block;
    justify-content: space-between;
    margin-left: 8px;
    font-size: 13px
}

#post-comment>div.comment-head>div.comment-privacy a:hover {
    color: var(--randench-theme)
}

@media screen and (max-width:768px) {
    #footer-type-tips {
        display: none
    }
}

.gamelife-item-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px
}

.gamelife-item-content-item {
    width: calc(25% - 12px);
    border-radius: 12px;
    border: var(--style-border-always);
    overflow: hidden;
    margin: 8px 6px;
    background: var(--randench-card-bg-about);
    box-shadow: var(--anzhiyu-shadow-border);
    min-height: 400px;
    position: relative
}

[data-theme=light] .gamelife-item-content-item {
    background: rgb(255 255 255 / 65%) !important
}

@media screen and (max-width:1200px) {
    .gamelife-item-content-item {
        width: calc(50% - 12px)
    }
}

@media screen and (max-width:768px) {
    .gamelife-item-content-item {
        width: 100%
    }
}

.gamelife-item-content-item-info {
    padding: 8px 16px 16px 16px;
    margin-top: 8px
}

.gamelife-item-content-item-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: fit-content
}

.gamelife-item-content-item-specification {
    font-size: 12px;
    color: var(--anzhiyu-secondtext);
    line-height: 1;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gamelife-item-content-item-description {
    line-height: 20px;
    color: var(--anzhiyu-secondtext);
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px
}

a.gamelife-item-content-item-link {
    font-size: 12px;
    background: var(--anzhiyu-gray-op);
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer
}

a.gamelife-item-content-item-link:hover {
    background: var(--anzhiyu-main);
    color: var(--anzhiyu-white)
}

h2.gamelife-item-title {
    line-height: 1
}

.gamelife-item-description {
    line-height: 1;
    margin: 4px 0 8px 0;
    color: var(--anzhiyu-secondtext)
}

.gamelife-item-content-item-cover {
    width: 100%;
    height: 200px;
    background: var(--anzhiyu-secondbg);
    display: flex;
    justify-content: center
}

img.gamelife-item-content-item-image {
    object-fit: cover;
    height: 100%
}

div#gamelife {
    margin-top: 26px
}

.gamelife-item-content-item-toolbar {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    padding: 0 16px
}

a.bber-reply {
    cursor: pointer
}

#welcome-info {
    overflow: hidden;
    border-radius: 14px;
    --randench-welcome-color: #49B1F5;
    --randench-ip-color: #49B1F5;
    --randench-gl-size: 16px !important
}

::-webkit-scrollbar-thumb {
    background-color: var(--anzhiyu-main);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    border-radius: 2em
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-moz-selection {
    color: #fff;
    background-color: var(--anzhiyu-main)
}

.contact-info {
    position: fixed;
    top: 36%;
    z-index: 200;
    left: -51px;
    transition: .4s
}

.contact-info:hover {
    left: 0
}

.contact-info .option {
    cursor: pointer;
    position: relative
}

.contact-info .option i {
    display: block;
    width: 50px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: var(--xlfd-main);
    font-size: 20px;
    transition: .4s;
    border-radius: 0 10px 10px 0
}

.contact-info .option:hover i {
    color: rgb(255 215 0)
}

.contact-info .text {
    border-radius: 15px;
    position: absolute;
    height: 60px;
    width: 200px;
    background: rgba(255, 255, 255, .85);
    top: 0;
    z-index: -1;
    left: -136px;
    color: #000;
    line-height: 60px;
    text-align: center;
    transition: .4s
}

.contact-info {
    transition: none !important
}

.contact-info .option:hover .contact-info .option:hover {
    left: 0
}

.contact-info .option:hover .text {
    left: 60px
}

.contact-info .blok {
    position: absolute;
    height: 60px;
    width: 100px;
    top: 0;
    z-index: -1;
    left: 0
}

.contact-info .bloktop {
    position: absolute;
    height: 75px;
    width: 100px;
    bottom: 0;
    z-index: -1;
    left: 0
}

.contact-info .blokbottom {
    position: absolute;
    height: 75px;
    width: 100px;
    top: 0;
    z-index: -1;
    left: 0
}

.contact-info .option:hover .blok,
.contact-info .option:hover .blokbottom,
.contact-info .option:hover .bloktop {
    left: 0
}

.contact-info .option:hover .aplayertext {
    left: 60px !important;
    width: 370px !important;
    background: 0 0 !important
}

[data-theme=dark] .contact-info .option i {
    background: #161616;
    color: var(--xlfd-main)
}

[data-theme=dark] .contact-info .text {
    background: rgba(23, 23, 23, .85);
    color: rgba(255, 255, 255, .92)
}

@media screen and (max-width:1300px) {
    .contact-info {
        display: none !important
    }
}

.contact-info .text .strip {
    border-radius: 5px;
    position: absolute;
    height: 36px;
    width: 5px;
    background: var(--xlfd-main);
    top: 12px;
    z-index: -1;
    right: 4px;
    transition: .4s
}

[data-theme=dark] .contact-info .option:hover i {
    color: rgb(255 215 0)
}

.contact-info .option .text .post-reward .tip-button__text {
    margin: 25px !important
}

.post-reward .reward-button .reward-main .reward-all {
    border-radius: 12px !important
}

.contact-info .option .text .post-reward .reward-button .reward-main .reward-all {
    z-index: 999 !important
}

[data-theme=dark] .contact-info .option .text .post-reward .tip-button {
    border: solid 2px rgba(236, 233, 233, .8);
    background: #043749d0
}

.contact-info .option .text .post-reward .reward-button {
    display: inline-flex;
    width: 90%;
    position: relative;
    left: -9.7px;
    border-radius: 15px;
    background: #ff0
}

.contact-info .option .text .post-reward {
    margin-top: 10px;
    margin-left: 16px
}

.contact-info .option .text .post-reward .reward-main .reward-all {
    filter: brightness(1);
    border-radius: 12px;
    background: var(--anzhiyu-background);
    border: var(--style-border-always);
    padding: .8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    -webkit-box-shadow: var(--anzhiyu-shadow-border);
    box-shadow: var(--anzhiyu-shadow-border);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
    width: 300px;
    margin-top: -20px
}

.contact-info .option .text .post-reward .reward-main {
    display: flex;
    z-index: 102;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 90;
    display: none;
    padding: 0 0 15px;
    height: 300px;
    width: 300px
}

.contact-info .option .text .post-reward .reward-main .reward-all:after {
    left: 110px
}

.contact-info .option .text .post-reward .reward-button i {
    font-size: 45px;
    background: rgba(255, 255, 0, 0);
    border-radius: 10px;
    animation: Breath 1.2s linear 1s infinite;
    color: #ff004c !important;
    position: relative;
    left: 45px;
    top: -10px
}

@keyframes Breath {
    0% {
        transform: scale(.6)
    }

    50% {
        transform: scale(.7)
    }

    100% {
        transform: scale(.6)
    }
}

.contact-info .option .text .post-reward:hover .reward-button {
    background: linear-gradient(to left, pink 50%, #ff0 50%);
    background-size: 200%;
    background-position-x: -100%;
    transition: .5s ease-out
}

.contact-info .option .text .post-reward .reward-main .reward-all .reward-item {
    display: inline-block;
    padding: 0 8px;
    list-style-type: none;
    vertical-align: top
}

.contact-info .option .text .post-reward .reward-main .reward-all .reward-title {
    color: var(--anzhiyu-fontcolor)
}

.contact-info .option .text .post-reward .reward-main .reward-all .reward-dec {
    color: var(--anzhiyu-fontcolor);
    font-size: 15px;
    margin-top: -15px
}

.contact-info .option .text .post-reward .reward-main .reward-all .reward-item img {
    opacity: 1 !important;
    filter: brightness(1.2) !important
}

.contact-info .option .text .post-reward .reward-main .reward-all .reward-item .post-qr-code-desc {
    width: 130px;
    color: var(--anzhiyu-fontcolor);
    padding-top: 0;
    margin-top: -8px;
    margin-bottom: 8px
}

.climb {
    display: block;
    position: absolute;
    max-width: 270px;
    z-index: 1;
    margin-top: -35px;
    margin-left: 5px;
    cursor: pointer
}

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

@media screen and (max-width:768px) {
    #settings-button {
        display: none
    }
}

#settings-button {
    position: absolute;
    bottom: -1px;
    right: 20px;
    transform: translateY(-50%);
    opacity: .5;
    cursor: pointer;
    z-index: 99
}

#settings-menu {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: -195px;
    right: 0;
    z-index: 15;
    background: var(--randench-card-bg-about);
    border-radius: 12px;
    transition: opacity .3s ease-in-out
}

#settings-menu.show {
    display: block;
    opacity: 1
}

.toggle-option {
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    background-color: var(--randench-card-bg-about);
    border: 1px solid #ccc;
    border-radius: 12px;
    transition: background-color .2s ease
}

.toggle-option:hover {
    background-color: var(--anzhiyu-main);
    color: #fff;
    transition: .2s
}

/* @media screen and (min-width:768px) {
    body[data-type=anzhiyu] #page-header.full_page {
        height: 100vh
    }
} */

h1.error_title {
    margin: 0 0 !important
}

/* #site-info {
    display: none
} */


.card,
.neocard {
    -webkit-animation: fadeInUp 1s cubic-bezier(.6, .5, .2, 1) .1s 1 backwards;
    animation: fadeInUp 1s cubic-bezier(.6, .5, .2, 1) .1s 1 backwards
}

body[data-type=post] {
    --anzhiyu-main: var(--anzhiyu-bar-background) !important;
    --anzhiyu-code-stress: var(--anzhiyu-main);
    --anzhiyu-theme: #7b37d3 !important;
    --btn-bg: var(--anzhiyu-main);
    --anzhiyu-meta-theme-color: #7b37d3
}

[data-theme=light] {
    --anzhiyu-lighttext: var(--anzhiyu-main)
}

[data-theme=dark] {
    --anzhiyu-lighttext: #7b37d3 !important
}

@media screen and (max-width:768px) {
    #categoryBar {
        position: static !important
    }
}

@media screen and (max-width:768px) {
    body[data-type=anzhiyu] span.article-meta.tags {
        width: 200px !important
    }
}

body[data-type=anzhiyu] span.article-meta.tags {
    background: 0 0;
    position: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    font-weight: 100
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap {
    position: relative;
}

/* @media only screen and (max-width: 768px) {
    #recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap {
        position: absolute;
    }
} */

body[data-type=anzhiyu] span.article-meta {
    right: 25px;
    position: absolute;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

#card-newest-comments .aside-list-item:hover .content time {
    transition: .2s
}

#article-container figure.gallery-group .gallery-group-name,
#article-container figure.gallery-group p,
#aside-content .aside-list2>.aside-list-item .content>.comment,
#aside-content .aside-list2>.aside-list-item .content>.name,
#aside-content .aside-list2>.aside-list-item .content>.title,
#post-info .post-title,
.relatedPosts>.relatedPosts-list .content .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

#aside-content .aside-list2>.aside-list-item .thumbnail :first-child {
    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-list2>.aside-list-item .thumbnail :first-child: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)
}

#aside-content .aside-list2>span {
    display: block;
    margin-bottom: 10px;
    text-align: center
}

#aside-content .aside-list2>.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-list2>.aside-list-item:first-child {
    padding-top: 0
}

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

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

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

#aside-content .aside-list2>.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
}

#aside-content .aside-list2>.aside-list-item .content>.name {
    -webkit-line-clamp: 1
}

#aside-content .aside-list2>.aside-list-item .content>.name,
#aside-content .aside-list2>.aside-list-item .content>time {
    display: block;
    color: #858585;
    font-size: 75%
}

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

#aside-content .aside-list2>.aside-list-item.no-cover {
    min-height: 4.4em
}

#aside-content .aside-list2>.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: 4px 0;
    cursor: pointer
}

#aside-content .aside-list2>.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-list2>.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-list2>.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-list2>.aside-list-item:not(:last-child) {
    border-bottom: 0 dashed var(--heo-background) !important
}

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

#aside-content .aside-list2>.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-list2>.aside-list-item:hover a {
    color: var(--anzhiyu-white) !important
}

[data-theme=dark] #aside-content .aside-list2>.aside-list-item:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

:root,
body[data-type=anzhiyu] {
    --anzhiyu-theme: var(--anzhiyu-main)
}

:root {
    --xlfd-theme: #7b37d3;
    --xlfd-main: var(--xlfd-theme);
    --xlfd-main-op: var(--xlfd-main);
    --xlfd-main-op-deep: var(--xlfd-main);
    --xlfd-main-none: var(--xlfd-main);
    --xlfd-text: #333;
    --xlfd-background: #fff;
    --xlfd-card-bg: #f8f8f8;
    --anzhiyu-main: var(--xlfd-main) !important;
    --color-rgb: 238 77 80;
    --star-rgb: 238 77 80;
    --color-link: rgb(var(--color-rgb) / .7);
    --color-sub-rgb: 251 145 104;
    --font-color-hsl: 0deg 0% 10%;
    --font-color-alpha: 100%;
    --font-size-small: .5rem;
    --font-size-medium: .55rem;
    --top-font-family: "base" PingFang SC, -apple-system, Century Gothic, system-ui, sans-serif;
    --nav-height: 3.8rem;
    --text-shadow: 0 .04rem .2rem rgb(0 0 0 / 30%);
    --animation-on: cubic-bezier(.6, .1, 0, 1);
    --animation-in: cubic-bezier(.6, .2, .25, 1);
    --animation-ot: opacity .5s var(--animation-in) backwards, transform 1s var(--animation-in) backwards;
    --animation-otf: opacity .5s var(--animation-in) backwards, transform 1s var(--animation-in) backwards, filter .7s var(--animation-in) backwards;
    --radius: .5rem;
    --gap-divs: 1.5rem;
    --gap-area: 2rem;
    --box-shadow: 0 .2rem 1rem 0 hsl(var(--font-color-hsl) / 10%);
    --box-shadow-white: 0 .2rem 1rem 0 hsl(var(--font-color-hsl) / 3%);
    --w-bg: white;
    --h-bg: hsl(0deg 0% 99%);
    --archives-stroke: 1px hsl(0deg 0% 10% / .2)
}

@media screen and (min-width:768px) {
    :root {
        --trans-light: rgba(255, 255, 255, 0.88);
        --trans-dark: rgba(25, 25, 25, 0.88);
        --border-style: 1px solid rgb(169, 169, 169);
        --backdrop-filter: blur(5px) saturate(150%)
    }
}

[data-theme=dark] #footer-wrap #footer_deal .footer_mini_logo {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, .5)) !important
}

[data-theme=dark] #footer-wrap #footer_deal .footer_mini_logo:hover {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .8)) !important
}

#footer-wrap #footer_deal .deal_link {
    color: var(--randench-footer-deal)
}

@media screen and (min-width:1280px) {
    #recent-posts>.recent-post-item .recent-post-info .newPost {
        position: absolute !important;
        top: 0 !important;
        color: #fff !important;
        padding: 0 18px;
        background-color: var(--anzhiyu-main);
        border-radius: 0 0 12px 12px;
        right: 20px;
        margin-top: -11px;
        z-index: -1;
        font-size: .8rem
    }
}

#recent-posts>.recent-post-item:hover .recent-post-info .newPost {
    animation: post-shake 0.5s infinite
}

@keyframes post-shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-5px)
    }

    50% {
        transform: translateX(5px)
    }

    75% {
        transform: translateX(-5px)
    }

    100% {
        transform: translateX(0)
    }
}

@media screen and (max-width:768px) {
    .newPost {
        margin-top: -1px
    }
}

[data-theme=light] #random-hover:hover {
    background-color: var(--xlfd-main-op) !important
}

#random-hover {
    z-index: 3
}

.banners-title {
    z-index: 3
}

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

    .down,
    .roll,
    .window {
        display: none
    }
}

@media screen and (min-width:768px) {
    .window {
        background-size: cover;
        width: 100%;
        height: 260px;
        border-radius: 12px;
        padding: 0;
        position: relative;
        overflow: hidden
    }
}

@media screen and (min-width:768px) {
    .down {
        background: url(https://cdn.randench.cn/image/24/08/dc7921fe3964beb2.webp) left 65%/800px 450px no-repeat;
        height: 260px;
        resize: horizontal;
        position: absolute;
        top: 0;
        left: 0;
        min-width: 0;
        max-width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 4
    }
}

@media screen and (min-width:768px) {
    .down:before {
        content: '↔';
        background: var(--anzhiyu-card-bg);
        font-size: 16px;
        color: var(--xlfd-main-op);
        top: 0;
        right: 0;
        height: 100%;
        line-height: 260px;
        position: absolute;
        z-index: -1
    }
}

@media screen and (min-width:768px) {
    .roll {
        resize: horizontal;
        opacity: 0;
        position: relative;
        top: -20px;
        left: 0;
        margin-right: 0;
        width: 0;
        height: 15px;
        max-width: 100%;
        min-width: 15px;
        outline: 0 solid transparent;
        cursor: move;
        cursor: all-scroll;
        transform: scaley(35);
        transform-origin: center center;
        z-index: 2
    }
}


#recent-posts>.recent-post-item .post_cover {
    padding: 5px
}

#recent-posts>.recent-post-item .post_cover img.post_bg {
    border-radius: 10px
}

#recent-posts>.recent-post-item:hover img.post_bg {
    filter: brightness(.82) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

[data-theme=dark] .gallery-photo a {
    border: 1px solid #efe1ef
}

.gallery-photo a:hover {
    border-color: var(--anzhiyu-main);
    box-shadow: var(--randench-shadow-main)
}

[data-theme=dark] .gallery-photo a:hover {
    border: 1px solid #7b37d3;
    box-shadow: var(--randench-shadow-main)
}

[data-theme=dark] #recent-posts .recent-post-item {
    border: 1px solid #efe1ef
}

[data-theme=dark] #recent-posts .recent-post-item:hover {
    border: 1px solid #7b37d3;
    box-shadow: var(--randench-shadow-main)
}

@media screen and (min-width:768px) {
    #recent-posts>.recent-post-item:not(a) {
        background: var(--randench-background-cards) !important
    }
}

.contact-info .option .text .aside_notice {
    word-wrap: break-word;
    padding: 20px;
    display: none
}

@media screen and (min-width:768px) {
    #recent-posts>.recent-post-item:not(a) {
        position: relative;
        overflow: hidden
    }
}

#aside-content .card-archives ul.card-archive-list>.card-archive-list-item a span:first-child,
#aside-content .card-categories ul.card-category-list>.card-category-list-item a span {
    overflow: unset
}

#recent-posts>.recent-post-item:not(a)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(to right, transparent, #fff, transparent);
    transform: translateX(-200%);
    transition: transform .5s linear;
    z-index: 1
}

#recent-posts>.recent-post-item:not(a):hover::before {
    transform: translateX(100%) skewX(-60deg);
    transition: transform .5s linear, background .5s ease
}

#recent-posts>.recent-post-item:not(a) {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transform: scale(1);
    transition: box-shadow .5s ease, transform .5s ease
}

#recent-posts>.recent-post-item:not(a):hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
    transform: scale(1.05)
}

@media only screen and (min-width:768px) {
    #category-bar {
        background: var(--randench-background-cards) !important
    }
}

[data-theme=dark] #bbTimeList {
    background: var(--randench-background-cards) !important
}

#bbTimeList {
    background: var(--randench-background-cards) !important
}

@media screen and (max-width:768px) {
    div#bbTimeList {
        margin: 20px 20px 15px !important
    }
}

@media screen and (max-width:768px) {
    [data-theme=dark] .post #aside-content {
        background: var(--anzhiyu-background) !important
    }
}

@media screen and (min-width:768px) {
    .card-widget:not(.card-info):not(.card-steam):not(.card-music) {
        background: var(--randench-background-cards) !important
    }
}

@media screen and (min-width:768px) {
    #home_top {
        opacity: .9 !important
    }
}

#web_container {
    background: 0 0 !important
}

@media screen and (max-width:768px) {
    #web_container {
        background: 0 0 !important
    }
}

@media screen and (min-width:768px) {
    [data-theme=light] #post {
        background: rgba(255, 255, 255, .8) !important
    }
}

@media screen and (max-width:768px) {
    .share-link .share-qrcode {
        display: none
    }
}

.author-content-item .card-content .banner-button-group .banner-button {
    justify-content: center
}

@media screen and (max-width:768px) {
    #post {
        margin-top: -20px
    }
}

@media screen and (min-width:768px) {
    #page-header.post-bg #post-top-cover::after {
        -webkit-animation: maintone-change 8s ease 0s 1 normal forwards !important;
        animation: maintone-change 8s ease 0s 1 normal forwards !important;
        -webkit-box-shadow: 110px -130px 300px 60px var(--anzhiyu-bar-background) inset !important;
        box-shadow: 110px -130px 300px 60px var(--anzhiyu-bar-background) inset !important
    }
}

@keyframes maintone-change {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes maintone-change {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes slide-in {
    from {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    #post-top-cover {
        position: absolute !important;
        width: 100% !important;
        will-change: filter, transform, opacity;
        animation: blur-change 3.5s ease 0s 1 normal forwards !important
    }
}

@media screen and (max-width:768px) {
    #post-info {
        transform: scale(var(--anzhiyu-header-info-scale)) translateY(var(--anzhiyu-header-translateY));
        margin-top: -20px
    }
}

@keyframes blur-change {
    0% {
        filter: blur(10px) brightness(40%);
        -webkit-transform: rotate(0) translateY(0) scale(1.5);
        -moz-transform: rotate(0) translateY(0) scale(1.5);
        -o-transform: rotate(0) translateY(0) scale(1.5);
        -ms-transform: rotate(0) translateY(0) scale(1.5);
        transform: rotate(0) translateY(0) scale(1.5);
        opacity: 1
    }

    100% {
        filter: blur(0) brightness(80%);
        -webkit-transform: rotate(0) translateY(0) scale(1);
        -moz-transform: rotate(0) translateY(0) scale(1);
        -o-transform: rotate(0) translateY(0) scale(1);
        -ms-transform: rotate(0) translateY(0) scale(1);
        transform: rotate(0) translateY(0) scale(var(--anzhiyu-header-cover-scale));
        opacity: 1
    }
}

@-webkit-keyframes blur-change {
    0% {
        -webkit-filter: blur(10px) brightness(40%);
        filter: blur(10px) brightness(40%);
        -webkit-transform: rotate(0) translateY(0) scale(1.5);
        -moz-transform: rotate(0) translateY(0) scale(1.5);
        -o-transform: rotate(0) translateY(0) scale(1.5);
        -ms-transform: rotate(0) translateY(0) scale(1.5);
        transform: rotate(0) translateY(0) scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-filter: blur(0) brightness(80%);
        filter: blur(0) brightness(80%);
        -webkit-transform: rotate(0) translateY(0) scale(1);
        -moz-transform: rotate(0) translateY(0) scale(1);
        -o-transform: rotate(0) translateY(0) scale(1);
        -ms-transform: rotate(0) translateY(0) scale(1);
        transform: rotate(0) translateY(0) scale(var(--anzhiyu-header-cover-scale));
        opacity: 1
    }
}

#article-container .anzhiyu-flink-list .flink-list-item:hover {
    background: var(--anzhiyu-main)
}

#article-container .telescopic-site-card-group .site-card:hover .info {
    background: var(--anzhiyu-main)
}

/* .flexcard-flink-list>a .wrapper .cover,
[data-theme=light] .flexcard-flink-list>a .info {
    background: #ffffff2f
} */

[data-theme=light] div#page {
    background: var(--randench-background-cards);
}

/* [data-theme=light] div#tag {
    background: rgb(255 255 255 / 5%) !important
} */

/* #nav i {
    font-weight: 400
} */

i.back-home-button-icon.heoblogIcon.icon-apps-fill {
    font-size: 20px !important
}

#blog_name #site-name .title {
    font-size: 20px !important
}

div#nav-totop {
    margin-top: -2px
}

a.site-page.faa-parent.animated-hover i {
    font-weight: 400
}

i.heoblogIcon.icon-moon-clear-fill {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px
}

.icon-moon-clear-fill:before {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px
}

#blog_name #site-name i {
    font-size: 1.5rem
}

label.widget {
    --icon-size: 1.2rem !important;
    margin-left: 1.6rem !important;
    margin-right: .7rem;
    margin-top: -2px
}

#center-console:checked+label::after {
    top: -7px;
    left: -7.5px
}

#card-newest-comments .aside-list-item .name {
    font-size: var(--global-font-size)
}

@media screen and (max-width:768px) {
    .back-home-button {
        display: none
    }
}

[data-theme=light] #sidebar #sidebar-menus {
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:1220px) {
    .avatar-img {
        display: block !important;
        margin: 30px auto 20px !important;
        overflow: hidden !important;
        width: 110px !important;
        height: 110px !important;
        border-radius: 70px !important;
        position: relative !important
    }
}

#rightside>div>button {
    border-radius: 30px
}

#sidebar #sidebar-menus .menus_items .site-page {
    align-items: center
}

#sidebar #sidebar-menus .menus_item_child .site-page.child {
    width: 8rem
}

#sidebar #sidebar-menus .menus_items .site-page i:first-child {
    width: 12%;
    text-align: center
}

/* [data-theme=dark] a.darkmode_switchbutton {
    background: var(--randench-dark) !important
} */

@media screen and (max-width:1200px) {
    #aside-content #card-toc.open {
        background: var(--randench-background) !important
    }
}

#rightside>div>a,
#rightside>div>button {
    border-radius: 30px;
    cursor: pointer
}

#rightside i {
    font-size: 1.15rem
}

[data-theme=light] #aside-content .card-widget:hover {
    -webkit-box-shadow: 0 2px 12px 4px var(--anzhiyu-main);
    box-shadow: 0 2px 12px 4px var(--anzhiyu-main)
}

[data-theme=dark] #aside-content .card-widget:hover {
    -webkit-box-shadow: 0 2px 12px 4px var(--randench-dark);
    box-shadow: 0 2px 12px 4px var(--randench-dark)
}

[data-theme=light] #post:hover {
    -webkit-box-shadow: 0 2px 12px 4px var(--anzhiyu-main);
    box-shadow: 0 2px 12px 4px var(--anzhiyu-main)
}

[data-theme=dark] #post:hover {
    -webkit-box-shadow: 0 2px 12px 4px var(--randench-dark);
    box-shadow: 0 2px 12px 4px var(--randench-dark)
}

@media screen and (min-width:768px) {
    #aside-content .card-widget {
        border-radius: 12px;
        border: var(--border-style)
    }
}

.card-tag-cloud {
    text-align: center
}

.back-home-button .back-menu-list-groups {
    background: var(--randench-maskbgdeep);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.nav-fixed #nav-totop #percent,
.page #nav-totop #percent {
    font-family: 'base'
}

#nav {
    font-size: 1.2em
}

[data-theme=light] #page-header.nav-fixed #nav {
    background: var(--randench-background-cards) !important;
    backdrop-filter: blur(5px)
}

[data-theme=dark] #page-header.nav-fixed #nav {
    background: rgba(58, 57, 57, .6) !important;
    backdrop-filter: blur(5px);
    z-index: 999
}

@media screen and (max-width:768px) {
    #nav {
        background: #fff0 !important
    }
}

@media screen and (max-width:768px) {
    body[data-type=anzhiyu] #page-header #nav {
        --font-color: #fff
    }
}

@media screen and (max-width:768px) {
    body[data-type=music] #page-header #nav {
        --font-color: #fff
    }
}

@media screen and (max-width:768px) {
    body[data-type=post] #page-header #nav {
        --font-color: #fff
    }
}

@media screen and (max-width:768px) {
    #page-header.nav-fixed #nav {
        --font-color: var(--anzhiyu-fontcolor) !important
    }
}

#nav .menus_items .menus_item .menus_item_child {
    background: var(--randench-maskbg);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

#nav .menus_items {
    font-size: 1.2rem !important
}

#nav, #nav i {
    /* font-size: 1.2em !important; */
    font-size: 20px !important;
}

#rightMenu {
    background: var(--randench-maskbgdeep);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

[data-theme=dark] #page-header::before {
    background: 0 0 !important
}

.read-mode #aside-content .card-widget {
    background: rgba(158, 204, 171, .5) !important
}

.read-mode div#post {
    background: rgba(158, 204, 171, .5) !important
}

[data-theme=dark] .read-mode #aside-content .card-widget {
    background: rgba(25, 25, 25, .9) !important;
    color: #fff
}

[data-theme=dark] .read-mode div#post {
    background: rgba(25, 25, 25, .9) !important;
    color: #fff
}

#sakana {
    z-index: 2
}

.sakana-widget-ctrl-item:nth-child(3) {
    display: none
}

.sakana-widget-ctrl {
    width: auto !important
}

/* #web_bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0)
} */

.winbox {
    border-radius: 12px;
    overflow: hidden
}

.wb-body {
    backdrop-filter: blur(35px) saturate(150%);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, .5);
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px
}

.wb-header {
    backdrop-filter: blur(3px) saturate(150%);
    -webkit-backdrop-filter: blur(35px);
    background: #ffffff70
}

.wb-full {
    display: none
}

.wb-min {
    background-position: center
}

[data-theme=dark] #changeBgBox,
[data-theme=dark] .wb-body {
    background: #333 !important
}

.bgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box,
.imgbox,
.pimgbox {
    width: 166px;
    margin: 10px;
    background-size: cover
}

.imgbox,
.pimgbox {
    border-radius: 10px;
    overflow: hidden
}

.pimgbox {
    height: 240px
}

.imgbox {
    height: 95px
}

.box {
    height: 100px
}

@media screen and (max-width:768px) {
    .wb-body {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 25px;
        padding-left: 25px
    }
}

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

    .box,
    .imgbox,
    .pimgbox {
        height: 73px;
        width: 135px
    }

    .pimgbox {
        height: 205px
    }

    .wb-min {
        display: none
    }

    #changeBgBox .wb-body::-webkit-scrollbar {
        display: none
    }
}

#flink-banners .banner-button-group .banner-button.secondary {
    color: var(--anzhiyu-fontcolor)
}

#flink-banners .banner-button-group .banner-button:hover {
    background: var(--anzhiyu-theme);
    color: var(--anzhiyu-white)
}

#flink-banners .banner-button-group .banner-button {
    color: var(--randench-background)
}

.addBtn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.addBtn button {
    transition: .2s;
    display: flex;
    margin: 5px auto;
    color: var(--global-bg);
    padding: 15px;
    border-radius: 40px;
    background: var(--search-result-title);
    align-items: center
}

button {
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    touch-action: manipulation
}


.addBtn i {
    font-size: 1.3rem;
    margin-right: 10px
}

.addBtn button:hover {
    background: var(--anzhiyu-main);
    color: #fff
}

#maintop #bber-talk {
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid #e0e3ed;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 10%;
    min-height: 50px;
    background: var(--card-bg);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 700
}

#bber-talk:hover {
    border-color: #49b1f5;
    box-shadow: none
}

#bber-talk,
#bber-talk a {
    color: var(--font-color)
}

#bber-talk svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 20px
}

#bber-talk .item i {
    margin-left: 5px
}

#bber-talk>i {
    font-size: 1.1rem
}

#bber-talk .talk-list {
    flex: 1;
    max-height: 32px;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin: -1.2px 0 0 0;
    text-align: center;
    cursor: pointer
}

#bber-talk .talk-list :hover {
    color: #7b37d3 !important;
    transition: all .2s ease-in-out
}

#bber-talk .talk-list li {
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px
}

@media screen and (max-width:768px) {
    #bber-talk .talk-list {
        position: fixed;
        top: 0;
        left: -10px;
        text-align: left
    }
}

#post .post-copyright .anzhiyufont.anzhiyu-icon-copyright {
    display: none
}

#ai-Toggle {
    color: rgba(255, 255, 255, .9);
    background: var(--anzhiyu-main)
}

#ai-Toggle:hover {
    background: #7b37d3;
    color: #fff
}

#ai-tag {
    background-color: var(--anzhiyu-main)
}

[data-theme=dark] #twikoo .tk-tag-green {
    background: #7b37d3
}

.orlike {
    color: var(--anzhiyu-main);
    font-size: 26px !important;
    line-height: 2;
    text-shadow: 3px 3px 3px #f47466bd
}

[data-theme=dark] .orlike {
    color: rgba(255, 255, 255, .85);
    text-shadow: 3px 3px 3px var(--anzhiyu-main)
}

.orlike:first-child {
    margin-right: 36px
}

.orlike span {
    margin-left: .3rem
}

.orlike-box {
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 52px
}

.orlike:hover {
    color: var(--anzhiyu-main) !important
}

[data-theme=dark] .orlike:hover {
    color: var(--anzhiyu-main) !important
}

.orlike-loading {
    display: block;
    height: 39px;
    width: 10px !important;
    border-radius: 50%;
    border: 2px solid var(--anzhiyu-main);
    border-bottom-color: transparent;
    -webkit-animation: orlike-loadingRotate .75s linear infinite;
    animation: orlike-loadingRotate .75s linear infinite
}

@-webkit-keyframes orlike-loadingRotate {
    0% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes orlike-loadingRotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#page .tk-comments-container>.tk-comment {
    background-color: var(--randench-card-bg-about) !important
}

.el-textarea__inner {
    background-color: var(--randench-card-bg-about) !important
}

.tk-expand {
    background-color: var(--randench-card-bg-about)
}

#twikoo .tk-extra-text {
    font-size: .7rem
}

@media screen and (max-width:768px) {
    #twikoo .tk-replies .tk-comment {
        background: 0 0 !important
    }
}

.twikoo .el-input-group__append,
.twikoo .el-input-group__prepend {
    font-weight: 700
}

#twikoo .tk-nick {
    line-height: 32px
}

.tk-replies>.tk-comment {
    border-top: var(--style-border-dashed);
    border-radius: 12px;
    padding: 0;
    transition: .3s;
    padding-top: 1rem;
    margin-top: 0
}

@media screen and (max-width:768px) {
    .tk-row-actions-start {
        top: -165px !important
    }
}

@media screen and (min-width:768px) {
    .tk-row-actions-start {
        top: -84px !important;
        left: 65px !important
    }
}

@media screen and (max-width:768px) {
    #twikoo .tk-replies .tk-comment {
        margin-left: -15px
    }
}

[data-theme=dark] #twikoo .tk-content,
[data-theme=dark] #twikoo blockquote {
    background: rgb(60 60 60 / 40%)
}

.tk-comments button.el-button.tk-preview.el-button--default.el-button--small {
    display: block !important
}

.tk-replies .tk-content span:first-child:not(.token) {
    font-size: 10px
}

/* .el-textarea__inner {
    background-image: url(/imgs/open.webp) !important
}

.el-textarea__inner:focus {
    background-image: url(/imgs/close.webp) !important
} */

/* @media screen and (min-width:768px) {
    .el-textarea__inner {
        background-size: 15% auto
    }
}

@media screen and (min-width:768px) {
    .el-textarea__inner:focus {
        background-size: 15% auto
    }
}

@media screen and (max-width:768px) {
    .el-textarea__inner {
        background-size: 30% auto
    }
}

@media screen and (max-width:768px) {
    .el-textarea__inner:focus {
        background-size: 30% auto
    }
} */

#twikoo .tk-extra {
    background: var(--randench-card-bg-about)
}

.comment-barrage-item .barrageHead .barrageTitle {
    color: var(--anzhiyu-meta-theme-post-color)
}

#popup-window .popup-window-title {
    color: var(--randench-background)
}

#twikoo .tk-comments .OwO .OwO-body .OwO-items-show {
    margin: 0 !important
}

.OwO.OwO-open .OwO-body {
    -webkit-transform: translate(0, -5%) translateZ(0) !important;
    -moz-transform: translate(0, -5%) translateZ(0) !important;
    -o-transform: translate(0, -5%) translateZ(0) !important;
    -ms-transform: translate(0, -5%) translateZ(0) !important;
    transform: translate(0, -5%) translateZ(0) !important
}

@media screen and (max-width:768px) {
    .OwO .OwO-body {
        width: 275px
    }
}

@media screen and (max-width:768px) {
    #twikoo .tk-extras {
        display: none
    }
}

.OwO .OwO-body .OwO-items .OwO-item {
    line-height: 1.5 !important;
    font-size: 2rem !important;
    padding: 0 !important;
    margin: 6px
}

.OwO .OwO-body .OwO-items-image .OwO-item img {
    max-width: 100%;
    font-size: 1rem !important
}

ul.OwO-items.OwO-items-emoticon.OwO-items li.OwO-item {
    font-size: 1.1rem !important;
    width: auto !important
}

@media screen and (max-width:468px) {
    .OwO .OwO-body .OwO-items .OwO-item {
        width: calc(25% - 16px) !important
    }
}

.tk-avatar.tk-has-avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 32px !important
}

.tk-avatar {
    margin-top: 4.5px;
    width: 32px !important;
    height: 32px !important
}

#twikoo .tk-avatar .tk-avatar-img {
    height: 32px !important;
    width: auto !important;
    border-radius: 32px;
    border: var(--style-border-always)
}

#twikoo .tk-comment .tk-submit .tk-avatar,
#twikoo .tk-replies .tk-avatar {
    width: 32px !important;
    height: 32px !important;
    margin-top: 5px
}

.tk-time {
    font-size: .8rem
}

.tk-tag {
    margin-left: 4px
}

.tk-content img {
    max-width: 100% !important
}

.tk-meta-input {
    position: relative !important;
    margin-top: 8px;
    width: calc(100% - 5.5rem)
}

#randench-records {
    padding-top: 12px
}

.randench-records-self,
.randench-records-the-other-side {
    padding: 12px 2rem;
    display: flex;
    clear: both
}

.randench-records-self {
    float: right
}

.randench-records-self img,
.randench-records-the-other-side img {
    width: 50px;
    height: 50px;
    border-radius: 6px
}

.randench-records-self-content {
    background: var(--randench-self-content-background-color);
    border-radius: 6px;
    margin-right: -4px;
    padding: 0 16px;
    margin-left: 66px
}

.randench-records-the-other-side-content {
    background: var(--randench-the-other-side-content-background-color);
    border-radius: 6px;
    margin-left: 1em;
    padding: 0 16px;
    margin-right: 66px
}

.randench-records-self-content p {
    color: #000
}

.randench-records-the-other-side-content p {
    color: var(--randench-the-other-side-content-text-color)
}

.randench-records-left-arrowhead {
    position: absolute;
    transform: rotate(90deg);
    margin-left: 48px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-top: 8px solid var(--randench-the-other-side-content-background-color)
}

.randench-records-right-arrowhead {
    transform: rotate(-90deg);
    margin-right: -2px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-top: 8px solid var(--randench-self-content-background-color)
}

.randench-records-left-arrowhead,
.randench-records-right-arrowhead {
    width: 0;
    height: 0;
    margin-top: 16px
}

.randench-records-chat-time {
    display: flex;
    padding-top: 10px
}

.randench-records-chat-time span {
    color: var(--randench-chat-time-text-color);
    margin: 0 auto;
    padding: 0 6px;
    background-color: var(--randench-chat-time-background-color);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400
}

summary {
    font-size: 1rem;
    font-weight: 600;
    background-color: #f3f3f3;
    color: #000;
    padding: 1rem;
    margin-bottom: 4px;
    outline: 0;
    border-radius: .25rem;
    cursor: pointer;
    position: relative
}

details {
    clear: both
}

details[open] summary~* {
    animation: sweep .5s ease-in-out
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

details>summary::after {
    position: absolute;
    content: "+";
    right: 20px
}

details[open]>summary::after {
    position: absolute;
    content: "-";
    right: 20px
}

details>summary::-webkit-details-marker {
    display: none
}

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

    .randench-records-self,
    .randench-records-the-other-side {
        padding: 12px 4px
    }

    .randench-records-self img,
    .randench-records-the-other-side img {
        width: 45px;
        height: 45px
    }

    .randench-records-self-content p,
    .randench-records-the-other-side-content p {
        font-size: 12px
    }

    .randench-records-left-arrowhead {
        margin-left: 43px
    }

    .randench-records-self-content {
        margin-left: 60px
    }

    .randench-records-the-other-side-content {
        margin-right: 60px
    }
}

[data-theme=light] {
    --randench-self-content-background-color: #95EC69;
    --randench-the-other-side-content-background-color: rgba(237, 237, 237, 0.2);
    --randench-the-other-side-content-text-color: #000;
    --randench-chat-time-background-color: rgba(44, 44, 44, 0.02);
    --randench-chat-time-text-color: #000;
    --randench-footer-deal: #fff
}

[data-theme=dark] {
    --randench-self-content-background-color: #28B561;
    --randench-the-other-side-content-background-color: #2C2C2C;
    --randench-the-other-side-content-text-color: #FFF;
    --randench-chat-time-background-color: rgba(255, 255, 255, 0.12);
    --randench-chat-time-text-color: #FFF;
    --randench-footer-deal: #000
}

.tk-comments .el-button--primary.is-disabled,
.tk-comments .el-button--primary.is-disabled:active,
.tk-comments .el-button--primary.is-disabled:focus,
.tk-comments .el-button--primary.is-disabled:hover {
    opacity: .2
}

@media screen and (min-width:768px) {
    .tk-row .tk-avatar {
        display: block !important
    }
}

/* #twikoo .tk-input .el-textarea__inner {
    color: var(--anzhiyu-fontcolor)
} */

.tk-input .el-textarea__inner:focus {
    background-image: none !important;
}

[data-theme=dark] #twikoo .tk-content {
    padding: 8px;
    border-radius: 10px
}

@media screen and (min-width:768px) {
    .tk-comments .el-button--primary {
        margin-top: 2px
    }
}

@media screen and (max-width:768px) {
    .tk-submit .el-button--primary {
        margin-top: -2px
    }
}

@media screen and (max-width:768px) {
    .tk-preview-container {
        margin-left: 0 !important
    }
}

.tk-preview-container {
    background: var(--randench-card-bg-about);
    border-radius: 12px !important;
    margin-top: 1rem
}

.post-reward .reward-button {
    background: var(--randench-red);
    color: var(--randench-white);
    padding: 0 16px;
    height: 40px;
    line-height: 39px;
    box-shadow: var(--randench-shadow-red);
    display: inline-block;
    cursor: pointer;
    transition: all .4s ease 0s
}

[data-theme=dark] .post-reward .reward-button,
[data-theme=dark] .reward-link.mode {
    opacity: 1
}

.about-randench a:not(.more)[target="_blank"]::after {
    content: "\e040"
}

#about-page a.more::after {
    content: "\e052"
}

#about-page a::after {
    font-family: 'base';
    width: 1.35rem;
    height: 1.35rem;
    line-height: 1.35rem;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    text-align: center
}

@media screen and (min-width:641px) {
    .about-randench .space {
        height: auto;
        inset: 20% -40% auto auto;
        aspect-ratio: 1/1
    }

    .about-randench:hover .space {
        width: 110%;
        top: 15%;
        right: -45%
    }
}

.about-randench .space {
    position: absolute;
    z-index: 1;
    width: 100%;
    border-radius: 50% 50% 0 0;
    transition: all .5s cubic-bezier(.5, 0, 0, 1);
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    box-shadow: var(--box-shadow)
}

.about-randench .stars {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(-145deg)
}

.about-randench .stars-animation {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    animation: about-stars 10s linear infinite
}

.about-randench .space:hover+.stars .stars-animation {
    animation-duration: 1s
}

.about-randench .star {
    width: 5rem;
    height: 2px;
    background: linear-gradient(90deg, rgb(255 255 255 / 30%), rgb(255 255 255 / 0));
    display: flex;
    align-items: center
}

.about-randench .star:before {
    content: "";
    height: 2px;
    width: 2px;
    background: rgb(255 255 255);
    border-radius: 50%
}

.about-randench .star.center {
    margin: 0 0 0 100%
}

.about-randench .star.bottom {
    margin: 0 0 0 30%
}

@keyframes about-stars {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

#about-page section.about-randench {
    background: linear-gradient(320deg, rgb(168, 6, 105, 50%), rgb(128, 0, 64, 50%), #5c162b);
    margin-top: 1rem
}

section.fade-in {
    --trfm: scaleY(1.1) translateY(1rem);
    opacity: 1;
    animation: opacity var(--duration, .5s) var(--animation-in) backwards, transform var(--duration, .7s) var(--animation-in) backwards
}

a[target="_blank"] {
    color: rgb(73, 177, 245);
    text-decoration: none;
    transition: all 0.2s ease 0s;
    overflow-wrap: break-word;
}

a[target="_blank"]:hover {
    color: #f2563b
}


/* 代码块字体 */
#article-container code,
#article-container pre {
    font-family: 'code-font' !important;
}


/* @description: 鼠标样式 */
/* body {
	cursor: url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/Arrow.cur), default;
	font-family: 'base';
	line-height: 2;
}
select, spawn {
	cursor: url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/Hand2.cur), pointer;
}
button, i {
  cursor: url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/Hand2.cur), default;
}
button, a:hover{
	cursor: url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/Hand2.cur), pointer;
}
input{
	cursor:url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/IBeam.cur), text;	
}
textarea,input:focus{
	cursor:url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/IBeam.cur), text;	
}
#article-container pre {
  cursor:url(https://cdn.jsdelivr.net/gh/RandomEnch/randomench.github.io/assets/ico/IBeam.cur), text;
} */


#page-header #site-title,
#page-header #site-subtitle {
  /* color: var(--anzhiyu-fontcolor); */
  font-family: "base";
}

#post > #post-info,
#page h1.page-title {
  /* text-align: center; */
  font-family: 'base' !important;
}
.nav-fixed #nav-totop #percent,
.page #nav-totop #percent {
    font-family: "base";
}

/* #console {
    align-items: normal;
} */

/* #console .console-card-group {
    position: relative;
    left: 8%;
} */

/* #console .console-card.tags {
    height: calc(100% - 100px);
} */

/* body:has(#console.show) #nav-music {
    top: 28%;
} */

#nav-music.playing .aplayer {
    backdrop-filter: blur(0px);
}

/* 音乐下载加载动画 */
#download-loader {
    display: none;
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: loader-spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 文章图片不过度上浮 */
#article-container img {
    margin: 0 auto auto auto;
}

.flexcard-flink-list > a .info img {
    margin: 0 auto 20px !important;
}

/* 徽标hover显示 */
a.github-badge:hover:before {
    position: fixed;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20%;
    border-radius: 10px;
    text-align: center;
    z-index: 100;
    content: attr(data-title);
    font-size: 20px;
    color: #fff;
    padding: 10px;
    background-color: var(--text-bg-hover);
}

/* 页脚a标签hover样式 */
[data-theme=light] #footer-bar a:hover {
    color: var(--anzhiyu-lighttext);
    background-color: var(--randench-light-bg);
}


[data-theme=dark] #footer-bar a:hover {
    color: var(--anzhiyu-lighttext);
    background-color: var(--randench-dark-bg);
}

#footer-bar .footer-bar-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px;
    margin: 0 2px;
    height: 38px;
    border-radius: 12px;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

#footer-bar .footer-bar-link.cc i {
    margin: 0 2px;
    font-weight: 400;
    font-size: 22px;
    margin-right: 4px;
    transition: color .3s;
}

/* 手机不显示快捷键 */
@media screen and (max-width: 768px) {
    #keyboard-tips,
    #rightMenu,
    #rightmenu-mask,
    #js-pjax,
    #nav-music {
      display: none !important;
    }
}

/* 中控台隐藏音乐播放器边框 */
#nav-music.playing {
    border: none;
}

/* 页脚动画效果 */
#footer_deal .deal_link,
#footer_deal .footer_mini_logo {
    transition: transform 0.3s ease;
}

#footer_deal .deal_link:hover,
#footer_deal .footer_mini_logo:hover {
    transform: scale(1.2);
}

/* 背景图片 */
#web_bg {
    position: fixed;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
}

#page > div > #tag,
#page > #tag {
    background: unset;
}

/* 那年今日 */
#aside-content .card-history .swiper-wrapper {
    flex-direction: column
}

#aside-content .card-history .item-headline {
    margin-left: 0;
}

#aside-content .card-history .history_slide {
    text-align: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start
}

#aside-content .card-history .history_slide_time {
    color: var(--efu-secondtext);
    font-size: 15px;
    font-style: italic;
    font-weight: lighter
}

#aside-content .card-history .history_slide_link {
    line-height: 1.5;
    font-size: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

#aside-content .card-history .history_slide_link a {
    color: var(--anzhiyu-main);
    padding: 0 4px;
    border-radius: 4px
}

#aside-content .card-history .history_slide_link a:hover {
    color: var(--anzhiyu-white);
    background: var(--anzhiyu-main)
}

/* 控制台 */
#console .console-card.history .card-archive-list .card-archive-list-link {
    padding: 4px 8px;
}

#console .console-card-group {
    min-width: 1350px;
}
    
@media screen and (min-width: 1200px) {
    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-info {
        min-width: 350px;
    }

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-lrc {
        height: 250px;
        margin-top: 20px;
    }

    #console .console-card-group {
        max-width: 1400px;
        min-height: 75%;
    }

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

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

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

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

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


@media screen and (max-width: 1200px) {
    body:has(#console.show) #nav-music {
        position: fixed;
        display: block!important;
        left: 7.5%;
        top: 3.9rem!important;
        height: 70%;
        width: 85%;
        bottom: 20px;
    }

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

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

    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-lrc {
        height: 35px;
        margin-top: 15px;
    }

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

    body:has(#console.show) #nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
        color: var(--anzhiyu-white);
        font-size: 16px;
        line-height: 20px !important;
        white-space: normal;
        min-width: 100%;
        margin: 0 0 9px 0 !important;
        animation: none;
    }

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

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

@media screen and (max-width: 1024px) {
    body:has(#console.show) #nav-music .aplayer.aplayer-withlrc .aplayer-pic {
        height: 40%;
    }
}