@charset "UTF-8";
@keyframes snackbar-progress{0%{width:0}to{width:100%}}.snackbar-container{transition:.5s;font-size:14px;position:fixed;align-items:center;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999;background:var(--yikun-lighttext)!important;color:var(--yikun-card-bg);border-radius:0;display:flex;justify-content:center;max-width:none;min-width:100%;margin:0;left:0;height:60px;transform:none}.snackbar-container p{color:var(--yikun-card-bg)!important;font-weight:700!important;text-align:center;font-size:.8rem!important;display:flex;justify-content:center}.snackbar-container .action{display:inline-block;font-size:inherit;margin:0 0 0 24px;min-width:min-content;cursor:pointer;color:var(--yikun-card-bg)!important;background:var(--yikun-lighttext)!important;padding:4px 6px;font-weight:700;border-radius:8px;transition:.3s;border:var(--style-border)}.snackbar-container .action:hover{background:var(--yikun-card-bg)!important;color:var(--yikun-lighttext)!important}.snackbar-container:after{position:absolute;width:0;height:100%;left:0;top:0;background:var(--yikun-white);opacity:.1;content:"";animation:snackbar-progress var(--yikun-snackbar-time) linear forwards;pointer-events:none}.snackbar-pos.top-center,.snackbar-pos.top-left{bottom:auto;top:0;left:0}.snackbar-pos.top-right{bottom:auto;top:0;right:0}

@charset "UTF-8";
:root {
    --yikun-white: #fff;
    --yikun-white-op: rgba(255, 255, 255, 0.15);
    --yikun-black: #000;
    --yikun-black-op: rgba(0, 0, 0, 0.15);
    --yikun-none: #00000000;
    --yikun-gray-op: #9999992b;
    --yikun-gray-op-deep: #99999996;
    --yikun-vip: #e5a80d;
    --yikun-main: var(--yikun-theme);
    --yikun-main-op: var(--yikun-theme-op);
    --yikun-main-op-deep: var(--yikun-theme-op-deep);
    --yikun-main-op-light: var(--yikun-theme-op-light);
    --yikun-main-none: var(--yikun-theme-none);
    --yikun-shadow-theme: 0 8px 12px -3px var(--yikun-theme-op);
    --yikun-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, .15);
    --yikun-shadow-main: 0 8px 12px -3px var(--yikun-main-op);
    --yikun-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, .20);
    --yikun-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, .20);
    --yikun-shadow-black: 0 0 12px 4px rgba(0, 0, 0, .05);
    --yikun-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, .12);
    --yikun-shadow-red: 0 8px 12px -3px #ee7d7936;
    --yikun-shadow-green: 0 8px 12px -3px #87ee7936;
    --yikun-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
    --yikun-snackbar-time: 5s
}

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

[data-theme=light] {
    --yikun-theme: #425AEF;
    --yikun-theme-op: #4259ef23;
    --yikun-theme-op-deep: #4259efdd;
    --yikun-theme-op-light: #4259ef0d;
    --yikun-theme-none: #4259ef01;
    --yikun-blue: #425AEF;
    --yikun-red: #d80020;
    --yikun-red-op: #d800201a;
    --yikun-red-op-deep: #d8002056;
    --yikun-pink: #FF7C7C;
    --yikun-green: #57bd6a;
    --yikun-green-op: #57bd6a1a;
    --yikun-green-op-deep: #57bd6a56;
    --yikun-yellow: #936900;
    --yikun-yellow-op: #d99c001a;
    --yikun-orange: #e38100;
    --yikun-purple: #7a60d2;
    --yikun-fontcolor: #363636;
    --yikun-background: #f7f9fe;
    --yikun-reverse: #000;
    --yikun-maskbg: rgba(255, 255, 255, 0.6);
    --yikun-maskbgdeep: rgba(255, 255, 255, 0.85);
    --yikun-hovertext: var(--yikun-main);
    --yikun-ahoverbg: #F7F7FA;
    --yikun-lighttext: var(--yikun-main);
    --yikun-secondtext: rgba(60, 60, 67, 0.8);
    --yikun-scrollbar: rgba(60, 60, 67, 0.4);
    --yikun-card-btn-bg: #edf0f7;
    --yikun-post-blockquote-bg: #fafcff;
    --yikun-post-tabs-bg: #f2f5f8;
    --yikun-secondbg: #f7f7f9;
    --yikun-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05);
    --yikun-card-bg: #fff;
    --yikun-card-bg-op: var(--yikun-black-op);
    --yikun-card-bg-none: rgba(255, 255, 255, 0);
    --yikun-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --yikun-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --yikun-card-border: #e3e8f7;
    --yikun-shadow-border: 0 8px 16px -4px #2c2d300c;
    --style-border: 1px solid var(--yikun-card-border);
    --style-border-always: 1px solid var(--yikun-card-border);
    --style-border-hover: 1px solid var(--yikun-lighttext);
    --style-border-hover-always: 1px solid var(--yikun-lighttext);
    --style-border-dashed: 1px dashed var(--yikun-theme-op);
    --style-border-forever: 2px solid var(--yikun-lighttext)
}

[data-theme=dark] {
    --yikun-theme: #ffc848;
    --yikun-theme-op: #f2b94b23;
    --yikun-theme-op-deep: #f2b94bdd;
    --yikun-theme-none: #f2b94b00;
    --yikun-blue: #0084FF;
    --yikun-red: #FF3842;
    --yikun-red-op: #ff38421a;
    --yikun-red-op-deep: #ff38426e;
    --yikun-pink: #d44040;
    --yikun-green: #3e9f50;
    --yikun-green-op: #3e9f501a;
    --yikun-green-op-deep: #3e9f506e;
    --yikun-purple: #7a60d2;
    --yikun-yellow: #ffc93e;
    --yikun-yellow-op: #ffc93e30;
    --yikun-orange: #ff953e;
    --yikun-fontcolor: #F7F7FA;
    --yikun-background: #18171d;
    --yikun-reverse: #fff;
    --yikun-maskbg: rgba(0, 0, 0, 0.6);
    --yikun-maskbgdeep: rgba(0, 0, 0, 0.85);
    --yikun-hovertext: #0A84FF;
    --yikun-ahoverbg: #fff;
    --yikun-lighttext: var(--yikun-theme);
    --yikun-secondtext: #a1a2b8;
    --yikun-scrollbar: rgba(200, 200, 223, 0.4);
    --yikun-card-btn-bg: #30343f;
    --yikun-post-blockquote-bg: #000;
    --yikun-post-tabs-bg: #121212;
    --yikun-secondbg: #21232a;
    --yikun-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4);
    --yikun-card-bg: #1b1c20;
    --yikun-card-bg-op: var(--yikun-white-op);
    --yikun-card-bg-none: #1d1b2600;
    --yikun-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --yikun-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --yikun-card-border: #3d3d3f;
    --yikun-shadow-border: 0 8px 16px -4px #00000050;
    --style-border: 1px solid var(--yikun-card-border);
    --style-border-always: 1px solid var(--yikun-card-border);
    --style-border-hover: 1px solid var(--yikun-lighttext);
    --style-border-hover-always: 1px solid var(--yikun-lighttext);
    --style-border-dashed: 1px dashed var(--yikun-theme-op);
    --style-border-forever: 2px solid var(--yikun-lighttext)
}

@keyframes barrageIn {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes barrageOut {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(20px);
        opacity: 0
    }
}

#page img {
    border-radius: 12px
}

#page p a:not(.headerlink) {
    text-decoration: none;
    border-bottom: 2px dotted var(--yikun-lighttext);
    color: var(--yikun-fontcolor);
    font-weight: 700;
    padding: 0 4px;
    border-radius: 4px 4px 0 0
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    color: var(--yikun-fontcolor);
    text-decoration: none;
    transition: all .3s ease-out 0s;
    overflow-wrap: break-word;
    -webkit-user-drag: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    appearance: none
}

input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle
}

::-webkit-file-upload-button {
    font: inherit
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.card-announcement-animation {
    color: red;
    animation: .8s linear 0s infinite normal none running announ_animation
}

.scroll-down-effects {
    animation: 1.5s ease 0s infinite normal none running scroll-down-effect
}


@-webkit-keyframes scroll-down-effect {
    0% {
        top: 0;
        opacity: .4
    }

    50% {
        top: -16px;
        opacity: 1;
        filter: none
    }

    100% {
        top: 0;
        opacity: .4
    }
}

@keyframes scroll-down-effect {
    0% {
        top: 0;
        opacity: .4
    }

    50% {
        top: -16px;
        opacity: 1;
        filter: none
    }

    100% {
        top: 0;
        opacity: .4
    }
}

@-webkit-keyframes header-effect {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@keyframes header-effect {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@-webkit-keyframes headerNoOpacity {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes headerNoOpacity {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes bottom-top {
    0% {
        opacity: 0;
        margin-top: 50px
    }

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

@keyframes bottom-top {
    0% {
        opacity: 0;
        margin-top: 50px
    }

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

@-webkit-keyframes titlescale {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: scale(1)
    }
}

@keyframes titlescale {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: scale(1)
    }
}

@-webkit-keyframes search_close {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes search_close {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(20px);
        opacity: 0
    }
}

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

    100% {
        opacity: 1;
        filter: none
    }
}

@keyframes to_show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        filter: none
    }
}

@keyframes to_show_fromLeftBottom {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes to_hide {
    0% {
        opacity: 1;
        filter: none
    }

    100% {
        opacity: 0
    }
}

@keyframes to_hide {
    0% {
        opacity: 1;
        filter: none
    }

    100% {
        opacity: 0
    }
}

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

    100% {
        opacity: .6
    }
}

@keyframes ribbon_to_show {
    0% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

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

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

@keyframes avatar_turn_around {
    0% {
        transform: rotate(0)
    }

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

@-webkit-keyframes sub_menus {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0)
    }

    70% {
        opacity: 0;
        transform: translateY(-5px) scale(1)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@keyframes sub_menus {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    30% {
        transform: translateY(-5px)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@-webkit-keyframes donate_effcet {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@keyframes donate_effcet {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        filter: none;
        transform: translateY(0)
    }
}

@-webkit-keyframes announ_animation {
    0%, 100% {
        transform: scale(1);
        filter: blur(0)
    }

    50% {
        transform: scale(1.2);
        filter: blur(20px)
    }
}

@keyframes announ_animation {
    0%, 100% {
        transform: scale(1);
        filter: blur(0)
    }

    50% {
        transform: scale(1.2);
        filter: blur(20px)
    }
}

@-webkit-keyframes sidebarItem {
    0% {
        transform: translateX(200px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes sidebarItem {
    0% {
        transform: translateX(200px)
    }

    100% {
        transform: translateX(0)
    }
}

:root {
    --global-bg: #fff;
    --hr-border: #97bcfb;
    --hr-before-color: #6ea2f9;
    --search-bg: #f6f8fa;
    --search-input-color: var(--yikun-fontcolor);
    --search-result-title: #4c4948;
    --preloader-bg: #37474f;
    --preloader-color: #fff;
    --tab-border-color: #f0f0f0;
    --tab-botton-bg: #f0f0f0;
    --tab-botton-color: #1f2d3d;
    --tab-button-hover-bg: #dcdcdc;
    --tab-button-active-bg: #fff;
    --sidebar-bg: #f6f8fa;
    --btn-hover-color: #ff7242;
    --btn-color: #fff;
    --btn-bg: #307af6;
    --text-bg-hover: #307af6;
    --light-grey: #eee;
    --text-highlight-color: #1f2d3d;
    --blockquote-color: #6a737d;
    --blockquote-bg: rgba(73, 177, 245, 0.1);
    --reward-pop: #f5f5f5;
    --toc-link-color: #666261;
    --card-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.06);
    --card-hover-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, 0.15)
}

html {
    height: 100%;
    font-size: 20px;
    overflow-x: hidden
}

body {
    position: relative;
    min-height: 100%;
    background: var(--yikun-background);
    color: var(--yikun-fontcolor);
    font-size: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
    line-height: 2;
    -webkit-tap-highlight-color: transparent;
    margin: 0
}

input::placeholder {
    color: var(--yikun-fontcolor)
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 1rem 0 .7rem;
    color: var(--yikun-fontcolor);
    font-weight: 700
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    font-size: inherit !important
}

* {
    box-sizing: border-box
}

hr {
    position: relative;
    margin: 2rem auto;
    border: 2px dashed var(--hr-border)
}

.table-wrap {
    margin: 0 0 1rem
}

table {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show
}

table thead {
    background: rgba(153, 169, 191, .1)
}

table td, table th {
    padding: .3rem .6rem;
    border: 1px solid var(--light-grey);
    vertical-align: middle
}

::selection {
    background: #0079ff;
    color: #f7f7f7
}

button {
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

.is-center {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center
}

.card-info-avatar.is-center {
    flex-direction: column;
    display: flex;
    align-items: flex-start
}

.copy-true {
    user-select: all
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.button--animated {
    position: relative;
    z-index: 1;
    transition: color 1s ease 0s
}

.button--animated::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--btn-hover-color);
    content: "";
    transition: transform .5s ease-out 0s;
    transform: scaleX(0);
    transform-origin: 0 50%
}

img {
    max-width: 100%;
    transition: all .2s ease 0s;
    border-style: none
}

img:not([src]), img[src=""] {
    opacity: 0
}

.img-alt {
    margin: -.5rem 0 .5rem;
    color: #858585
}

:root {
    --hl-color: #eff;
    --hl-bg: #212121;
    --hltools-bg: #1c1c1c;
    --hltools-color: rgba(238, 255, 255, 0.8);
    --hlnumber-bg: #212121;
    --hlnumber-color: rgba(238, 255, 255, 0.5);
    --hlscrollbar-bg: #121212;
    --hlexpand-bg: linear-gradient(180deg, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.9))
}

figure.highlight table::-webkit-scrollbar-thumb {
    background: var(--hlscrollbar-bg)
}

figure.highlight pre .deletion {
    color: #bf42bf
}

figure.highlight pre .addition {
    color: #105ede
}

figure.highlight pre .meta {
    color: #c792ea
}

figure.highlight pre .comment {
    color: #969896
}

figure.highlight pre .attribute, figure.highlight pre .css .class, figure.highlight pre .css .id, figure.highlight pre .css .pseudo, figure.highlight pre .html .doctype, figure.highlight pre .regexp, figure.highlight pre .ruby .constant, figure.highlight pre .tag .name, figure.highlight pre .variable, figure.highlight pre .xml .doctype, figure.highlight pre .xml .pi, figure.highlight pre .xml .tag .title {
    color: var(--yikun-red)
}

figure.highlight pre .tag {
    color: var(--yikun-pink)
}

figure.highlight pre .command, figure.highlight pre .constant, figure.highlight pre .literal, figure.highlight pre .number, figure.highlight pre .params, figure.highlight pre .preprocessor {
    color: var(--yikun-orange)
}

figure.highlight pre .built_in {
    color: var(--yikun-yellow)
}

figure.highlight pre .css .rules .attribute, figure.highlight pre .formula, figure.highlight pre .header, figure.highlight pre .inheritance, figure.highlight pre .number, figure.highlight pre .ruby .class .title, figure.highlight pre .ruby .symbol, figure.highlight pre .special, figure.highlight pre .string, figure.highlight pre .value, figure.highlight pre .xml .cdata {
    color: var(--yikun-green)
}

figure.highlight pre .css .hexcolor, figure.highlight pre .keyword, figure.highlight pre .title {
    color: #3eb1df
}

figure.highlight pre .coffeescript .title, figure.highlight pre .function, figure.highlight pre .javascript .title, figure.highlight pre .perl .sub, figure.highlight pre .python .decorator, figure.highlight pre .python .title, figure.highlight pre .ruby .function .title, figure.highlight pre .ruby .title .keyword {
    color: var(--yikun-blue)
}

figure.highlight pre .javascript .function, figure.highlight pre .tag .attr {
    color: #c792ea
}

#article-container figure.highlight .line.marked {
    background-color: rgba(97, 97, 97, .314)
}

#article-container figure.highlight table {
    display: block;
    border: none;
    overflow: scroll
}

#article-container figure.highlight table td {
    padding: 0;
    border: none;
    height: 100%
}

#article-container figure.highlight table td.code {
    width: 100%;
    display: flex;
    position: relative
}

#article-container figure.highlight .code pre {
    padding-right: .5rem;
    padding-left: .5rem;
    width: 100%
}

#article-container figure.highlight, #article-container pre {
    overflow: auto;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1.6
}

blockquote {
    margin: 0 0 1rem;
    padding: .1rem .8rem;
    border-left: .2rem solid #49b1f5;
    background-color: var(--blockquote-bg);
    color: var(--blockquote-color)
}

blockquote a {
    word-break: break-all
}

blockquote p {
    padding: .5rem 0;
    margin: 0 !important
}

#article-container code, #article-container pre {
    font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", sans-serif !important
}

#article-container pre code {
    padding: 0;
    background: 0 0;
    color: var(--hl-color);
    text-shadow: none
}

#article-container figure.highlight {
    position: relative
}

#article-container figure.highlight pre {
    margin: 0;
    padding: 8px 0;
    border: none
}

#article-container figure.highlight .caption, #article-container figure.highlight figcaption {
    padding: .3rem 0 .1rem .7rem;
    font-size: 16px;
    line-height: 1em
}

#article-container figure.highlight .caption a, #article-container figure.highlight figcaption a {
    float: right;
    padding-right: 10px;
    color: var(--hl-color)
}

#article-container .gist table {
    width: auto
}

#article-container .gist table td {
    border: none
}

#article-container .code-expand-btn.expand-done {
    display: none !important
}

@-webkit-keyframes code-expand-key {
    0% {
        opacity: .6
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: .6
    }
}

@keyframes code-expand-key {
    0% {
        opacity: .6
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: .6
    }
}

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

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

@keyframes slide-in-op {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slide-out {
    from {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

.slide-out {
    animation: slide-out .3s forwards
}

.article-sort {
    margin-left: .5rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.article-sort-title::before {
    position: absolute;
    top: calc((100% - 1.8rem) / 2);
    left: -.45rem;
    z-index: 1;
    width: .5rem;
    height: .5rem;
    border: .25rem solid #307af6;
    border-radius: .5rem;
    background: var(--yikun-card-bg);
    content: "";
    line-height: .5rem;
    transition: all .2s ease-in-out 0s
}

.article-sort-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: .1rem;
    height: 1.5em;
    background: #92b9fa;
    content: ""
}

.article-sort-item {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: all .2s ease-in-out 0s
}

.article-sort-item::before {
    position: absolute;
    left: calc(-1rem - 17px);
    width: .3rem;
    height: .3rem;
    border: .15rem solid #307af6;
    border-radius: .3rem;
    background: var(--yikun-card-bg);
    content: "";
    transition: all .2s ease-in-out 0s
}

.article-sort-item.no-article-cover {
    height: 80px
}

.article-sort-item.no-article-cover .article-sort-item-info {
    padding: 0
}

.article-sort-item.year {
    font-size: 1.43em
}

.article-sort-item.year::before {
    border-color: #ff7242
}

.article-sort-item-time {
    color: #858585;
    font-size: 95%
}

.article-sort-item-time time {
    padding-left: .3rem;
    cursor: default
}

.article-sort-item-title {
    color: var(--yikun-fontcolor);
    font-size: 1.1em;
    transition: all .3s ease 0s;
    -webkit-line-clamp: 2
}

.article-sort-item-img {
    overflow: hidden;
    width: 80px;
    height: 80px
}

.article-sort-item-img img {
    width: 100%;
    height: 100%;
    transition: all .6s ease 0s;
    object-fit: cover
}

.article-sort-item-info {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 0 .8rem
}

#page .category-lists {
    padding: 1rem 0 1.5rem
}

#page .category-lists .category-title {
    font-size: 2.57em
}

#page .category-lists .category-list a {
    color: var(--yikun-fontcolor)
}

#page .category-lists .category-list .category-list-count {
    margin-left: .4rem;
    color: #858585
}

#page .category-lists .category-list .category-list-count::before {
    content: "("
}

#page .category-lists .category-list .category-list-count::after {
    content: ")"
}

#page .category-lists ul {
    margin-top: .4rem;
    padding: 0 0 0 1rem;
    list-style: none;
    counter-reset: li 0
}

#page .category-lists ul ul {
    padding-left: .2rem
}

#page .category-lists ul li {
    position: relative;
    margin: .3rem 0;
    padding: .12em .4em .12em 1.4em
}

#page .category-lists ul li::before {
    position: absolute;
    left: 0;
    cursor: pointer;
    transition: all .3s ease-out 0s;
    top: .7em;
    width: .43em;
    height: .43em;
    border: .215em solid #307af6;
    border-radius: .43em;
    background: 0 0;
    content: ""
}

.layout {
    display: flex;
    margin: 0 auto;
    max-width: 1200px
}

@media screen and (max-width: 900px) {
    .layout {
        -webkit-box-orient: vertical;
        flex-direction: column
    }
}

@media screen and (min-width: 2000px) {
    .layout {
        max-width: 1500px
    }
}

.layout > div:first-child {
    width: 75%;
    transition: all .3s ease 0s
}


.flink#article-container .flink-desc {
    margin: .2rem 0 .5rem
}

.flink#article-container .flink-list {
    overflow: auto;
    padding: 10px 10px 0;
    text-align: center
}

.flink#article-container .flink-list > .flink-list-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 15px 7px;
    width: calc(25% - 12px);
    height: 90px;
    border-radius: 5px;
    line-height: 17px;
    transform: translateZ(0);
    transition: all .3s ease 0s
}

.flink#article-container .flink-list.mini > .flink-list-item {
    height: 60px
}

@media screen and (max-width: 1024px) {
    .flink#article-container .flink-list > .flink-list-item {
        width: calc(33.3333% - 12px) !important
    }
}

@media screen and (max-width: 600px) {
    .flink#article-container .flink-list > .flink-list-item {
        width: calc(100% - 12px) !important
    }
}

.flink#article-container .flink-list > .flink-list-item a {
    color: var(--yikun-fontcolor);
    text-decoration: none
}

.flink#article-container .flink-list > .flink-list-item a img {
    float: left;
    margin: 15px 10px;
    width: 60px;
    height: 60px;
    border-radius: 35px;
    transition: all .3s ease 0s
}

.flink#article-container .flink-list.mini > .flink-list-item a img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px
}

.flink#article-container .flink-list > .flink-list-item a .img-alt {
    display: none
}

.flink#article-container .flink-list > .flink-list-item a .flink-item-name {
    display: block;
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 1.43em;
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.flink#article-container .flink-list > .flink-list-item a .flink-item-desc {
    display: block;
    padding: 4px 10px 0 0;
    height: 50px;
    font-size: .93em
}

.flink#article-container .flink-list.mini > .flink-list-item a .flink-item-desc {
    display: none
}

.flink#article-container .site-card-group {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: -8px;
    -webkit-box-align: stretch;
    align-items: stretch
}

.flink#article-container .site-card {
    margin: 8px;
    width: calc(20% - 16px);
    display: block;
    line-height: 1.4;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .flink#article-container .site-card {
        width: calc(25% - 16px) !important
    }
}

@media screen and (max-width: 600px) {
    .flink#article-container .site-card {
        width: calc(50% - 16px) !important
    }
}

.flink#article-container .site-card .img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #f6f6f6
}

@media screen and (max-width: 500px) {
    .flink#article-container .site-card .img {
        height: 100px
    }
}

.flink#article-container .site-card .img img {
    width: 100%;
    height: 100%;
    transition: transform 2s ease 0s;
    object-fit: cover
}

.flink#article-container .site-card .info {
    margin-top: 8px
}

.flink#article-container .site-card .info img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    float: left;
    margin-right: 8px;
    margin-top: 2px
}

.flink#article-container .site-card .info span {
    display: block
}

.flink#article-container .site-card .info .title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    transition: all .3s ease 0s
}

.flink#article-container .site-card .info .desc {
    overflow-wrap: break-word;
    line-height: 1.2;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.flink#article-container .site-card .img {
    transition: all .3s ease 0s
}

.flink#article-container .site-card .img-alt {
    display: none
}

#recent-posts > .recent-post-item.ads-wrap {
    display: block !important;
    height: auto !important
}

#recent-posts > .recent-post-item .post_cover {
    overflow: hidden;
    width: 45%;
    height: 100%;
}

#recent-posts > .recent-post-item .post_cover img.post_bg {
    width: 100%;
    height: 100%;
    transition: all .6s ease 0s;
    object-fit: cover
}

#recent-posts > .recent-post-item > .recent-post-info.no-cover {
    width: 100%
}

#recent-posts > .recent-post-item > .recent-post-info > .article-title {
    margin-bottom: .3rem;
    color: var(--text-highlight-color);
    font-size: 1.4em;
    line-height: 1.4;
    transition: all .2s ease-in-out 0s;
    -webkit-line-clamp: 2
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap > .post-meta-date {
    cursor: default
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .sticky {
    color: #ff7242
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap i {
    margin: 0 .2rem 0 0
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .article-meta-label {
    padding-right: .2rem
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .article-meta__separator {
    margin: 0 .3rem
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .article-meta__link {
    margin: 0 .2rem
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .fa-angle-right {
    margin: 0 .2rem
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap time {
    display: none;
    font-size: 13px
}

#recent-posts > .recent-post-item > .recent-post-info > .content {
    margin-top: .3rem;
    -webkit-line-clamp: 3
}

.tag-cloud-list a {
    display: inline-block;
    padding: 0 .4rem;
    transition: all .3s ease 0s
}

.tag-cloud-title {
    font-size: 2.57em
}

#error-wrap {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
    width: 100%;
    position: relative
}

#error-wrap .error-content {
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 1rem;
    height: 18rem;
    max-width: 800px;
    border-radius: 5px;
    background: var(--yikun-card-bg);
    box-shadow: var(--card-box-shadow);
    transition: all .3s ease 0s;
    border: var(--style-border-always);
    position: relative;
    width: 100%
}

#error-wrap .error-content .error-img {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    height: 90%;
    width: 600px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #307af6;
    background-position: center center;
    background-size: cover
}

#error-wrap .error-content .error-info {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: .5rem;
    text-align: center;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}

#error-wrap .error-content .error-info .error_title {
    font-size: 9em;
    line-height: 1
}

#error-wrap .error-content .error-info .error_subtitle {
    word-break: break-word;
    font-size: 1.6em;
    -webkit-line-clamp: 2
}

#error-wrap .error-content .error-info a {
    display: inline-block;
    margin-top: .5rem;
    padding: .3rem 1.5rem;
    background: var(--btn-bg);
    color: var(--btn-color)
}

#error-wrap .error-content .error-info a i {
    padding-right: .3rem
}

.author-info__top-group {
    display: flex;
    height: 28px;
    width: 100%
}

.page .sticky_layout {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column
}

@-webkit-keyframes more-btn-move {
    0%, 100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(3px)
    }
}

@keyframes more-btn-move {
    0%, 100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(3px)
    }
}

@-webkit-keyframes toc-open {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes toc-open {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes toc-close {
    0% {
        transform: scale(1)
    }

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

@keyframes toc-close {
    0% {
        transform: scale(1)
    }

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

#post-comment .comment-head .comment-headline {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px
}

#post-comment .comment-head #comment-switch {
    display: inline-block;
    float: right;
    margin: .1rem auto 0;
    padding: .2rem .8rem;
    width: max-content;
    border-radius: 5px;
    background: #f6f8fa
}

#post-comment .comment-head #comment-switch .first-comment {
    color: #307af6
}

#post-comment .comment-head #comment-switch .second-comment {
    color: #ff7242
}

#post-comment .comment-head #comment-switch .switch-btn {
    position: relative;
    display: inline-block;
    margin: -4px .4rem 0;
    width: 42px;
    height: 22px;
    border-radius: 34px;
    background-color: #307af6;
    vertical-align: middle;
    cursor: pointer;
    transition: all .4s ease 0s
}

#post-comment .comment-head #comment-switch .switch-btn::before {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: all .4s ease 0s
}

#post-comment .comment-head #comment-switch .switch-btn.move {
    background-color: #ff7242
}

#post-comment .comment-head #comment-switch .switch-btn.move::before {
    transform: translateX(20px)
}

#post-comment .comment-wrap > div:nth-child(2) {
    display: none
}

#page h1.page-title {
    margin: .4rem 0 1rem 1rem
}

#post > #post-info {
    margin-bottom: 1.5rem
}

#post > #post-info .post-title {
    padding-bottom: .2rem;
    border-bottom: 1px solid var(--light-grey);
    color: var(--text-highlight-color)
}

#post > #post-info .post-title .post-edit-link {
    float: right
}

#post > #post-info #post-meta, #post > #post-info #post-meta a {
    color: #78818a
}

#post-info .post-title {
    margin-bottom: .4rem;
    color: var(--yikun-white);
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.5;
    -webkit-line-clamp: 3
}

#post-info .post-title .post-edit-link {
    padding-left: .5rem
}

#post-info #post-meta {
    color: var(--light-grey);
    font-size: 95%
}

@media screen and (min-width: 768px) {
    #post-info #post-meta > .meta-secondline > span:first-child {
        display: none
    }
}

#post-info #post-meta .post-meta-separator {
    margin: 0 .25rem
}

#post-info #post-meta .post-meta-icon {
    margin-right: .2rem
}

#post-info #post-meta .post-meta-label {
    margin-right: .2rem
}

#post-info #post-meta a {
    color: var(--light-grey);
    transition: all .3s ease-out 0s
}

#nav {
    position: absolute;
    top: 0;
    z-index: 90;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 36px;
    width: 100%;
    height: 60px;
    font-size: 1.3em;
    opacity: 1;
    transition: all .5s ease 0s;
    outline: 1px solid var(--yikun-none)
}

#nav a {
    color: var(--yikun-white)
}

.page #nav a {
    color: var(--yikun-fontcolor)
}

#nav.show {
    opacity: 1;
    filter: none
}

#nav #toggle-menu {
    display: none;
    padding: .1rem 0 0 .3rem;
    vertical-align: top
}

#nav a {
    padding: .3rem .4rem 0;
    border-radius: 5px
}

#nav .menus_items .menus_item i.expand {
    padding: 4px;
    transition: transform .3s ease 0s
}

#nav .menus_items .menus_item .menus_item_child::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 20px;
    content: ""
}

#nav .menus_items .menus_item:last-child .menus_item_child::after {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50%;
    height: 60px;
    content: ""
}

#nav .menus_items .menus_item:first-child .menus_item_child::after {
    position: absolute;
    top: -60px;
    left: 0;
    width: 50%;
    height: 60px;
    content: ""
}

#toggle-menu {
    display: none
}

#nav.hide-menu #toggle-menu .site-page {
    font-size: inherit
}

#nav.hide-menu .menus_items {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0
}

#nav.hide-menu #search-button span {
    display: none !important
}

#nav #search-button {
    display: inline;
    padding: 0 .4rem
}

#nav .site-page {
    position: relative;
    padding-bottom: .3rem;
    text-shadow: rgba(0, 0, 0, .3) .05rem .05rem .1rem;
    font-size: .78em;
    cursor: pointer
}

.li-style {
    width: 100%;
    height: 25px;
    text-align: center
}

li, ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

@-webkit-keyframes configure-clockwise {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

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

@keyframes configure-clockwise {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

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

@-webkit-keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg)
    }

    25% {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    75% {
        transform: rotate(-225deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg)
    }

    25% {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    75% {
        transform: rotate(-225deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

#pagination .pagination {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 8px
}

#pagination .page-number {
    display: inline-block;
    min-width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    cursor: pointer
}

#pagination .page-number.current {
    color: var(--yikun-card-bg);
    cursor: default;
    border-radius: 5px
}

#pagination img.next-cover, #pagination img.prev-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    transition: all .6s ease 0s;
    object-fit: cover
}

#pagination .pagination-info {
    position: absolute;
    top: 50%;
    padding: 1rem 2rem;
    width: 100%;
    transform: translate(0, -50%)
}

#pagination .next_info, #pagination .prev_info {
    color: var(--yikun-white);
    font-weight: 500
}

#pagination .next-post .pagination-info {
    text-align: right
}

#pagination .pull-full {
    width: 100% !important
}

#pagination .next-post .label, #pagination .prev-post .label {
    color: var(--light-grey);
    text-transform: uppercase;
    font-size: 90%
}

#pagination .next-post, #pagination .prev-post {
    width: 50%
}

#pagination .next-post a, #pagination .prev-post a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 150px
}

#pagination.pagination-post {
    margin-top: 1.5rem;
    background: #000
}

#article-container {
    overflow-wrap: break-word
}

#article-container img {
    display: block;
    margin: 0 auto .8rem;
    max-width: 90%;
    max-height: 450px
}

#article-container p {
    margin: 0 0 .8rem
}

#article-container iframe {
    margin: 0 0 1rem
}

#article-container kbd {
    margin: 0 3px;
    padding: 3px 5px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 3px, rgba(255, 255, 255, .6) 0 2px 1px 0 inset;
    color: #34495e;
    white-space: nowrap;
    font-weight: 600;
    font-size: .9em;
    font-family: Monaco, "Ubuntu Mono", monospace;
    line-height: 1em
}

#article-container h1, #article-container h2, #article-container h3, #article-container h4, #article-container h5, #article-container h6 {
    transition: all .2s ease-out 0s
}

#article-container h1::before, #article-container h2::before, #article-container h3::before, #article-container h4::before, #article-container h5::before, #article-container h6::before {
    position: absolute;
    top: calc(50% - .35rem);
    color: #f2ba4b;
    content: "";
    line-height: 1;
    transition: all .2s ease-out 0s
}

#article-container h1 {
    padding-left: 1.4rem
}

#article-container h1 code {
    font-size: 1rem
}

#article-container h1::before {
    margin-left: -1.2rem;
    font-size: 1rem
}

#article-container h2 {
    padding-left: 1.3rem
}

#article-container h2 code {
    font-size: .9rem
}

#article-container h2::before {
    margin-left: -1.1rem;
    font-size: .9rem
}

#article-container h3 {
    padding-left: 1.2rem
}

#article-container h3 code {
    font-size: .8rem
}

#article-container h3::before {
    margin-left: -1rem;
    font-size: .8rem
}

#article-container h4 {
    padding-left: 1.1rem
}

#article-container h4 code {
    font-size: .7rem
}

#article-container h4::before {
    margin-left: -.9rem;
    font-size: .7rem
}

#article-container h5 {
    padding-left: 1rem
}

#article-container h5 code {
    font-size: .6rem
}

#article-container h5::before {
    margin-left: -.8rem;
    font-size: .6rem
}

#article-container h6 {
    padding-left: 1rem
}

#article-container h6 code {
    font-size: .6rem
}

#article-container h6::before {
    margin-left: -.8rem;
    font-size: .6rem
}

#article-container ol, #article-container ul {
    margin-top: .4rem;
    padding: 0 0 0 .8rem;
    list-style: none;
    counter-reset: li 0
}

#article-container ol p, #article-container ul p {
    margin: 0 0 .5rem
}

#article-container ol ol, #article-container ol ul, #article-container ul ol, #article-container ul ul {
    padding-left: .6rem
}

#article-container ol li:not(.tab), #article-container ul li:not(.tab) {
    position: relative;
    margin: .2rem 0
}

#article-container ol li::before, #article-container ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #307af6;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-out 0s
}

#article-container ol > li:not(.tab) {
    padding: .2em .2em .2em 1.8em
}

#article-container ol > li::before {
    margin-top: .65em;
    width: 1.45em;
    height: 1.45em;
    border-radius: .725em;
    content: counter(li);
    counter-increment: li 1;
    text-align: center;
    font-size: .85em;
    line-height: 1.45em
}

#article-container ul > li:not(.tab) {
    padding: .2em .2em .2em 1.4em
}

#article-container > :last-child {
    margin-bottom: 0 !important
}

#post .tag_share .post-meta__tags span.tags-punctuation {
    font-size: 12px;
    margin-right: 1px;
    display: flex;
    align-items: center;
    font-weight: 700
}

.el-input-group--prepend .el-input__inner, .el-input-group__append {
    border-left-width: 0 !important
}

#post .tag_share .post_share {
    display: inline-block;
    float: right;
    margin: .4rem 0;
    width: fit-content
}

#post .tag_share .post_share .social-share {
    font-size: .85em
}

#post .tag_share .post_share .social-share .social-share-icon {
    margin: 0 4px;
    width: 1.85em;
    height: 1.85em;
    font-size: 1.2em;
    line-height: 1.85em
}

#post .post-copyright::before {
    position: absolute;
    top: .1rem;
    right: .6rem;
    content: "";
    font-size: 1rem
}

#post .post-copyright .post-copyright-meta {
    font-weight: 700
}

#post .post-copyright .post-copyright-info {
    padding-left: .3rem
}

#post .post-copyright .post-copyright-info a {
    text-decoration: none;
    word-break: break-word;
    padding: 0 4px;
    border-radius: 4px
}

#post .post-outdate-notice {
    position: relative;
    margin: 0 0 1rem;
    border-radius: 3px;
    padding: .5em 1em .5em 2.6em
}

#post .post-outdate-notice::before {
    position: absolute;
    top: 50%;
    left: .9em;
    content: "";
    transform: translateY(-50%)
}

#post .ads-wrap {
    margin: 2rem 0
}

.relatedPosts {
    margin-top: 2rem;
    -webkit-user-select: none
}

.relatedPosts > .relatedPosts-list > div {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 3px;
    width: calc(33.333% - 6px);
    height: 200px;
    background: var(--yikun-main);
    vertical-align: bottom
}

@media screen and (max-width: 600px) {
    .relatedPosts > .relatedPosts-list > div {
        width: calc(100% - 4px)
    }
}

.relatedPosts > .relatedPosts-list .cover {
    width: 360px;
    min-width: 45%;
    height: 100%;
    transition: all .6s ease 0s;
    object-fit: cover;
    max-width: 45%
}

.relatedPosts > .relatedPosts-list .content {
    padding: 0 1rem;
    width: 100%
}

.relatedPosts > .relatedPosts-list .content .date {
    color: var(--light-grey);
    font-size: 90%
}

.relatedPosts > .relatedPosts-list .content .title {
    color: var(--yikun-white);
    -webkit-line-clamp: 2;
    margin-right: auto
}

.relatedPosts-link {
    display: block;
    justify-content: space-between;
    margin-left: 8px;
    font-size: 13px
}

#vcomment, #waline {
    font-size: 1.1em
}

#vcomment .vbtn, #waline .vbtn {
    border: none;
    background: var(--btn-bg);
    color: var(--btn-color)
}

#vcomment .vimg, #waline .vimg {
    transition: all .3s ease 0s
}

#vcomment .vcards .vcard .vcontent.expand::after, #vcomment .vcards .vcard .vcontent.expand::before, #waline .vcards .vcard .vcontent.expand::after, #waline .vcards .vcard .vcontent.expand::before {
    z-index: 22
}

.fireworks {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none
}

.medium-zoom-image--opened {
    z-index: 99999 !important;
    margin: 0 !important
}

.medium-zoom-overlay {
    z-index: 99999 !important
}

.mermaid {
    overflow: auto;
    margin: 0 0 1rem;
    background: #fff;
    text-align: center;
    opacity: 0;
    transition: all .3s ease 0s
}

.mermaid[data-processed] {
    opacity: 1;
    filter: none
}

.fb-comments iframe, .utterances {
    width: 100% !important
}

#gitalk-container .gt-meta {
    margin: 0 0 .8em;
    padding: .3rem 0 .8em
}

.katex-wrap {
    overflow: auto
}

.katex-wrap::-webkit-scrollbar {
    display: none
}

.mathjax-overflow {
    overflow: auto hidden
}

mjx-container[jax=CHTML][display=true] {
    overflow: auto hidden;
    padding-bottom: .3rem
}

#article-container .aplayer {
    margin: 0 0 1rem
}

#article-container .aplayer ol, #article-container .aplayer ul {
    margin: 0;
    padding: 0
}

#article-container .aplayer ol li, #article-container .aplayer ul li {
    margin: 0;
    padding: 0 15px
}

#article-container .aplayer ol li::before, #article-container .aplayer ul li::before {
    content: none
}

#article-container .btn-center {
    margin: 0 0 1rem;
    text-align: center
}

#article-container .btn-beautify {
    display: inline-block;
    margin: 0 .2rem .3rem;
    padding: 0 1rem;
    background-color: #777;
    color: #fff;
    line-height: 2
}

#article-container .btn-beautify i + span {
    margin-left: .3rem
}

#article-container .btn-beautify:not(.block) + .btn-beautify:not(.block) {
    margin: 0 .2rem 1rem
}

#article-container .btn-beautify.block {
    display: block;
    margin: 0 0 1rem;
    width: fit-content
}

#article-container .btn-beautify.block.center {
    margin: 0 auto 1rem
}

#article-container .btn-beautify.block.right {
    margin: 0 0 1rem auto
}

#article-container .btn-beautify.larger {
    padding: .3rem 1.3rem
}

#article-container .btn-beautify.blue {
    background-color: #428bca
}

#article-container .btn-beautify.pink {
    background-color: #ff69b4
}

#article-container .btn-beautify.red {
    background-color: red
}

#article-container .btn-beautify.purple {
    background-color: #6f42c1
}

#article-container .btn-beautify.orange {
    background-color: #ff8c00
}

#article-container .btn-beautify.green {
    background-color: #5cb85c
}

#article-container .btn-beautify.outline {
    border: 1px solid #777;
    background-color: transparent;
    color: #777;
    transition: all .3s ease 0s
}

#article-container .btn-beautify.outline.button--animated::before {
    background: #777
}

#article-container .btn-beautify.outline.blue {
    border-color: #428bca;
    color: #428bca
}

#article-container .btn-beautify.outline.blue.button--animated::before {
    background: #428bca
}

#article-container .btn-beautify.outline.pink {
    border-color: #ff69b4;
    color: #ff69b4
}

#article-container .btn-beautify.outline.pink.button--animated::before {
    background: #ff69b4
}

#article-container .btn-beautify.outline.red {
    border-color: red;
    color: red
}

#article-container .btn-beautify.outline.red.button--animated::before {
    background: red
}

#article-container .btn-beautify.outline.purple {
    border-color: #6f42c1;
    color: #6f42c1
}

#article-container .btn-beautify.outline.purple.button--animated::before {
    background: #6f42c1
}

#article-container .btn-beautify.outline.orange {
    border-color: #ff8c00;
    color: #ff8c00
}

#article-container .btn-beautify.outline.orange.button--animated::before {
    background: #ff8c00
}

#article-container .btn-beautify.outline.green {
    border-color: #5cb85c;
    color: #5cb85c
}

#article-container .btn-beautify.outline.green.button--animated::before {
    background: #5cb85c
}

figure.gallery-group {
    position: relative;
    float: left;
    overflow: hidden;
    margin: .3rem .2rem;
    width: calc(50% - .4rem);
    height: 250px;
    border-radius: 5px;
    background: #000;
    transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 600px) {
    figure.gallery-group {
        width: calc(100% - .4rem)
    }
}

figure.gallery-group img {
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    height: 250px;
    backface-visibility: hidden;
    opacity: .8;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transform: translate3d(-10px, 0, 0);
    object-fit: cover;
    margin: 0 !important
}

figure.gallery-group figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden
}

figure.gallery-group figcaption > a {
    position: absolute;
    inset: 0;
    z-index: 1000;
    opacity: 0
}

figure.gallery-group p {
    margin: 0;
    padding: .4rem 0 0;
    letter-spacing: 1px;
    font-size: 1.1em;
    line-height: 1.5;
    opacity: 0;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transform: translate3d(100%, 0, 0);
    -webkit-line-clamp: 4
}

figure.gallery-group .gallery-group-name {
    position: relative;
    margin: 0;
    padding: .4rem 0;
    font-weight: 700;
    font-size: 1.65em;
    line-height: 1.5;
    -webkit-line-clamp: 2
}

figure.gallery-group .gallery-group-name::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: transform .35s ease 0s;
    transform: translate3d(-100%, 0, 0)
}

.gallery-group-main {
    overflow: auto;
    padding: 0 0 .8rem
}

.justified-gallery {
    margin: 0 0 .8rem
}

.justified-gallery img {
    opacity: 0
}

.justified-gallery .img-alt {
    display: none
}

blockquote.pullquote {
    position: relative;
    max-width: 45%;
    font-size: 110%
}

blockquote.pullquote.left {
    float: left;
    margin: 1em .5em 0 0
}

blockquote.pullquote.right {
    float: right;
    margin: 1em 0 0 .5rem
}

.video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: .8rem;
    padding-top: 56.25%;
    height: 0
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%
}

.hide-block > .hide-button, .hide-inline > .hide-button {
    display: inline-block;
    padding: .3rem 1rem;
    background: #307af6;
    color: var(--yikun-white)
}

.hide-block > .hide-button.open, .hide-inline > .hide-button.open {
    display: none
}

.hide-block > .hide-button.open + div, .hide-inline > .hide-button.open + div {
    display: block
}

.hide-block > .hide-button.open + span, .hide-inline > .hide-button.open + span {
    display: inline
}

.hide-block > .hide-content, .hide-inline > .hide-content {
    display: none
}

.hide-inline > .hide-button {
    margin: 0 .3rem
}

.hide-inline > .hide-content {
    margin: 0 .3rem
}

.hide-block {
    margin: 0 0 .8rem
}

.hide-toggle {
    margin-bottom: 1rem;
    border: 1px solid #f0f0f0
}

.hide-toggle > .hide-button {
    padding: .3rem .5rem;
    background: #f0f0f0;
    color: #1f2d3d;
    cursor: pointer
}

.hide-toggle > .hide-button > i {
    font-size: 1.2em;
    transition: all .3s ease 0s
}

.hide-toggle > .hide-button.open i {
    transform: rotate(90deg)
}

.hide-toggle > .hide-button.open + div {
    display: block
}

.hide-toggle > .hide-content {
    display: none;
    margin: 1.5rem 1.2rem
}

#article-container .inline-img {
    display: inline;
    margin: 0 3px;
    height: 1.1em;
    vertical-align: text-bottom
}

.hl-label {
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff
}

.hl-label.default {
    background-color: #777
}

.hl-label.blue {
    background-color: #428bca
}

.hl-label.pink {
    background-color: #ff69b4
}

.hl-label.red {
    background-color: red
}

.hl-label.purple {
    background-color: #6f42c1
}

.hl-label.orange {
    background-color: #ff8c00
}

.hl-label.green {
    background-color: #5cb85c
}

.note {
    position: relative;
    margin: 0 0 1rem;
    padding: 15px;
    border-radius: 3px
}

.note.icon {
    padding-left: 2.25rem
}

.note > .note-icon {
    position: absolute;
    top: calc(50% - .4rem);
    left: .7rem;
    font-size: larger
}

.note.blue:not(.disabled) {
    border-left-color: #428bca !important
}

.note.blue:not(.disabled).modern {
    color: #428bca;
    border-left-color: transparent !important
}

.note.blue:not(.disabled):not(.simple) {
    background: #e3eef7 !important
}

.note.blue > .note-icon {
    color: #428bca
}

.note.pink:not(.disabled) {
    border-left-color: #ff69b4 !important
}

.note.pink:not(.disabled).modern {
    color: #ff69b4;
    border-left-color: transparent !important
}

.note.pink:not(.disabled):not(.simple) {
    background: #ffe9f4 !important
}

.note.pink > .note-icon {
    color: #ff69b4
}

.note.red:not(.disabled) {
    border-left-color: red !important
}

.note.red:not(.disabled).modern {
    color: red;
    border-left-color: transparent !important
}

.note.red:not(.disabled):not(.simple) {
    background: #ffd9d9 !important
}

.note.red > .note-icon {
    color: red
}

.note.purple:not(.disabled) {
    border-left-color: #6f42c1 !important
}

.note.purple:not(.disabled).modern {
    color: #6f42c1;
    border-left-color: transparent !important
}

.note.purple:not(.disabled):not(.simple) {
    background: #e9e3f6 !important
}

.note.purple > .note-icon {
    color: #6f42c1
}

.note.orange:not(.disabled) {
    border-left-color: #ff8c00 !important
}

.note.orange:not(.disabled).modern {
    color: #ff8c00;
    border-left-color: transparent !important
}

.note.orange:not(.disabled):not(.simple) {
    background: #ffeed9 !important
}

.note.orange > .note-icon {
    color: #ff8c00
}

.note.green:not(.disabled) {
    border-left-color: #5cb85c !important
}

.note.green:not(.disabled).modern {
    color: #5cb85c;
    border-left-color: transparent !important
}

.note.green:not(.disabled):not(.simple) {
    background: #e7f4e7 !important
}

.note.green > .note-icon {
    color: #5cb85c
}

.note.simple {
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #eee;
    border-image: initial
}

.note.modern {
    background-color: #f5f5f5;
    color: #4c4948;
    border: 1px solid transparent !important
}

.note.flat {
    border-top: initial;
    border-right: initial;
    border-bottom: initial;
    border-image: initial;
    border-left: 5px solid #eee;
    background-color: #f9f9f9;
    color: #4c4948
}

.note h2, .note h3, .note h4, .note h5, .note h6 {
    margin-top: 3px;
    margin-bottom: 0;
    border-bottom: initial;
    padding-top: 0 !important
}

.note blockquote:first-child, .note img:first-child, .note ol:first-child, .note p:first-child, .note pre:first-child, .note table:first-child, .note ul:first-child {
    margin-top: 0 !important
}

.note blockquote:last-child, .note img:last-child, .note ol:last-child, .note p:last-child, .note pre:last-child, .note table:last-child, .note ul:last-child {
    margin-bottom: 0 !important;
    font-size: 14px !important
}

.note:not(.no-icon) {
    padding-left: 2.25rem
}

.note:not(.no-icon)::before {
    position: absolute;
    top: calc(50% - 15px);
    left: .7rem;
    font-size: larger
}

.note.default.flat {
    background: #f7f7f7
}

.note.default.modern {
    border-color: #e1e1e1;
    background: #f3f3f3;
    color: #666
}

.note.default.modern a:not(.btn) {
    color: #666
}

.note.default:not(.modern) {
    border-left-color: #777
}

.note.default:not(.modern) h2, .note.default:not(.modern) h3, .note.default:not(.modern) h4, .note.default:not(.modern) h5, .note.default:not(.modern) h6 {
    color: #777
}

.note.default:not(.no-icon)::before {
    content: ""
}

.note.default:not(.no-icon):not(.modern)::before {
    color: #777
}

.note.primary.flat {
    background: #f5f0fa
}

.note.primary.modern {
    border-color: #e1c2ff;
    background: #f3daff;
    color: #6f42c1
}

.note.primary.modern a:not(.btn) {
    color: #6f42c1
}

.note.primary:not(.modern) {
    border-left-color: #6f42c1
}

.note.primary:not(.modern) h2, .note.primary:not(.modern) h3, .note.primary:not(.modern) h4, .note.primary:not(.modern) h5, .note.primary:not(.modern) h6 {
    color: #6f42c1
}

.note.primary:not(.no-icon)::before {
    content: ""
}

.note.primary:not(.no-icon):not(.modern)::before {
    color: #6f42c1
}

.note.info.flat {
    background: #eef7fa
}

.note.info.modern {
    border-color: #b3e5ef;
    background: #d9edf7;
    color: #31708f
}

.note.info.modern a:not(.btn) {
    color: #31708f
}

.note.info:not(.modern) {
    border-left-color: #428bca
}

.note.info:not(.modern) h2, .note.info:not(.modern) h3, .note.info:not(.modern) h4, .note.info:not(.modern) h5, .note.info:not(.modern) h6 {
    color: #428bca
}

.note.info:not(.no-icon)::before {
    content: ""
}

.note.info:not(.no-icon):not(.modern)::before {
    color: #428bca
}

.note.success.flat {
    background: #eff8f0
}

.note.success.modern {
    border-color: #d0e6be;
    background: #dff0d8;
    color: #3c763d
}

.note.success.modern a:not(.btn) {
    color: #3c763d
}

.note.success:not(.modern) {
    border-left-color: #5cb85c
}

.note.success:not(.modern) h2, .note.success:not(.modern) h3, .note.success:not(.modern) h4, .note.success:not(.modern) h5, .note.success:not(.modern) h6 {
    color: #5cb85c
}

.note.success:not(.no-icon)::before {
    content: ""
}

.note.success:not(.no-icon):not(.modern)::before {
    color: #5cb85c
}

.note.warning.flat {
    background: #fdf8ea
}

.note.warning.modern {
    border-color: #fae4cd;
    background: #fcf4e3;
    color: #8a6d3b
}

.note.warning.modern a:not(.btn) {
    color: #8a6d3b
}

.note.warning:not(.modern) {
    border-left-color: var(--yikun-orange)
}

.note.warning:not(.modern) h2, .note.warning:not(.modern) h3, .note.warning:not(.modern) h4, .note.warning:not(.modern) h5, .note.warning:not(.modern) h6 {
    color: var(--yikun-orange)
}

.note.warning:not(.no-icon)::before {
    content: "\e067"
}

.note.warning:not(.no-icon):not(.modern)::before {
    color: var(--yikun-orange)
}

.note.danger.flat {
    background: #fcf1f2
}

.note.danger.modern {
    border-color: #ebcdd2;
    background: #f2dfdf;
    color: #a94442
}

.note.danger.modern a:not(.btn) {
    color: #a94442
}

.note.danger:not(.modern) {
    border-left-color: #d9534f
}

.note.danger:not(.modern) h2, .note.danger:not(.modern) h3, .note.danger:not(.modern) h4, .note.danger:not(.modern) h5, .note.danger:not(.modern) h6 {
    color: #d9534f
}

.note.danger:not(.no-icon)::before {
    content: ""
}

.note.danger:not(.no-icon):not(.modern)::before {
    color: #d9534f
}

#article-container .tabs {
    position: relative;
    margin: 0 0 1rem;
    border-right: 1px solid var(--tab-border-color);
    border-bottom: 1px solid var(--tab-border-color);
    border-left: 1px solid var(--tab-border-color)
}

#article-container .tabs > .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    background: var(--tab-botton-bg)
}

#article-container .tabs > .nav-tabs > .tab {
    margin: 4px;
    padding: 0;
    list-style: none
}

#article-container .tabs > .nav-tabs > .tab button i {
    width: 1.5em
}

#article-container .tabs > .nav-tabs > .tab.active button {
    border-top: 2px solid #307af6;
    background: var(--tab-button-active-bg);
    cursor: default
}

#article-container .tabs > .tab-contents .tab-item-content {
    position: relative;
    display: none;
    padding: 1.8rem 1.2rem;
    background: var(--yikun-background);
    border: var(--style-border-always)
}

#article-container .tabs > .tab-contents .tab-item-content.active {
    display: block;
    animation: .5s ease 0s 1 normal none running tabshow
}

#article-container .tabs .tab-to-top {
    position: relative;
    display: block;
    margin: 16px 0 0 auto;
    color: #99a9bf
}

@-webkit-keyframes tabshow {
    0% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes tabshow {
    0% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(0)
    }
}

.search-dialog {
    position: fixed;
    top: 5rem;
    left: 50%;
    z-index: 1001;
    display: none;
    margin-left: -15rem;
    padding: 1rem;
    width: 30rem;
    background: var(--search-bg);
    border-radius: 5px
}

.search-dialog hr {
    margin: 1rem auto
}

.search-dialog span.search-close-button {
    color: var(--yikun-secondtext);
    font-size: 1.4em;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease-in-out 0s;
    padding: 4px;
    border-radius: 50px;
    margin-left: 4px;
    transition: .3s
}

.search-dialog__title {
    color: var(--yikun-lighttext);
    font-size: 1.4em;
    line-height: 1
}

#search-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6)
}

#page {
    min-height: calc(100dvh - 464px)
}

::-webkit-scrollbar {
    width: 12px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background: var(--yikun-card-border);
    opacity: .5;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid var(--yikun-background)
}

::-webkit-scrollbar-track {
    background-color: var(--yikun-background)
}

[data-theme=dark] img {
    filter: brightness(1)
}

#nav {
    flex-wrap: nowrap;
    justify-content: space-between
}

#nav .menus_items .menus_item .menus_item_child {
    padding: 6px 3.5px;
    border-radius: 100px;
    background-color: var(--yikun-maskbgdeep);
    box-shadow: var(--yikun-shadow-black);
    border: var(--style-border);
    transition: .3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    top: 35px;
    position: absolute;
    margin-top: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.8)
}

#page-header.nav-fixed > #nav, #page-header.not-top-img > #nav {
    box-shadow: none
}

.site-page i.fa-chevron-down {
    display: none
}

.fa, .fa-brands, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    line-height: 1
}

#nav .menus_items .menus_item .menus_item_child:before {
    top: -10px
}

#nav .menus_items .menus_item .menus_item_child li a i:not(.fa-brands) {
    font-size: 22px;
    margin-right: 8px;
    line-height: 1
}

#nav .menus_items .menus_item {
    padding: 0 .4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    position: relative
}

#nav .menus_items .menus_item .menus_item_child li {
    display: inline-flex;
    list-style: none;
    border-radius: 5px;
    margin: 0 4px
}

#nav a {
    border-radius: 8px
}

.nav-fixed #nav a {
    color: var(--yikun-fontcolor);
    transition: .3s
}

.topbar-html {
    background: #aeaeae !important
}

#mozi-assist {
    position: fixed;
    z-index: 999
}

.topbar-html-content {
    height: 160px !important;
    align-items: flex-end;
    padding-bottom: 12px
}

.topbar-html {
    box-shadow: none !important
}

.bigtext-html-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.topbar-html-content-item img {
    border-radius: 12px !important
}

#page-header.nav-fixed #nav {
    box-shadow: none;
    background: var(--yikun-card-bg);
    outline: 1px solid var(--yikun-card-border);
    position: fixed;
    top: 0;
    z-index: 91;
    transition: .3s
}

#nav {
    padding: 0
}

#page-header #nav {
    box-shadow: none;
    transition: .3s;
    display: flex;
    justify-content: center;
    z-index: 1000 !important;
    -webkit-user-select: none
}

#page-header #nav #nav-group {
    max-width: 1400px;
    width: 100%;
    display: flex;
    position: relative;
    padding: 0 1.5rem;
    align-items: center
}

#page-header #nav #nav-right {
    position: absolute;
    right: 0;
    z-index: 102;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.5rem;
    overflow: hidden
}


.nav-button {
    cursor: pointer
}

#page-header #nav #nav-right div {
    margin-left: .5rem;
    padding: 0
}

#postChatNav-button {
    display: none
}

#nav.show {
    top: 0;
    transition: .2s;
    position: fixed;
    z-index: 91
}

#page-header.not-top-img #nav {
    transition: .3s;
    background: var(--yikun-card-bg)
}

#page-header.not-top-img:not(.nav-fixed) #nav {
    background: var(--yikun-none);
    transition: .3s
}

#page-header.nav-fixed #nav #menus > div.menus_items {
    transition: .3s;
    height: 40px;
    margin: auto 0
}

#page-header.not-top-img {
    margin-bottom: 0
}

#nav #toggle-menu {
    padding: 0 .4rem
}

#page-header.no-top-img {
    margin-bottom: 0
}

.layout {
    padding: 0 1.5rem
}

@media screen and (min-width: 1300px) {
    .layout {
        display: flex;
        justify-content: space-between
    }
}

#site-name .iconfont {
    font-size: 20px;
    font-weight: 400;
    line-height: 48px
}

#site-logo {
    width: 121px
}

#nav-totop {
    position: relative;
    width: 35px;
    height: 35px;
    transition: .3s;
    display: flex;
    border-radius: 40px;
    transition: all .3s ease-in-out;
    align-items: center
}

@media screen and (max-width: 310px) {
    #nav-totop {
        display: none !important
    }

    .nav-button {
        display: none !important
    }
}

#nav-totop.long {
    width: 80px
}

#nav-totop .totopbtn {
    padding-top: 0
}

#nav-totop .totopbtn i {
    position: absolute;
    display: flex;
    font-size: .8rem;
    opacity: 0
}

#nav-totop #percent {
    font-size: 12px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    white-space: nowrap
}

.nav-fixed #nav-totop #percent, .page #nav-totop #percent {
    font-size: 12px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    white-space: nowrap
}

#page-header:not(.nav-fixed) #percent {
    transition: .3s
}

#page-header:not(.nav-fixed) #nav-totop {
    width: 0;
    transform: scale(0);
    transform-origin: right center;
    transition: .3s;
    margin-left: 0 !important;
    transition: .3s ease-in
}

#page-header #nav #nav-right .nav-button a.totopbtn {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background: var(--yikun-fontcolor);
    color: var(--yikun-card-bg);
    position: absolute;
    top: 5px;
    right: 5px;
    transition: .3s
}

#page-header #nav #nav-right .nav-button.long a.totopbtn {
    width: 70px
}

#nav #site-name i {
    font-size: 16px;
    line-height: 35px;
    padding: 0 12px
}

.back-home-button {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    transition: .3s;
    border-radius: 8px;
    color: var(--yikun-white);
    border-radius: 40px
}

.page .back-home-button {
    color: var(--yikun-fontcolor)
}

.back-home-button i {
    font-size: 22px
}

.nav-fixed #nav .back-home-button {
    color: var(--yikun-fontcolor)
}

#page-header.not-top-img #nav .back-home-button i {
    font-size: 20px
}

.back-home-button .back-menu-list-groups::before {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 30px;
    content: ""
}

.back-menu-list-groups .back-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 340px;
    justify-content: space-between
}

.back-menu-list-groups .back-menu-list::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    content: ''
}

.back-menu-list-groups .back-menu-list .back-menu-item {
    display: flex;
    align-items: center;
    margin: 4px 8px;
    padding: 4px 8px !important;
    transition: .3s;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 8px
}

.back-menu-list-groups .back-menu-list .back-menu-item .back-menu-item-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: var(--yikun-none)
}

.back-menu-list-groups .back-menu-list .back-menu-item .back-menu-item-text {
    font-size: 16px;
    color: var(--yikun-fontcolor);
    transition: .3s
}

.back-home-button .back-menu-list-group {
    display: flex;
    flex-direction: column
}

.back-home-button .back-menu-list-groups {
    position: absolute;
    top: 45px;
    transform: scale(.8);
    transform-origin: top left;
    left: 1.5rem;
    background-color: var(--yikun-maskbgdeep);
    border-radius: 12px;
    border: var(--style-border);
    flex-direction: column;
    font-size: 12px;
    color: var(--yikun-secondtext);
    box-shadow: var(--yikun-shadow-border);
    transition: .1s;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.back-home-button .back-menu-list-group .back-menu-list-title {
    margin: 8px 0 0 16px;
    transition: .3s
}

.back-home-button .back-menu-list .back-menu-item {
    width: 150px
}

#nav #blog_name {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    z-index: 102;
    transition: .3s
}

.comment-littletips {
    opacity: .4;
    line-height: 1;
    user-select: none
}

@media screen and (min-width: 900px) {
    #nav #site-name i {
        opacity: 1;
        transition: all .3s, color 0s, opacity .3s
    }

    #nav #site-name:hover i {
        opacity: 0
    }

    .post #nav #site-name:after {
        color: var(--yikun-white)
    }

    .post .nav-fixed #nav #site-name:after {
        color: var(--yikun-card-bg)
    }

    .post #nav #site-name:hover {
        background: var(--yikun-white-op);
        color: var(--yikun-white)
    }

    .nav-fixed #nav #site-name:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg)
    }

    #nav #site-name:hover:after {
        opacity: 1
    }

    #nav .back-home-button:hover {
        box-shadow: var(--yikun-shadow-main)
    }

    #nav #page-name-text {
        display: inline;
        font-weight: 700;
        padding: 4px 8px;
        opacity: 0;
        transition: .1s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        text-align: center;
        cursor: pointer;
        top: 0;
        font-size: .9rem;
        animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in
    }

    #nav #page-name-text:hover {
        color: var(--yikun-lighttext) !important;
        background: var(--yikun-none);
        box-shadow: none
    }

    #page-header.nav-fixed #nav #page-name-text {
        display: inline;
        opacity: 1;
        transition: .3s;
        line-height: 1
    }

    #page-header.nav-fixed #nav #page-name-text:hover:after {
        opacity: 1;
        line-height: 36px
    }

    #page-header.nav-fixed #nav div.menus_items {
        transition: .15s;
        position: relative;
        top: -60px
    }

    #page-header.nav-fixed.nav-visible #nav #page-name-text {
        display: inline;
        transition: .15s
    }

    #page-header.nav-fixed.nav-visible #nav div.menus_items {
        opacity: 1;
        transition: .15s;
        position: relative;
        top: 0
    }

    #page-name {
        align-items: center;
        display: flex;
        border-radius: 12px;
        height: 40px;
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out
    }

    #page-header.nav-fixed #nav #menus {
        z-index: 100
    }

    #page-header.nav-fixed.nav-visible #nav #menus {
        z-index: 101
    }

    #page-header.nav-fixed #page-name {
        z-index: 101;
        transition: .3s;
        top: 10px
    }

    #page-header.nav-fixed.nav-visible #page-name {
        z-index: 100;
        top: 60px;
        transition: .3s
    }

    #page-name-mask {
        width: 100%;
        height: 60px;
        position: absolute;
        overflow: hidden;
        left: 0
    }
}

@media screen and (max-width: 899px) {
    #nav #page-name-mask {
        display: none !important
    }
}

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

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

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

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

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

#body-wrap .full_page:before {
    background-color: var(--yikun-none) !important;
    transition: 0s !important
}

.full_page #page-header:before {
    display: none !important
}

.snackbar-container {
    background: var(--yikun-lighttext) !important;
    color: var(--yikun-card-bg) !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 60px !important;
    transform: none !important
}

.snackbar-container p {
    color: var(--yikun-card-bg) !important;
    font-weight: 700 !important;
    text-align: center !important;
    font-size: .8rem !important;
    display: flex !important;
    justify-content: center !important
}

.snackbar-container .action {
    color: var(--yikun-card-bg) !important;
    background: var(--yikun-lighttext) !important;
    padding: 4px 6px !important;
    font-weight: 700;
    border-radius: 8px !important;
    transition: .3s;
    border: var(--style-border) !important
}

.snackbar-container::after {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--yikun-white);
    opacity: .1;
    content: "";
    animation: snackbar-progress var(--yikun-snackbar-time) linear forwards;
    pointer-events: none
}

@keyframes snackbar-progress {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

#nav a {
    transition: .3s
}

.nav-fixed #nav #site-name i {
    color: var(--yikun-fontcolor);
    transition: .3s
}

#search-mask {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateZ(0);
    background: var(--yikun-maskbgdeep)
}

hr {
    display: none
}


#card-poem {
    display: flex;
    flex-direction: column;
    padding: .5rem !important;
    min-height: 130px
}

div#poem_sentence {
    text-align: center;
    font-family: serif, cursive;
    line-height: 1.4;
    margin-bottom: .5rem;
    padding: 1rem;
    border-radius: 12px;
    background: var(--yikun-secondbg);
    min-height: 62px
}

div#poem_info {
    display: flex;
    color: var(--yikun-secondtext);
    font-size: .5rem;
    justify-content: center;
    flex-wrap: wrap
}

div#poem_author {
    order: 1;
    padding: 2px;
    margin-left: 8px
}

div#poem_dynasty {
    order: 0;
    padding: 2px 4px 2px 6px;
    background: var(--yikun-card-btn-bg);
    color: var(--yikun-fontcolor);
    border-radius: 8px
}

#weblogo {
    align-self: center
}

#nav #menus {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    height: 60px;
    left: 0;
    margin: 0;
    transform: translateZ(0);
    align-items: center
}

#nav .menus_items {
    position: relative;
    width: fit-content;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center
}

#menus > div.menus_items > div > a {
    letter-spacing: .3rem;
    padding-left: .7rem;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    line-height: 35px;
    border-radius: 40px
}

#nav .menus_items .menus_item .menus_item_child li a {
    letter-spacing: 0;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: .3rem .8rem;
    width: 100%;
    color: var(--yikun-fontcolor);
    text-shadow: none
}

#page-header.nav-fixed #nav #menus[style*="padding-right: 300px;"] .menus_items {
    transform: translateX(-150px)
}

#travellings_button {
    display: inline;
    padding: 0 .4rem;
    transition: .3s
}

#rightMenu {
    display: none;
    position: fixed;
    padding: 0 .25rem;
    width: 9rem;
    height: fit-content;
    top: 10%;
    left: 10%;
    background-color: var(--yikun-maskbgdeep);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateZ(0);
    color: var(--yikun-fontcolor);
    border-radius: 12px;
    z-index: 99994;
    border: var(--style-border);
    user-select: none;
    box-shadow: var(--yikun-shadow-black);
    transition: border .3s
}

#rightMenu .rightMenu-group {
    padding: .35rem .3rem;
    transition: .3s
}

#rightMenu .rightMenu-line {
    border-top: 1px dashed var(--yikun-theme-op)
}

#rightMenu .rightMenu-group.rightMenu-small {
    display: flex;
    justify-content: space-between
}

#rightMenu .rightMenu-group .rightMenu-item {
    border-radius: 8px;
    transition: .3s;
    cursor: pointer
}

#rightMenu .rightMenu-line .rightMenu-item {
    margin: .25rem 0;
    padding: .25rem 0
}

#rightMenu .rightMenu-group.rightMenu-line .rightMenu-item {
    display: flex
}

#rightMenu .rightMenu-group .rightMenu-item i {
    display: inline-block;
    text-align: center;
    line-height: 1.5rem;
    width: 1.5rem;
    padding: 0 .25rem
}

#rightMenu .rightMenu-line .rightMenu-item i {
    margin: 0 .25rem
}

#rightMenu .rightMenu-group .rightMenu-item span {
    line-height: 1.5rem
}

.rightMenu-small .rightMenu-item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

#rightmenu-mask {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: 0 0;
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
    margin: 0 !important;
    z-index: 99993
}

#darkmode_navswitch {
    display: inline;
    position: relative
}

#darkmode_navswitch a i {
    font-size: .9rem
}

[data-theme=dark] #page-header.not-top-img #nav .darkmode_switchbutton {
    color: var(--yikun-yellow)
}

a.darkmode_switchbutton {
    padding: 4px 8px !important;
    cursor: pointer;
    margin: 0 !important;
    font-size: .9rem;
    color: var(--yikun-fontcolor)
}

[data-theme=dark] a.darkmode_switchbutton {
    background: var(--yikun-orange) !important;
    color: var(--yikun-white) !important
}

#nav .site-page {
    text-shadow: .05rem .05rem .1rem transparent;
    border-radius: 8px
}

.nav-fixed #nav .site-page {
    color: var(--yikun-fontcolor)
}

#nav #site-name {
    padding: 0;
    transition: .3s;
    display: flex;
    height: 35px;
    width: 70px;
    justify-content: center;
    align-items: center;
    text-shadow: none;
    border-radius: 40px;
    cursor: pointer;
    color: var(--yikun-white)
}

.page #nav #site-name {
    color: var(--yikun-fontcolor)
}

.page #nav #site-name i {
    color: var(--yikun-fontcolor)
}

#search-button > a > span {
    display: none
}

#nav .menus_items .menus_item i.expand {
    display: none
}

#article-container .aplayer {
    border-radius: 12px;
    min-height: 90px;
    background: var(--yikun-card-bg);
    border: var(--style-border);
    box-shadow: var(--yikun-shadow-border)
}

#article-container.flink {
    margin-top: 1rem
}

#article-container.flink h2 {
    margin-top: .5rem;
    margin-bottom: 0
}

#mobile-sidebar #mobile-sidebar-menus.open {
    background: var(--yikun-maskbg)
}

#card-info-btn {
    border-radius: 25px;
    overflow: hidden
}

#card-info-btn:before {
    border-radius: 25px
}

.not-index-bg {
    height: 2rem !important;
    background-image: none !important;
    background-color: var(--yikun-none) !important
}

.not-index-bg img {
    display: none
}

.not-index-bg #page-site-info {
    display: none
}

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

.article-recent_post_categories {
    font-size: 12px;
    font-weight: 700;
    opacity: .6;
    line-height: 1
}

.main-hero-waves-area {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -11px;
    z-index: 5
}

.waves-area .waves-svg {
    width: 100%;
    height: 60px
}

.parallax > use {
    animation: move-forever 30s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: var(--yikun-background);
    opacity: .5
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: var(--yikun-background);
    opacity: .6
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: var(--yikun-background);
    opacity: .7
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: var(--yikun-background)
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width: 768px) {
    .main-hero-waves-area {
        display: none
    }
}

a.card-archive-list-link-more {
    color: var(--yikun-white) !important;
    background: var(--yikun-card-btn-bg);
    margin-top: 8px
}

.card-allinfo hr {
    display: flex;
    position: relative;
    margin: .5rem 0;
    border: 1px dashed var(--yikun-theme-op)
}

.card-allinfo .item-headline {
    display: none
}

span.card-archive-list-count {
    width: auto;
    text-align: left;
    font-size: 1.1rem;
    line-height: .9;
    font-weight: 700
}

.card-archive-list-count-group {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px
}

.card-archive-list-count-unit {
    width: auto;
    text-align: left;
    font-size: 14px;
    font-weight: 700
}

.card-archive-list-date {
    font-size: 14px;
    opacity: .6
}

li.card-archive-list-item {
    width: 100%;
    flex: 0 0 48%
}

.card-category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.card-category-list-item {
    width: 45%
}

.card-category-list-count {
    display: none !important
}

.card-category-list-name {
    width: 100% !important;
    text-align: center
}

.webinfo-item {
    display: flex;
    white-space: nowrap;
    align-items: center
}

.webinfo-item-title {
    display: flex
}

.webinfo-item-title i {
    line-height: 2;
    margin-right: 6px;
    width: 16px;
    text-align: center;
    font-size: 16px;
    color: var(--yikun-fontcolor)
}

.medium-zoom-overlay {
    background: var(--yikun-maskbg) !important;
    z-index: 99998 !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0)
}

.medium-zoom-image--opened {
    border-radius: 2px
}

#toggle-sidebar {
    bottom: 80px
}

.button--animated {
    border-radius: 8px !important;
    transition: .3s
}

.button--animated:before {
    display: none
}

a.tree-list-post-link {
    font-size: .8rem;
    line-height: 1.2 !important
}

li.tree-list-item {
    line-height: 1.9;
    margin: .3rem 0
}

.title-h2-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem
}

.title-h2-a a {
    margin-left: .5rem;
    color: var(--yikun-secondtext);
    font-weight: 700
}

.title-h2-a-left {
    display: flex;
    align-items: center
}

.title-h2-a-left h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.title-h2-a-right {
    font-size: 14px;
    color: var(--yikun-secondtext)
}

.title-h2-a a.random-post-start {
    opacity: .6
}

#card-funds .funds-list::-webkit-scrollbar {
    display: none !important
}

.funds-tips {
    font-size: .5rem;
    width: 100%;
    text-align: center;
    color: var(--yikun-secondtext);
    margin: .5rem 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: .5rem;
    left: 0;
    padding: 0 1rem
}

.funds-list {
    height: 200px;
    overflow: scroll
}

span.fund_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.funds-info {
    margin-left: 4px;
    color: var(--yikun-secondtext)
}

.funds-list-item .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap
}

.fund_dayGrowth {
    display: inline;
    float: right
}

.fund-up {
    color: var(--yikun-red)
}

.fund-down {
    color: var(--yikun-green)
}


#flip-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center
}

.power-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 .5rem .5rem .5rem
}

.power-list .power-item .power-item-link a {
    padding: .1rem .3rem;
    border-radius: 4px;
    font-size: .8rem
}

.webinfo-item-title {
    align-items: center
}

#power-star-image {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-size: cover;
    margin-right: 12px;
    border: var(--style-border-always);
    transition: .3s ease-out;
    pointer-events: none
}

a#power-star {
    display: flex;
    padding: 8px;
    border: var(--style-border-always);
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    background: var(--yikun-secondbg);
    transition: .3s ease-out;
    box-shadow: var(--yikun-shadow-border)
}

div#power-star-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px
}

#power-star-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    max-width: 100%;
    line-height: 1.2
}

.power-star-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 68px);
    justify-content: center;
    pointer-events: none
}

#cookies-window {
    min-width: 300px;
    background: var(--yikun-maskbgdeep);
    color: var(--yikun-fontcolor);
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    right: 20px;
    position: fixed;
    border-radius: 12px;
    transition: .3s;
    z-index: 1002;
    user-select: none;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    transform: translateZ(0);
    border: var(--style-border);
    animation: barrageIn .6s cubic-bezier(.42, 0, .3, 1.11)
}

#cookies-window.cw-hide {
    opacity: 0;
    animation: barrageOut .6s cubic-bezier(.42, 0, .3, 1.11);
    z-index: -1
}

#cookies-window .cookies-window-title {
    padding-bottom: 4px;
    border-bottom: var(--style-border);
    font-size: 12px;
    font-weight: 700
}

#cookies-window .cookies-window-content {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.cookie-to {
    margin-right: 4px;
    font-weight: 700
}

.cookies-link {
    margin-left: auto;
    font-size: 16px
}

#page-header.full_page {
    height: 2rem;
    background-image: none !important;
    background-color: var(--yikun-none)
}

#page-header.full_page #site-info {
    display: none
}

.layout > div:first-child {
    width: calc(100% - 300px)
}

.categoryItem {
    overflow: hidden;
    transform: scale(1);
    transition: all .8s cubic-bezier(.65, .15, .37, 1.19);
    height: 48%;
    border-radius: 12px
}

a.categoryButton {
    height: 100%;
    width: 100%;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    line-height: 4em;
    font-weight: 700;
    font-size: .9rem;
    color: var(--yikun-white);
    transition: all .8s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1);
    overflow: hidden;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei
}

a.categoryButton i {
    transform: scale(1) rotate(15deg)
}

a.categoryButton:after {
    top: 50px;
    width: 1rem;
    left: 21px;
    height: 2px;
    background: var(--yikun-white);
    content: "";
    border-radius: 1px;
    position: absolute
}

.categoryButtonText {
    padding-left: 21px
}

a.categoryButton i {
    font-size: 5rem;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 20%;
    transition: .3s;
    width: 100px;
    text-align: center;
    filter: blur(2px)
}

.recent-post-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: .5rem
}

#home_top_iconsCard {
    display: flex
}

div#home_top_iconsCard_content {
    display: none
}

.topGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(328px + .5rem);
    align-content: space-between;
    width: calc(50% - .25rem);
    position: relative;
    animation: slide-in .6s .1s backwards;
    flex: 1;
    overflow: hidden
}

div#home_top_iconsCard {
    width: calc(50% - .5rem);
    height: calc(328px + .5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1
}

div#home_top_iconsCard_content {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--yikun-shadow-border);
    flex-direction: column;
    overflow: hidden;
    transition: .3s;
    will-change: transform;
    animation: slide-in .6s .1s backwards
}

#home_top_iconsCard_content.flink {
    margin-bottom: .5rem
}

#home_top_iconsCard_content .banner-button-group {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex
}

#home_top_iconsCard_content .banner-button {
    padding: 8px 12px;
    background: var(--yikun-fontcolor);
    border-radius: 12px;
    color: var(--yikun-card-bg);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: .3s;
    cursor: pointer;
    box-shadow: var(--yikun-shadow-black)
}

#home_top_iconsCard_content .banner-button.secondary {
    background: var(--yikun-secondbg);
    border: var(--style-border-always);
    color: var(--yikun-lighttext);
    margin-right: 1rem;
    box-shadow: var(--yikun-shadow-border)
}

#home_top_iconsCard_content .banner-button i {
    margin-right: 8px;
    font-size: 1rem
}

.banners-title {
    top: 2.6rem;
    left: 2rem;
    position: absolute;
    display: flex;
    flex-direction: column
}

.flink .banners-title {
    top: 1.5rem
}

.banners-title-small {
    font-size: 12px;
    line-height: 1;
    color: var(--yikun-secondtext);
    margin-top: 8px;
    margin-bottom: .5rem;
    margin-left: 2px
}

#banner-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--yikun-lighttext);
    color: var(--yikun-card-bg);
    padding-left: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: cubic-bezier(.71, .15, .16, 1.15) .6s
}

.bannerText {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700
}

.banner-righticon {
    font-size: 4rem;
    opacity: .6
}

#home_top_iconsCard_content #banner-hover i {
    font-size: 80px;
    opacity: .4
}

.topGroup .todayCard {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    margin-left: 1rem;
    overflow: hidden;
    transition: .3s;
    display: flex;
    cursor: pointer;
    pointer-events: all;
    box-shadow: var(--yikun-shadow-border)
}

.topGroup .todayCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.topGroup.hideCard .todayCard {
    opacity: 0;
    pointer-events: none
}

.topGroup .todayCard .todayCard-info {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    z-index: 2;
    color: var(--yikun-white);
    max-width: 60%;
    transition: .3s
}

.topGroup.hideCard .todayCard .todayCard-info {
    bottom: 1rem;
    opacity: 0
}

.topGroup .todayCard .todayCard-info .todayCard-tips {
    opacity: .8;
    font-size: .6rem;
    margin-left: 3px;
    margin-top: 4px
}

.topGroup .todayCard .todayCard-info .todayCard-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

.topGroup .banner-button-group {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    transition: .3s
}

.topGroup.hideCard .todayCard .banner-button-group {
    bottom: 1rem
}

.topGroup .banner-button {
    background: var(--yikun-white-op);
    border-radius: 20px;
    color: var(--yikun-white);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: .3s;
    cursor: pointer;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0);
    height: 40px;
    width: 118px;
    justify-content: center
}

.topGroup .banner-button i {
    margin-right: 8px;
    font-size: 22px
}

.topGroup .todayCard .todayCard-cover {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
    transition: .3s
}

.topGroup.hideCard .todayCard .todayCard-cover {
    transform: scale(1.2)
}

.topGroup.hideCard .recent-post-group {
    display: flex
}

.banners-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 36px;
    left: 40px;
    gap: 12px;
    flex-wrap: wrap
}

.banners-link-title {
    margin-left: auto;
    pointer-events: none
}

@keyframes rowleft {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes rowup {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

.tags-group-icon {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    position: relative
}

.tags-group-title {
    font-size: 14px;
    color: var(--yikun-card-bg);
    background: var(--yikun-lighttext);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 120px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s
}

#home_top_iconsCard .tags-group-wrapper {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    animation: rowup 60s linear infinite;
    width: 320px;
    margin-left: auto
}

.nowrapMove .tags-group-wrapper {
    margin-top: 7rem;
    animation: rowleft 120s linear infinite;
    display: flex
}

.tags-group-icon-pair .tags-group-icon:nth-child(even) {
    margin-top: 1rem;
    transform: translate(-60px)
}

#home_top_iconsCard .tags-group-icon-pair {
    display: flex
}

#home_top_iconsCard .tags-group-icon-pair .tags-group-icon:nth-child(even) {
    margin-left: 4rem
}

.tags-group-icon-pair {
    margin-left: 1rem;
    user-select: none
}

.tags-group-icon-pair a img {
    border-radius: 50% !important
}

.tags-group-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    box-shadow: var(--yikun-shadow-blackdeep)
}

.nowrapMove .tags-group-icon {
    border-radius: 50%
}

.tags-group-icon img {
    width: 60%
}

.nowrapMove .tags-group-icon img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    object-fit: cover
}


@media screen and (min-width: 1300px) {
    .categoryItem:hover i {
        transform: scale(1.03) rotate(0)
    }
}


.cate-button-text {
    box-shadow: var(--yikun-shadow-black)
}

.recent-post-top .categoryGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px
}

.categoryGroup .categoryItem:nth-child(3) {
    display: none
}

@media screen and (min-width: 1200px) {
    .recent-post-top .categoryGroup {
        flex-direction: row;
        height: 24%;
        animation: slide-in .6s .2s backwards;
        display: none
    }

    .categoryItem {
        width: calc(100% / 3 - .33rem);
        height: 100%;
        margin-right: .5rem
    }

    .categoryItem:last-child {
        margin-right: 0
    }

    .categoryItem:hover {
        width: 50%
    }

    .categoryGroup .categoryItem:nth-child(3) {
        display: flex
    }
}

a.categoryButton.bikan {
    background: linear-gradient(to right, #358bff, #15c6ff);
    background-size: 200%
}

a.categoryButton.remen {
    background: linear-gradient(to right, #f65, #ffbf37);
    background-size: 200%
}

a.categoryButton.shiyong {
    background: linear-gradient(to right, #18e7ae, #1eebeb);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.bikan {
    background: linear-gradient(to right, #0653b8, #2fcbff);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.remen {
    background: linear-gradient(to right, #e22a16, #da980c);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.shiyong {
    background: linear-gradient(to right, #099e74, #0ea4a4);
    background-size: 200%
}

#category-bar {
    padding: .4rem .6rem;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    border: var(--style-border);
    transition: .3s;
    width: 100%;
    justify-content: space-between;
    -webkit-user-select: none;
    display: flex;
    align-items: center
}

@media screen and (min-width: 1300px) {
    #category-bar:hover {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main)
    }

    .category-in-bar-tips {
        margin-bottom: .25rem
    }
}

.category-in-bar {
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 4px
}

.category-in-bar-tips {
    margin-right: 1rem
}

.category-bar-items {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    border-radius: 8px;
    align-items: center;
    height: 30px;
    gap: 4px
}

.category-in-bar .category-in-bar-tips {
    margin-bottom: 0
}

.category-in-bar #category-bar {
    margin-bottom: 0
}

.category-bar-items::-webkit-scrollbar {
    display: none
}

.category-bar-item a {
    padding: .1rem .5rem;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 30px
}

.category-bar-item.select a {
    background: var(--yikun-theme);
    color: var(--yikun-card-bg);
    border-radius: 8px
}

.category-bar-next {
    margin-left: 8px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.category-bar-more {
    margin-left: 4px;
    font-weight: 700;
    border-radius: 8px;
    padding: 0 8px
}

li, ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.recent-post-item .recent-post-info .recent-post-info-top {
    position: relative;
    transition: .3s;
    width: 100%
}

.recent-post-item .recent-post-info .recent-post-info-top .article-title {
    line-height: 30px;
    margin-top: 0;
    font-weight: 700;
    color: var(--yikun-fontcolor);
    margin-bottom: 0;
    width: 100%;
    transition: .3s;
    font-size: 1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.recent-post-item .recent-post-info .recent-post-info-top .original {
    display: flex;
    color: var(--yikun-secondtext);
    font-size: .5rem;
    position: relative;
    margin-right: 8px
}

.recent-post-item .recent-post-info .recent-post-info-top .hot-tip {
    display: flex;
    color: var(--yikun-red);
    font-size: .5rem;
    position: relative;
    margin-right: 8px;
    align-items: center;
    gap: 1px
}

.recent-post-item .recent-post-info .recent-post-info-top .hot-tip i {
    font-size: 10px
}

.recent-post-item .recent-post-info .recent-post-info-top .lastestpost {
    display: flex;
    color: var(--yikun-secondtext);
    font-size: .5rem;
    position: relative;
    margin-right: 8px
}

.recent-post-info-top-tips {
    display: flex;
    user-select: none
}

.recent-post-item .recent-post-info .recent-post-info-top a.unvisited-post {
    display: flex;
    color: var(--yikun-secondtext);
    font-size: .5rem;
    position: relative
}

.recent-post-item .recent-post-info .recent-post-info-top a.unvisited-post:visited {
    color: var(--yikun-card-bg)
}

@media screen and (min-width: 1300px) {
    #recent-posts > .recent-post-item:nth-child(2) .lastestpost {
        display: flex;
        color: var(--yikun-secondtext);
        font-size: .5rem;
        position: relative
    }

    .recent-post-item .recent-post-info .recent-post-info-top .article-title {
        font-size: 20px;
        -webkit-line-clamp: 2
    }

    .recent-post-item:hover .recent-post-info .recent-post-info-top .article-title {
        -webkit-line-clamp: 2
    }

    #recent-posts > .recent-post-item .post_cover {
        transition: 1s;
        height: 210px;
        width: 100%
    }

    .recent-post-item.post-card-large .recent-post-info .recent-post-info-top .content {
        opacity: 0 !important;
        -webkit-line-clamp: 2 !important
    }

    .recent-post-item.post-card-large:hover .recent-post-info .recent-post-info-top .content {
        opacity: 1 !important
    }
}

.recent-post-item .recent-post-info .recent-post-info-top .content {
    opacity: 0;
    transition: .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    color: var(--yikun-secondtext);
    margin-top: .5rem;
    display: none
}

@media screen and (min-width: 1300px) {
    .recent-post-item:hover .recent-post-info .recent-post-info-top .content {
        display: none
    }
}

.recent-post-top .recent-post-item .recent-post-info .article-title {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    padding-top: .5rem;
    font-weight: 700;
    font-size: .8rem;
    padding: 0 !important
}

.post-ai {
    background: var(--yikun-secondbg);
    border-radius: 12px;
    padding: 12px;
    line-height: 1.3;
    border: var(--style-border-always);
    margin-top: 16px;
    min-height: 101.22px;
    box-shadow: var(--yikun-shadow-border)
}

.ai-title {
    display: flex;
    color: var(--yikun-lighttext);
    border-radius: 8px;
    align-items: center;
    padding: 0 12px;
    cursor: default;
    user-select: none
}

.ai-title-text {
    font-weight: 700;
    margin-left: 8px;
    line-height: 1;
    font-size: 14px
}

.ai-title-left {
    display: flex;
    align-items: center;
    color: var(--yikun-lighttext)
}

.ai-bottom {
    width: 100%;
    margin-top: 12px;
    padding: 0 12px;
    display: flex
}

.ai-tips {
    font-size: 12px;
    color: var(--yikun-secondtext);
    margin-right: auto
}

.ai-report {
    font-size: 12px;
    color: var(--yikun-secondtext);
    white-space: nowrap;
    margin-left: 8px
}

.ai-link {
    margin-left: 2px;
    height: 20px;
    display: flex
}

.ai-link i {
    color: var(--yikun-lighttext);
    font-size: 20px;
    line-height: 1;
    opacity: .4;
    transition: .3s
}

.ai-explanation {
    margin-top: 12px;
    padding: 8px 12px;
    background: var(--yikun-card-bg);
    border-radius: 8px;
    border: var(--style-border-always);
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    text-align: left
}

.ai-suggestions {
    display: flex;
    flex-wrap: wrap
}

.ai-suggestions .ai-suggestions-item {
    margin-top: 12px;
    padding: 8px 12px;
    background: var(--yikun-card-bg);
    border-radius: 8px 8px 8px 0;
    border: var(--style-border-always);
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    width: fit-content;
    margin-right: 12px;
    cursor: pointer;
    transition: .3s
}

.blinking-cursor {
    background-color: var(--yikun-lighttext);
    width: 14px;
    height: 14px;
    border-radius: 16px;
    display: inline-block;
    vertical-align: middle;
    animation: blinking-cursor 2s infinite;
    -webkit-animation: blinking-cursor 2s infinite;
    margin-left: 4px;
    margin-bottom: 3px;
    transform: scale(.6)
}

@keyframes blinking-cursor {
    0% {
        transform: scale(.6)
    }

    25% {
        transform: scale(1)
    }

    50% {
        transform: scale(.6)
    }

    75% {
        transform: scale(1)
    }

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

.ai-tag {
    font-size: 12px;
    background-color: var(--yikun-lighttext);
    box-shadow: var(--yikun-shadow-main);
    color: var(--yikun-card-bg);
    font-weight: 700;
    border-radius: 12px;
    margin-left: auto;
    line-height: 12px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.ai-tag.loadingAI {
    animation-duration: 2s;
    animation-name: AILoading;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    cursor: default
}

@keyframes AILoading {
    0% {
        opacity: 1
    }

    25% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

ins.adsbygoogle {
    margin: 16px 0;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    overflow: hidden;
    border: var(--style-border-always)
}

#ai-Toggle {
    font-size: 12px;
    background: var(--yikun-lighttext);
    color: var(--yikun-card-bg);
    padding: 4px;
    border-radius: 4px;
    margin-left: 2px;
    transform: scale(.8);
    cursor: pointer;
    transition: .3s;
    font-weight: 700;
    line-height: 17.2px
}

#recent-post-top .recent-post-item .post_cover {
    width: 100%
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap i {
    margin: 0 .4rem 0 0
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .sticky {
    color: var(--yikun-fontcolor)
}

#recent-posts .recent-post-item {
    height: fit-content;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    cursor: pointer;
    border: var(--style-border)
}

@media screen and (min-width: 1300px) {
    #recent-posts > .recent-post-item .left_radius, #recent-posts > .recent-post-item .right_radius {
        width: 100%;
        display: flex
    }

    #recent-posts > .recent-post-item > .recent-post-info {
        min-height: 165px
    }
}

#recent-posts > .recent-post-item .left_radius a, #recent-posts > .recent-post-item .right_radius a {
    min-height: 100%;
    min-width: 100%
}

.recent-top-post-group {
    border-radius: 12px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 0;
    -webkit-user-select: none
}

.recent-top-post-group.more-page {
    display: none
}

.recent-post-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: scroll;
    gap: .5rem
}

.recent-post-top::-webkit-scrollbar {
    display: none
}

.recent-post-top .recent-post-item {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    overflow: hidden;
    height: 164px;
    max-height: 164px;
    border: var(--style-border-always);
    transition: .3s;
    position: relative;
    box-shadow: var(--yikun-shadow-border)
}

.recent-post-top .recent-post-item:nth-child(n+7) {
    display: none
}

@media screen and (min-width: 1200px) {
    .recent-post-top .recent-post-item {
        flex: 1 1 30%;
        margin-left: 0
    }

    .recent-post-top .recent-post-item {
        margin-right: 0;
        margin-bottom: 0
    }

    .recent-post-top {
        overflow-x: visible
    }

    .recent-top-post-group {
        overflow: visible;
        overflow-x: visible
    }
}

span.recent-post-top-text {
    position: absolute;
    top: 0;
    left: -40px;
    display: flex;
    z-index: 1;
    background: var(--yikun-red);
    color: var(--yikun-white);
    padding: 2px 8px;
    font-size: .6rem;
    border-radius: 12px 0 12px 0;
    transition: .3s;
    cursor: pointer;
    font-weight: 700
}

.recent-post-top .recent-post-item .post_cover a {
    height: 100px;
    overflow: hidden;
    display: flex
}

.recent-post-top .recent-post-item .post_cover img {
    object-fit: cover;
    width: 100%;
    background: var(--yikun-secondbg);
    border-radius: 12px 12px 0 0
}

.recent-post-top .recent-post-item .recent-post-info {
    padding: .3rem .5rem .3rem .5rem !important;
    transition: .3s
}

.title-and-tips {
    display: flex;
    margin-top: 1rem;
    align-items: center
}

.title-and-tips .page-title {
    line-height: 1;
    margin: 0
}

.title-and-tips .page-tips {
    background: var(--yikun-yellow-op);
    color: var(--yikun-yellow);
    margin-bottom: auto;
    border-radius: 8px;
    padding: 2px 6px;
    font-size: .5rem;
    margin-left: 8px
}

#recent-posts > .recent-post-item {
    box-shadow: var(--yikun-shadow-light2black);
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    align-items: center;
    transition: all .3s ease 0s;
    position: relative;
    overflow: hidden;
    will-change: transform;
    width: 100%
}

@media screen and (min-width: 768px) {
    .layout > div:first-child:not(.recent-posts):not(.home_barAndPosts) {
        box-shadow: var(--yikun-shadow-border);
        padding: 1rem 2rem;
        border-radius: 12px;
        background: var(--yikun-card-bg);
        border: var(--style-border);
        /*width: calc(100% - 300px);*/
        align-self: flex-start;
        animation: slide-in .6s .1s backwards;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: .5rem
    }
}

.home_barAndPosts {
    animation: slide-in .6s .4s backwards
}

@media screen and (min-width: 1300px) {
    #recent-posts > .recent-post-item {
        flex-direction: column;
        flex: 1 1 40%;
        box-shadow: var(--yikun-shadow-border);
        max-width: calc(50% - .25rem)
    }

    #category #recent-posts .recent-post-item, #tag #recent-posts .recent-post-item {
        position: relative;
        overflow: hidden;
        animation: slide-in .6s .4s backwards;
        will-change: transform;
        width: calc(100% / 2 - .5rem);
        box-shadow: var(--yikun-shadow-border)
    }

    #category-bar {
        box-shadow: var(--yikun-shadow-border);
        animation: slide-in .6s .3s backwards
    }

    #recent-posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        -webkit-user-select: none
    }
}

@media screen and (min-width: 1200px) {
    #category #recent-posts .recent-post-item, #tag #recent-posts .recent-post-item {
        animation: slide-in .6s .4s backwards
    }

    #category-bar {
        animation: slide-in .6s .3s backwards
    }
}

#recent-posts {
    position: relative;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap
}

@media screen and (min-width: 1300px) {
    .topGroup .recent-post-item:nth-child(7) {
        display: none
    }
}

a.article-meta__categories {
    position: absolute;
    padding: 1px 6px;
    background: var(--yikun-black-op);
    border-radius: 8px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--yikun-white);
    top: 8px;
    left: 8px;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0)
}

#recent-posts > .recent-post-item > .recent-post-info > .article-title {
    line-height: 1.4;
    margin-top: 0;
    font-weight: 700;
    color: var(--yikun-fontcolor);
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 40px;
    transition: .3s
}

@media screen and (min-width: 768px) {
    #recent-posts > .recent-post-item > .recent-post-info > .article-title {
        top: 40px
    }

    #recent-posts > .recent-post-item:hover > .recent-post-info > .article-title {
        top: 20px
    }

    #recent-posts > .recent-post-item.post-card-large:hover > .recent-post-info > .article-title {
        top: 30px
    }

    #recent-posts .recent-post-item:hover .recent-post-info .article-title {
        color: var(--yikun-theme)
    }
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap > .post-meta-date {
    right: 0;
    text-align: right
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap > .post-meta-date i {
    display: none
}

.post-meta-date .far {
    opacity: .6
}

.post-meta-date .article-meta-label {
    display: none
}

#post-meta .post-meta-date {
    opacity: .6;
    margin-right: 12px
}

#post-info #post-meta a.post-meta-pv {
    color: var(--yikun-white);
    display: flex;
    align-items: center;
    padding: 8px
}

[data-theme=dark].toc .toc-item.active .toc-link .toc-text {
    color: var(--yikun-white)
}

#card-toc {
    padding: .5rem .5rem !important
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap .article-meta__separator {
    display: none
}

.article-meta__link {
    display: none
}

.article-meta__tags {
    margin-right: 8px;
    padding: 0 .2rem;
    padding-left: 0;
    color: var(--yikun-fontcolor);
    line-height: 28px;
}

#recent-posts > div > i .post_cover {
    display: none
}

#recent-posts > .recent-post-item > .recent-post-info {
    height: 100%;
    width: 100%;
    padding: 18px 32px 18px 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between
}

#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap {
    color: var(--yikun-fontcolor);
    font-size: .7rem;
    user-select: none;
    position: relative;
    transition: .3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    left: 0;
    white-space: nowrap
}

@media screen and (max-width: 375px) {
    #recent-posts > .recent-post-item .left_radius, #recent-posts > .recent-post-item .right_radius {
        height: 170px
    }
}

#home_top {
    max-width: 1400px;
    margin: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0 1.5rem
}

.card-allinfo .card-tag-cloud {
    max-height: 360px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px
}

.card-tag-cloud.all-tags {
    max-height: none
}

.card-allinfo .card-tag-cloud::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: linear-gradient(to top, var(--yikun-card-bg), transparent);
    pointer-events: none
}

.card-allinfo .card-tag-cloud.all-tags::after {
    display: none
}

a#more-tags-btn {
    width: 100%;
    text-align: center;
    background: var(--yikun-secondbg);
    color: var(--yikun-fontcolor);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    user-select: none;
    padding: 4px 0;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border)
}

#recent-posts > .recent-post-item > .recent-post-info > .content {
    line-height: 1.4;
    color: var(--yikun-secondtext);
    margin-top: 0;
    cursor: pointer;
    transition: .3s;
    opacity: 1;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 40px
}

@media screen and (min-width: 768px) {
    #recent-posts > .recent-post-item > .recent-post-info > .content {
        opacity: 0;
        top: 120px
    }

    #recent-posts > .recent-post-item:hover > .recent-post-info > .content {
        opacity: 1;
        top: 90px
    }

    @media screen and (max-width: 1300px) {
        #recent-posts > .post-card-large > .recent-post-info > .content {
            opacity: 1 !important
        }

        #recent-posts > .post-card-large:hover > .recent-post-info > .content {
            top: 110px
        }

        #recent-posts > .post-card-large > .recent-post-info > .content {
            -webkit-line-clamp: 3 !important
        }

        #recent-posts > .post-card-large:hover > .recent-post-info > .content {
            -webkit-line-clamp: 5 !important
        }

        #recent-posts > .post-card-large {
            height: 20em !important
        }
    }
}

#recent-posts > .recent-post-item > .recent-post-info > .content {
    -webkit-line-clamp: 2
}

div#author-info__sayhi {
    text-align: center;
    width: fit-content;
    color: var(--yikun-white);
    background: var(--yikun-white-op);
    font-size: 12px;
    margin-right: auto;
    padding: 2px 10px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    transition: .3s;
    margin: auto;
    min-width: 100px;
    opacity: 1
}

div#author-info__sayhi:active {
    transform: scale(.97);
    opacity: .8
}

[data-theme=dark] .page div#author-info__sayhi {
    background: var(--yikun-card-bg);
    color: var(--yikun-fontcolor)
}

.author-info__desc {
    font-size: 12px;
    color: var(--yikun-white);
    opacity: .6;
    line-height: 1
}


.avatar-sticker {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out .2s;
    transform: scale(1);
    background: var(--yikun-white);
    border-radius: 50%
}

.page .avatar-sticker {
    background: var(--yikun-card-bg)
}

.avatar-sticker img {
    width: 26px;
    height: 26px
}

.author-info__description {
    line-height: 1.38;
    margin: .3rem 0;
    text-align: justify;
    color: var(--yikun-white);
    opacity: 1
}

.page .author-info__description {
    color: var(--yikun-card-bg)
}

.author-info__description b {
    color: var(--yikun-white);
    opacity: 1
}

.page .author-info__description b {
    color: var(--yikun-card-bg);
    opacity: 1
}

.author-info__description_group {
    width: 100%;
    left: 0;
    opacity: 0;
    transition: .3s;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.author-info__description2 {
    line-height: 1.38;
    margin: .3rem 0;
    text-align: justify;
    width: 100%;
    z-index: 2;
    color: rgba(255, 255, 255, .8)
}

.author-info__description2 b {
    color: var(--yikun-white)
}

.card-widget.card-info .banner-button-group {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    -webkit-user-select: none
}

.card-widget.card-info .banner-button-group .banner-button {
    padding: 8px 12px;
    background: var(--yikun-white-op);
    border-radius: 12px;
    color: var(--yikun-white);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: .3s;
    cursor: pointer
}

.card-widget.card-info .banner-button-group .banner-button i {
    margin-right: 8px;
    font-size: 22px
}


.card-widget.card-info {
    padding: 0 !important
}


.announcement_content p {
    margin: .5rem 0 0 0;
    line-height: 1.38
}


.card-hotpost {
    padding: .4rem .6rem !important
}

#card-hotpost {
    display: flex;
    flex-direction: column;
    gap: 4px
}

#card-hotpost .post-rank {
    background: var(--yikun-secondbg);
    border: var(--style-border-always);
    color: var(--yikun-fontcolor);
    border-radius: 8px;
    margin-right: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 2px
}

#card-hotpost .post-rank.rank-1 {
    background: var(--yikun-lighttext);
    color: var(--yikun-card-bg);
    border-color: var(--yikun-lighttext)
}

.hot-post-link {
    display: flex;
    font-size: 15px;
    overflow: hidden;
    padding: .3rem;
    gap: 4px;
    border-radius: 12px
}

.hot-post-link .post-title-container {
    display: flex;
    align-items: center;
    flex: 1
}

.hot-post-link .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.38;
    flex: 1;
    overflow: hidden;
    padding-top: 2px
}

.hot-post-link:hover {
    background: var(--yikun-lighttext);
    border-radius: 8px;
    color: var(--yikun-card-bg)
}

#card-hotpost .hot-post-link:hover .post-rank {
    background: var(--yikun-card-bg);
    color: var(--yikun-fontcolor);
    border-color: var(--yikun-card-bg)
}

#card-hotpost .hot-post-link:hover .post-rank.rank-1 {
    background: var(--yikun-maskbg);
    color: var(--yikun-white);
    border-color: var(--yikun-maskbg)
}


#web_bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    z-index: -999;
    background: var(--yikun-background)
}

a.extend.next {
    right: 0
}

a.extend.prev {
    left: 0
}

#pagination {
    width: 100%
}

@media screen and (min-width: 1300px) {
    #pagination {
        margin-top: .25rem
    }
}

.lg-container {
    display: none
}

#page-header.post-bg::before {
    transition: 0s;
    opacity: .93;
    height: 100%;
    background-color: var(--yikun-main);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    content: ""
}

@media screen and (min-width: 1300px) {
    #page-header.post-bg {
        height: 25rem
    }

    #page-header {
        height: 25rem
    }

    #page-header.post-bg:before {
        height: 100%;
        background-color: var(--yikun-main)
    }

    #post-info .post-title {
        width: 1100px;
        font-size: 2.6rem !important
    }
}

#page-header.post-bg {
    background-color: var(--yikun-background);
    transition: .6s;
    overflow: hidden;
    height: 24rem
}

.post-bg #post-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 50vw;
    min-height: 20rem;
    opacity: .8;
    transition: 0s
}

.coverdiv {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 0 -20% 0 auto;
    overflow: hidden;
    margin-bottom: 0;
    transform: rotate(10deg) translateY(30%) scale(2) translateZ(0);
    filter: blur(10px)
}

.coverdiv:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 110px -130px 300px 60px var(--yikun-main) inset
}

.tk-content p {
    font-size: 15px !important
}

.home_barAndPosts {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

@media screen and (min-width: 768px) {
    .coverdiv {
        transform: rotate(10deg) translateY(30%) scale(2) translateZ(0);
        filter: blur(30px);
        opacity: .5
    }

    @keyframes showCover {
        from {
            opacity: 0;
            transform: rotate(10deg) translateY(-8%) scale(1.8)
        }

        to {
            opacity: .5;
            transform: rotate(10deg) translateY(-10%) scale(2)
        }
    }
}

#page-header {
    background-image: none !important;
    display: flex;
    justify-content: center
}

#post-cover-rgb {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background: var(--yikun-lighttext)
}

#tag {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border: none;
    padding-top: calc(44px + .5rem)
}

div#category {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border: none
}

#page {
    box-shadow: none
}

.post-comment {
    background: var(--yikun-card-bg)
}

.layout#content-inner {
    max-width: 1400px;
    gap: .5rem;
}

.layout#content-inner p img {
    margin: auto
}

.full_page #post-cover {
    display: none
}

#page-header #post-info {
    top: 0;
    position: absolute;
    padding: 0 3rem;
    margin: 0 auto;
    z-index: 10;
    color: var(--yikun-white);
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% + 0px);
    justify-content: center;
    animation: slide-in .6s 0s backwards
}

@media screen and (min-width: 1300px) {
    #page-header #post-info {
        height: calc(100% + 0px);
        top: 0;
        display: flex;
        justify-content: center
    }
}

#post-info #post-meta > .meta-secondline > span:first-child {
    margin-right: .8rem
}

.meta-secondline span {
    display: flex;
    align-items: center;
    line-height: 1
}

#post-firstinfo {
    text-align: left;
    display: flex;
    white-space: nowrap;
    -webkit-user-select: none
}

#post-firstinfo .post-meta__tags {
    color: var(--yikun-white);
    opacity: .8;
    margin-right: 8px;
    padding: 0 8px 0 4px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: row
}

span.post-meta-categories {
    background-color: var(--yikun-white-op);
    padding: 0 .5rem;
    border-radius: 12px;
    line-height: 32px;
    height: 32px;
    transition: .3s ease-out
}

span.post-meta-categories:not(:first-child) {
    margin-left: 8px
}

a.post-meta-categories {
    color: var(--yikun-white);
    font-size: .7rem;
    width: 100%;
    height: 100%;
    display: flex
}

.meta-firstline .tag_share {
    margin-left: 1rem
}

.meta-firstline .tag_share .post-meta__tag-list {
    display: flex;
    flex-direction: row;
    align-items: center
}

#post-firstinfo .meta-firstline {
    display: flex;
    align-items: center;
    height: 32px
}

.meta-avatar img {
    width: 30px;
    border-radius: 30px;
    height: 30px
}

a.post-meta-original {
    background: var(--yikun-white-op) !important;
    color: var(--yikun-white) !important;
    padding: 0 .5rem;
    font-size: .7rem;
    margin: auto;
    border-radius: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    width: 100%;
    height: 100%;
    display: flex
}

.post-meta__tag-list::-webkit-scrollbar {
    display: none
}

.meta-share-time .meta-avatar-name {
    opacity: 1;
    color: var(--yikun-white) !important;
    font-weight: 700
}

.meta-share-time {
    display: flex
}

.meta-share-time .meta-info {
    margin: 0 .5rem
}

.meta-secondline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.meta-avatar {
    display: flex
}

.meta-avatar .meta-avatar-name {
    margin: 0 .5rem
}

#post-info #post-meta i {
    font-size: 16px;
    margin-right: 4px
}

span.post-meta-pv-cv {
    margin-left: .8rem
}

span.post-meta-position {
    margin-right: 12px;
    opacity: .6
}

#post-info #post-meta .post-meta-label {
    display: none
}

#post-info #post-meta .post-meta-icon {
    margin-right: .4rem
}

#post-info #post-meta .post-meta-separator {
    margin: 0 10px
}

.post-meta-pv-cv #busuanzi_value_page_pv {
    font-weight: 800
}

#post-meta > div > span.post-meta-wordcount > span.word-count {
    font-weight: 800
}

#post-meta > div > span.post-meta-wordcount > span:nth-child(7) {
    font-weight: 800
}

#post-firstinfo > div > span.post-meta-categories > a {
    font-weight: 800
}

.post-meta-wordcount {
    opacity: .6;
    margin-right: 20px
}

.post-meta-pv-cv {
    opacity: .6
}

.post-meta-pv {
    opacity: .6;
    margin-right: 8px
}

.post-meta-commentcount {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
    border-radius: 12px;
    padding: 8px
}

#twikoo-count {
    font-weight: 800;
    color: var(--yikun-white)
}

.el-textarea .el-input__count {
    color: var(--yikun-secondtext) !important;
    -webkit-user-select: none;
    bottom: 8px !important;
    right: 12px !important
}

.post-meta-commentcount i {
    margin-right: .5rem
}

.inline-image {
    display: flex;
    margin: 8px auto;
    width: fit-content;
    justify-content: center
}

.inline-image img {
    margin: 0;
    display: inline-flex;
    margin-bottom: 0 !important
}

#post-info .post-title {
    color: var(--yikun-white);
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.2;
    text-align: left;
    margin: 1rem 0 1rem 0 !important;
    -webkit-line-clamp: 2;
    padding: 0;
    overflow: hidden
}

#post-meta > div {
    text-align: left
}

#post-info #post-meta {
    color: var(--yikun-white);
    margin-top: .4rem;
    transition: .3s;
    display: flex;
    -webkit-user-select: none
}

#post-info #post-meta a {
    text-decoration: none;
    color: var(--yikun-fontcolor);
    line-height: 1;
    border-radius: 12px
}

#post-info #post-meta i {
    line-height: 1
}

#article-container h1:before, #article-container h2:before, #article-container h3:before, #article-container h4:before, #article-container h5:before, #article-container h6:before {
    top: calc(50% - .45rem);
    content: ''
}

#article-container video {
    max-width: 100%
}

.recentcomments_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#article-container ul > li:not(.tab):before {
    border: .21em solid var(--yikun-lighttext);
    background: var(--yikun-lighttext)
}

#article-container ol, #article-container ul {
    padding: 0
}

#article-container .tabs {
    margin: 1rem 0 !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--yikun-shadow-border);
    padding: 8px;
    background: var(--yikun-card-bg);
    border: var(--style-border)
}

#article-container .tabs .nav-tabs {
    background: var(--yikun-card-bg);
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row
}

#article-container .tabs > .nav-tabs > .tab.active button {
    border: var(--style-border-hover-always);
    background: var(--yikun-background);
    border-radius: 8px
}

#article-container .tabs > .nav-tabs > .tab button {
    transition: all 0s;
    -webkit-transition: all 0s;
    background: var(--yikun-secondbg);
    transition: .3s;
    border: var(--style-border-always);
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 16px;
    display: block;
    line-height: 1;
    width: 100%;
    color: var(--yikun-fontcolor)
}

.tab-item-content {
    background: var(--yikun-card-bg)
}

#article-container .tabs {
    border: 3px solid var(--yikun-secondbg) !important
}

#article-container .tabs > .tab-contents .tab-item-content.active {
    animation: tabshow 0s;
    -webkit-animation: tabshow 0s;
    padding: 1.2rem 1.2rem;
    border-radius: 8px
}

.tab-contents {
    border-radius: 8px;
    overflow: hidden
}

details:not(.tk-admin-config-group) {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    min-height: 54px;
    overflow: hidden;
    border-radius: 12px;
    border: var(--style-border-always);
    transition: border .3s
}

details:not(.tk-admin-config-group) summary {
    position: absolute;
    padding: .5rem 1rem;
    background: var(--yikun-card-bg);
    margin: 0;
    transition: .3s;
    box-shadow: var(--yikun-shadow-border);
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

details:not(.tk-admin-config-group) > :nth-child(2) {
    margin-top: calc(54px + 1rem) !important
}

details[open]:not(.tk-admin-config-group) summary {
    background: var(--yikun-lighttext);
    color: var(--yikun-card-bg)
}

details:not(.tk-admin-config-group) summary::before {
    content: '';
    padding: 4px
}

details:not(.tk-admin-config-group) summary:focus {
    outline: 0
}

details:not(.tk-admin-config-group) summary::marker {
    color: var(--yikun-lighttext);
    transition: .3s
}

details[open]:not(.tk-admin-config-group) summary::marker {
    color: var(--yikun-card-bg)
}

details[open]:not(.tk-admin-config-group) {
    border-radius: 12px;
    border: var(--style-border-hover-always);
    padding: 0 1.5rem;
    background: var(--yikun-card-bg)
}

#article-container a {
    text-decoration: none;
    border-bottom: 2px dotted var(--yikun-lighttext);
    color: var(--yikun-fontcolor);
    font-weight: 700;
    border-radius: 4px 4px 0 0
}

#article-container p {
    margin: 1rem 0;
    text-align: left;
    letter-spacing: .6px
}

#article-container blockquote p {
    line-height: 1.7;
    font-size: 15px
}

#article-container code {
    color: var(--yikun-pink);
    padding: .2rem .4rem;
    border-radius: 4px;
    margin: 0 4px;
    background: var(--yikun-secondbg);
    line-height: 2;
    font-weight: 700
}

#article-container code::selection {
    background: var(--yikun-main) !important
}

.table-wrap {
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden
}

table td, table th {
    border: var(--style-border-always)
}

table thead {
    background: var(--yikun-secondbg)
}

.table-wrap table thead tr th {
    border-top-width: 0
}

.table-wrap table tbody tr td:first-child, .table-wrap table thead tr th:first-child {
    border-left-width: 0
}

.table-wrap table tbody tr td:last-child, .table-wrap table thead tr th:last-child {
    border-right-width: 0
}

.table-wrap table tbody tr:last-child td {
    border-bottom-width: 0
}

.table-wrap {
    border: 1px solid var(--yikun-card-border)
}

b, strong {
    color: var(--yikun-lighttext)
}

#article-container p {
    font-size: .9rem;
    line-height: 1.7;
    font-weight: 400
}

#article-container.post-content h1, #article-container.post-content h2, #article-container.post-content h3, #article-container.post-content h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse
}

#article-container.post-content h1 {
    font-size: 1.5rem;
    line-height: 1.3
}

#article-container.post-content h2 {
    font-size: 1.3rem;
    line-height: 1.3;
    border-top: 1px dashed var(--yikun-theme-op);
    padding-top: 1.5rem
}

#article-container.post-content h3 {
    font-size: 1.1rem;
    line-height: 1.3
}

#article-container.post-content h4 {
    font-size: 1rem;
    line-height: 1.3
}

.note.warning:not(.no-icon):not(.modern)::before {
    display: flex;
    align-items: center;
    height: 30px;
    color: var(--yikun-yellow)
}

.note.warning:not(.modern) {
    border-radius: 8px;
    border-width: 1px;
    border-color: var(--yikun-yellow);
    box-shadow: var(--yikun-shadow-border);
    background: var(--yikun-card-bg)
}

#article-container .tag-Link {
    background: var(--yikun-secondbg);
    border-radius: 8px !important;
    display: flex;
    border: var(--style-border);
    flex-direction: column;
    padding: .3rem 1rem .6rem;
    border-width: 1px !important;
    margin-top: 1rem
}

#article-container .tag-Link .tag-link-tips {
    border-bottom: var(--style-border-always);
    padding-bottom: 4px;
    font-size: .6rem;
    color: var(--yikun-gray);
    font-weight: 400;
    pointer-events: none
}

#article-container .tag-Link .tag-link-bottom {
    display: flex;
    margin-top: .5rem;
    align-items: center;
    justify-content: space-around;
    pointer-events: none
}

#article-container .tag-Link .tag-link-bottom .tag-link-left {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-size: cover !important;
    border-radius: 8px;
    background: var(--yikun-card-bg);
    pointer-events: none;
    display: flex
}

#article-container .tag-Link .tag-link-bottom .tag-link-left i {
    padding: 0;
    margin: auto;
    font-size: 24px;
    color: var(--yikun-fontcolor)
}

#article-container .tag-Link .tag-link-bottom .tag-link-right {
    margin-left: 1rem;
    pointer-events: none
}

#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-title {
    font-size: 16px;
    line-height: 1.2;
    pointer-events: none;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#article-container .tag-Link .tag-link-bottom .tag-link-right .tag-link-sitename {
    font-size: .7rem;
    color: var(--yikun-gray);
    font-weight: 400;
    margin-top: 8px;
    pointer-events: none;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#article-container .tag-Link .tag-link-bottom i {
    margin-left: auto;
    padding-left: .5rem;
    pointer-events: none
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    padding-top: 0;
    padding-left: 0 !important;
    font-weight: 700
}

#post h2 {
    margin-top: 1.5rem
}

#article-container > h1:nth-child(1), #article-container > h2:nth-child(1) {
    margin: 0
}

blockquote {
    border: var(--style-border-always);
    background-color: var(--yikun-secondbg);
    color: var(--yikun-secondtext);
    border-radius: 8px;
    margin: 1rem 0;
    padding: .5rem .8rem
}

blockquote p {
    padding: 0
}

.page #article-container .headerlink::before {
    display: none
}

#article-container .headerlink {
    float: right;
    opacity: .08;
    border-bottom-style: none;
    border-bottom: none;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 8px !important;
    line-height: 1;
    font-size: 1rem
}

#article-container img {
    border-radius: 12px;
    margin-bottom: .5rem;
    object-fit: cover
}

#article-container img.error {
    content: url(https://bu.dusays.com/2023/03/03/6401a79030db5.png)
}

.doge-inner-player {
    border-radius: 12px !important
}

#article-container ol li:before, #article-container ul li:before {
    background: var(--yikun-main);
    cursor: default
}

figure {
    margin-top: .5rem !important
}

#article-container .gutter {
    opacity: .6;
    user-select: none
}

#article-container .code-lang {
    margin-left: 6px
}

#article-container figure.highlight table::-webkit-scrollbar {
    color: var(--yikun-blue);
    background: var(--yikun-card-bg);
    height: 8px
}

#article-container figure.highlight table::-webkit-scrollbar-corner {
    background: var(--yikun-background)
}

#article-container figure.highlight table::-webkit-scrollbar-thumb {
    background: var(--yikun-secondbg)
}

#article-container .code-expand-btn i {
    color: var(--yikun-fontcolor);
    font-size: 14px;
    line-height: 1;
    animation: 1.2s ease 0s infinite normal none running code-expand-key
}

#article-container .code-expand-btn {
    background: var(--yikun-secondbg);
    transition: .3s;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0);
    border-top: var(--style-border-always);
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px
}

#readmore-talk {
    text-align: center;
    color: var(--yikun-lighttext);
    padding: 8px;
    border-radius: 12px;
    background: #f2b94b0c
}

#article-container iframe {
    border-radius: 12px !important
}

.relatedPosts > .relatedPosts-list .cover::after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://bu.dusays.com/2023/03/03/6401a79030db5.png) 50%;
    background-size: cover
}

.relatedPosts > .relatedPosts-list a {
    display: flex;
    width: 100%;
    height: 100%
}

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

    #post > div.relatedPosts > div.relatedPosts-list > div {
        border-radius: 12px
    }

    .relatedPosts > .headline {
        font-size: .8em
    }

    @media screen and (max-width: 1300px) {
        #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(7) {
            display: none
        }

        #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(8) {
            display: none
        }
    }
}

.relatedPosts > .headline {
    margin-bottom: .8rem;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center
}

.relatedPosts > .headline span {
    margin-right: auto;
    margin-left: 8px
}

.relatedPosts > .headline a {
    font-weight: 400
}

#post .tag_share .post-meta__tags {
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    color: var(--yikun-fontcolor);
    border-radius: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 40px;
    padding: 0 .6rem;
    width: fit-content;
    font-size: .85em;
    transition: all .2s ease-in-out 0s
}

@media screen and (min-width: 1300px) {
    #post .tag_share .post-meta__tags {
        background: var(--yikun-card-bg);
        border: var(--style-border)
    }

    #post .tag_share .post-meta__tags:hover {
        border: var(--style-border-hover)
    }
}

#post .post-copyright {
    background: var(--yikun-secondbg);
    border-width: 1px;
    transition: .3s;
    position: relative;
    margin: 80px 0 30px;
    border-radius: 12px;
    padding: 34px 12px 20px 12px;
    border: var(--style-border-always)
}

.post-copyright__author_img {
    width: 66px;
    height: 66px;
    margin: auto;
    border-radius: 66px;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 33px);
    top: -33px;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-main);
    background: var(--yikun-main)
}

.post-copyright__author_img img {
    position: absolute;
    bottom: 0;
    left: 0
}

img.post-copyright__author_img_back {
    border-radius: 66px;
    z-index: 10
}

img.post-copyright__author_img_front {
    z-index: 20;
    transform: scale(1.2) translateY(6px)
}

.post-copyright__author_name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
    color: var(--yikun-fontcolor);
    line-height: 1
}

.post-copyright__author_desc {
    text-align: center;
    font-size: 14px;
    color: var(--yikun-secondtext);
    margin-top: 4px
}

.post-copyright__author {
    display: flex;
    align-items: center
}

.post-copyright__original {
    background: var(--yikun-fontcolor);
    color: var(--yikun-card-bg);
    padding: .2rem .5rem;
    font-size: .7rem;
    border-radius: 8px;
    margin-right: .5rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    -webkit-user-select: none
}

.post-copyright-copybtn {
    margin-left: .5rem;
    color: var(--yikun-fontcolor);
    opacity: .4;
    transition: .3s
}

.post-copyright-copybtn i {
    font-size: 16px
}

#post .post-copyright .post-copyright-info a {
    padding: 0;
    color: var(--yikun-fontcolor);
    font-weight: 700
}

#post .post-copyright .post-copyright__notice .post-copyright-info a {
    padding: 0 4px
}

#post .post-copyright .post-copyright-info {
    padding-left: 0;
    color: var(--yikun-secondtext);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

#post .post-copyright .post-copyright-title {
    padding-left: 0;
    color: var(--yikun-fontcolor);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    font-weight: 700
}

#post > div.post-copyright > div.post-copyright__author > span > span {
    padding: 0;
    color: var(--yikun-fontcolor);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.38;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 600px) {
    #home_top #home_top_iconsCard .tags-group-all {
        opacity: .06;
        filter: blur(8px)
    }
}

#post > div.post-copyright > div.post-copyright__type {
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 4px
}

#post > div.post-copyright > div.post-copyright__type > span > a {
    font-size: 14px;
    opacity: .6;
    line-height: 16px
}

#post-copyright-url a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#post > div.post-copyright > div.post-copyright__notice {
    font-size: 12px;
    margin: 1rem 0 .5rem 0
}

#post .post-copyright:before {
    display: none
}

.share-button .fa-qrcode:before {
    font-size: 1rem
}

.post-qr-code-img {
    box-shadow: var(--yikun-shadow-lightblack);
    border-radius: 12px;
    border: var(--style-border-always)
}

#quit-box {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, .2);
    opacity: .01;
    top: 0;
    left: 0;
    display: none;
    z-index: 109;
    margin: 0 !important
}

.post-tools-left #quit-box {
    display: none
}

#pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
    background: var(--yikun-secondbg)
}

@media screen and (min-width: 768px) {
    #pagination .next-post a {
        border-left: var(--yikun-main-op);
        border-left-width: .5px;
        border-left-style: solid;
        display: flex;
        align-items: flex-start;
        height: 150px
    }

    #pagination .next-post.pull-full a {
        border-left-width: 0
    }

    #pagination .prev-post a {
        border-right: var(--yikun-main-op);
        border-right-width: .5px;
        border-right-style: solid
    }

    #pagination .pagination-info {
        padding: 1rem 1.5rem 1rem 1.5rem;
        position: relative;
        display: flex;
        top: 0;
        transform: none;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        height: 100%
    }

    #pagination .next-post a:hover, #pagination .prev-post a:hover {
        background: var(--yikun-main)
    }

    #pagination .next-post a:hover div, #pagination .prev-post a:hover div {
        color: var(--yikun-white) !important
    }
}

#pagination img.next-cover, #pagination img.prev-cover {
    opacity: .15;
    transform: scale(1.03);
    transition: .3s;
    filter: blur(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}

#pagination .next-post .label, #post #pagination .prev-post .label {
    color: var(--yikun-fontcolor)
}

#pagination .next_info, #post #pagination .prev_info {
    color: var(--yikun-fontcolor);
    font-weight: 700;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 1.3;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px
}

#post #pagination {
    overflow: hidden;
    position: inherit;
    border: var(--style-border-always)
}

#pagination.pagination-post {
    background: var(--yikun-card-bg)
}

@media screen and (min-width: 1300px) {
    #post #pagination {
        position: fixed;
        width: 300px;
        bottom: -100px;
        right: 20px;
        height: fit-content;
        transition: cubic-bezier(.42, 0, .3, 1.11) .3s;
        border: var(--style-border);
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        opacity: 0;
        z-index: 1002
    }

    #post #pagination.show-window {
        bottom: 20px;
        opacity: 1
    }

    #post #pagination:hover {
        border: var(--style-border-hover)
    }

    #pagination .next-post a {
        border: none;
        height: fit-content;
        padding: .5rem 0
    }

    #pagination.pagination-post {
        border-radius: 0
    }

    #pagination .next_info, #post #pagination .prev_info {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0
    }

    #pagination .pagination-info {
        padding: .5rem 1rem;
        transform: none
    }

    #post #pagination {
        background: 0 0
    }

    #pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
        background: var(--yikun-maskbgdeep);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transform: translateZ(0)
    }

    .prev-post.pull-left {
        display: none
    }

    .next-post.pull-right {
        width: 100% !important
    }

    #pagination .next-post .pagination-info {
        text-align: left;
        position: relative
    }

    #pagination .next-post .label, #post #pagination .prev-post .label {
        color: var(--yikun-fontcolor);
        font-weight: 700;
        font-size: 12px;
        margin-bottom: .5rem;
        border-bottom: var(--style-border);
        line-height: 1;
        padding-bottom: .5rem
    }
}

@media screen and (min-width: 768px) {
    #pagination .page-number {
        width: 2rem;
        background: var(--yikun-card-bg);
        height: 2rem;
        line-height: calc(2rem - 2px);
        border-radius: 8px !important;
        box-shadow: var(--yikun-shadow-border);
        border: var(--style-border);
        transition: .3s
    }

    #pagination .page-number.current {
        background: var(--yikun-theme);
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-theme)
    }

    #pagination .page-number.current:hover {
        background: var(--yikun-theme);
        box-shadow: var(--yikun-shadow-theme);
        color: var(--yikun-white)
    }

    #pagination .page-number:hover {
        color: var(--yikun-theme);
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main)
    }

    #pagination a.extend.next:hover, #pagination a.extend.prev:hover {
        color: var(--yikun-theme);
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main)
    }

    #pagination a.extend.next, #pagination a.extend.prev {
        width: 4rem;
        height: 2rem;
        line-height: 1.9rem;
        border-radius: 8px !important;
        background: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-border);
        position: absolute;
        border: var(--style-border);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: .3s
    }

    #pagination a.extend.next i, #pagination a.extend.prev i {
        transition: .3s
    }

    #pagination a.extend.next {
        overflow: hidden
    }

    #pagination a.extend.next .pagination_tips_next {
        margin-left: -32px;
        transition: .3s ease-out 0s;
        opacity: 0
    }

    #pagination a.extend.next:hover .pagination_tips_next {
        margin-left: 2px;
        opacity: 1;
        white-space: nowrap
    }

    #pagination a.extend.prev .pagination_tips_prev {
        margin-right: -32px;
        transition: .3s ease-out 0s;
        opacity: 0
    }

    #pagination a.extend.prev:hover .pagination_tips_prev {
        margin-right: 2px;
        opacity: 1;
        white-space: nowrap
    }

    #pagination {
        overflow: visible
    }
}

.relatedPosts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

.relatedPosts > .relatedPosts-list > div {
    background: var(--yikun-secondbg);
    border: var(--style-border);
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px
}

.relatedPosts > .relatedPosts-list .content .title {
    color: var(--yikun-fontcolor);
    font-weight: 700;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    font-size: .9rem;
    text-align: left;
    overflow: hidden
}

.relatedPosts > .relatedPosts-list .content .date {
    color: var(--yikun-fontcolor);
    display: none
}

#post > hr {
    display: none
}

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

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

#post-comment .comment-tips {
    background-color: rgba(103, 194, 58, .9);
    border: var(--style-border-always);
    border-color: var(--yikun-green);
    color: var(--yikun-white);
    border-radius: 8px 8px 0 0;
    padding: 8px 12px;
    margin-top: .5rem;
    display: none;
    width: 100%;
    position: absolute;
    top: 47px;
    z-index: 1000;
    opacity: 1;
    transition: .3s;
    left: 0
}

.tk-content img {
    max-height: 800px !important;
    max-width: 100% !important;
    border-radius: 12px
}

#post-comment .comment-tips.show {
    display: flex;
    font-weight: 700
}

.el-input--small .el-input__inner {
    padding: 8px;
    padding-left: 16px;
    font-size: 16px !important
}

.tk-avatar {
    width: 32px !important;
    height: 32px !important;
    box-shadow: var(--yikun-shadow-border);
    margin-right: 16px !important
}

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

.tk-avatar.tk-has-avatar img {
    border-radius: 32px !important
}

.tk-row .tk-avatar {
    display: none
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(1):before {
    content: '输入QQ号会自动获取昵称和头像'
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(2):before {
    content: '收到回复将会发送到你的邮箱'
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3):before {
    content: '[可选]可以通过昵称访问你的网站'
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3) {
    opacity: .4;
    transition: .3s
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3):hover {
    opacity: 1
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3):focus {
    opacity: 1
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:focus-within::before {
    display: block;
    animation: commonTipsIn .3s
}

.el-input.el-input--small.el-input-group.el-input-group--prepend:focus-within::after {
    display: block;
    animation: commonTriangleIn .3s
}

@keyframes commonTipsIn {
    0% {
        top: -50px;
        opacity: 0
    }

    100% {
        top: -60px;
        opacity: 1
    }
}

@keyframes commonTriangleIn {
    0% {
        transform: translate(-50%, -36px);
        opacity: 0
    }

    100% {
        transform: translate(-50%, -46px);
        opacity: 1
    }
}

.el-input.el-input--small.el-input-group.el-input-group--prepend::before {
    display: none;
    position: absolute;
    top: -60px;
    white-space: nowrap;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 14px 18px;
    background: #444;
    color: #fff;
    z-index: 100
}

.el-input.el-input--small.el-input-group.el-input-group--prepend::after {
    display: none;
    content: '';
    position: absolute;
    border: 12px solid transparent;
    border-top-color: #444;
    left: 50%;
    transform: translate(-50%, -46px)
}

.tk-nick {
    font-size: 1rem !important;
    line-height: 32px
}

.el-input-group__append, .el-input-group__prepend {
    background-color: var(--yikun-card-bg) !important;
    color: var(--yikun-fontcolor) !important;
    border-color: var(--yikun-card-border) !important;
    border: none !important;
    font-weight: 700
}

.el-input__inner {
    background: var(--yikun-secondbg) !important;
    border: none !important;
    color: var(--yikun-fontcolor) !important;
    padding-left: 8px
}

.el-input.el-input--small.el-input-group.el-input-group--prepend {
    border-radius: 12px;
    background: var(--yikun-secondbg);
    border: var(--style-border-always)
}

.el-input-group--prepend .el-input__inner, .el-input-group__append {
    border-radius: 12px !important
}

.page .el-input.el-input--small.el-input-group.el-input-group--prepend {
    background: var(--yikun-card-bg)
}

@media screen and (max-width: 769px) {
    .el-input__inner {
        background: var(--yikun-card-bg) !important
    }

    .el-input.el-input--small.el-input-group.el-input-group--prepend {
        background: var(--yikun-card-bg);
        margin-bottom: 0
    }
}

.page .el-input__inner {
    background: var(--yikun-card-bg) !important
}

.el-input__inner:focus {
    border: none !important
}

.el-textarea__inner {
    background: var(--yikun-secondbg) !important;
    color: var(--yikun-fontcolor) !important;
    border-radius: 12px !important;
    min-height: 100px !important;
    padding: 16px 16px 40px 16px !important;
    border: var(--style-border-always) !important;
    box-shadow: none !important;
    font-size: 16px !important
}

#page .el-textarea__inner {
    background: var(--yikun-card-bg) !important;
    box-shadow: var(--yikun-shadow-border)
}

.el-textarea__inner:focus {
    border: var(--style-border-hover-always) !important;
    box-shadow: var(--yikun-shadow-main)
}

#page .tk-meta-input .el-input {
    box-shadow: var(--yikun-shadow-border)
}

.tk-meta > a > strong {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

#twikoo .tk-row .tk-col {
    flex-direction: column-reverse !important
}

#twikoo > div.tk-comments > div.tk-comments-container > div.tk-comments-title > span:nth-child(1) {
    display: none !important
}

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

.tk-tag-green {
    border-radius: 4px !important;
    border: 0 solid #e1f3d8 !important;
    font-size: .5rem !important
}

[data-theme=dark] .tk-tag-green {
    background-color: #67c23a21 !important
}

.tk-tag-yellow {
    border-radius: 4px !important;
    border: 0 solid #e1f3d8 !important;
    font-size: .5rem !important
}

[data-theme=dark] .tk-tag-green {
    background-color: #c0c23a21 !important
}

.tk-tag-red {
    border-radius: 4px !important;
    border: 0 solid #f3d8d8 !important;
    font-size: .5rem !important
}

[data-theme=dark] .tk-tag-red {
    background-color: #c23a3a21 !important
}

.el-button {
    background-color: var(--yikun-fontcolor) !important;
    border: 0 solid var(--yikun-main) !important;
    color: var(--yikun-background) !important;
    border-radius: 8px !important
}

.el-button.tk-preview {
    display: none !important
}

#twikoo > div.tk-comments > div.tk-submit > div.tk-row.actions > a {
    display: none !important
}

#twikoo {
    z-index: 102
}

.tk-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.twikoo-info {
    color: var(--yikun-secondtext)
}

.tk-action.randomCommentInfoUserTag {
    font-size: 14px;
    opacity: .8
}

.tk-action .tk-action-link:first-child {
    display: none
}

.tk-action-link {
    color: var(--yikun-lighttext) !important;
    cursor: pointer;
    -webkit-user-select: none;
    padding: 0 12px 0 12px;
    transition: .3s;
    border-radius: 8px;
    background-color: var(--yikun-secondbg);
    border: var(--style-border-always)
}

.tk-action-icon {
    color: var(--yikun-lighttext) !important;
    transition: .3s;
    font-size: 18px !important
}

.tk-action-count:empty {
    margin-left: 0 !important
}

button.el-button.tk-cancel.el-button--default.el-button--small {
    background: var(--yikun-secondbg) !important;
    border-radius: 8px !important;
    color: var(--yikun-fontcolor) !important
}

.tk-submit-action-icon.__markdown {
    display: none
}

.tk-comments .el-button--primary {
    border-color: var(--yikun-fontcolor) !important;
    color: var(--yikun-card-bg);
    border-radius: 12px !important;
    box-shadow: var(--yikun-shadow-black);
    transition: .3s;
    width: 5rem;
    position: absolute;
    top: -43px;
    right: 0;
    margin-left: .5rem !important;
    height: 32px
}

.tk-row-actions-start {
    position: absolute;
    top: -84px;
    left: 17px
}

.tk-submit {
    margin-top: .8rem !important
}

.tk-comments-title {
    position: absolute;
    bottom: 0;
    left: 0
}

.cf-overshow p a.cf-article-title {
    border-bottom-width: 0 !important;
    padding: 0 !important
}

.tk-extras {
    margin-top: .5rem;
    padding-bottom: .5rem
}

.tk-icon.__comments:first-child {
    display: none
}

.tk-icon.__comments {
    margin-left: 0 !important;
    color: var(--yikun-lighttext) !important
}

.tk-row.actions {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    justify-content: space-around !important
}

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

#post-comment blockquote {
    background: var(--yikun-secondbg);
    border: var(--style-border);
    box-shadow: none;
    margin: 0;
    margin-bottom: .5rem;
    font-size: .6rem;
    color: var(--yikun-secondtext);
    border-radius: 8px
}

.tk-extra {
    background: var(--yikun-secondbg);
    border: var(--style-border-always);
    padding: 1px 5px 1px 2px;
    border-radius: 8px;
    margin-right: 4px !important;
    color: var(--yikun-secondtext) !important;
    display: inline !important;
    margin-top: 6px !important;
    font-size: .5rem
}

.tk-extra .tk-icon {
    display: none
}

.tk-expand {
    background: var(--yikun-card-bg) !important;
    color: var(--yikun-fontcolor) !important;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
    border-radius: 12px;
    -webkit-user-select: none;
    position: relative
}

.tk-comments-container > .tk-expand {
    margin: 12px;
    width: calc(100% - 24px) !important;
    position: absolute;
    bottom: 52px;
    left: 0
}

.tk-expand::after {
    background: linear-gradient(to bottom, var(--yikun-none) 0, var(--yikun-card-bg) 100%);
    content: '';
    width: 100%;
    height: 100px;
    bottom: 43px;
    left: 0;
    display: flex;
    position: absolute;
    z-index: -1
}

.tk-expand._collapse::after {
    display: none
}

.tk-time {
    color: var(--yikun-secondtext) !important;
    font-size: .6rem;
    margin-left: .5rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.tk-comments-container > .tk-comment {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    background: var(--yikun-card-bg);
    transition: .3s;
    border-radius: 12px;
    padding: .5rem 0;
    border: none;
    border-bottom: var(--style-border-dashed)
}

#page .tk-comments-container > .tk-comment {
    padding: 1rem;
    padding-bottom: 1.5rem;
    border: var(--style-border);
    border-top: var(--style-border);
    box-shadow: var(--yikun-shadow-border)
}

.tk-icon {
    position: absolute
}

#post-comment .comment-head {
    font-size: .8em !important;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between
}

.comment-randomInfo {
    font-size: 13px
}

.comment-tools {
    display: flex;
    gap: 8px;
    align-items: center
}

.tk-comments-no {
    display: none !important
}

.tk-comments-container {
    min-height: 0 !important;
    margin-top: .5rem
}

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

.tk-content p {
    margin: 0 !important
}

.tk-replies .tk-content span:first-child {
    font-size: .5rem;
    color: var(--yikun-secondtext)
}

.img-alt {
    font-size: 12px;
    margin: 0;
    margin-top: 8px;
    color: var(--yikun-secondtext)
}

.long-img .img-alt {
    display: none
}

.long-img img {
    border-radius: 0 !important;
    margin: 0 !important
}

@media screen and (min-width: 768px) {
    #pagination.pagination-post {
        border-radius: 12px;
        margin-top: 1rem
    }

    .relatedPosts {
        margin-top: 1rem
    }
}

@media screen and (min-width: 1300px) {
    #pagination.pagination-post {
        border-radius: 0;
        margin-top: 0
    }
}

.post-tools {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
    -webkit-user-select: none
}


.tk-meta-input .el-input .el-input-group__prepend {
    -webkit-user-select: none;
    border-radius: 10px 0 0 10px;
    border-right: var(--style-border-always)
}

.post-bottom-tools {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

.post-tools-left {
    white-space: nowrap;
    display: flex;
    text-overflow: ellipsis;
    flex-wrap: wrap
}

.post-tools-right {
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto
}

.post-report {
    display: block;
    margin-left: 8px;
    font-size: 13px;
    line-height: 1
}


#article-container figure.highlight {
    border-radius: 8px 8px 4px 4px
}

#article-container figure.highlight .gutter pre {
    color: var(--yikun-secondtext);
    background: var(--yikun-secondbg);
    border-right: var(--style-border-always);
    padding-right: .5rem;
    padding-left: .5rem;
    text-align: right
}

#article-container figure.highlight figcaption a {
    color: #a9a9a9 !important
}

#article-container .highlight:not(.js-file-line-container) {
    background-color: var(--yikun-card-bg) !important;
    color: var(--yikun-fontcolor);
    border: var(--style-border-always);
    overflow: hidden
}

#article-container figure.highlight pre span::selection {
    background: var(--yikun-main) !important;
    color: var(--yikun-white) !important
}

#page .category-lists .category-title {
    display: none
}

.article-sort-item-title {
    line-height: 1.3;
    -webkit-line-clamp: 1
}

#page {
    background: 0 0;
    border: none;
    padding: 0
}

.article-sort .article-sort-item .article-sort-item-img {
    border-radius: 12px;
    min-width: 151px;
    min-height: 80px;
    background: var(--yikun-secondbg);
}

#post .tag_share .post-meta__tag-list {
    display: flex;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px
}

#page .tag-cloud-list a {
    display: flex;
    width: fit-content;
    color: var(--yikun-fontcolor) !important;
    font-size: 1.4em !important;
    padding: .2em .5em;
    background: var(--yikun-card-bg);
    margin: .5em .5em;
    border-radius: 12px;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
    align-items: center
}

.category-lists span.tagsPageCount {
    margin-left: 4px;
    background: var(--yikun-fontcolor);
    color: var(--yikun-card-bg);
    border-radius: 8px;
    line-height: 1;
    padding: 2px 4px;
    transition: .2s;
    font-size: 16px
}

.tag-cloud-list span.tagsPageCount {
    margin-left: 4px;
    background: var(--yikun-fontcolor);
    color: var(--yikun-card-bg);
    border-radius: 8px;
    line-height: 1;
    padding: 2px 4px;
    transition: .2s;
    font-size: 16px
}

#post .tag_share .post-meta__tags span.tagsPageCount, #tag-page-tags .tagsPageCount {
    padding: 2px;
    background: var(--yikun-fontcolor);
    min-width: 22.5px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-size: .6rem;
    color: var(--yikun-card-bg);
    margin-left: 4px;
    line-height: 1;
    transition: .2s
}

#tag #tag-page-tags a.select .tagsPageCount {
    background: var(--yikun-card-bg);
    color: var(--yikun-lighttext)
}

.recent-post-item span.tags-punctuation {
    margin-right: 0;
    font-size: 13px;
    pointer-events: none
}

.category-lists span.tags-punctuation {
    font-size: 18px
}

.tags-name {
    margin-left: 2px
}

#article-container h1 {
    padding-left: 0
}

#article-container h1:before {
    display: none
}

#article-container > div > figure > figcaption > p {
    margin: 0
}

#page .category-lists ul li::before {
    display: none
}

#page .category-lists ul li {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px
}

#page .category-lists ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row
}

#page .category-lists ul li {
    padding: 4px 16px;
    width: 200px;
    border-radius: 12px;
    background: var(--yikun-card-bg);
    border: var(--style-border-always)
}

figure.gallery-group {
    border-radius: 12px
}

.tag-cloud-title {
    display: none
}

.tk-replies .tk-content {
    margin-top: 0 !important
}

#tag #tag-page-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    max-height: 44px;
    overflow: hidden;
    background: var(--yikun-card-bg);
    backdrop-filter: saturate(180%) blur(20px);
    transition: .1s ease-out;
    border-radius: 12px;
    border: var(--style-border-always)
}

#tag #tag-page-tags a {
    padding: .1rem .5rem;
    margin: .25rem .25rem;
    line-height: 1.6;
    border-radius: 8px;
    color: var(--yikun-fontcolor) !important;
    border: var(--style-border-always);
    display: flex;
    align-items: center;
    background: var(--yikun-card-bg)
}

#tag #tag-page-tags a.select {
    color: var(--yikun-card-bg) !important;
    background: var(--yikun-theme);
    box-shadow: var(--yikun-shadow-theme)
}

.article-sort-item:before {
    display: none
}

.article-sort-title:before {
    display: none
}

.article-sort-title:after {
    display: none
}

.article-sort {
    border: none
}

.article-sort {
    margin-left: 0;
    padding-left: 0
}

.article-sort-title {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 700;
    font-size: 2em
}

.article-sort-title sup {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 700;
    opacity: .4;
    top: -1em
}

.article-sort-item {
    overflow: hidden;
    border-radius: 12px
}

.article-sort-item.year {
    font-size: .8rem;
    color: var(--yikun-secondtext)
}

.article-sort-item-info {
    padding: 0 .8rem;
    display: flex;
    flex-direction: column
}

.article-sort-item-time {
    order: 1;
    margin-top: 4px;
    color: var(--yikun-secondtext)
}

.article-sort-item-title {
    order: 0;
    font-weight: 700
}

#random-post {
    min-height: 32px;
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
    padding: 20px 30px;
    border-radius: 12px;
    margin-top: 8px
}

.random-friends-post {
    text-decoration: none;
    border-bottom: 2px solid var(--yikun-lighttext);
    color: var(--yikun-fontcolor);
    font-weight: 700;
    padding: 0 4px
}

.random-post-start {
    transition-duration: .3s
}

.flink#article-container .flink-list {
    padding: 0;
    margin: .5rem -6px 1rem -6px;
    overflow-x: hidden
}

.flink#article-container .flink-desc {
    margin: 0;
    color: var(--yikun-secondtext)
}

.flink#article-container .flink-list > .flink-list-item a .flink-item-desc {
    white-space: normal;
    padding: 5px 10px 16px 0;
    color: var(--yikun-fontcolor);
    text-align: left;
    height: 40px;
    text-overflow: ellipsis;
    opacity: .7;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.flink-list-item .flink-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 90px);
    height: fit-content
}

.flink#article-container .flink-list > .flink-list-item a .flink-item-name {
    text-align: left;
    font-size: 19px;
    line-height: 20px;
    color: var(--yikun-fontcolor)
}

.flink#article-container .flink-list > .flink-list-item a {
    display: flex;
    border: none;
    width: 100%;
    height: 100%;
    align-items: center
}

.flink#article-container .flink-list > .flink-list-item a img {
    border-radius: 32px;
    margin: 15px 20px 15px 15px;
    transition: .3s;
    background: var(--yikun-background);
    min-width: 60px;
    min-height: 60px
}

.flink#article-container .flink-list > .flink-list-item a span {
    transition: .3s
}

.flink#article-container .flink-list > .flink-list-item {
    margin: 6px 6px;
    transition: .3s;
    border-radius: 12px;
    transition-timing-function: ease-in-out;
    position: relative;
    width: calc(20% - 12px);
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
    background: var(--yikun-card-bg);
    display: flex
}

.power_title_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.power_title_bar a {
    border-bottom: none !important;
    color: var(--yikun-secondtext) !important;
    padding: 0 !important;
    line-height: 1;
    font-weight: 700
}

.power_title_bar .title-h2-a-right {
    margin-left: auto
}

.gallery-group figcaption p {
    line-height: 1.5 !important
}

.flink#article-container .site-card .info .title {
    color: var(--yikun-fontcolor);
    text-align: left
}

.flink#article-container .site-card .site-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.flink#article-container .site-card .info .desc {
    font-size: .7rem;
    color: var(--yikun-fontcolor);
    opacity: .7;
    transition: .3s;
    text-align: left
}

@media screen and (min-width: 768px) {
    .flink#article-container .site-card:hover .info .desc {
        -webkit-line-clamp: 4
    }

    .flink#article-container .site-card:hover .info .desc {
        transition: .3s;
        color: var(--yikun-card-bg);
        width: 100%
    }

    .flink#article-container .site-card:hover .info {
        background: var(--yikun-lighttext)
    }
}

.flink#article-container .site-card {
    border: var(--style-border);
    border-radius: 12px;
    transition: .3s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: calc(100% / 7 - 16px);
    background: var(--yikun-card-bg);
    box-shadow: var(--yikun-shadow-border)
}

.site-card-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 8px;
    background-color: var(--yikun-blue);
    box-shadow: var(--yikun-shadow-blue);
    color: var(--yikun-white);
    z-index: 1;
    border-radius: 12px 0 12px 0;
    transition: .3s;
    font-size: .6rem
}

.site-card-tag.vip {
    overflow: hidden
}

.发电 .site-card-tag {
    display: none
}

.flink-list-item.发电 a img {
    border: var(--style-border-always);
    border-color: var(--yikun-purple);
    border-width: 2px
}

.flink#article-container .flink-list > .flink-list-item.发电 a .flink-item-name {
    color: var(--yikun-purple)
}

.light {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100px;
    height: 50px;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    -webkit-animation: light_tag 4s both infinite;
    -moz-animation: light_tag 4s both infinite;
    -ms-animation: light_tag 4s both infinite;
    animation: light_tag 4s both infinite
}

@keyframes light_tag {
    0% {
        transform: skewx(0);
        -o-transform: skewx(0);
        -moz-transform: skewx(0);
        -webkit-transform: skewx(0);
        left: -150px
    }

    99% {
        transform: skewx(-25deg);
        -o-transform: skewx(-25deg);
        -moz-transform: skewx(-25deg);
        -webkit-transform: skewx(-25deg);
        left: 50px
    }
}

.生活 .site-card-tag {
    background: var(--yikun-green);
    box-shadow: var(--yikun-shadow-green)
}

.flink#article-container .site-card .info {
    display: flex;
    border: none;
    padding: .5rem;
    width: 100%;
    height: 90px;
    margin: 0;
    border-radius: 0 0 12px 12px
}

.flink#article-container .site-card .img img {
    border-radius: 0;
    transform: scale(1.03);
    transition: .3s;
    margin: 0;
    max-width: 100%
}

@media screen and (min-width: 769px) {
    .flink#article-container .site-card:hover .img img {
        transform: scale(1.1);
        filter: brightness(.3)
    }

    .flink#article-container .site-card:hover .img {
        height: 80px
    }
}

#cf-more i {
    font-style: normal
}

.flink#article-container .site-card .img {
    border-radius: 0;
    height: 120px;
    width: 100%;
    display: flex;
    border: none;
    padding: 0 !important
}

.flink#article-container .site-card .info img {
    border-radius: 32px;
    transition: .3s ease-out !important;
    margin: 2px 8px 0 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background: var(--yikun-secondbg)
}

.flink#article-container .site-card-group {
    padding: 20px 0
}

.article-sort-item-info a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content
}

.footer-bar-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

#weblogo i {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -10px
}

#error-wrap .error-content {
    box-shadow: none !important;
    border-radius: 12px;
    background: var(--yikun-card-bg) !important
}

#body-wrap.error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    padding-top: 50px;
    position: relative
}

.load-btn.button-load {
    background: var(--yikun-card-btn-bg);
    color: var(--yikun-fontcolor);
    padding: 12px 12px;
    margin: 1.5rem 0 0 0;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    transition: .3s;
    font-weight: 700
}

#cf-overlay-group {
    top: 0;
    left: 0
}

#cf-container a {
    width: fit-content;
    -webkit-line-clamp: 3
}

.cf-article-group {
    margin: 0 -8px
}

.cf-overshow {
    position: fixed;
    top: 120px
}

#hexo-circle-of-friends-root {
    margin: 0
}

.moments-list {
    display: flex;
    flex-direction: column
}

.moments-list .article-sort-item-info {
    display: flex;
    flex-direction: column
}

.article-sort-item-info-more {
    display: flex;
    font-size: .7rem;
    margin-right: auto
}

.friend_post_time {
    margin-left: 8px;
    color: var(--yikun-secondtext)
}

.friendlink-avatar {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    border-radius: 32px;
    overflow: hidden;
    background: var(--yikun-secondbg);
    padding: 0 !important
}

.moments-list .article-sort-item-info .article-sort-item-title {
    color: var(--yikun-lighttext)
}

a.bb-link {
    margin-left: 8px;
    color: var(--yikun-secondtext) !important;
    display: inline;
    border: none !important
}

a.bb-link-info {
    display: inline;
    float: right;
    border: none !important;
    color: var(--yikun-secondtext) !important;
    line-height: 2.7rem
}

#friend_link_moments {
    border: none !important
}

.moments-article-img {
    height: 100%;
    margin: 0 !important
}

.tab-item-content #moments_container .moments-item a {
    border-bottom: none;
    padding: 0;
    margin-right: auto;
    width: auto
}

.tab-item-content #moments_container h2 {
    display: none
}

#friend_moments_list .moments-sort-item {
    margin: 1rem 0
}

.moments-sort-item-img {
    border-radius: 12px
}

.moments-item-time {
    order: 1
}

.moments-sort-item-title {
    color: var(--yikun-lighttext);
    border-bottom: none !important;
    padding: 0 !important
}

.friendlink-avatar {
    border-bottom: none !important
}

.moments_load_button {
    color: var(--yikun-fontcolor) !important;
    background: var(--yikun-card-btn-bg) !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    transition: .3s;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0 !important
}

.moments-item-title {
    color: var(--yikun-lighttext);
    font-size: 1rem;
    order: 0;
    width: 100%;
    font-weight: 700;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.moments-item-info {
    display: flex;
    flex-direction: column
}

.moments_post_time {
    display: none
}

.moments_post_time i {
    margin-right: 8px
}

.chart {
    align-items: flex-start;
    flex: 1;
    width: 100px;
    height: 60px;
    margin: 20px
}

.moments-item-title {
    font-weight: 700
}

.moments_post_info_number {
    float: right
}

@media screen and (max-width: 500px) {
    #info_user_pool {
        padding: 10px;
        flex-direction: column;
        max-height: 200px
    }

    .chart {
        flex: 0;
        width: 100%;
        height: 160px;
        margin: 0
    }
}

.moments-item-img {
    width: 60px !important;
    height: 60px !important
}

.moments-item-img img {
    border-radius: 99px;
    width: 80px;
    height: 80px;
    overflow: hidden
}

#info_user_pool {
    background: var(--yikun-secondbg);
    border-radius: 12px !important;
    margin-top: 1rem;
    box-shadow: none !important
}

.moments-item {
    margin-left: 0 !important;
    box-shadow: none !important
}

.hexo-douban-item {
    border-bottom: none !important;
    background: var(--yikun-card-bg);
    border: var(--style-border);
    box-shadow: var(--yikun-shadow-border);
    border-radius: 12px;
    margin: 8px 0;
    height: 160px;
    min-height: 160px !important;
    width: 49%;
    overflow: hidden
}

@media screen and (min-width: 1300px) {
    .hexo-douban-item {
        width: 32%
    }
}

#hexo-douban-item3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.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;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hexo-douban-pagination {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

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

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

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

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

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

.hexo-douban-comments {
    line-height: 1.2;
    margin-top: .5rem;
    font-size: .8rem !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
    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(--yikun-card-bg);
    box-shadow: var(--yikun-shadow-lightblack);
    border: var(--style-border);
    margin: 0 .2rem;
    border-bottom: var(--style-border) !important
}

.article-sort-item-time {
    display: none
}

.article-sort-item-tags {
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    font-size: .7rem;
    display: flex
}

.article-sort-item-tags a {
    color: var(--yikun-fontcolor);
    transition: .3s
}

.article-sort-item-tags a .tags-punctuation {
    font-size: 12px;
    margin-right: 1px
}

#footer-bar {
    padding: 1rem;
    color: var(--yikun-fontcolor);
    margin-top: 1rem;
    background: var(--yikun-secondbg);
    display: flex;
    overflow: hidden;
    z-index: 1002;
    transition: .3s;
    border-top: var(--style-border-always)
}

#footer-bar .footer-bar-links {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1
}

#footer-bar .footer-bar-left {
    display: flex;
    flex-wrap: wrap;
    min-height: 32px;
    align-items: center
}

.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer-bar .footer-bar-left .copyright {
    padding: 0 !important;
    margin: 0 !important;
}

#footer-bar .footer-bar-link {
    margin: 0 4px;
    color: var(--yikun-fontcolor);
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 8px;
    border-radius: 12px;
    line-height: 1
}

#footer-bar .footer-bar-link.cc {
    margin-right: 0
}

#footer-bar .footer-bar-link.cc i:not(:last-child) {
    margin-right: .5rem
}

#footer-bar .footer-bar-link.cc i {
    font-size: 18px
}

#footer-bar > div > div.footer-bar-left > span {
    margin-right: 1rem
}

.la-widget.la-data-widget__container {
    border-radius: 12px;
    border: var(--style-border) !important;
    box-shadow: var(--yikun-shadow-border);
    border-color: var(--yikun-card-border)
}

#statistic {
    font-size: 16px;
    border-radius: 15px;
    width: 100%;
    color: var(--yikun-white);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4px
}

#statistic div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    margin-bottom: .5rem
}

#statistic div span:first-child {
    opacity: .8;
    font-size: .6rem
}

#statistic div span:last-child {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap
}

video.author-content-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}


.icon-pos-sup {
    background: url(https://bu.dusays.com/2023/03/12/640dc913ee26b.webp)
}

.icon-pos-mid {
    background: url(https://bu.dusays.com/2023/03/12/640dc931a2cd4.webp)
}


.go_to_recent_comments {
    margin-left: auto
}

.card-hor-content {
    width: 100%;
    display: flex;
    align-items: center
}

#keyboard-tips {
    position: fixed;
    top: 80px;
    left: 20px;
    z-index: 999;
    background: var(--yikun-maskbgdeep);
    border-radius: 12px;
    border: var(--style-border);
    padding: 20px;
    display: flex;
    flex-direction: column;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0);
    pointer-events: none;
    box-shadow: var(--yikun-shadow-border);
    opacity: 0;
    transition: .3s
}

#keyboard-tips.show {
    opacity: 1;
    transition: .1s
}

#keyboard-tips .keybordList {
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

#keyboard-tips .keyboardTitle {
    font-size: 12px;
    color: var(--yikun-secondtext);
    line-height: 1
}

#keyboard-tips .keybordItem {
    display: flex;
    margin-top: 4px
}

#keyboard-tips .keyGroup {
    display: flex;
    align-items: center;
    width: 90px
}

#keyboard-tips .keyGroup .key {
    padding: .2em .4em;
    font-family: inherit;
    background-color: var(--yikun-card-bg);
    color: var(--yikun-fontcolor);
    border: var(--style-border);
    border-color: var(--yikun-secondtext);
    border-bottom: 2px solid var(--yikun-secondtext);
    box-shadow: var(--yikun-shadow-border);
    border-radius: .25rem;
    overflow-wrap: break-word;
    overflow-x: auto;
    font-weight: 500;
    font-size: .875em;
    margin-right: 4px;
    vertical-align: baseline;
    line-height: 1;
    height: 24px
}

@media screen and (min-width: 768px) {
    .needEndHide.hide {
        bottom: -200px !important;
        opacity: 0
    }
}

.rss-plan-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -4px;
    position: relative
}


.rss-plan-item.rss-plan-mail {
    background: var(--yikun-blue)
}

.rss-plan-item.rss-plan-rss {
    background: var(--yikun-orange)
}

.rss-plan-item {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 240px;
    height: 240px;
    margin: 4px auto;
    overflow: hidden;
    text-decoration: none;
    width: calc(100% / 3 - 8px);
    filter: brightness(1);
    transition: .3s
}

@media screen and (max-width: 1024px) {
    .rss-plan-item {
        width: calc(100% / 2 - 4px)
    }

    .rss-plan-item:first-child {
        width: 100%
    }
}

.rss-plan-item:visited {
    color: var(--yikun-white)
}

.rss-plan-description {
    font-size: 16px;
    color: var(--yikun-white);
    margin: 26px 0 0 30px;
    line-height: 20px
}

img.rss-plan-icon {
    position: absolute;
    bottom: -50px;
    right: -20px;
    height: 140px;
    user-select: none;
    -webkit-user-drag: none;
    transition: all 1.2s cubic-bezier(.39, .575, .565, 1);
    transform-origin: bottom right;
    filter: blur(8px);
    opacity: .6
}

.rss-plan-info-group {
    position: relative;
    margin: 0 0 26px 30px;
    color: var(--yikun-white)
}

.rss-plan-title {
    font-size: 36px;
    font-weight: 700;
    width: fit-content;
    line-height: 1
}

.rss-plan-info {
    width: fit-content;
    opacity: .6
}

.pagination input {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: var(--style-border-always);
    transition: .3s;
    outline-style: none;
    font-size: 16px;
    padding-left: 12px;
    background: var(--yikun-secondbg);
    color: var(--yikun-fontcolor)
}

.pagination .toPageGroup input:focus, .pagination .toPageGroup:hover input {
    border: var(--style-border-hover-always);
    outline-style: none;
    width: 100px
}

.toPageGroup {
    display: flex;
    position: relative
}

a#toPageButton {
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    cursor: text;
    pointer-events: none
}

.toPageGroup:focus-within a#toPageButton, .toPageGroup:hover a#toPageButton {
    width: 30px;
    height: 30px;
    right: 4px;
    top: 5px;
    background: var(--yikun-card-bg);
    border: 1px solid var(--yikun-none);
    border-radius: 4px;
    opacity: .2
}

.toPageGroup:focus-within a#toPageButton.haveValue {
    opacity: 1;
    cursor: pointer
}

a#toPageButton.haveValue {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: all
}

#post amp-ad {
    display: flex
}

#post amp-ad div {
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

div#equipment {
    margin-top: 26px
}

.equipment-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
}

.cf-article .cf-img-avatar {
    border-radius: 50% !important;
    right: -30px !important;
    bottom: -30px !important
}

.compensate-for-scrollbar {
    margin-right: 0 !important
}

body.compensate-for-scrollbar {
    overflow: hidden
}


@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

div#aligolia-navbar {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.tk-lightbox {
    z-index: 10086 !important
}

.tk-lightbox-image {
    border-radius: 12px
}

.hbe-content {
    background: var(--yikun-secondbg);
    border-radius: 12px;
    margin-top: 16px;
    border: var(--style-border-always)
}

.hbe-input-field-default {
    background: var(--yikun-card-bg) !important;
    border-radius: 12px !important;
    color: var(--yikun-fontcolor) !important;
    border: var(--style-border-always) !important
}

.hbe-input-label-default::before {
    background: var(--yikun-secondbg) !important
}

.hbe-input-label-content {
    color: var(--yikun-fontcolor)
}

#postChat_iframeContainer {
    z-index: 1000;
    border: var(--style-border-always);
    background: var(--yikun-card-bg);
    animation: to_show_fromLeftBottom .2s ease-out forwards;
    transform-origin: bottom left;
    -webkit-border-radius: 12px
}

#close-button {
    transition: .3s
}

.comment-title {
    font-size: 12px;
    color: var(--yikun-secondtext);
    margin-top: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
    opacity: .6;
    padding-top: 8px
}

div#page {
    background: 0 0;
    border: 0;
    padding: 0
}

.page-title {
    display: none
}

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

span.comment-time {
    font-size: 12px;
    color: var(--yikun-secondtext);
    margin-left: auto
}

.comment-card {
    position: relative;
    width: calc(100% / 3 - 8px);
    background: var(--yikun-card-bg);
    border-radius: 12px;
    border: var(--style-border-always);
    padding: 14px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    gap: 8px;
    display: flex;
    flex-direction: column
}

.comment-info {
    display: flex;
    align-items: end;
    align-items: center;
    gap: 8px;
    border-bottom: var(--style-border-always);
    padding-bottom: 8px;
    width: 100%
}

.comment-info img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 !important
}

.comment-info div {
    display: flex;
    flex-direction: column;
    line-height: 1.5
}

span.comment-user {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

time.comment-time {
    opacity: .8;
    font-size: 12px;
    margin-left: auto
}

.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-size: 14px
}

.comment-article {
    position: absolute;
    left: 0;
    top: 0
}

.comments-footer {
    font-size: 14px;
    margin-top: 12px;
    color: var(--yikun-secondtext)
}

.comment-title i {
    font-size: 12px;
    line-height: 12px
}

.tk-action-link.tk-liked .tk-action-icon, .tk-action-link:hover .tk-action-icon {
    display: flex !important;
    color: var(--yikun-main) !important
}

.tk-actions {
    display: flex !important;
    gap: 8px
}

.toc-content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.toc-content::-webkit-scrollbar-thumb {
    background: var(--yikun-secondbg);
    opacity: .5;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid var(--yikun-card-bg)
}

.toc-content::-webkit-scrollbar-track {
    background-color: var(--yikun-card-bg)
}

.el-textarea__inner::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.el-textarea__inner::-webkit-scrollbar-thumb {
    background: var(--yikun-main);
    opacity: .5;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid var(--yikun-secondbg)
}

.el-textarea__inner::-webkit-scrollbar-track {
    background-color: var(--yikun-secondbg)
}

#algolia-suggests .tag-list {
    padding: 6px 8px;
    border-radius: 8px;
    border: var(--style-border-always);
    cursor: pointer;
    line-height: 1
}

div#algolia-suggests {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

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

@media (hover: hover) {

    #algolia-suggests .tag-list:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg)
    }

    .category-bar-item:hover a {
        background: var(--yikun-secondbg)
    }

    .category-bar-item.select:hover a {
        background: var(--yikun-main)
    }

    #page p a:hover {
        text-decoration: none;
        color: var(--yikun-white);
        border-width: 0;
        border-radius: 4px;
        background: var(--yikun-main)
    }

    a:hover {
        color: var(--yikun-lighttext)
    }

    .button--animated:hover::before {
        transition-timing-function: cubic-bezier(.45, 1.64, .47, .66);
        transform: scaleX(1)
    }

    .img-alt:hover {
        text-decoration: none !important
    }

    #article-container figure.highlight .caption a:hover, #article-container figure.highlight figcaption a:hover {
        border-bottom-color: var(--hl-color)
    }


    .article-sort-item-title:hover {
        transform: translateX(10px)
    }

    .article-sort-item-img img:hover {
        transform: scale(1.1)
    }

    .flink#article-container .site-card:hover .img {
        border-radius: 12px;
        background: var(--yikun-lighttext)
    }

    #recent-posts > .recent-post-item:hover {
        box-shadow: var(--card-hover-box-shadow)
    }

    #recent-posts > .recent-post-item:hover img.post_bg {
        transform: scale(1.1)
    }

    #recent-posts > .recent-post-item .post_cover img.post_bg:hover {
        transform: scale(1.1)
    }

    #error-wrap .error-content:hover {
        box-shadow: var(--card-hover-box-shadow)
    }

    #footer-wrap a:hover {
        cursor: pointer;
        border-radius: 5px
    }

    #post-info #post-meta a:hover {
        text-decoration: underline
    }

    #nav #toggle-menu:hover {
        color: var(--yikun-white)
    }

    #nav .menus_items .menus_item:hover i.expand {
        transform: rotate(180deg) !important
    }

    #nav .menus_items .menus_item:hover .menus_item_child {
        display: block;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    #pagination .next-post:hover img.next-cover, #pagination .next-post:hover img.prev-cover, #pagination .prev-post:hover img.next-cover, #pagination .prev-post:hover img.prev-cover {
        opacity: .8;
        transform: scale(1.1)
    }

    #article-container a:hover {
        text-decoration: none;
        background: var(--yikun-main);
        border-width: 0;
        color: var(--yikun-white);
        border-radius: 4px
    }

    #article-container h1:hover {
        padding-left: 1.6rem
    }

    #article-container h2:hover {
        padding-left: 1.5rem
    }

    #article-container h3:hover {
        padding-left: 1.4rem
    }

    #article-container h4:hover {
        padding-left: 1.3rem
    }

    #article-container h5:hover {
        padding-left: 1.2rem
    }

    #article-container h6:hover {
        padding-left: 1.2rem
    }

    #article-container ol li:hover::before, #article-container ul li:hover::before {
        transform: rotate(360deg)
    }

    #article-container ul > li:not(.tab)::before {
        top: .78em;
        width: .42em;
        height: .42em;
        border-radius: .42em;
        background: 0 0;
        content: "";
        line-height: .42em
    }

    #post .tag_share .post-meta__tags:hover span.tags-punctuation {
        color: var(--yikun-card-bg)
    }

    #post .post-copyright .post-copyright-info a:hover {
        text-decoration: none;
        background-color: var(--yikun-main);
        color: var(--yikun-white);
        cursor: pointer;
        border-radius: 4px
    }


    #vcomment .vbtn:hover, #waline .vbtn:hover {
        background: var(--btn-hover-color)
    }

    #vcomment .vimg:hover, #waline .vimg:hover {
        transform: rotate(360deg)
    }

    #article-container .btn-beautify:hover {
        text-decoration: none
    }

    #article-container .btn-beautify.outline:hover {
        color: #fff !important
    }

    figure.gallery-group:hover img {
        opacity: .4;
        transform: translate3d(0, 0, 0)
    }

    figure.gallery-group:hover .gallery-group-name::after {
        transform: translate3d(0, 0, 0)
    }

    figure.gallery-group:hover p {
        opacity: 1;
        filter: none;
        transform: translate3d(0, 0, 0)
    }

    #article-container .tabs > .nav-tabs > .tab:not(.active) button:hover {
        border-top: 2px solid var(--tab-button-hover-bg);
        background: var(--tab-button-hover-bg)
    }

    .search-dialog span.search-close-button:hover {
        color: var(--yikun-white);
        background: var(--yikun-lighttext)
    }

    ::-webkit-scrollbar-thumb:hover {
        background: var(--yikun-lighttext);
        display: block !important
    }

    #nav .menus_items .menus_item:hover .menus_item_child {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main);
        opacity: 1;
        pointer-events: all;
        transform: translateY(0) scale(1)
    }

    #nav-totop:hover .totopbtn i {
        opacity: 1;
        color: var(--yikun-card-bg);
        transition: .3s
    }

    #nav-totop:hover #percent {
        opacity: 0;
        font-weight: 700
    }

    #page-header #nav #nav-right .nav-button:hover a.totopbtn {
        background: var(--yikun-lighttext)
    }

    #page-header #nav #nav-right .nav-button:not(.long):hover a.totopbtn {
        width: 35px;
        height: 35px;
        top: 0;
        right: 0
    }

    .page .back-home-button:hover {
        color: var(--yikun-card-bg)
    }

    .nav-fixed #nav .back-home-button:hover {
        color: var(--yikun-card-bg)
    }

    .back-home-button:hover {
        background: var(--yikun-main);
        color: var(--yikun-white)
    }

    .post .back-home-button:hover {
        background: var(--yikun-white-op);
        color: var(--yikun-white)
    }

    .nav-fixed .back-home-button:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-white)
    }

    .back-menu-list-groups .back-menu-list .back-menu-item:hover {
        background: var(--yikun-lighttext) !important;
        transform: scale(1) !important
    }

    .back-menu-list-groups .back-menu-list .back-menu-item:hover .back-menu-item-text {
        color: var(--yikun-card-bg)
    }

    .back-home-button .back-menu-list-groups:hover {
        border: var(--style-border-hover)
    }

    .back-home-button .back-menu-list-group:hover .back-menu-list-title {
        color: var(--yikun-lighttext)
    }

    .back-home-button:hover .back-menu-list-groups {
        display: flex;
        opacity: 1;
        transition: .3s;
        top: 55px;
        pointer-events: auto;
        left: 1.5rem;
        transform: scale(1)
    }

    .snackbar-container .action:hover {
        color: var(--yikun-lighttext) !important;
        background: var(--yikun-card-bg) !important
    }

    #nav a:hover {
        color: var(--yikun-white);
        background: var(--yikun-white-op);
        transition: .3s
    }

    .error #nav a:hover {
        background: var(--yikun-main)
    }

    .page #nav a:hover {
        color: var(--yikun-card-bg);
        background: var(--yikun-lighttext);
        transition: .3s;
        box-shadow: var(--yikun-shadow-main)
    }

    .nav-fixed #nav a:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg);
        transition: .3s
    }

    .menus_item:hover > a.site-page {
        color: var(--yikun-card-bg);
        background: var(--yikun-white-op);
        transition: .3s
    }

    .page .menus_item:hover > a.site-page {
        color: var(--yikun-card-bg);
        background: var(--yikun-main);
        transition: .3s;
        box-shadow: var(--yikun-shadow-main)
    }

    .post .menus_item:hover > a.site-page {
        color: var(--yikun-white)
    }

    .nav-fixed .menus_item:hover > a.site-page {
        background-color: var(--yikun-lighttext)
    }

    .search-dialog:hover {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-theme)
    }

    #footer-wrap a:hover {
        color: var(--yikun-hovertext);
        background-color: var(--yikun-none)
    }

    .footer_mini_logo:hover {
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform: scale(1.2)
    }

    .page #menus > div.menus_items > .menus_item:hover > a {
        color: var(--yikun-card-bg)
    }

    #nav .menus_items .menus_item .menus_item_child li a:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-main);
        margin: 0 auto;
        transform: scale(1);
        padding: .3rem 1rem
    }

    #rightMenu:hover {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-theme)
    }

    #rightMenu .rightMenu-group .rightMenu-item:hover {
        background-color: var(--yikun-lighttext);
        color: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-main)
    }

    .nav-fixed #nav .menus_item:hover .site-page {
        color: var(--yikun-card-bg)
    }

    .nav-fixed #nav .menus_item:hover li .site-page {
        color: var(--yikun-fontcolor)
    }

    .page #nav #site-name:hover i {
        color: var(--yikun-card-bg);
        transition: .3s
    }

    #error-wrap .error-content .error-info a:hover {
        background-color: var(--yikun-blue);
        transition: .3s;
        box-shadow: var(--yikun-shadow-blue)
    }

    .title-h2-a a:hover {
        color: var(--yikun-lighttext)
    }


    .power-list .power-item .power-item-link a:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-theme)
    }

    a#power-star:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-theme)
    }

    a#power-star:hover #power-star-image {
        transform: scale(.9)
    }

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

    #widget-tree:hover #widget-tree-button {
        opacity: 0;
        left: -1.5rem
    }

    #widget-tree:hover {
        left: 0 !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transform: translateZ(0)
    }

    #widget-tree a:hover {
        color: var(--yikun-hovertext) !important
    }

    #guli_top .guli_body:hover {
        cursor: pointer
    }

    #home_top_iconsCard_content .banner-button:hover {
        background: var(--yikun-theme);
        color: var(--yikun-white)
    }

    #home_top_iconsCard_content:hover #banner-hover {
        opacity: 1;
        padding-left: 2rem;
        background: var(--yikun-theme-op-deep);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transition: .3s;
        background-size: 200%;
        cursor: pointer
    }

    .topGroup .banner-button:hover {
        background: var(--yikun-lighttext);
        color: var(--yikun-card-bg)
    }

    .flink .tags-group-icon:hover {
        box-shadow: var(--yikun-shadow-main)
    }

    .flink .tags-group-icon:hover .tags-group-title {
        opacity: 1;
        backdrop-filter: saturate(180%) blur(20px)
    }

    .categoryItem:hover i {
        opacity: .8;
        transition: .8s;
        transition-delay: .15s;
        transform: scale(1.03) rotate(0);
        font-size: 2.5rem;
        filter: blur(0)
    }

    a.categoryButton:hover {
        background-position: 100% 0
    }

    .category-bar-next:hover {
        background: var(--yikun-secondbg);
        color: var(--yikun-lighttext)
    }

    .category-bar-more:hover {
        background: var(--yikun-secondbg);
        color: var(--yikun-lighttext)
    }

    .recent-post-item.post-card-large .recent-post-info .recent-post-info-top .content {
        opacity: 1;
        -webkit-line-clamp: 4
    }

    .recent-post-item.post-card-large:hover .recent-post-info .recent-post-info-top .content {
        -webkit-line-clamp: 6
    }

    .ai-title-left:hover {
        opacity: .8
    }

    .ai-report:hover {
        color: var(--yikun-lighttext)
    }

    .ai-link:hover i {
        opacity: 1
    }

    .ai-suggestions .ai-suggestions-item:hover {
        background: var(--yikun-main);
        color: var(--yikun-white)
    }

    .ai-tag:hover:not(.loadingAI) {
        background: var(--yikun-fontcolor);
        color: var(--yikun-card-bg)
    }

    #ai-Toggle:hover {
        background: var(--yikun-fontcolor);
        color: var(--yikun-card-bg)
    }

    #recent-posts .recent-post-item:hover {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main)
    }

    #recent-posts > .recent-post-item:hover .post_cover img.post_bg {
        transform: scale(1.03);
        transition: .3s ease-in-out;
        filter: brightness(.85)
    }

    .recent-post-item:hover .recent-post-top-text {
        left: 0
    }

    .recent-post-top .recent-post-item:hover .post_cover img {
        transform: scale(1)
    }

    .recent-post-top .recent-post-item:hover .recent-post-info a {
        color: var(--yikun-lighttext)
    }

    .recent-post-top .recent-post-item {
        cursor: pointer
    }

    a.article-meta__categories:hover {
        background: var(--yikun-theme) !important;
        color: var(--yikun-white) !important;
        box-shadow: var(--yikun-shadow-theme)
    }

    #recent-posts > .recent-post-item > .recent-post-info > .article-title:hover {
        color: var(--yikun-fontcolor)
    }

    #post-info #post-meta a.post-meta-pv:hover {
        opacity: 1;
        background: var(--yikun-white-op)
    }

    #recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap a:hover {
        background-color: var(--yikun-none);
        color: var(--yikun-lighttext);
        cursor: pointer;
        border-radius: 4px
    }

    a#more-tags-btn:hover {
        background: var(--yikun-main);
        color: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-theme)
    }

    div#author-info__sayhi:hover {
        background: var(--yikun-white);
        color: var(--yikun-main);
        transform: scale(1.1)
    }

    [data-theme=dark] .page div#author-info__sayhi:hover {
        background: var(--yikun-card-bg);
        color: var(--yikun-fontcolor)
    }


    .card-widget:hover .avatar-sticker {
        opacity: 0;
        transform: scale(0)
    }

    .card-widget:hover .author-info__description_group {
        opacity: 1
    }

    .card-widget.card-info .banner-button-group .banner-button:hover {
        background: var(--yikun-white);
        color: var(--yikun-black)
    }

    #post-firstinfo .post-meta__tags:hover {
        color: var(--yikun-white);
        opacity: 1;
        background: var(--yikun-white-op)
    }

    span.post-meta-categories:hover {
        background-color: var(--yikun-white)
    }

    span.post-meta-categories:hover a.post-meta-categories {
        color: var(--yikun-main)
    }

    a.post-meta-original:hover {
        color: var(--yikun-main) !important;
        background: var(--yikun-white) !important
    }

    .meta-avatar img:hover {
        transform: rotate(360deg)
    }

    .meta-share-time a:hover {
        background: 0 0 !important
    }

    .post-meta-commentcount:hover {
        opacity: 1;
        background: var(--yikun-white-op)
    }

    .inline-image a:hover {
        background: 0 0 !important;
        box-shadow: none !important
    }

    #post-info #post-meta a:hover {
        text-decoration: none;
        color: var(--yikun-white)
    }

    #article-container h1:hover:before, #article-container h2:hover:before, #article-container h3:hover:before, #article-container h4:hover:before, #article-container h5:hover:before, #article-container h6:hover:before {
        color: var(--yikun-lighttext)
    }

    #article-container h1:hover, #article-container h2:hover, #article-container h3:hover, #article-container h4:hover, #article-container h5:hover, #article-container h6:hover {
        padding-left: 1.3rem
    }

    #article-container .tabs > .nav-tabs > .tab:not(.active) button:hover {
        background: var(--yikun-main);
        color: var(--yikun-white);
        transition: .3s;
        border: var(--style-border-hover-always)
    }

    #article-container .tag-Link:hover {
        border: var(--style-border-hover)
    }

    #article-container .tag-Link:hover .tag-link-tips {
        color: var(--yikun-white);
        opacity: .6
    }

    #article-container .tag-Link:hover .tag-link-bottom .tag-link-right .tag-link-sitename {
        color: var(--yikun-white);
        opacity: .6
    }

    #article-container .headerlink:hover {
        background: 0 0 !important;
        opacity: 1;
        border-bottom: none !important;
        box-shadow: none !important;
        background: var(--yikun-none);
        color: var(--yikun-lighttext) !important;
        text-decoration: none
    }

    #article-container ol li:hover:before, #article-container ul li:hover:before {
        transform: rotate(0)
    }

    #article-container figure.highlight table::-webkit-scrollbar-thumb:hover {
        background: var(--yikun-lighttext)
    }

    #article-container .code-expand-btn:hover {
        background: var(--yikun-main)
    }

    #article-container .code-expand-btn:hover i {
        color: var(--yikun-white)
    }


    #page .tag-cloud-list a:hover {
        background: var(--yikun-main) !important;
        box-shadow: var(--yikun-shadow-blue);
        color: var(--yikun-white) !important;
        border: var(--style-border-hover)
    }

    #page .tag-cloud-list a:hover span.tagsPageCount {
        color: var(--yikun-lighttext);
        background: var(--yikun-card-bg)
    }

    #post .tag_share .post-meta__tags:hover span.tagsPageCount {
        background: var(--yikun-maskbgdeep);
        color: var(--yikun-lighttext)
    }

    #article-container h1:hover {
        padding-left: 0
    }


    #article-container.flink .cf-article-author:hover {
        background-color: var(--yikun-none) !important;
        color: var(--yikun-lighttext) !important;
        line-height: 1
    }

    .flink#article-container .flink-list > .flink-list-item:hover a .flink-item-desc {
        color: var(--yikun-card-bg)
    }

    .flink-list-item:hover .flink-item-info {
        min-width: calc(100% - 20px)
    }

    .flink#article-container .flink-list > .flink-list-item:hover a .flink-item-name {
        color: var(--yikun-card-bg) !important
    }

    .flink#article-container .flink-list > .flink-list-item a:hover {
        background: 0 0
    }

    .flink#article-container .flink-list > .flink-list-item:hover a img {
        transition: .6s;
        width: 0;
        height: 0;
        opacity: 0;
        margin: 5px;
        min-width: 0;
        min-height: 0
    }

    .flink#article-container .flink-list > .flink-list-item:hover a .flink-item-desc {
        overflow: hidden;
        width: 100%
    }

    .flink#article-container .flink-list > .flink-list-item:hover {
        transform: scale(1);
        background: var(--yikun-lighttext);
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main)
    }

    .flink#article-container .flink-list > .flink-list-item.发电:hover {
        background: var(--yikun-purple)
    }


    .flink#article-container .site-card:hover .info .title {
        color: var(--yikun-card-bg)
    }

    .flink#article-container .site-card:hover .info {
        height: 120px
    }

    .flink#article-container .site-card:hover .info .desc {
        color: var(--yikun-card-bg)
    }

    .flink#article-container .site-card:hover .site-card-tag {
        left: -50px
    }


    .flink#article-container .site-card:hover .info img {
        width: 0;
        height: 0;
        opacity: 0;
        min-width: 0;
        min-height: 0
    }

    .flink#article-container .site-card:hover {
        border: var(--style-border-hover);
        box-shadow: var(--yikun-shadow-main);
        background: var(--yikun-lighttext)
    }

    .author-content.author-content-item {
        min-height: 19rem;
    }
}

.recent-comment-more {
    margin-left: auto;
}


#footer-bar .beian-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

#footer-bar .beian-group .footer-bar-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--heo-secondtext);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px
}

#footer-bar .beian-group .footer-bar-link span {
    transition: .3s
}

div#footer-bar-tips {
    display: flex;
    gap: 8px;
    flex-direction: column
}

img.beian-icon {
    height: 14px;
    min-width: 13px;
    min-height: 14px
}

.status-light {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--yikun-gray-op-deep);
    display: flex;
    align-items: center;
    justify-content: center
}

.status-light::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yikun-gray)
}

.allsite_ok .status-light {
    background: var(--yikun-green-op-deep);
    display: flex;
    align-items: center;
    justify-content: center
}

.allsite_ok .status-light::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yikun-green)
}

.allsite_error .status-light {
    background: var(--yikun-red-op-deep);
    display: flex;
    align-items: center;
    justify-content: center
}

.allsite_error .status-light::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--yikun-red)
}

@media screen and (max-width: 1200px) {
    .layout>div:first-child {
        width:100%!important
    }

    .flink#article-container .flink-list>.flink-list-item {
        width: calc(25% - 12px)
    }

    .flink#article-container .site-card {
        width: calc(20% - 16px)
    }

    #travellings_button {
        display: none
    }

    #aside-content {
        display: none
    }

    div#home_top_iconsCard {
        flex: auto;
        margin-right: 0;
        width: 100%
    }

    .topGroup {
        overflow-x: scroll;
        height: fit-content
    }

    .topGroup::-webkit-scrollbar {
        display: none
    }

    .topGroup .todayCard {
        display: none
    }

    .recent-post-group {
        flex-wrap: nowrap
    }

    .author-content-item.single.reward .reward-list-all .reward-list-item {
        width: calc((100% / 4) - .5rem)
    }

    .recent-post-top .recent-post-item:nth-child(n+7) {
        display: flex
    }

    .equipment-item-content-item {
        width: calc(50% - 12px)
    }

    div#console_recentcomments {
        overflow-y: scroll
    }

    div#console_recentcomments::-webkit-scrollbar-track {
        background-color: transparent
    }

    div#console_recentcomments::-webkit-scrollbar-thumb {
        background-color: var(--yikun-main-op)
    }

    div#console_recentcomments::-webkit-scrollbar {
        width: 8px
    }

    #console_recentcomments .comment-card {
        min-width: 100%;
        height: calc(100% / 3 - 8px)
    }
}

@media screen and (max-width: 1200px) {
    .layout>div:first-child {
        width:100%!important
    }

    .flink#article-container .flink-list>.flink-list-item {
        width: calc(25% - 12px)
    }

    .flink#article-container .site-card {
        width: calc(20% - 16px)
    }

    #travellings_button {
        display: none
    }

    #aside-content {
        display: none
    }

    div#home_top_iconsCard {
        flex: auto;
        margin-right: 0;
        width: 100%
    }

    .topGroup {
        overflow-x: scroll;
        height: fit-content
    }

    .topGroup::-webkit-scrollbar {
        display: none
    }

    .topGroup .todayCard {
        display: none
    }

    .recent-post-group {
        flex-wrap: nowrap
    }

    .author-content-item.single.reward .reward-list-all .reward-list-item {
        width: calc((100% / 4) - .5rem)
    }

    .recent-post-top .recent-post-item:nth-child(n+7) {
        display: flex
    }

    .equipment-item-content-item {
        width: calc(50% - 12px)
    }

    div#console_recentcomments {
        overflow-y: scroll
    }

    div#console_recentcomments::-webkit-scrollbar-track {
        background-color: transparent
    }

    div#console_recentcomments::-webkit-scrollbar-thumb {
        background-color: var(--yikun-main-op)
    }

    div#console_recentcomments::-webkit-scrollbar {
        width: 8px
    }

    #console_recentcomments .comment-card {
        min-width: 100%;
        height: calc(100% / 3 - 8px)
    }
}

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

    #page .category-lists {
        padding: 0
    }

    #page .category-lists .category-title {
        font-size: 2em
    }

    .layout {
        padding: 1rem 5px
    }

    .flink#article-container .flink-list > .flink-list-item {
        width: calc(50% - 12px) !important
    }

    .flink#article-container .site-card {
        width: calc(50% - 8px) !important
    }

    #recent-posts .recent-post-item {
        -webkit-box-orient: vertical;
        flex-direction: column
    }

    #recent-posts .recent-post-item .post_cover {
        width: 100%;
        height: 170px !important;
        border-radius: 5px 8px 0 0;
        -webkit-box-ordinal-group: 1 !important;
        order: 1 !important
    }

    #recent-posts .recent-post-item .recent-post-info {
        padding: 1rem 1rem 1.5rem;
        width: 100%;
        -webkit-box-ordinal-group: 2 !important;
        order: 2 !important;
        display: flex
    }

    #recent-posts .recent-post-item .recent-post-info.no-cover {
        padding: 1.5rem 1rem
    }

    #recent-posts .recent-post-item .recent-post-info .content {
        height: auto
    }

    .tag-cloud-list a {
        zoom: .85
    }

    .tag-cloud-title {
        font-size: 2em
    }

    #error-wrap .error-content {
        -webkit-box-orient: vertical;
        flex-direction: column;
        margin: 0;
        height: 25rem;
        width: 100%
    }

    #error-wrap .error-content .error-img {
        -webkit-box-flex: 1;
        flex: 1 1 0%;
        width: 100%;
        border-radius: 12px
    }

    #error-wrap .error-content .error-info {
        -webkit-box-flex: 1.1;
        flex: 1.1 1 0%;
        width: 100%;
        padding-bottom: 2rem
    }

    #error-wrap .error-content .error-info .error_title {
        font-size: 4rem
    }

    #aside-content .card-widget:not(#card-toc) {
        display: none
    }

    #page-header #site_social_icons {
        display: block
    }

    #page-header.not-home-page {
        height: 14rem
    }

    #page-header #page-site-info {
        top: 7rem
    }

    #page-header.post-bg {
        height: 18rem;
        background-color: var(--yikun-main) !important;
        transition: 0s;
        position: relative
    }

    #post-info #post-meta {
        font-size: 90%
    }

    #pagination .next-post, #pagination .prev-post {
        width: 100%
    }

    #article-container img {
        max-width: 100%
    }

    #article-container ol, #article-container ul {
        padding: 0
    }

    #article-container ol ol, #article-container ol ul, #article-container ul ol, #article-container ul ul {
        padding-left: .2rem
    }

    .relatedPosts > .relatedPosts-list > div {
        margin: 2px;
        width: calc(50% - 4px);
        height: 150px
    }

    #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
        width: calc(50% - 4px);
        margin: 0
    }

    #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list {
        margin: 0;
        width: 100%;
        display: flex;
        gap: 8px;
        justify-content: space-between
    }

    .power-item-body {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 8px
    }

    .power-list {
        padding: 0
    }

    .power-list .power-item .power-item-link a {
        background: var(--yikun-card-bg);
        border: var(--style-border-always);
        border-radius: 8px;
        font-size: 14px;
        padding: 4px 8px
    }

    #sidebar #sidebar-menus .card-tag-cloud {
        margin: 0 16px;
        padding: 0
    }

    #sidebar #sidebar-menus .card-tag-cloud a {
        margin: 0
    }

    #sidebar #sidebar-menus .webinfo .webinfo-item {
        font-size: 14px
    }

    #sidebar #sidebar-menus .menus_items .site-page {
        font-weight: 400
    }

    #article-container .tabs > .nav-tabs > .tab {
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    #article-container .tabs > .tab-contents .tab-item-content {
        padding: 1.2rem .7rem
    }

    .search-dialog {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%
    }

    #nav {
        padding: 0
    }

    #page-header #nav {
        background: var(--yikun-main-none);
        transition: 0s
    }

    #page-header.nav-fixed #nav {
        transition: 0s
    }

    #nav #menus {
        display: none !important
    }

    #postChatNav-button {
        display: flex
    }

    #nav.hide-menu #toggle-menu .site-page {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #page-header #nav #nav-group {
        width: 100%;
        display: flex;
        position: relative;
        padding: 0 12px
    }

    #page-header #nav #nav-right {
        margin-right: 12px
    }

    #page-header.not-top-img:not(.nav-fixed) #nav {
        transition: 0s
    }

    #page-header.not-top-img #nav {
        transition: 0s
    }

    .back-home-button {
        display: none
    }

    .back-menu-list-groups .back-menu-list .back-menu-item .back-menu-item-text {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .back-home-button .back-menu-list-groups {
        left: 0
    }

    .back-home-button:hover .back-menu-list-groups {
        padding-bottom: 8px;
        box-shadow: var(--yikun-shadow-border);
        left: 0
    }

    #nav #site-name i {
        color: var(--yikun-white);
        transition: .1s
    }

    .error #nav #site-name i {
        color: var(--yikun-fontcolor)
    }

    .nav-fixed #nav #site-name i {
        color: var(--yikun-fontcolor);
        transition: .3s
    }

    .page #nav #site-name i {
        color: var(--yikun-fontcolor)
    }

    @media (hover: hover) {
        #nav a:hover {
            background: var(--yikun-none);
            box-shadow: none !important;
            transition: .3s;
            color: var(--yikun-fontcolor)
        }

        .nav-fixed #nav #site-name:hover i {
            color: var(--yikun-white)
        }

        #sidebar #sidebar-menus .sidebar-menu-item a.menu-child:hover {
            background: var(--yikun-lighttext);
            color: var(--yikun-white)
        }
    }

    .footer_mini_logo {
        display: none
    }

    div#footer_deal {
        flex-wrap: wrap;
        flex-direction: row
    }

    #nav-console {
        display: none
    }

    #footer {
        background: linear-gradient(180deg, var(--yikun-background) 0, var(--yikun-card-bg) 25%);
        margin-top: 0;
        z-index: 999
    }

    #widget-tree {
        display: none !important
    }

    a.categoryButton {
        border-radius: 8px
    }

    .categoryItem {
        border-radius: 0;
        height: 47%;
        box-shadow: none !important
    }

    a.categoryButton i {
        display: none
    }

    .recent-post-top .categoryGroup {
        width: 130px !important;
        margin-bottom: .5rem;
        margin-left: 1rem;
        max-height: 164px;
        overflow: hidden;
        position: relative
    }

    .recent-top-post-group {
        padding: 0
    }

    div#home_top_iconsCard {
        height: 340px;
        padding: 0 1rem
    }

    .banners-link {
        flex-direction: row;
        left: 1.5rem
    }

    #home_top_iconsCard_content .banner-button-group {
        display: none
    }

    #home_top_iconsCard_content.flink .nowrapMove .tags-group-wrapper {
        margin-top: 7.5rem
    }

    #home_top_iconsCard_content.flink .tags-group-icon {
        width: 70px;
        height: 70px
    }

    .banners-title {
        left: 1.5rem
    }

    div#categoryList {
        display: none
    }

    #nav.hide-menu #toggle-menu {
        display: inline-block
    }

    #category-bar {
        border-radius: 0;
        background: var(--yikun-background);
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        padding: 0;
        height: 46px;
        margin-top: 0;
        align-items: center
    }

    .category-bar-items {
        height: 44px;
        gap: 6px
    }

    .homePage .category-bar-item:first-child {
        margin-left: 1rem
    }

    #category {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: .5rem
    }

    .category-bar-item:last-child {
        padding-right: 1rem
    }

    .category-bar-item.select a {
        border-radius: 50px
    }

    #category .category-bar-item a {
        border-radius: 50px
    }

    #tag {
        padding: 0
    }

    .category-bar-item a {
        border-radius: 50px;
        background: var(--yikun-card-bg);
        border: var(--style-border-always);
        padding: 21px 16px;
        font-size: 14px
    }

    .category-bar-next {
        display: none
    }

    .category-bar-more {
        display: none
    }

    .category-in-bar {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        background: var(--yikun-background);
        z-index: 1002
    }

    .recent-post-info-top-tips {
        margin-top: 0
    }

    .recent-post-item .recent-post-info .recent-post-info-top {
        padding: 0
    }

    .recent-post-item .recent-post-info .recent-post-info-top .content {
        opacity: 1;
        -webkit-line-clamp: 3;
        display: none
    }

    #recent-posts .recent-post-item .recent-post-info .article-title {
        font-size: 18px;
        line-height: 26px
    }

    .post-ai {
        margin-top: 22px
    }

    #recent-posts .recent-post-item:hover {
        border: var(--style-border-always);
        box-shadow: none
    }

    .recent-post-top .recent-post-item {
        border-radius: 12px;
        box-shadow: none;
        clip-path: inset(0 0 0 0 round 8px);
        width: 163px;
        height: 158px
    }

    .recent-post-top .recent-post-item .recent-post-info .article-title {
        font-size: 14px
    }

    .recent-post-top .recent-post-item:first-child {
        margin-left: 1rem
    }

    .recent-post-top .recent-post-item:last-child {
        margin-right: 1rem
    }

    .recent-top-post-group {
        border-radius: 0;
        background: var(--yikun-background)
    }

    .recent-post-top-text {
        display: none !important
    }

    .recent-post-top .recent-post-item .post_cover img {
        border-radius: 8px 8px 0 0 !important
    }

    #recent-posts > .recent-post-item {
        border-radius: 12px;
        border: var(--style-border-always);
        box-shadow: var(--yikun-shadow-border);
        display: block;
        position: relative;
        clip-path: inset(0 0 0 0 round 12px);
        width: 100%
    }

    #recent-posts {
        padding: 0;
        gap: .5rem
    }

    .homePage #recent-posts {
        padding: 0 1rem
    }

    #category #recent-posts, #tag #recent-posts {
        padding: 0
    }

    #recent-posts .recent-post-item .post_cover {
        border-radius: 0 !important;
        width: 100%
    }

    #bbTimeList {
        margin-top: 0;
        border-radius: 0;
        background: var(--yikun-background);
        padding: .5rem 20px
    }

    a.article-meta__categories {
        left: 12px !important;
        top: 12px !important;
        border-radius: 4px !important;
        padding: 2px 9px !important;
        font-size: 12px
    }

    #bbTimeList {
        margin-bottom: 0
    }

    #sidebar-menus > div.author-avatar {
        display: none
    }

    #recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap time {
        display: absolute;
        right: 0
    }

    #rightside {
        display: none
    }

    #web_bg {
        background: 0 0 !important
    }

    #recent-posts > .recent-post-item .post_cover img.post_bg {
        border-radius: 12px 12px 0 0 !important
    }

    #recent-posts > .recent-post-item:hover img.post_bg {
        transform: scale(1)
    }

    .recent-post-top .recent-post-item:hover .post_cover img {
        transform: scale(1)
    }

    #recent-posts .recent-post-item .recent-post-info {
        height: 8rem
    }

    #home_top {
        padding: 0;
        margin-top: 0
    }

    .card-allinfo .card-tag-cloud {
        max-height: none
    }

    .card-allinfo .card-tag-cloud::after {
        display: none
    }

    #recent-posts > .recent-post-item > .recent-post-info > .content {
        top: 5rem
    }

    #aside-content .card-widget {
        border-radius: 12px
    }

    #pagination {
        margin-bottom: 0;
        margin-top: 0
    }

    #page-header.post-bg {
        height: 30rem !important;
        margin-bottom: -12px
    }

    #page-header.post-bg:before {
        height: 15rem
    }

    .post-bg #post-cover {
        min-height: 15rem;
        height: 70%;
        opacity: 1
    }

    .coverdiv {
        margin: 0 0 0 auto;
        transform: rotate(0) translateY(0) scale(1);
        filter: blur(0);
        width: 100%;
        position: fixed;
        height: 30rem;
        z-index: 1
    }

    .coverdiv:after {
        box-shadow: 0 0 105px 99px var(--yikun-main) inset;
        height: 70%
    }

    .layout > div:first-child:not(.recent-posts) {
        border-radius: 0;
        padding: 0;
        box-shadow: none !important;
        background: var(--yikun-background)
    }

    .layout {
        padding: 0
    }

    .layout > div:first-child:not(.recent-posts) {
        z-index: 10
    }

    .post .layout > div:first-child:not(.recent-posts) {
        border-radius: 12px 12px 0 0;
        padding: 0 1rem 1rem 1rem
    }

    .post .layout#content-inner {
        background: var(--yikun-main);
        gap: 0;
        border: none
    }

    .page .layout#content-inner {
        background: var(--yikun-background);
        padding: 0 1rem
    }

    .page .layout#content-inner:has(#category) {
        padding: 0
    }

    .page .layout#content-inner:has(#tag) {
        padding: 0
    }

    #category #category-bar {
        /*margin-top: .5rem*/
    }

    #category #category-bar .category-bar-item.select {
        margin-left: 1rem
    }

    #category #recent-posts, #tag #recent-posts {
        padding: 0 1rem
    }

    .homePage .layout#content-inner {
        padding: 0
    }

    #aside-content {
        z-index: 2;
        background: var(--yikun-background);
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    #page-header #post-info {
        padding: 7rem 1rem 60px 1rem;
        justify-content: normal;
        background-image: linear-gradient(to bottom, var(--yikun-none), var(--yikun-main));
        height: fit-content;
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        align-items: center
    }

    .meta-secondline span {
        line-height: 1.5
    }

    #post-firstinfo .meta-firstline {
        margin-bottom: .4rem
    }

    .meta-share-time {
        display: none !important
    }

    #post-info #post-meta {
        z-index: 1
    }

    #post-info:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 200%;
        bottom: 0;
        left: 0;
        box-shadow: 0 -214px 287px 45px var(--yikun-main-op) inset;
        z-index: 0
    }

    .meta-secondline {
        justify-content: center !important
    }

    .post-meta__tag-list {
        display: none
    }

    .typed-cursor {
        display: none
    }

    .meta-avatar {
        display: none !important
    }

    #post-firstinfo {
        white-space: nowrap;
        margin: 0 auto;
        z-index: 1
    }

    .meta-firstline .tag_share {
        display: none
    }

    .post-meta-wordcount {
        margin-left: 0
    }

    #post-info .post-title {
        font-size: 1.2rem;
        -webkit-line-clamp: 3;
        margin: .2rem auto !important;
        text-align: center;
        z-index: 1
    }

    #article-container .tabs .nav-tabs {
        padding: 0;
        margin-bottom: 8px
    }

    #article-container .tabs > .tab-contents .tab-item-content.active {
        padding: .5rem .5rem
    }

    details[open]:not(.tk-admin-config-group) {
        padding: 0 16px
    }

    #article-container p {
        line-height: 1.5;
        font-size: 16px
    }

    #post .post-copyright {
        background: var(--yikun-card-bg);
        box-shadow: var(--yikun-shadow-border)
    }

    .post-copyright .post-meta-original {
        display: none
    }

    .post-copyright__original {
        display: none
    }

    #post > div.post-copyright > div.post-copyright__author > span > span {
        -webkit-line-clamp: 3
    }

    #post .post-copyright .post-copyright-info {
        -webkit-line-clamp: 2
    }

    #post .post-copyright .post-copyright-title {
        -webkit-line-clamp: 3;
        line-height: 1.2
    }

    #quit-box {
        z-index: 109;
        height: calc(100dvh - 380px)
    }

    #pagination .next-post a:hover, #pagination .prev-post a:hover {
        background: var(--yikun-none)
    }

    .prev-post.pull-left {
        border-bottom: var(--style-border-always)
    }

    #post #pagination {
        border-radius: 12px;
        border: var(--style-border-always);
        box-shadow: var(--yikun-shadow-border)
    }

    #pagination .next-post .label, #post #pagination .prev-post .label {
        text-align: left
    }

    #pagination .next_info, #post #pagination .prev_info {
        text-align: left
    }

    #pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
        background: var(--yikun-card-bg)
    }

    #pagination .page-number {
        display: none
    }

    #pagination .pagination .space {
        display: none
    }

    #pagination .pagination .extend {
        width: 100%;
        height: 2.5rem;
        border-radius: 12px;
        line-height: 2.5rem;
        background: var(--yikun-card-bg);
        border: var(--style-border-always);
        box-shadow: var(--yikun-shadow-border)
    }

    .recent-post-top {
        gap: .5rem
    }

    #pagination .pagination .extend i {
        display: none
    }

    #pagination .pagination .extend:hover {
        background: var(--yikun-theme);
        color: var(--yikun-white)
    }

    #pagination .pagination {
        background: var(--yikun-background);
        transition: .3s;
        display: flex;
        margin-top: 0;
        gap: .5rem
    }

    .relatedPosts {
        display: none
    }

    .relatedPosts > .relatedPosts-list > div {
        border-radius: 4px
    }

    .post-tips {
        left: 1rem
    }

    .el-input-group__append, .el-input-group__prepend {
        background-color: var(--yikun-secondbg) !important
    }

    .el-textarea__inner {
        background: var(--yikun-card-bg) !important;
        overflow: hidden;
        resize: none !important
    }

    .tk-submit .el-button--primary {
        width: 76px;
        height: 74px !important;
        top: -86px !important;
        font-size: 16px !important
    }

    .tk-row-actions-start {
        top: -126px !important;
    }

    .OwO .OwO-body {
        width: 300px
    }

    .tk-comments-container > .tk-comment {
        padding: 1rem;
        border: var(--style-border-always);
        box-shadow: var(--yikun-shadow-border)
    }

    .tk-icon.__comments {
        left: .5rem
    }

    .post-reward .reward-main {
        justify-content: center !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1003;
        width: 100%;
        margin: auto;
        padding: 0
    }

    .post-reward .reward-main .reward-all {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 30px 0 60px 0;
        border-radius: 12px 12px 0 0
    }

    #post .tag_share .post-meta__tags {
        margin: 0 .5rem 0 0
    }

    a.reward-main-btn {
        margin: 4px 8px
    }

    .tk-meta-input .el-input .el-input-group__prepend {
        padding: 0 12px !important;
        font-size: 16px !important
    }

    .el-input--small .el-input__inner {
        padding-left: 10px
    }

    .tk-meta-input {
        display: flex;
        flex-direction: column;
        top: 0;
        position: inherit !important;
        margin-top: 8px;
        width: calc(100% - 84px)
    }

    .tk-meta-input .el-input {
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 4px;
        margin-top: 0
    }

    .tk-icon {
        position: absolute;
        right: 0
    }

    .tk-meta-input .el-input + .el-input {
        margin-top: 8px;
        margin-bottom: 0
    }

    .post-bottom-tools {
        flex-direction: column
    }

    .post-tools-left {
        white-space: nowrap;
        display: flex;
        text-overflow: ellipsis;
        justify-content: center;
        width: 100%
    }

    .post-tools-right {
        margin-top: 1rem;
        width: 100%;
        justify-content: center
    }

    .share-link.mobile {
        display: none
    }

    .share-button {
        background: var(--yikun-card-bg);
        border: var(--style-border-always);
        box-shadow: var(--yikun-shadow-border)
    }

    .article-sort-item-title {
        -webkit-line-clamp: 2
    }

    .article-sort .article-sort-item .article-sort-item-img {
        min-width: 80px
    }

    #tag #tag-page-tags {
        display: none
    }

    .article-sort-item-info a {
        white-space: inherit !important
    }

    #letlink {
        flex-direction: column !important;
        text-align: center !important
    }

    #letlogo {
        display: none !important
    }

    #footer-wrap {
        margin-top: 1rem !important
    }

    #body-wrap.error {
        padding-top: 0
    }

    #body-wrap.error .aside-list {
        margin: 0
    }

    #body-wrap.error .aside-list .aside-list-item .thumbnail {
        height: 100px
    }

    #bber .timeline ul li.item {
        padding: 0
    }

    #bber .timeline ul li.item {
        width: 100%;
        margin-right: 0
    }

    #bber .timeline ul li.item {
        padding: 16px 20px
    }

    #heo-footer .footer-group {
        width: calc(50vw - 30px)
    }

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

    #about-page .author-img {
        width: 120px;
        height: 120px
    }

    #about-page .author-img #lottie_avatar {
        width: 120px;
        height: 120px
    }

    #about-page .author-img::before {
        bottom: -2px;
        right: -2px;
        width: 20px;
        height: 20px
    }

    .author-content-item {
        width: 100% !important;
        padding: 1rem
    }

    .author-content-item-group.column {
        width: 100% !important;
        gap: .5rem
    }

    .author-content {
        margin-top: 0;
        flex-direction: column
    }

    .author-content-item.map.myphoto {
        background-size: cover !important
    }

    .author-content-item.map .map-title {
        padding: 1rem
    }

    .author-content-item.personalities {
        min-height: 360px
    }

    .author-content-item.personalities .image {
        right: -70px
    }

    .author-content-item.map {
        margin-bottom: 0
    }

    .author-content-item.single.reward .post-reward .reward-button {
        display: none
    }

    .author-content-item .card-content {
        padding: 1rem
    }

    .author-content-item .card-content .banner-button-group {
        right: 1rem;
        bottom: 1rem
    }

    .author-content-item .card-content .banner-button-group .banner-button {
        background: 0 0;
        color: var(--yikun-white);
        padding: 0;
        width: fit-content;
        height: 30px
    }

    .author-content-item .card-content .banner-button-group .banner-button i {
        margin-right: 0;
        font-size: 1.5rem
    }

    .author-content-item .card-content .banner-button-group .banner-button-text {
        display: none
    }

    #article-container .author-content-item.single.like-movie .banner-button-group {
        right: 1rem;
        bottom: 1rem
    }

    #article-container .author-content-item.single.like-movie .banner-button-group .banner-button {
        background: 0 0;
        color: var(--yikun-white);
        padding: 0
    }

    #article-container .author-content-item.single.like-movie .banner-button-group .banner-button i {
        margin-right: 0;
        font-size: 1.5rem
    }

    #article-container .author-content-item.single.like-movie .banner-button-group .banner-button-text {
        display: none
    }

    #console .console-card-group {
        display: none
    }

    #consoleHideAside {
        display: none
    }

    .needEndHide {
        display: none !important
    }

    .rss-plan-item {
        width: 100%
    }

    .toPageGroup {
        display: none
    }

    .highlight .code pre .line {
        font-size: 16px;
        -webkit-text-size-adjust: 100% !important
    }

    .highlight .code pre .line span {
        font-size: 16px;
        -webkit-text-size-adjust: 100% !important
    }

    .equipment-item-content-item {
        width: 100%
    }

    #postChat_iframeContainer {
        bottom: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        animation: .2s ease 0s 1 normal none running to_show;
        border: none;
        border-radius: 0 !important
    }

    .comment-card {
        width: 100%
    }

    .tk-replies {
        margin-left: 0
    }

    .tk-avatar.tk-has-avatar {
        position: absolute
    }

    .tk-meta {
        margin-left: 40px
    }

    #article-container ol li:not(.tab), #article-container ul li:not(.tab) {
        padding: .2rem 0
    }

    #article-container ul > li:not(.tab)::before {
        display: none
    }

    .flink#article-container .flink-list > .flink-list-item a {
        flex-direction: column
    }

    .flink#article-container .flink-list > .flink-list-item {
        height: 120px
    }

    .flink-list-item .flink-item-info {
        align-items: center
    }

    .flink#article-container .flink-list > .flink-list-item a .flink-item-desc {
        display: none
    }

    .flink#article-container .flink-list > .flink-list-item a .flink-item-name {
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 14px
    }

    .flink-list-item .flink-item-info {
        width: 100%
    }

    #random-post {
        padding: 10px 20px
    }

    .flink#article-container .flink-desc {
        line-height: 1.2
    }

    #article-container ol > li::before {
        position: relative;
        padding: 0 6px;
        margin-right: 6px
    }

    #article-container iframe {
        max-height: 300px
    }

    .el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(3) {
        display: none
    }

    #footer-bar .footer-bar-links {
        justify-content: center;
        gap: 8px
    }

    #footer-bar .footer-bar-left {
        justify-content: center
    }

    #footer-bar .beian-group {
        justify-content: center
    }

    .copyright {
        justify-content: center
    }

    #recent-posts > .recent-post-item > .recent-post-info {
        height: 150px;
        padding: 16px 20px
    }

    .author-content-item.myphoto {
        max-width: 768px;
        min-height: 360px
    }


    #recent-posts {
        padding: 0 !important;
    }

    #category-bar {
        margin-top: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 768px) {
@-moz-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@-webkit-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@-o-keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
@keyframes showCover {
    from {
      opacity: 0;
      transform: rotate(10deg) translateY(-8%) scale(1.8);
    }
    to {
      opacity: 0.5;
      transform: rotate(10deg) translateY(-10%) scale(2);
    }
}
}
@-moz-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes barrageIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes barrageOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-webkit-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-o-keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@keyframes scroll-down-effect {
  0% {
    top: 0;
    opacity: 0.4;
  }
  50% {
    top: -16px;
    opacity: 1;
    filter: none;
  }
  100% {
    top: 0;
    opacity: 0.4;
  }
}
@-moz-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-webkit-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-o-keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@keyframes header-effect {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-moz-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerNoOpacity {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    filter: none;
    margin-top: 0;
  }
}
@-webkit-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    filter: none;
    margin-top: 0;
  }
}
@-o-keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    filter: none;
    margin-top: 0;
  }
}
@keyframes bottom-top {
  0% {
    opacity: 0;
    margin-top: 50px;
  }
  100% {
    opacity: 1;
    filter: none;
    margin-top: 0;
  }
}
@-moz-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}
@-webkit-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}
@-o-keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}
@keyframes titlescale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
}
@-moz-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes search_close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@-webkit-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@-o-keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@keyframes to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@-moz-keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to_hide {
  0% {
    opacity: 1;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes ribbon_to_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes avatar_turn_around {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-webkit-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-o-keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@keyframes sub_menus {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-moz-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-webkit-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-o-keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@keyframes donate_effcet {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}
@-moz-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
    filter: blur(0);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-webkit-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
    filter: blur(0);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-o-keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
    filter: blur(0);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@keyframes announ_animation {
  0%, 100% {
    transform: scale(1);
    filter: blur(0);
  }
  50% {
    transform: scale(1.2);
    filter: blur(20px);
  }
}
@-moz-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sidebarItem {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes st-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes code-expand-key {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-webkit-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-o-keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@keyframes more-btn-move {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@-moz-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes toc-open {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-o-keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes toc-close {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-moz-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-webkit-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-o-keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-moz-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tabshow {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes snackbar-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-moz-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-o-keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes rowup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@-moz-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-o-keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes rowleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-o-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%;
  }
}
@-moz-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-webkit-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-o-keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@keyframes commonTipsIn {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: -60px;
    opacity: 1;
  }
}
@-moz-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-webkit-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-o-keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@keyframes commonTriangleIn {
  0% {
    transform: translate(-50%, -36px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -46px);
    opacity: 1;
  }
}
@-moz-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-webkit-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-o-keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@keyframes owoIn {
  0% {
    transform: translate(0, -95%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -105%);
    opacity: 1;
  }
}
@-moz-keyframes light_tag {
  0% {
    transform: skewx(0);
    -o-transform: skewx(0);
    -moz-transform: skewx(0);
    -webkit-transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    left: 50px;
  }
}
@-webkit-keyframes light_tag {
  0% {
    transform: skewx(0);
    -o-transform: skewx(0);
    -moz-transform: skewx(0);
    -webkit-transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    left: 50px;
  }
}
@-o-keyframes light_tag {
  0% {
    transform: skewx(0);
    -o-transform: skewx(0);
    -moz-transform: skewx(0);
    -webkit-transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    left: 50px;
  }
}
@keyframes light_tag {
  0% {
    transform: skewx(0);
    -o-transform: skewx(0);
    -moz-transform: skewx(0);
    -webkit-transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    left: 50px;
  }
}
@-moz-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-o-keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, -4px);
  }
  50% {
    transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, -4px);
  }
}
@-moz-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-webkit-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-o-keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes blinking-cursor {
  0% {
    transform: scale(0.6);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@-moz-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AILoading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.limit-more-line,
#article-container figure.gallery-group p,
#article-container figure.gallery-group .gallery-group-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
:root {
  --yikun-white: #fff;
  --yikun-white-op: rgba(255,255,255,0.2);
  --yikun-black: #000;
  --yikun-black-op: rgba(0,0,0,0.2);
  --yikun-none: rgba(0,0,0,0);
  --yikun-gray: #999;
  --yikun-gray-op: rgba(153,153,153,0.169);
  --yikun-cyan: #00bcd4;
  --yikun-cyan-op: rgba(0,188,212,0.169);
  --yikun-vip: #e5a80d;
  --yikun-speed: #57bd6a;
  --yikun-main: var(--yikun-theme);
  --yikun-main-op: var(--yikun-theme-op);
  --yikun-main-op-deep: var(--yikun-theme-op-deep);
  --yikun-main-op-light: var(--yikun-theme-op-light);
  --yikun-main-none: var(--yikun-theme-none);
  --yikun-shadow-theme: 0 8px 12px -3px var(--yikun-theme-op);
  --yikun-shadow-blackdeep: 0 2px 16px -3px rgba(0,0,0,0.15);
  --yikun-shadow-main: 0 8px 12px -3px var(--yikun-main-op);
  --yikun-shadow-blue: 0 8px 12px -3px rgba(40,109,234,0.2);
  --yikun-shadow-white: 0 8px 12px -3px rgba(255,255,255,0.2);
  --yikun-shadow-black: 0 0 12px 4px rgba(0,0,0,0.05);
  --yikun-shadow-yellow: 0px 38px 77px -26px rgba(255,201,62,0.12);
  --yikun-shadow-red: 0 8px 12px -3px rgba(238,125,121,0.212);
  --yikun-shadow-green: 0 8px 12px -3px rgba(135,238,121,0.212);
  --yikun-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
  --yikun-snackbar-time: 5s;
  --global-font-size: 14px;
  --global-bg: #fff;
  --hr-border: #97bcfb;
  --hr-before-color: #6ea2f9;
  --search-bg: #f6f8fa;
  --search-input-color: #4c4948;
  --search-result-title: #4c4948;
  --preloader-bg: #37474f;
  --preloader-color: #fff;
  --tab-border-color: #f0f0f0;
  --tab-botton-bg: #f0f0f0;
  --tab-botton-color: #1f2d3d;
  --tab-button-hover-bg: #dcdcdc;
  --tab-button-active-bg: #fff;
  --sidebar-bg: #f6f8fa;
  --btn-hover-color: #ff7242;
  --btn-color: #fff;
  --btn-bg: var(--yikun-main);
  --text-bg-hover: #f6f8fa;
  --light-grey: #eee;
  --text-highlight-color: #1f2d3d;
  --blockquote-color: #6a737d;
  --blockquote-bg: rgba(73,177,245,0.1);
  --reward-pop: #f5f5f5;
  --toc-link-color: #666261;
  --card-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.06);
  --card-hover-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.15);
  --offset: 0px;
  --hlscrollbar-bg: #121212;
}
body {
  position: relative;
  min-height: 100%;
  background: var(--yikun-background);
  color: var(--yikun-fontcolor);
  font-size: 16px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei;
  line-height: 2;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  font-size: 20px;
  overflow-y: overlay;
}
main {
  display: block;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid var(--yikun-background);
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--yikun-lighttext);
  display: block;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--yikun-card-border);
  opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid var(--yikun-background);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yikun-main);
  opacity: 1;
  display: block !important;
}
::-webkit-scrollbar-track {
  background-color: var(--yikun-none);
}
img[data-lazy-src]:not(.loaded) {
  filter: blur(8px) brightness(1);
}
img[data-lazy-src].error {
  filter: none;
}
::selection {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  margin: 0.5rem 0;
  color: var(--yikun-fontcolor);
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  display: none;
}
a {
  color: var(--yikun-fontcolor);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  overflow-wrap: break-word;
  -webkit-user-drag: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: "monospace", monospace;
  font-size: 16px;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input::placeholder {
  color: var(--yikun-gray);
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  appearance: none;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
input::placeholder {
  color: var(--yikun-fontcolor);
}
.table-wrap {
  overflow-x: scroll;
  margin: 0 0 1rem;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  table::-webkit-scrollbar {
    display: none;
  }
}
table thead {
  background: var(--yikun-secondbg);
}
table td,
table th {
  padding: 0.3rem 0.6rem;
  border: var(--style-border-always);
  vertical-align: middle;
  min-width: 100px;
}
button {
  padding: 0;
  outline: 0;
  border: none;
  color: var(--yikun-fontcolor);
  background: 0 0;
  cursor: pointer;
}
img {
  border-style: none;
  max-width: 100%;
  transition: all 0.2s ease 0s;
  -webkit-user-drag: none;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}
.img-alt {
  font-size: 12px;
  margin: 0;
  margin-top: 8px;
  color: var(--yikun-secondtext);
}
.is-center {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
iframe {
  border-radius: 12px;
}
.copy-true {
  user-select: all;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
blockquote {
  border: var(--style-border-always);
  background-color: var(--yikun-secondbg);
  color: var(--yikun-secondtext);
  border-radius: 8px;
  margin: 1rem 0;
  padding: 0.5rem 0.8rem;
}
li,
ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
[data-theme=dark] img {
  filter: brightness(1);
}
a.extend .next {
  right: 0;
}
a.extend .prev {
  left: 0;
}
b,
strong {
  color: var(--yikun-lighttext);
}
.button--animated {
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
}
i.solitude {
  font-size: 20px;
  line-height: 1;
  font-synthesis: style;
}
#body-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.layout {
  display: flex;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .layout {
    padding: 0;
  }
}
.layout#content-inner {
  max-width: 1400px;
  flex-grow: 1;
}
.hide-aside.layout {
  max-width: 1400px;
}
.hide-aside.layout > div {
  width: 100% !important;
}
.layout > div:first-child {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1200px) {
  .layout > div:first-child {
    width: 100%;
  }
}
.layout > #post,
.layout #category,
.layout #tag,
.layout #archive {
  box-shadow: var(--yikun-shadow-border);
  padding: 1rem 2rem;
  border-radius: 12px;
  background: var(--yikun-card-bg);
  border: var(--style-border);
  align-self: flex-start;
  animation: slide-in 0.6s 0.1s backwards;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layout > #post,
  .layout #category,
  .layout #tag,
  .layout #archive {
    box-shadow: none;
    border: none;
    padding: 0 1rem;
  }
}
.layout > #post {
  padding: 0;
}
.show {
  opacity: 1 !important;
  pointer-events: all !important;
}
span.tags-punctuation i {
  font-weight: bold;
  font-size: 12px;
  transition: none;
  margin-right: 2px;
  opacity: 0.4;
}
.hide-aside #page span.tags-punctuation i {
  font-size: 16px;
}
#post-info span.tags-punctuation i {
  font-size: 14px;
  line-height: 32px;
}
.memorial {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.post-content {
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .post-content {
    overflow: hidden;
    padding: 0.5rem;
  }
}
.post .post-content {
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .post .post-content {
    padding: 0.5rem;
  }
}
.post-content iframe {
  border-radius: 12px;
  margin: 0 0 1rem;
}
.post-content a {
  color: var(--yikun-fontcolor);
  border-radius: 4px 4px 0 0;
  border-bottom: 2px dotted var(--yikun-lighttext);
  font-weight: 700;
}
.post-content a.fancybox {
  border-bottom: none;
}
.post-content a:not(.fancybox) {
  padding: 0 4px;
}
.post-content a:not(.fancybox):hover {
  border: 0;
  text-decoration: none;
  color: var(--yikun-white);
  border-radius: 4px;
  background: var(--yikun-main);
}
.post-content .table-wrap {
  margin: 1rem 0;
  border-radius: 8px;
  overflow-x: scroll;
}
.post-content a.headerlink {
  opacity: 0.08;
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  line-height: 1;
  font-size: 0.8rem;
}
#page .post-content a.headerlink {
  display: none;
}
.post-content a.headerlink::before {
  content: "\f0c1";
  font-family: 'FontAwesome';
  cursor: pointer;
}
.post-content a.headerlink:hover {
  border-bottom: none;
  box-shadow: none;
  background: var(--yikun-none);
  color: var(--yikun-lighttext);
  opacity: 1;
}
.post-content p {
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 1rem 0;
  text-align: left;
  letter-spacing: 0.6px;
}
.post-content p a:not(.fancybox) {
  text-decoration: none;
  border-bottom: 2px dotted var(--yikun-lighttext);
  color: var(--yikun-fontcolor);
  font-weight: 700;
  padding: 0 4px;
  border-radius: 4px 4px 0 0;
}
.post-content p a:not(.fancybox):hover {
  color: var(--yikun-white);
  border-radius: 4px;
  background: var(--yikun-main);
}
.post-content blockquote p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.post-content code:not([class*='language-']) {
  color: var(--yikun-white);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  margin: 0 4px;
  background: var(--yikun-pink);
  line-height: 2;
  box-shadow: var(--yikun-shadow-border);
}
.post-content img:not(.post_bg) {
  border-radius: 12px;
  object-fit: cover;
  display: block;
  margin: 0.8rem auto;
  max-width: 90%;
  max-height: 450px;
}
.post-content ul,
.post-content ol {
  padding: 0;
  margin-top: 0.4rem;
  list-style: none;
  counter-reset: li 0;
}
.post-content ul li:before,
.post-content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--yikun-fontcolor);
  transition: all 0.3s ease-out 0s;
  background: var(--yikun-lighttext);
}
.post-content ul li:not(.tab),
.post-content ol li:not(.tab) {
  position: relative;
  margin: 0.2rem 0;
}
.post-content ul li:not(.tab) p,
.post-content ol li:not(.tab) p {
  margin: 0;
}
.post-content ul > li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.4em;
}
.post-content ul > li:not(.tab):before {
  margin: 0;
  top: 0.9em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: 0 0;
  content: "";
  line-height: 0.2em;
  border: 0.21em solid var(--yikun-lighttext);
  background: var(--yikun-lighttext);
}
.post-content ol > li:before {
  margin-top: 0.65em;
  width: 1.45em;
  height: 1.45em;
  border-radius: 0.725em;
  text-align: center;
  font-size: 0.85em;
  color: var(--yikun-white);
  line-height: 1.45em;
}
.post-content ol ul li {
  line-height: 1.7;
}
.post-content ol > li:not(.tab) {
  padding: 0.2em 0.2em 0.2em 1.8em;
}
.post-content ol > li:before {
  content: counter(li);
  counter-increment: li 1;
}
.post-content ol > li > ol > li:before {
  content: counter(li, lower-alpha);
  counter-increment: li;
}
.post-content ol > li > ol > li > ol > li:before {
  content: counter(li, lower-roman);
  counter-increment: li;
}
.post-content.post-content h1,
.post-content.post-content h2,
.post-content.post-content h3,
.post-content.post-content h4 {
  padding-right: 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.2s ease-out 0s;
}
.post-content.post-content h1 {
  font-size: 1.5rem;
  line-height: 1.3;
}
.post-content.post-content h2 {
  font-size: 1.3rem;
  line-height: 1.3;
  border-top: 1px dashed var(--yikun-theme-op);
  padding-top: 1rem;
}
.post-content.post-content h3,
.post-content.post-content h4 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.post-content hr {
  display: flex;
  position: relative;
  margin: 0.5rem 0;
  border-width: 0;
  border-top: 1px dashed var(--yikun-theme-op);
}
.article-sort-title {
  font-weight: 700;
  font-size: 2em;
}
.article-sort-title sup {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.4;
  top: -1em;
}
.article-sort .article-sort-item {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1rem 0;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.article-sort .article-sort-item.year {
  font-size: 0.8rem;
  color: var(--yikun-secondtext);
  margin: 0 0 0.2rem 0;
}
.article-sort .article-sort-item .article-sort-item-img {
  border-radius: 12px;
  min-width: 151px;
  min-height: 80px;
  background: var(--yikun-secondbg);
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .article-sort .article-sort-item .article-sort-item-img {
    min-width: 80px;
  }
}
.article-sort .article-sort-item .article-sort-item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}
.article-sort .article-sort-item .article-sort-item-info {
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.article-sort .article-sort-item .article-sort-item-info a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-sort .article-sort-item .article-sort-item-info a:hover {
  color: var(--yikun-theme);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-title {
  color: var(--yikun-fontcolor);
  font-size: 1.1em;
  transition: all 0.3s ease 0s;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  order: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article-sort .article-sort-item .article-sort-item-info .article-sort-item-title {
    -webkit-line-clamp: 2;
  }
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags {
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 0.7rem;
  display: flex;
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a {
  color: var(--yikun-fontcolor);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a:hover {
  color: var(--yikun-theme);
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags a .tags-punctuation {
  font-size: 12px;
  margin-right: 1px;
}
.article-sort .article-sort-item .article-sort-item-info .article-sort-item-tags .article-meta__tags {
  margin-right: 8px;
  padding: 0 0.2rem 0 0;
  color: var(--yikun-fontcolor);
}
#aside-content {
  order: 2;
}
@media screen and (min-width: 1200px) {
  #aside-content {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  #aside-content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #aside-content .card-widget:not(#card-toc) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  #aside-content {
    animation: slide-in 0.6s 0.3s backwards;
    padding-left: 0.5rem;
  }
}
#aside-content .item-headline {
  padding-bottom: 0;
  margin-left: 8px;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#aside-content .item-headline i {
  font-size: 16px;
  max-width: 20px;
}
#aside-content .item-headline span {
  margin-left: 4px;
}
#aside-content .item-headline + div,
#aside-content .item-headline + ul {
  padding: 0;
  user-select: none;
}
#aside-content .card-widget {
  box-shadow: var(--yikun-shadow-border);
  background: var(--yikun-card-bg);
  border: var(--style-border);
  transition: 0.3s;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  padding: 0.5rem 0.7rem;
}
#aside-content .card-widget:hover {
  box-shadow: var(--yikun-shadow-border);
}
#aside-content > .card-widget:first-child {
  transition: 0.3s;
  margin-top: 0;
}
#aside-content .sticky_layout {
  top: calc(60px + 0.5rem);
  position: sticky;
  z-index: 10;
  transition: top 0.3s ease 0s;
}
#aside-content #author-info__sayhi {
  text-align: center;
  width: fit-content;
  color: var(--yikun-white);
  background: var(--yikun-white-op);
  backdrop-filter: blur(10px);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  margin: auto;
  min-width: 100px;
}
[data-theme=dark] #aside-content #author-info__sayhi {
  background: rgba(0,0,0,0.082);
  color: var(--yikun-white);
}
[data-theme=dark] #aside-content #author-info__sayhi:hover {
  color: var(--yikun-white);
}
#aside-content #author-info__sayhi:hover {
  background: var(--yikun-card-bg);
  color: var(--yikun-main);
  transform: scale(1.1);
}
#aside-content #author-info__sayhi:hover:active {
  transform: scale(0.97);
  opacity: 0.8;
}
#aside-content .card-info-social-icons {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}
#aside-content .card-info-social-icons .social-icon {
  margin: 0;
  margin-left: 8px;
  color: var(--yikun-fontcolor);
  font-size: 1.4em;
  cursor: pointer;
  display: flex;
}
#aside-content .card-info-social-icons i {
  transition: all 0.3s ease 0s;
  padding: 8px;
  border-radius: 32px;
  cursor: pointer;
  background: var(--yikun-white-op);
  color: var(--yikun-card-bg);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aside-content .card-info-social-icons i:hover {
  background: var(--yikun-white);
  transform: scale(1.1);
  color: var(--yikun-main);
  box-shadow: none;
}
[data-theme=dark] #aside-content .card-info-social-icons i {
  background: var(--yikun-black-op);
}
[data-theme=dark] #aside-content .card-info-social-icons i:hover {
  background-color: var(--yikun-black);
  color: var(--yikun-white);
}
@media screen and (min-width: 900px) {
  html.hide-aside .layout {
    -webkit-box-pack: center;
    justify-content: center;
  }
  html.hide-aside .layout > div:first-child {
    width: 100%;
  }
  html.hide-aside .layout > .aside-content {
    display: none;
  }
}
#aside-content .card-toc {
  padding: 0.5rem 0.5rem;
}
#aside-content .card-toc:hover {
  box-shadow: var(--yikun-shadow-border);
}
@media screen and (min-width: 900px) {
  #aside-content .card-toc {
    right: 0 !important;
  }
}
#aside-content .card-toc .toc-content {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
#aside-content .card-toc .toc-content::before {
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
  color: #a9a9a9;
  content: attr(progress-percentage);
  font-style: italic;
  font-size: 1.2rem;
}
#aside-content .card-toc .toc-content .toc-link.active {
  border-left-color: #0061cc;
  background: #0079ff;
  color: #fff;
}
#aside-content #card-toc:hover .toc-content .toc-link:not(.active) span {
  filter: blur(0);
  opacity: 1;
}
@media screen and (min-width: 901px) {
  #aside-content #card-toc {
    right: 0;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  #aside-content #card-toc {
    position: fixed;
    right: 3rem;
    bottom: 10px;
    z-index: 100;
    max-width: 380px;
    max-height: calc(100% - 60px);
    width: calc(100% - 80px);
    transition: transform 0.3s;
    transform: scale(0);
    transform-origin: right bottom;
  }
  #aside-content #card-toc.open {
    transform: scale(1);
  }
}
#aside-content #card-toc .toc-content {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
#aside-content #card-toc .toc-content * > .toc-item > .toc-child {
  margin-left: 10px;
  transition: display 0.3s ease-in-out 0s;
  padding-left: 10px;
}
#aside-content #card-toc .toc-content ol {
  margin: 0;
  padding-left: 0.4rem;
}
#aside-content #card-toc .toc-content olul {
  list-style: none;
}
#aside-content #card-toc .toc-content > ol {
  padding-left: 0;
}
#aside-content #card-toc .toc-content .toc-child {
  display: none;
}
#aside-content #card-toc .toc-content .toc-child .toc-child {
  display: none;
}
#aside-content #card-toc .toc-content .toc-child .toc-child.active {
  display: block;
}
#aside-content #card-toc .toc-content .toc-item.active > .toc-child {
  display: block;
}
#aside-content #card-toc .toc-content .toc-item.active .toc-link {
  opacity: 1;
  border-radius: 8px;
}
#aside-content #card-toc .toc-content .toc-link {
  transition: all 0.2s ease-in-out 0s;
  line-height: 24px;
  padding: 8px;
  border-radius: 12px;
  color: var(--yikun-secondtext);
  min-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#aside-content #card-toc .toc-content .toc-link.active {
  border-radius: 12px;
  border-left-color: var(--yikun-hovertext);
  background-color: var(--yikun-card-bg);
  color: var(--yikun-lighttext);
  font-weight: 700;
  font-size: 20px;
}
#aside-content #card-toc .toc-content .toc-link:hover {
  background-color: var(--yikun-main-op-light);
}
#aside-content #card-toc .toc-content .toc-link:not(.active) span {
  opacity: 0.6;
  cursor: pointer;
  filter: blur(1px);
  transition: 0.3s;
}
[data-theme=dark] .toc .toc-item.active .toc-link .toc-text {
  color: var(--yikun-white);
}
#aside-content .card-widget.card-info {
  min-height: 340px;
  padding: 0;
  margin-top: 0;
}
#aside-content .card-widget.card-info .author-info__top-group {
  margin-top: 20px;
  display: flex;
  height: 28px;
  width: 100%;
}
#aside-content .card-widget.card-info .card-info-bg-top {
  min-height: 140px;
  background: linear-gradient(-25deg, var(--yikun-main), var(--yikun-main-op-deep), var(--yikun-main), var(--yikun-main-op-deep));
  background-size: 400%;
}
#aside-content .card-widget.card-info .card-info-avatar {
  width: 114px;
  height: 114px;
  right: calc(50% - 57px);
  top: 75px;
  border-radius: 500px;
  position: absolute;
  transition: cubic-bezier(0.69, 0.39, 0, 1.21) 0.3s;
  transform-origin: bottom;
  z-index: 1;
  border: 7px solid var(--yikun-card-bg);
}
#aside-content .card-widget.card-info .card-info-avatar .avatar-img {
  overflow: hidden;
  border-radius: 500px;
  width: 100px;
  cursor: pointer;
  height: 100px;
}
#aside-content .card-widget.card-info .card-info-avatar .avatar-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#aside-content .card-widget.card-info .card-info-avatar .avatar-img img:hover {
  transform: scale(1.3);
}
#aside-content .card-widget.card-info .card-info-social-icons {
  width: 100%;
  justify-content: center;
  padding: 10px 20px;
}
#aside-content .card-widget.card-info .card-info-social-icons i {
  background: 0 0;
  color: var(--yikun-fontcolor);
}
#aside-content .card-widget.card-info .card-info-social-icons i:hover {
  transform: rotate(360deg);
  color: var(--yikun-theme);
}
#aside-content .card-widget.card-info .card-info__desc_group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#aside-content .card-widget.card-info .card-info__desc_group .author-info__name {
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
  color: var(--yikun-fontcolor);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
#aside-content .card-widget.card-info .card-info__desc_group .author-info__desc {
  font-size: 14px;
  color: var(--yikun-font-color);
  line-height: 2;
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 12px 0 4px;
  padding: 0 20px;
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a {
  position: relative;
  display: table-cell;
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a:hover {
  transition: all 0.3s;
  color: var(--yikun-theme);
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a:hover div {
  transition: all 0.3s;
  color: var(--yikun-theme);
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a:not(:last-child):after {
  opacity: 0.3;
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 1px;
  height: 40px;
  background: var(--yikun-fontcolor);
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a .length-num {
  margin-top: -0.32em;
  color: var(--yikun-fontcolor);
  font-size: 1.4em;
  line-height: 1.5;
}
#aside-content .card-widget.card-info .card-info__desc_group .card-info__data a .headline {
  color: var(--yikun-font-color);
  font-size: 1em;
  line-height: 1.5;
}
[data-theme=dark] #aside-content > .card-widget.card-info {
  border: var(--style-border-always);
}
#aside-content .card-allinfo hr {
  display: flex;
  position: relative;
  margin: 0.5rem 0;
  border: 1px dashed var(--yikun-theme-op);
}
#aside-content .card-allinfo .item-headline {
  display: none;
}
#aside-content .card-allinfo .card-tag-cloud {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
#aside-content .card-allinfo .card-tag-cloud.all-tags {
  max-height: none;
}
#aside-content .card-allinfo .card-tag-cloud.all-tags:after {
  display: none;
}
#aside-content .card-allinfo .card-tag-cloud:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(to top, var(--yikun-card-bg), transparent);
  pointer-events: none;
}
#aside-content .card-allinfo .card-tag-cloud a {
  display: inline-block;
  padding: 0 0.3rem;
  font-size: 0.8rem;
  border-radius: 8px;
}
#aside-content .card-allinfo .card-tag-cloud a sup {
  opacity: 0.6;
  margin-left: 2px;
}
#aside-content .card-allinfo .card-tag-cloud a:hover {
  background: var(--yikun-theme);
  color: var(--yikun-white) !important;
  box-shadow: var(--yikun-shadow-theme);
  cursor: pointer;
  border-radius: 5px;
}
#aside-content .card-allinfo .card-tag-cloud a.tags-cloud-more {
  width: 100%;
  text-align: center;
  border-radius: 8px !important;
  border: var(--style-border);
  margin-top: 8px;
  font-size: 16px !important;
}
#aside-content .card-allinfo span#more-tags-btn {
  transition: 0.3s;
  width: 100%;
  text-align: center;
  background: var(--yikun-secondbg);
  color: var(--yikun-fontcolor);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0;
  border: var(--style-border-always);
  box-shadow: var(--heo-shadow-border);
  cursor: pointer;
}
#aside-content .card-allinfo span#more-tags-btn:hover {
  background: var(--yikun-main);
}
#aside-content .card-archives ul.card-archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item {
  width: 100%;
  flex: 0 0 48%;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  width: 100%;
  color: var(--yikun-fontcolor);
  transition: all 0.4s ease 0s;
  border-radius: 8px;
  margin: 4px 0;
  flex-direction: column;
  align-content: space-between;
  border: var(--style-border);
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a:hover {
  background-color: var(--yikun-theme);
  color: var(--yikun-card-bg);
  border-radius: 5px;
  box-shadow: var(--yikun-shadow-theme);
  padding: 0.15rem 0.5rem;
  border: var(--style-border-hover);
  cursor: pointer;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a span {
  display: inline-block;
  vertical-align: bottom;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a span:last-child {
  text-align: right;
  margin-left: 4px;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a .card-archive-list-count-group {
  display: flex;
  flex-direction: row;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a .card-archive-list-count-group span.card-archive-list-count {
  ext-align: left;
  font-size: 1.1rem;
  line-height: 0.9;
  font-weight: bold;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a .card-archive-list-count-group .card-archive-list-count-unit {
  width: auto;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a .card-archive-list-date {
  font-size: 14px;
  opacity: 0.6;
}
#aside-content .card-tag-cloud a.highlight {
  color: var(--yikun-lighttext);
  font-weight: 500;
}
#aside-content .card-recent-post .aside-list .aside-list-item {
  padding: 2px 6px 8px 6px;
  border-radius: 12px;
  transition: 0.3s;
  margin: 4px 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
#aside-content .card-recent-post .aside-list .aside-list-item:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
  transition: 0.3s;
  box-shadow: var(--yikun-shadow-main);
}
#aside-content .card-recent-post .aside-list .aside-list-item:hover .content a {
  color: var(--yikun-white);
}
#aside-content .card-recent-post .aside-list .aside-list-item .thumbnail {
  -webkit-mask-image: -webkit-radial-gradient(center, #fff, #000);
  border-radius: 8px;
  border: var(--style-border);
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 2.1em;
  height: 2.1em;
  margin-top: 4px;
}
#aside-content .card-recent-post .aside-list .aside-list-item .thumbnail img {
  width: 140%;
  height: 140%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}
#aside-content .card-recent-post .aside-list .aside-list-item .content {
  -webkit-box-flex: 1;
  flex: 1 1 0;
  padding-left: 10px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
}
#aside-content .card-recent-post .aside-list .aside-list-item .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin: 4px 0;
  font-size: 95%;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#aside-content .card-recent-post .aside-list .aside-list-item .content .article-recent_post_categories {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.6;
  line-height: 1;
}
#aside-content .card-widget.card-platform {
  background: var(--yikun-green);
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  cursor: pointer;
  border: none;
  height: 110px;
  border: var(--style-border);
  transition: 0.6s;
}
#aside-content .card-widget.card-platform:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("https://p.yikun.vip/i/2024/11/13/67341ba09a31f.png") center center no-repeat;
  content: '';
  background-size: cover;
  transition: 0.2s cubic-bezier(0.45, 0.04, 0.43, 1.21);
}
#aside-content .card-widget.card-platform:hover:before {
  top: 100%;
  opacity: 0;
  transition: 0.3s ease-out;
}
#aside-content .card-widget.card-platform:hover #flip-content {
  transform: rotateY(180deg);
}
#aside-content .card-widget.card-platform #flip-wrapper {
  perspective: 1000;
  position: relative;
  width: 235px;
  height: 110px;
  z-index: 1;
}
#aside-content .card-widget.card-platform #flip-wrapper #flip-content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: cubic-bezier(0, 0, 0, 1.29) 0.3s;
}
#aside-content .card-widget.card-platform #flip-wrapper #flip-content .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("https://p.yikun.vip/i/2024/11/13/67341ba7961ca.png") center center no-repeat;
  background-size: 100%;
}
#aside-content .card-widget.card-platform #flip-wrapper #flip-content .face.back {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-sizing: border-box;
  background: url("https://p.yikun.vip/i/2024/11/13/673425df33efb.png") center center no-repeat;
  background-size: 100%;
}
#aside-content .card-widget.card-adsense {
  padding: 0;
}
.card-recent-comment .recent-comment-more {
  margin-left: auto;
  margin-right: 0.5rem;
}
.card-recent-comment .recent-comment-more:hover {
  color: var(--yikun-lighttext);
  transition: 0.3s;
}
.card-recent-comment .aside-list-item {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 80px;
  transition: 0.3s;
  position: relative;
}
.card-recent-comment .aside-list-item:not(:last-child) {
  border-bottom: var(--style-border-dashed);
}
.card-recent-comment .aside-list-item .thumbnail img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  border-radius: 12px;
}
.card-recent-comment .aside-list-item .content {
  max-width: calc(100% - 68px);
  line-height: 1.5;
}
.card-recent-comment .aside-list-item .content .comment {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.card-recent-comment .aside-list-item .content .comment:hover {
  color: var(--yikun-lighttext);
  transition: 0.3s;
}
.card-recent-comment .aside-list-item .content .datetime {
  font-size: 12px;
  color: var(--yikun-secondtext);
  margin-top: auto;
}
.webinfo-item {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.1rem 0.5rem 0;
}
.webinfo-item div:first-child {
  -webkit-box-flex: 1;
  flex: 1 1 0;
  padding-right: 1rem;
}
.webinfo .webinfo-item-title {
  display: flex;
}
.webinfo .webinfo-item-title i {
  line-height: 2;
  margin-right: 6px;
  width: 16px;
  text-align: center;
  font-size: 16px;
}
.aplayer.aplayer-narrow .aplayer-body,
.aplayer.aplayer-narrow .aplayer-pic {
  height: 66px;
  width: 66px;
}
#nav-music {
  display: flex;
  align-items: center;
  z-index: 12;
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  transition: all 0.5s, left 0s;
  transform-origin: left bottom;
  box-shadow: var(--yikun-shadow-border);
  border-radius: 40px;
  overflow: hidden;
}
#nav-music:active {
  transform: scale(0.97);
}
#nav-music.playing {
  border: var(--style-border);
  box-shadow: 0 0px 12px -3px var(--yikun-none);
  animation: playingShadow 5s linear infinite;
}
#nav-music.playing .aplayer.aplayer-withlrc .aplayer-pic {
  box-shadow: 0 0 14px rgba(255,255,255,0.651);
  transform: rotate(0deg) scale(1.1);
  border-color: var(--yikun-white);
  animation-play-state: running;
}
#nav-music.playing .aplayer.aplayer-withlrc .aplayer-info {
  color: var(--yikun-white);
}
#nav-music.playing #nav-music-hoverTips {
  width: 0;
}
#nav-music.playing .aplayer {
  background: var(--yikun-main);
  border: var(--style-border-hover);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
}
#nav-music.playing .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  animation-play-state: running;
}
#nav-music:hover:not(.playing) #nav-music-hoverTips {
  opacity: 1;
}
#nav-music .aplayer.aplayer-withlrc .aplayer-pic {
  height: 25px;
  width: 25px;
  border-radius: 40px;
  z-index: 1;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
  border: var(--style-border-always);
  animation: changeright 24s linear infinite;
  animation-play-state: paused;
}
#nav-music .aplayer.aplayer-withlrc .aplayer-info {
  height: 100%;
  color: var(--yikun-fontcolor);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#nav-music #nav-music-hoverTips {
  color: var(--yikun-white);
  background: var(--yikun-main);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 40px;
  opacity: 0;
  font-size: 12px;
  z-index: 2;
  transition: 0.3s;
}
#nav-music .aplayer {
  background: var(--yikun-card-bg);
  border-radius: 60px;
  height: 41px;
  display: flex;
  margin: 0;
  transition: 0.3s;
  border: var(--style-border);
  box-shadow: none;
}
#nav-music .aplayer .aplayer-notice,
#nav-music .aplayer .aplayer-miniswitcher,
#nav-music .aplayer .aplayer-list {
  display: none;
}
#nav-music .aplayer .aplayer-body {
  position: relative;
  display: flex;
  align-items: center;
}
#nav-music .aplayer .aplayer-info .aplayer-music {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 12px 0 8px;
  cursor: pointer;
  z-index: 1;
  height: 100%;
}
#nav-music .aplayer .aplayer-info .aplayer-music .aplayer-title {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  user-select: none;
}
#nav-music .aplayer .aplayer-info .aplayer-controller {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin: 0;
  padding: 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  height: 100%;
  background: 0 0;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  display: none;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 100%;
  opacity: 0.1;
  background-color: var(--yikun-white) !important;
  animation: lightBar 5s ease infinite;
  animation-play-state: paused;
}
#nav-music .aplayer .aplayer-pic {
  pointer-events: none;
  margin-left: 8px;
}
#nav-music .aplayer .aplayer-pic .aplayer-button {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  margin: 0;
  transition: 0.3s;
  pointer-events: all;
}
#nav-music .aplayer .aplayer-pic:has(.aplayer-button.aplayer-play) {
  animation-play-state: paused;
  transform: rotate(0deg) scale(1) !important;
}
#nav-music .aplayer .aplayer-info .aplayer-controller .aplayer-time,
#nav-music .aplayer .aplayer-info .aplayer-music .aplayer-author {
  display: none;
}
#nav-music .aplayer.aplayer-withlist .aplayer-info {
  border: none;
}
#nav-music .aplayer .aplayer-lrc {
  width: 0;
  opacity: 0;
  transition: 0.3s;
  margin-bottom: -15px;
}
#nav-music .aplayer .aplayer-lrc p.aplayer-lrc-current {
  color: var(--yikun-white);
  border: none;
  min-height: 20px;
  filter: none;
}
#nav-music .aplayer .aplayer-lrc:after,
#nav-music .aplayer .aplayer-lrc:before {
  display: none;
}
#nav-music .aplayer .aplayer-lrc p {
  color: rgba(255,255,255,0.702);
  filter: blur(0.8px);
}
#nav-music.stretch .aplayer.aplayer-withlrc .aplayer-lrc {
  width: 200px;
  margin-left: 8px;
  opacity: 1;
}
.aplayer-thumb {
  width: 0 !important;
  height: 0 !important;
}
@-moz-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-webkit-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-o-keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@keyframes changeright {
  0%, 50%, 100% {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 0 2px rgba(255,255,255,0);
  }
  25%, 75% {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 14px #fff;
  }
}
@-moz-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--yikun-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--yikun-main);
  }
}
@-webkit-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--yikun-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--yikun-main);
  }
}
@-o-keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--yikun-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--yikun-main);
  }
}
@keyframes playingShadow {
  0%, 100% {
    box-shadow: 0 0px 12px -3px var(--yikun-none);
  }
  50% {
    box-shadow: 0 0px 12px 0px var(--yikun-main);
  }
}
@-moz-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@-webkit-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@-o-keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
@keyframes lightBar {
  0%, 100% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.3;
  }
}
#console {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-out;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  user-select: none;
}
#console.show .close-btn i {
  transform: rotate(0);
}
#console .console-card-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  transform: translateY(20px);
  transition: 0.3s;
  max-width: 1400px;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  #console .console-card-group {
    display: none;
  }
}
#console.show .console-card-group {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
  max-height: 80%;
}
#console .console-card-group-left {
  margin-right: 0.5rem;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #console .console-card-group-left {
    display: none;
  }
}
#console .console-card-group-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 60%;
  overflow: hidden;
}
#console .console-card {
  background: var(--yikun-maskbg);
  border-radius: 12px;
  overflow: hidden;
  border: var(--style-border);
  box-shadow: var(--yikun-shadow-border);
  padding: 40px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
#console .console-card.tags {
  height: calc(100% - 172px);
}
#console .console-mask {
  background: var(--yikun-maskbgdeep);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform: translateZ(0);
}
#console.show .console-mask {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
  animation: 0.6s ease 0s 1 normal none running to_show;
}
#console .author-content-item-tips {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
#console .author-content-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
#console .aside-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#console .button-group {
  display: flex;
  margin: 1rem auto 0 auto;
  justify-content: center;
  width: fit-content;
}
#console .button-group .console-btn-item {
  width: 60px;
  height: 60px;
  transition: 0.3s;
  cursor: pointer;
}
[data-theme="dark"] #console .button-group .console-btn-item span.darkmode_switchbutton {
  background: var(--yikun-orange);
  color: var(--yikun-white);
}
#console .button-group {
  gap: 0.5rem;
}
#console .button-group .console-btn-item:hover span {
  background: var(--yikun-main);
}
#console .button-group .console-btn-item span {
  width: 100%;
  height: 100%;
  background: var(--yikun-card-bg);
  border: var(--style-border);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yikun-fontcolor);
  transition: all 0.3s;
}
#console .button-group .console-btn-item span i {
  font-size: 1rem;
}
#console .button-group .console-btn-item.on span {
  background: var(--yikun-orange);
  color: var(--yikun-white);
  transition: 0.3s;
}
#console .button-group .console-btn-item:not(.on) span:hover {
  background: var(--yikun-main);
}
#console .button-group .console-btn-item:hover span {
  color: var(--yikun-white);
}
#console .console-card.tags .card-tag-cloud {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  verflow-y: scroll;
}
#console .console-card.tags .card-tag-cloud a {
  color: var(--yikun-fontcolor);
  padding: 2px 8px;
  border-radius: 8px;
  background: var(--yikun-card-bg);
  border: var(--style-border);
  font-size: 14px;
  font-weight: 700;
}
#console .console-card.tags .card-tag-cloud a:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
#console .console-card.tags .card-tag-cloud a sup {
  opacity: 0.6;
}
#console .close-btn {
  width: 100%;
  height: 60px;
  position: fixed;
  right: someValue;
  top: 0;
  font-size: 35px;
  color: var(--yikun-fontcolor);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
}
#console .close-btn i {
  font-size: 24px;
  margin-right: 1.5rem;
  padding: 6px 8px;
  margin-left: auto;
  line-height: 1;
  transform: rotate(-30deg);
  transition: 0.6s;
}
#console .close-btn i:hover {
  color: var(--yikun-hovertext);
  background: var(--yikun-main-op);
  border-radius: 32px;
}
#console .console-card.history {
  margin-top: 8px;
  padding: 0;
  background: 0 0;
  box-shadow: none;
  border: none;
  overflow: hidden;
  border-radius: 0;
}
#console .console-card.history .item-headline {
  display: none;
}
#console .console-card.history .card-archive-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 164px;
  gap: 0.5rem;
}
#console .console-card.history .card-archive-list li.card-archive-list-item {
  flex: 0 1 24.101%;
}
#console .console-card.history .card-archive-list .card-archive-list-link {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border: var(--style-border);
  transition: all 0.3s ease 0s;
  background: var(--yikun-maskbgdeep);
  padding: 9.5px 16px;
}
#console .console-card.history .card-archive-list .card-archive-list-link:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
  cursor: pointer;
}
#console .console-card.history .card-archive-list .card-archive-list-link .card-archive-list-date {
  font-size: 14px;
  opacity: 0.6;
}
#console .console-card.history .card-archive-list .card-archive-list-link .card-archive-list-count-group {
  display: flex;
  flex-direction: row;
}
#console .console-card.history .card-archive-list .card-archive-list-link .card-archive-list-count-group .card-archive-list-count {
  width: auto;
  text-align: left;
  font-size: 1.1rem;
  line-height: 0.9;
  margin-right: 2px;
  font-weight: 700;
}
#console .console-card.history .card-archive-list .card-archive-list-link .card-archive-list-count-group .card-archive-list-count-unit {
  width: auto;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
#console #card-newest-comments {
  height: 100%;
}
@media screen and (max-height: 800px) {
  #console #consoleMusic {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  #console #consoleCommentBarrage {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #console #consoleHideAside {
    display: none;
  }
}
#footer {
  position: relative;
  background: linear-gradient(180deg, var(--yikun-card-bg-none) 0, var(--yikun-card-bg) 25%);
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
  }
}
#footer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
#footer #footer_deal {
  justify-content: center;
  display: flex;
  padding-top: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer #footer_deal {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#footer #footer_deal i {
  font-size: 0.8rem;
  line-height: 0.9rem;
  height: 0.9rem;
}
#footer #footer_deal .deal_link {
  display: flex;
  margin: 1rem 27px;
  color: var(--yikun-card-bg);
  border-radius: 3rem;
  width: 32px;
  height: 32px;
  background: var(--yikun-fontcolor);
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#footer #footer_deal .deal_link:hover {
  color: var(--yikun-white);
  background: var(--yikun-main);
  transform: scale(1.1);
}
#footer #footer_deal .footer_mini_logo {
  width: 50px;
  height: 50px;
  margin: 0 1rem;
  cursor: pointer;
  transition: cubic-bezier(0, 0, 0, 1.29) 0.5s;
  user-select: none;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer #footer_deal .footer_mini_logo {
    display: none;
  }
}
#footer #footer_deal .footer_mini_logo:hover {
  transform: scale(1.2);
}
#footer #st-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem auto 3rem;
  padding: 0 1rem;
}
#footer #st-footer .footer-links {
  display: flex;
  flex-direction: column;
}
#footer #st-footer .footer-item {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: var(--yikun-fontcolor);
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
}
#footer #st-footer .footer-item:hover {
  color: var(--yikun-theme);
  background: var(--yikun-main-op-light);
}
[data-theme=dark] #footer #st-footer .footer-item:hover {
  background: var(--yikun-theme-op);
}
#footer #st-footer .footer-group {
  min-width: 120px;
}
#footer #st-footer .footer-title-group {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0.7rem 8px;
}
#footer #st-footer .footer-title-group a {
  margin-left: 8px;
}
#footer #st-footer .footer-title-group a:hover i {
  color: var(--yikun-main);
  opacity: 1;
}
#footer #st-footer .footer-title-group i {
  line-height: 1;
  color: var(--yikun-secondtext);
  transition: 0.3s;
  font-size: 16px;
  opacity: 0.6;
}
#footer #st-footer .footer-title-group .footer-title {
  margin: 0;
}
#footer #st-footer .footer-title {
  color: var(--yikun-secondtext);
  font-size: 0.8rem;
  margin-left: 8px;
}
#footer #st-footer .random-friends-btn {
  display: flex;
  margin-left: 8px;
}
#footer-bar {
  padding: 1rem;
  color: var(--yikun-fontcolor);
  margin-top: 1rem;
  background: var(--yikun-secondbg);
  display: flex;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  border-top: var(--style-border-always);
}
#footer-bar .footer-bar-links {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
#footer-bar .footer-bar-left {
  display: flex;
  flex-wrap: wrap;
  min-height: 32px;
  align-items: center;
}
#footer-bar .footer-bar-left .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  margin: 0 4px;
}
#footer-bar .footer-bar-left .copyright .footer-bar-link {
  margin: 0;
}
#footer-bar .footer-bar-link {
  margin: 0 4px;
  color: var(--yikun-fontcolor);
  font-size: 0.8rem;
  padding: 8px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
}
#footer-bar .footer-bar-link.cc {
  margin-right: 0;
}
#footer-bar .footer-bar-link.cc i {
  font-size: 18px;
}
#footer-bar .footer-bar-link.cc i:not(:last-child) {
  margin-right: 0.5rem;
}
#footer-bar .footer-bar-link:hover {
  color: var(--yikun-theme);
  background: var(--yikun-main-op);
}
#footer-bar .footer-bar-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#footer-bar > div > div.footer-bar-left > span {
  margin-right: 1rem;
}
#loading-box {
  user-select: none;
}
#loading-box .loading-bg {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--yikun-background);
  z-index: 1999;
  opacity: 1;
  transition: 0.2s;
  pointer-events: all;
  animation: showLoading 0.3s 0s backwards;
}
#loading-box.loaded .loading-bg {
  pointer-events: none;
  transition: 0.2s;
  animation: hideLoading 0.3s 0s forwards;
}
#loading-box .loading-img {
  width: 100px;
  height: 100px;
  margin: auto;
  animation-duration: 0.2s;
  animation-name: loadingAction;
  border-radius: 50px;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@-moz-keyframes loadingAction {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
@-webkit-keyframes loadingAction {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
@-o-keyframes loadingAction {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes loadingAction {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
@-moz-keyframes hideLoading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hideLoading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes hideLoading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideLoading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes showLoading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showLoading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes showLoading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showLoading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page-header {
  position: relative;
  width: 100%;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
}
#page-header.not-top-img {
  height: 60px;
  background: 0 center;
}
#page-header.not-top-img #nav {
  transition: 0.3s;
  background: var(--yikun-card-bg);
}
#page-header.not-top-img #nav a {
  color: var(--yikun-fontcolor);
}
#page-header.not-top-img #nav a:hover {
  color: var(--yikun-card-bg);
}
#page-header:not(.nav-fixed) #nav {
  background: var(--yikun-none);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #page-header:not(.nav-fixed) #nav {
    transition: 0s;
  }
}
.post #page-header:not(.nav-fixed) #nav #nav-right .nav-button .console_switchbutton label i {
  background: var(--yikun-white);
}
#page-header #site-title {
  margin: 0;
  color: var(--yikun-white);
  font-size: 1.85em;
}
@media screen and (min-width: 768px) {
  #page-header #site-title {
    font-size: 2.85em;
  }
}
#page-header #site-subtitle {
  color: var(--light-grey);
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  #page-header #site-subtitle {
    font-size: 1.72em;
  }
}
#page-header #site_social_icons {
  display: none;
  margin: 0 auto;
  width: 15rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-header #site_social_icons {
    display: block;
  }
}
#page-header #site_social_icons .social-icon {
  margin: 0 0.5rem;
  color: var(--light-grey);
  font-size: 1.43em;
  cursor: pointer;
}
#page-header #scroll-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  display: none;
}
#page-header #scroll-down .scroll-down-effects {
  animation: 1.5s ease 0s infinite normal none running scroll-down-effect;
  position: relative;
  width: 100%;
  color: var(--light-grey);
  font-size: 30px;
}
#page-header.not-home-page {
  height: 20rem;
}
@media screen and (max-width: 768px) {
  #page-header.not-home-page {
    height: 14rem;
  }
}
#page-header #page-site-info {
  position: absolute;
  top: 10rem;
  padding: 0 0.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-header #page-site-info {
    top: 7rem;
  }
}
#page-header #nav {
  z-index: 100;
  box-shadow: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #page-header #nav {
    transition: 0s;
  }
}
@media screen and (max-width: 1400px) {
  #page-header #nav {
    padding: 0;
  }
}
#page-header #nav a:hover span.solitude {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #page-header #nav a:hover span.solitude {
    opacity: 1;
  }
}
#page-header #nav #nav-group {
  max-width: 1400px;
  width: 100%;
  display: flex;
  position: relative;
  padding: 0 1.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-header #nav #nav-group {
    width: 100%;
    display: flex;
    position: relative;
    padding: 0 12px;
  }
}
#page-header #nav #nav-right {
  position: absolute;
  right: 0;
  z-index: 102;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  margin-right: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-header #nav #nav-right {
    margin-right: 12px;
  }
}
#page-header #nav #nav-right div {
  padding: 0;
  margin-left: 0.5rem;
}
#page-header #nav #nav-right .nav-button {
  margin-left: 0.5rem;
  cursor: pointer;
}
#page-header #nav #nav-right .nav-button a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
#page-header #nav #nav-right .nav-button a i {
  font-size: 20px;
}
#page-header #nav #nav-right .nav-button a.totopbtn {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: var(--yikun-fontcolor);
  color: var(--yikun-card-bg);
  position: absolute;
  top: 5px;
  right: 5px;
  transition: 0.3s;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton {
  padding: 10px 7.5px;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label i {
  background: var(--yikun-card-bg);
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .left {
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .center {
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton:hover label .right {
  width: 0.3rem;
  height: 100%;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i {
  transition: all 0.3s;
  position: absolute;
  border-radius: 12px;
  background: var(--yikun-fontcolor);
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.left {
  top: 0;
  width: 100%;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.center {
  bottom: 0;
  width: 0.3rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button a.console_switchbutton label i.right {
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.3rem;
}
#page-header #nav #nav-right .nav-button.long a.totopbtn {
  width: 70px;
}
#page-header #nav #nav-right .nav-button:hover a.totopbtn {
  background: var(--yikun-lighttext);
}
#page-header #nav #nav-right .nav-button:not(.long):hover a.totopbtn {
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
}
#page-header.nav-fixed #nav {
  position: fixed;
  top: 0;
  transition: 0.3s;
  box-shadow: none;
  background: var(--yikun-card-bg);
  outline: 1px solid var(--yikun-card-border);
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #menus {
    z-index: 100;
  }
}
#page-header.nav-fixed #nav #menus > div.menus_items {
  transition: 0.3s;
  height: 40px;
  margin: auto 0;
}
#page-header.nav-fixed #nav #menus[style*="padding-right: 300px;"] .menus_items {
  transform: translateX(-150px);
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name {
    z-index: 101;
    transition: 0.3s;
    top: 10px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name-text {
    display: inline;
    opacity: 1;
    transition: 0.3s;
    line-height: 1;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav #page-name-text:hover:after {
    opacity: 1;
    line-height: 36px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed #nav div.menus_items {
    transition: 0.15s;
    position: relative;
    top: -60px;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #page-name {
    z-index: 100;
    top: 60px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #page-name-text {
    display: inline;
    transition: 0.15s;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav div.menus_items {
    opacity: 1;
    transition: 0.15s;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  #page-header.nav-fixed.nav-visible #nav #menus {
    z-index: 101;
  }
}
@media screen and (max-width: 768px) {
  #page-header.nav-fixed #travellings_button {
    opacity: 0;
  }
}
#page-header.no-top-img {
  margin-bottom: 0;
}
#page-header:not(.nav-fixed) #percent {
  transition: 0.3s;
}
#page-header:not(.nav-fixed) #nav-right #nav-totop {
  width: 0;
  transform: scale(0);
  margin-left: 0;
  overflow: hidden;
  transition: 0.3s;
}
#page-header #scroll-down .scroll-down-effects,
#page-header #site-subtitle,
#page-header #site-title {
  text-align: center;
  line-height: 1.5;
}
#page-header.nav-fixed > #nav,
#page-header.not-top-img > #nav {
  box-shadow: none;
}
#nav {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.3em;
  opacity: 0;
  transition: all 0.5s ease 0s;
  outline: 1px solid var(--yikun-none);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #nav {
    padding: 0;
  }
}
#nav.show {
  top: 0;
  transition: 0.2s;
  position: fixed;
  opacity: 1;
  filter: none;
}
#nav #toggle-menu {
  display: none;
  padding: 0.1rem 0 0 0.3rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #nav #toggle-menu {
    display: inline-block;
  }
}
#nav #toggle-menu:hover {
  color: var(--yikun-white);
}
#nav #site-name {
  padding: 0;
  transition: 0.3s;
  display: flex;
  height: 35px;
  min-width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  cursor: pointer;
}
@media (hover: hover) {
  #nav #site-name:hover i,
  #nav #site-name:hover span,
  #nav #site-name:hover img {
    color: var(--yikun-card-bg);
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  #nav #site-name:hover i,
  #nav #site-name:hover span,
  #nav #site-name:hover img {
    opacity: 0;
  }
}
@media screen and (min-width: 900px) {
  #nav #site-name:hover i.fa-solid.fa-home {
    opacity: 1;
  }
}
#nav #site-name i.fa-solid.fa-home {
  opacity: 0;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--yikun-card-bg);
}
#nav #site-name img {
  max-width: 120px;
  max-height: 35px;
  padding: 4px 8px;
}
#nav #blog_name {
  flex-wrap: nowrap;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 102;
  transition: 0.3s;
}
#nav a {
  transition: 0.3s;
  color: var(--yikun-white);
  padding: 0.3rem 0.4rem 0;
  border-radius: 8px;
}
#nav a:hover {
  background: var(--yikun-white-op);
  transition: 0.3s;
  color: var(--yikun-white);
}
@media screen and (max-width: 768px) {
  #nav a:hover {
    background: var(--yikun-none);
    box-shadow: none;
    transition: 0.3s;
    color: var(--yikun-fontcolor);
  }
}
#nav #menus {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 60px;
  left: 0;
  margin: 0;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  #nav #menus {
    display: none;
  }
}
#nav .menus_items {
  position: relative;
  width: fit-content;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#nav .menus_items .menus_item {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
}
#nav .menus_items .menus_item .menus_item_child {
  padding: 6px 4px 8px 4px;
  border-radius: 100px;
  background-color: var(--yikun-maskbgdeep);
  box-shadow: var(--yikun-shadow-black);
  border: var(--style-border);
  transition: 0.3s;
  backdrop-filter: blur(20px);
  top: 35px;
  position: absolute;
  margin-top: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.8);
}
#nav .menus_items .menus_item .menus_item_child li {
  display: inline-flex;
  list-style: none;
  border-radius: 5px;
  margin: 0 4px;
}
#page-header #nav .menus_items .menus_item .menus_item_child li a {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 0.3rem 0.8rem;
  width: 100%;
  color: var(--yikun-fontcolor);
}
#page-header #nav .menus_items .menus_item .menus_item_child li a:hover {
  background: var(--yikun-lighttext);
  color: var(--yikun-card-bg);
  box-shadow: var(--yikun-shadow-main);
  margin: 0 auto;
  transform: scale(1);
  padding: 0.3rem 1rem;
}
#page-header #nav .menus_items .menus_item .menus_item_child li a i:not(.fa-brands) {
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
}
#nav .menus_items .menus_item .menus_item_child::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
}
#nav .menus_items .menus_item .menus_item_child:before {
  top: -10px;
}
#nav .menus_items .menus_item:hover .menus_item_child {
  display: block;
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-main);
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}
#nav .menus_items .menus_item:hover i.expand {
  transform: rotate(180deg);
}
#nav .menus_items .menus_item i.expand {
  padding: 4px;
  transition: transform 0.3s ease 0s;
}
#nav #search-button {
  display: inline;
  padding: 0 0.4rem;
}
#nav .site-page {
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.78em;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  #nav #page-name-text {
    display: inline;
    font-weight: 700;
    padding: 4px 8px;
    opacity: 0;
    transition: 0.1s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-align: center;
    cursor: pointer;
    top: 0;
    font-size: 0.9rem;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
}
@media screen and (min-width: 900px) {
  #nav #page-name-text:hover {
    color: var(--yikun-lighttext) !important;
    background: var(--yikun-none);
    box-shadow: none;
  }
}
@media screen and (max-width: 899px) {
  #nav #page-name-mask {
    display: none !important;
  }
}
#site-logo {
  width: 121px;
}
#nav-totop {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  align-items: center;
}
#nav-totop.long {
  width: 80px;
}
#nav-totop .totopbtn {
  padding-top: 0;
}
#nav-totop .totopbtn i {
  position: absolute;
  display: flex;
  font-size: 22px;
  opacity: 0;
  line-height: 1;
}
#nav-totop:hover .totopbtn i {
  opacity: 1;
  color: var(--yikun-card-bg);
  transition: 0.3s;
}
#nav-totop:hover #percent {
  opacity: 0;
  font-weight: 700;
}
#nav-totop #percent {
  font-size: 12px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
.nav-fixed #nav-totop #percent,
.page #nav-totop #percent {
  font-size: 12px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
.nav-fixed #nav a {
  color: var(--yikun-fontcolor);
  transition: 0.3s;
}
.nav-fixed #nav a:hover {
  background: var(--yikun-lighttext);
  color: var(--yikun-card-bg);
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .nav-fixed #nav #site-name:hover {
    background: var(--yikun-lighttext);
  }
}
.nav-fixed #nav .menus_item:hover >,
.nav-fixed #nav .menus_item:hover a.site-page {
  background-color: var(--yikun-lighttext);
}
@media screen and (min-width: 768px) {
  .nav-fixed #nav .menus_item:hover >,
  .nav-fixed #nav .menus_item:hover a.site-page {
    background-color: var(--yikun-main);
  }
}
@media screen and (min-width: 900px) {
  .post #nav #site-name:hover {
    align-items: center;
  }
}
.post #nav #site-name i.fa-solid.fa-home {
  color: var(--yikun-white);
}
.post .nav-fixed #nav #site-name i.fa-solid.fa-home {
  color: var(--yikun-card-bg);
}
@media screen and (min-width: 900px) {
  .post .not-top-img #nav a:hover {
    background: var(--yikun-lighttext);
  }
}
.back-menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 340px;
  justify-content: space-between;
}
.back-menu-list::before {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
}
.back-menu-item {
  display: flex;
  align-items: center;
  margin: 4px 8px;
  padding: 4px 8px;
}
#nav .back-menu-item {
  padding: 4px 8px;
}
#nav .back-menu-item:hover {
  background: var(--yikun-lighttext);
}
.back-menu-item:hover {
  background: var(--yikun-lighttext);
}
.back-menu-item:hover .back-menu-item-text {
  color: var(--yikun-card-bg);
}
.back-menu-item .back-menu-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--yikun-none);
}
.back-menu-item .back-menu-item-text {
  font-size: 16px;
  transition: 0.3s;
  margin-left: 0.5rem;
  color: var(--yikun-fontcolor);
}
@media screen and (max-width: 768px) {
  .back-menu-item .back-menu-item-text {
    font-size: 14px;
  }
}
.page #nav a:hover {
  color: var(--yikun-card-bg);
  background: var(--yikun-main);
  transition: 0.3s;
  box-shadow: var(--yikun-shadow-main);
}
.page #nav #site-name:hover i {
  color: var(--yikun-card-bg);
}
@media screen and (min-width: 768px) {
  .page .menus_item:hover > a.site-page {
    color: var(--yikun-card-bg) !important;
    background: var(--yikun-main);
    box-shadow: var(--yikun-shadow-main);
  }
}
.error #nav a:hover {
  background: var(--yikun-main);
}
@media screen and (max-width: 768px) {
  .error #nav #site-name i {
    color: var(--yikun-fontcolor);
  }
}
#weblogo {
  align-self: center;
}
#menus > div.menus_items > div > a {
  letter-spacing: 0.3rem;
  padding-left: 0.7rem;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 40px;
}
#travellings_button {
  display: inline;
  padding: 0 0.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #travellings_button {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #page-name {
    align-items: center;
    display: flex;
    border-radius: 12px;
    height: 40px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
}
@media screen and (min-width: 900px) {
  #page-name-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #nav-console {
    display: none;
  }
}
span.tags-punctuation {
  display: flex;
  align-items: center;
}
.bber-reply {
  cursor: pointer;
  margin: 0 4px;
}
.bber-reply:hover {
  color: var(--yikun-main);
}
.post-tips {
  color: var(--yikun-gray);
  font-size: 14px;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .post-tips {
    left: 1rem;
  }
}
.post-tips a {
  color: var(--yikun-gray);
  border: none;
  margin-left: 4px;
}
.post-tips a:hover {
  color: var(--yikun-main);
}
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 4px;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 8px;
  width: 4rem;
  background: var(--yikun-secondbg);
  border: var(--style-border);
  overflow: hidden;
}
.pace.pace-inactive {
  opacity: 0;
  transition: 0.3s;
  top: -8px;
}
.pace.pace-inactive .pace-progress {
  opacity: 0;
  transition: 0.3s ease-in;
}
.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: var(--yikun-logo-color);
  animation: gradient 2s ease infinite;
  background-size: 200%;
}
#pagination {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pagination {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  #pagination {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#pagination .pagination {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #pagination .pagination {
    display: flex;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination .extend {
    width: 100%;
    height: 2.5rem;
    margin: 0.2rem 0 1rem 0;
    border-radius: 12px;
    line-height: 2.5rem;
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
  }
}
@media screen and (max-width: 768px) {
  #pagination .pagination .extend i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #pagination .space {
    display: none;
  }
}
#pagination .page-number {
  display: inline-block;
  margin: 0 0.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  #pagination .page-number {
    width: 2rem;
    background: var(--yikun-card-bg);
    height: 2rem;
    line-height: calc(2rem - 2px);
    border-radius: 8px;
    margin: 0 0.3rem;
    box-shadow: var(--yikun-shadow-border);
    border: var(--style-border);
    transition: 0.3s;
  }
  #pagination .page-number:hover {
    color: var(--yikun-theme);
    border: var(--style-border-hover);
    box-shadow: var(--yikun-shadow-main);
  }
}
@media screen and (max-width: 768px) {
  #pagination .page-number {
    display: none;
  }
}
#pagination .page-number.current {
  background: var(--yikun-theme);
  color: var(--yikun-white);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #pagination .page-number.current {
    background: var(--yikun-theme);
    border: var(--style-border-hover);
    box-shadow: var(--yikun-shadow-theme);
  }
  #pagination .page-number.current:hover {
    background: var(--yikun-theme);
    box-shadow: var(--yikun-shadow-theme);
    color: var(--yikun-white);
  }
}
@media screen and (min-width: 768px) {
  #pagination a.extend.next,
  #pagination a.extend.prev {
    width: 4rem;
    height: 2rem;
    line-height: 1.9rem;
    border-radius: 8px;
    background: var(--yikun-card-bg);
    box-shadow: var(--yikun-shadow-border);
    position: absolute;
    border: var(--style-border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
  }
  #pagination a.extend.next i,
  #pagination a.extend.prev i {
    transition: 0.3s;
  }
}
#pagination a.extend:hover {
  color: var(--yikun-theme);
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-main);
}
#pagination a.extend.next {
  right: 0;
}
@media screen and (min-width: 768px) {
  #pagination a.extend.next .pagination_tips_next {
    margin-left: -32px;
    transition: 0.3s ease-out 0s;
    opacity: 0;
  }
}
#pagination a.extend.next:hover .pagination_tips_next {
  margin-left: 2px;
  opacity: 1;
  white-space: nowrap;
}
#pagination a.extend.prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  #pagination a.extend.prev .pagination_tips_prev {
    margin-right: -32px;
    transition: 0.3s ease-out 0s;
    opacity: 0;
  }
}
#pagination a.extend.prev:hover .pagination_tips_prev {
  margin-right: 2px;
  opacity: 1;
  white-space: nowrap;
}
#pagination .toPageGroup {
  display: flex;
  position: relative;
  margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
  #pagination .toPageGroup {
    display: none;
  }
}
#pagination .toPageGroup a#toPageButton {
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  cursor: text;
  pointer-events: none;
}
#pagination .toPageGroup:focus-within a#toPageButton,
#pagination .toPageGroup:hover a#toPageButton {
  width: 30px;
  height: 30px;
  right: 4px;
  top: 5px;
  background: var(--yikun-card-bg);
  border: 1px solid var(--yikun-none);
  border-radius: 4px;
  opacity: 0.2;
}
#pagination .toPageGroup input {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: var(--style-border-always);
  transition: 0.3s;
  outline-style: none;
  font-size: 16px;
  padding-left: 12px;
  background: var(--yikun-secondbg);
  color: var(--yikun-fontcolor);
}
#pagination .toPageGroup input:focus,
#pagination .toPageGroup:hover input {
  border: var(--style-border-hover-always);
  outline-style: none;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #category #recent-posts,
  #tag #recent-posts {
    padding: 0;
  }
}
.recent-post-item {
  box-shadow: var(--yikun-shadow-light2black);
  display: flex;
  align-items: center;
  animation: slide-in 0.6s 0.4s backwards;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  height: fit-content;
  background: var(--yikun-card-bg);
  border-radius: 12px;
  cursor: pointer;
  border: var(--style-border);
}
@media screen and (max-width: 1300px) {
  .recent-post-item {
    margin-bottom: 0.5rem;
  }
  #tag .recent-post-item:first-child {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item {
    border-radius: 12px;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
    display: block;
    position: relative;
    clip-path: inset(0 0 0 0 round 12px);
  }
}
.recent-post-item:hover {
  box-shadow: var(--yikun-shadow-main);
  border: var(--style-border-hover);
}
.recent-post-item:hover .post_cover img.post_bg {
  transform: scale(1.03);
  transition: 0.3s ease-in-out;
  filter: brightness(0.85);
}
.recent-post-item:hover .recent-post-info-top .article-title {
  color: var(--yikun-theme);
}
.recent-post-item .post_cover {
  position: relative;
  transition: 1s;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 1300px) {
  .recent-post-item .post_cover {
    height: 225px;
  }
}
@media screen and (max-width: 1300px) {
  .recent-post-item .post_cover {
    width: 75%;
    display: flex;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item .post_cover {
    width: 100%;
    height: 170px;
    border-radius: 5px 8px 0 0;
  }
}
.recent-post-item .post_cover a {
  min-width: 100%;
  min-height: 100%;
}
.recent-post-item .post_cover img.post_bg {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .recent-post-item .post_cover img.post_bg {
    min-width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    min-height: 100%;
    user-select: none;
  }
}
@media screen and (max-width: 768px) {
  .recent-post-item .post_cover img.post_bg {
    border-radius: 12px 12px 0 0;
  }
}
.recent-post-item > .recent-post-info {
  height: 100%;
  width: 100%;
  padding: 18px 32px 18px 32px;
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .recent-post-item > .recent-post-info {
    min-height: 165px;
  }
}
.recent-post-item > .recent-post-info span.tags-punctuation {
  transition: 0.3s;
}
.recent-post-item > .recent-post-info span.tags-punctuation:hover {
  color: var(--yikun-main);
}
.recent-post-item > .recent-post-info .recent-post-info-top {
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.recent-post-item > .recent-post-info .recent-post-info-top .article-title {
  line-height: 30px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
  transition: 0.3s;
  font-size: 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips {
  display: flex;
  user-select: none;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips > .sticky-warp {
  display: flex;
  position: relative;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips > .sticky-warp i {
  font-size: 0.5rem;
  margin-right: 3px;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .original {
  display: flex;
  color: var(--yikun-secondtext);
  font-size: 0.5rem;
  position: relative;
  margin-right: 8px;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .unvisited-post {
  display: flex;
  color: var(--yikun-secondtext);
  font-size: 0.5rem;
  position: relative;
}
.recent-post-item > .recent-post-info .recent-post-info-top .recent-post-info-top-tips .unvisited-post:visited {
  color: var(--yikun-card-bg);
}
.article-meta-wrap {
  color: var(--yikun-fontcolor);
  font-size: 0.7rem;
  user-select: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  left: 0;
  white-space: nowrap;
}
.article-meta-wrap > .article-meta {
  margin: 0 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.article-meta-wrap > .article-meta > .article-meta__tags {
  margin-right: 8px;
  padding: 0 0.2rem 0 0;
  color: var(--yikun-fontcolor);
}
.article-meta-wrap > .post-meta-date {
  right: 0;
  text-align: right;
}
.article-meta-wrap > .post-meta-date i {
  display: none;
}
.article-meta-wrap .article-meta__separator {
  display: none;
}
.article-meta-wrap a:hover {
  background-color: var(--yikun-none);
  color: var(--yikun-lighttext);
  cursor: pointer;
  border-radius: 4px;
}
.article-meta-wrap i {
  margin: 0 0.4rem 0 0;
}
.article-meta-wrap .sticky {
  color: var(--yikun-fontcolor);
}
#recent-posts {
  position: relative;
}
@media screen and (min-width: 1300px) {
  #recent-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    transition: width 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #recent-posts {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1300px) {
  #recent-posts > .recent-post-item {
    flex-direction: column;
    width: 100%;
    flex: 1 1 40%;
    max-width: 50%;
    box-shadow: var(--yikun-shadow-border);
  }
}
#rightMenu {
  display: none;
  position: fixed;
  padding: 0 0.25rem;
  width: 9rem;
  height: fit-content;
  top: 10%;
  left: 10%;
  background-color: var(--yikun-maskbgdeep);
  backdrop-filter: blur(20px);
  transform: translateZ(0);
  color: var(--yikun-fontcolor);
  border-radius: 12px;
  z-index: 99994;
  border: var(--style-border);
  user-select: none;
  box-shadow: var(--yikun-shadow-black);
  transition: border 0.3s;
}
#rightMenu:hover {
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-theme);
}
#rightMenu .rightMenu-group {
  padding: 0.35rem 0.3rem;
}
#rightMenu .rightMenu-group.rightMenu-small {
  display: flex;
  justify-content: space-between;
}
#rightMenu .rightMenu-group.rightMenu-small .rightMenu-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rightMenu .rightMenu-group.rightMenu-line .rightMenu-item {
  display: flex;
}
#rightMenu .rightMenu-group .rightMenu-item {
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
  margin: 0.25rem 0;
  padding: 0.25rem 0.5rem;
}
#rightMenu .rightMenu-group .rightMenu-item:hover {
  background-color: var(--yikun-lighttext);
  color: var(--yikun-card-bg);
  box-shadow: var(--yikun-shadow-main);
}
#rightMenu .rightMenu-group .rightMenu-item i {
  display: inline-block;
  text-align: center;
  line-height: 1.5rem;
  width: 1.5rem;
  padding: 0 0.25rem;
  margin: 0 0.25rem;
}
#rightMenu .rightMenu-group .rightMenu-item span {
  line-height: 1.5rem;
}
#rightMenu .rightMenu-line {
  border-top: 1px dashed var(--yikun-theme-op);
}
#rightmenu-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: 0 0;
  top: 0;
  left: 0;
  display: none;
  margin: 0 !important;
  z-index: 99993;
}
#rightside {
  position: fixed;
  right: -2.5rem;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s;
}
#rightside button {
  display: block;
  margin-bottom: 5px;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  text-align: center;
  font-size: 16px;
}
#rightside button.pc {
  display: blok;
}
@media screen and (max-width: 900px) {
  #rightside button.pc {
    display: none;
  }
}
#rightside button.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  #rightside button.mobile {
    display: block;
  }
}
#rightside button.top:hover #percent {
  display: none;
}
#rightside button.top:hover i {
  display: block;
  transition: all 0.3s;
  transform: scale(1.3);
}
#rightside button.top i {
  transition: all 0.3s;
  display: none;
}
#rightside button.top i.show {
  display: block;
}
#rightside .rs_hide {
  transform: translate(45px, 0);
  transition: all 0.4s;
  opacity: 0;
}
#rightside .rs_hide.show {
  opacity: 0.8;
  transform: translate(0, 0);
}
#sidebar {
  background: var(--yikun-maskbg);
}
#sidebar #menu-mask {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  background: var(--yikun-maskbg);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
  animation: 0.6s ease 0s 1 normal none running to_show;
}
#sidebar #sidebar-menus {
  position: fixed;
  top: 0;
  right: -300px;
  overflow: hidden auto;
  width: 300px;
  height: 100%;
  background: var(--yikun-maskbgdeep);
  transition: all 0.5s ease 0s;
  z-index: 1001;
  border-left: var(--style-border-always);
}
@media screen and (min-width: 768px) {
  #sidebar #sidebar-menus {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
    width: calc(50% - 16px);
  }
  #sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item:hover {
    background: var(--yikun-lighttext);
  }
  #sidebar #sidebar-menus .menus_items li .site-page {
    font-weight: 400;
  }
  #sidebar #sidebar-menus .menus_items li .site-page:hover {
    background: var(--yikun-main) !important;
    color: var(--yikun-white);
  }
  #sidebar #sidebar-menus .menus_items li .site-page span:hover {
    color: var(--yikun-white);
  }
}
.site-data {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin: 12px 0 0 0;
  padding: 0.6rem 16px;
}
.site-data .data-item {
  display: flex;
  justify-content: flex-start;
  margin-right: 36px;
}
.site-data .data-item .data-item-link > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-data .data-item .data-item-link .length-num {
  color: var(--yikun-fontcolor);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.site-data .data-item .data-item-link .headline {
  font-size: 12px;
  color: var(--yikun-secondtext);
}
#sidebar #sidebar-menus .menus_items {
  padding: 0 16px;
}
#sidebar #sidebar-menus .menus_items .site-page {
  position: relative;
  display: block;
  padding: 0;
  color: var(--yikun-fontcolor);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
#sidebar #sidebar-menus .menus_items .menus_item > .site-page {
  display: flex;
  font-size: 12px;
  color: var(--yikun-secondtext);
}
#sidebar #sidebar-menus .menus_items .expand {
  position: absolute;
  top: 0.78em;
  right: 0.4rem;
  transition: transform 0.3s ease 0s;
}
#sidebar #sidebar-menus .menus_items .expand.hide {
  transform: rotate(90deg) !important;
}
#sidebar #sidebar-menus .menus_items .menus_item_child {
  margin: 0 -4px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#sidebar #sidebar-menus .menus_items .menus_item_child .site-page.child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  border: var(--style-border-always);
  background: var(--yikun-card-bg);
}
#sidebar #sidebar-menus .menus_items .menus_item_child li {
  width: calc(50% - 8px);
  margin: 4px;
}
#sidebar #sidebar-menus .menus_items .menus_item_child .site-page.child span {
  line-height: 1;
  margin-top: 8px;
}
#sidebar #sidebar-menus > hr {
  display: none;
}
#sidebar #sidebar-menus.open {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #sidebar-menus .back-menu-list-groups {
  padding: 0 16px;
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list-title {
  font-size: 12px;
  color: var(--yikun-secondtext);
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list {
  width: calc(100% + 16px);
  justify-content: flex-start;
  margin: 0 -8px;
}
#sidebar #sidebar-menus .back-menu-list-groups .back-menu-list .back-menu-item {
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  border-radius: 8px;
}
#sidebar #sidebar-menus .back-home-button {
  display: none;
}
#sidebar #sidebar-menus > .author-avatar {
  padding: 1.3rem 1.5rem 0;
  text-align: center;
}
#sidebar #sidebar-menus > .author-avatar img {
  width: 110px;
  height: 110px;
  border-radius: 70px;
  transition: all 0.5s ease 0s;
}
#sidebar #sidebar-menus > .author-avatar img:hover {
  transform: rotate(360deg);
}
#sidebar #sidebar-menus hr {
  margin: 1rem auto;
}
#sidebar #sidebar-menus .card-tag-cloud {
  padding: 0 16px;
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#sidebar #sidebar-menus .card-tag-cloud a {
  color: var(--yikun-fontcolor);
  padding: 2px 8px 2px 12px;
  border-radius: 8px;
  border: var(--style-border-always);
  background: var(--yikun-card-bg);
  font-size: 14px !important;
}
#sidebar #sidebar-menus .card-tag-cloud a:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
#sidebar #sidebar-menus .card-tag-cloud a sup {
  opacity: 0.6;
  margin-left: 4px;
}
#sidebar #sidebar-menus span.sidebar-menu-item-title {
  font-size: 12px;
  color: var(--yikun-secondtext);
  margin-left: 16px;
}
#sidebar #sidebar-menus .sidebar-menu-item {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 6px;
}
#sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton {
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
#sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
[data-theme="dark"] #sidebar #sidebar-menus .sidebar-menu-item span.darkmode_switchbutton {
  background: var(--yikun-orange);
  color: var(--yikun-white);
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child {
  width: 100%;
  background: var(--yikun-card-bg);
  border-radius: 8px;
  border: var(--style-border-always);
  display: flex;
  align-items: center;
  font-size: 14px;
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar #sidebar-menus .sidebar-menu-item span.menu-child span {
  margin-left: 10px;
}
#sidebar #sidebar-menus .webinfo {
  padding: 0 16px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}
#sidebar #sidebar-menus .webinfo .webinfo-item {
  justify-content: space-between;
}
#sidebar #sidebar-menus .menus_items .site-page span:hover {
  color: var(--yikun-fontcolor);
}
#sidebar #toggle-sidebar {
  bottom: 80px;
}
#home_top {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #home_top {
    padding: 0 1rem;
    margin-top: 0;
  }
}
#home_top .recent-top-post-group {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #home_top .recent-top-post-group {
    border-radius: 0;
  }
}
#home_top .recent-top-post-group .recent-post-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #home_top .recent-top-post-group .recent-post-top {
    flex-direction: column;
  }
}
#home_top .recent-top-post-group .recent-post-top::-webkit-scrollbar {
  display: none;
}
#home_top .recent-top-post-group .recent-post-top .top-post-group {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #home_top .recent-top-post-group .recent-post-top .top-post-group {
    flex-wrap: nowrap;
  }
}
#bannerGroup {
  display: flex;
}
@media screen and (min-width: 1201px) {
  #bannerGroup {
    width: calc(50% - 0.25rem);
    height: calc(328px + 0.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#bannerGroup .tags-group-wrapper {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  animation: rowup 60s linear infinite;
  width: 300px;
  margin-left: auto;
}
#bannerGroup .tags-group-icon-pair {
  display: flex;
}
#bannerGroup .tags-group-icon-pair .tags-group-icon:nth-child(even) {
  margin-left: 4rem;
}
.topGroup {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .topGroup {
    overflow-x: auto;
  }
  .topGroup::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .topGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: calc(328px + 0.5rem);
    align-content: space-between;
    width: calc(50% - 0.25rem);
    position: relative;
    animation: slide-in 0.6s 0.1s backwards;
  }
}
.topGroup .top-post-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  align-items: flex-start;
  background: var(--yikun-card-bg);
  border-radius: 12px;
  overflow: hidden;
  height: 164px;
  max-height: 164px;
  border: var(--style-border-always);
  transition: 0.3s;
  position: relative;
  box-shadow: var(--yikun-shadow-border);
  min-width: fit-content;
}
@media screen and (max-width: 1200px) {
  .topGroup .top-post-item {
    width: 200px;
    min-width: 200px;
  }
}
.topGroup .top-post-item:hover .post_cover a .top-post-top-text {
  left: 0;
}
.topGroup .top-post-item .post_cover {
  width: 100%;
}
.topGroup .top-post-item .post_cover a {
  height: 100px;
  overflow: hidden;
  display: flex;
}
.topGroup .top-post-item .post_cover a img {
  object-fit: cover;
  width: 100%;
  background: var(--yikun-secondbg);
}
.topGroup .top-post-item .post_cover a .top-post-top-text {
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  z-index: 1;
  background: var(--yikun-theme);
  color: var(--yikun-white);
  padding: 2px 8px;
  font-size: 0.6rem;
  border-radius: 0 0 12px 0;
  transition: 0.3s;
  cursor: pointer;
}
.top-post-info {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  transition: 0.3s;
}
.top-post-info .article-title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0;
}
.top-post-info .article-title:hover {
  color: var(--yikun-fontcolor);
}
.topGroup .todayCard {
  display: none;
}
@media screen and (min-width: 1201px) {
  .topGroup .todayCard {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--yikun-card-bg);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    cursor: pointer;
    pointer-events: all;
  }
  .topGroup .todayCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 -109px 133px -9px #333 inset;
  }
  .topGroup .todayCard.hide {
    opacity: 0;
    pointer-events: none;
  }
  .topGroup .todayCard .todayCard-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    color: var(--yikun-white);
    max-width: 60%;
    transition: 0.3s;
  }
  .topGroup .todayCard .todayCard-info .todayCard-tips {
    opacity: 0.8;
    font-size: 0.6rem;
  }
  .topGroup .todayCard .todayCard-info .todayCard-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  .topGroup .todayCard .todayCard-cover {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
    transition: 0.3s;
  }
  .topGroup .todayCard .banner-button-group {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    transition: 0.3s;
  }
  .topGroup .todayCard .banner-button {
    background: var(--yikun-white-op);
    border-radius: 20px;
    color: var(--yikun-white);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: 0.3s;
    cursor: pointer;
    backdrop-filter: saturate(180%) blur(20px);
    transform: translateZ(0);
    height: 40px;
    width: 118px;
    justify-content: center;
  }
  .topGroup .todayCard .banner-button i {
    margin-right: 8px;
    font-size: 22px;
  }
  .topGroup .todayCard .banner-button:hover {
    background: var(--yikun-theme);
    color: var(--yikun-white);
  }
  .topGroup .todayCard.hide .todayCard-info {
    bottom: 1rem;
    opacity: 0;
  }
  .topGroup .todayCard.hide .todayCard-cover {
    transform: scale(1.2);
  }
  .topGroup .todayCard.hide .banner-button-group {
    bottom: 1rem;
  }
}
.banners-links {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 40px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 120px;
}
.banners-link-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 18px 8px 14px;
  border-radius: 60px;
  margin-bottom: 12px;
  color: var(--yikun-white);
  position: relative;
  background-size: 200%;
  margin-right: 10px;
}
.banners-link-btn:hover {
  background-position: 100% 0;
}
.banners-link-title {
  margin: 0 0.1rem 0 0.5rem;
}
#category-bar {
  padding: 0.4rem 0.7rem;
  background: var(--yikun-card-bg);
  border-radius: 12px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  border: var(--style-border);
  transition: 0.3s;
  height: 50px;
  width: 100%;
  justify-content: space-between;
  user-select: none;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1300px) {
  #category-bar:hover {
    border: var(--style-border-hover);
    box-shadow: var(--yikun-shadow-main);
  }
}
@media screen and (min-width: 1200px) {
  #category-bar {
    animation: slide-in 0.6s 0.3s backwards;
  }
}
@media screen and (max-width: 768px) {
  #category-bar {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0;
    background: var(--yikun-background);
    padding: 0 1rem;
    border: none;
  }
}
#category-bar .category-bar-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-right {
    display: none;
  }
}
#category-bar .category-bar-right .category-bar-next {
  margin-left: 8px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#category-bar .category-bar-right .category-bar-more {
  margin-left: 4px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 8px;
}
#category-bar .category-bar-right div:hover,
#category-bar .category-bar-right a:hover {
  background: var(--yikun-secondbg-bg);
  color: var(--yikun-lighttext);
}
#category-bar .category-bar-items {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  border-radius: 8px;
  align-items: center;
  height: 30px;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-items {
    height: 44px;
    gap: 6px;
  }
}
#category-bar .category-bar-items::-webkit-scrollbar {
  display: none;
}
#category-bar .category-bar-items .category-bar-item a:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
#category-bar .category-bar-items .category-bar-item a {
  padding: 0.1rem 0.5rem;
  margin-right: 6px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #category-bar .category-bar-items .category-bar-item a {
    border-radius: 50px;
    background: var(--yikun-card-bg);
    border: var(--style-border-always);
    padding: 21px 16px;
  }
}
#category-bar .category-bar-items .category-bar-item.select {
  order: -1;
}
#category-bar .category-bar-items .category-bar-item.select a {
  background: var(--yikun-theme);
  color: var(--yikun-white);
}
#home {
  order: 1;
}
#page {
  order: 1;
}
.hot-tip {
  display: flex;
  color: var(--yikun-red);
  font-size: 0.5rem;
  position: relative;
  margin-right: 8px;
  align-items: center;
  gap: 1px;
}
.hot-tip i {
  font-size: 10px;
  margin-right: 2px;
}
#category #category-bar {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #category #category-bar {
    border-radius: 0;
    background: var(--yikun-background);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    padding: 0;
    height: 50px;
    margin-top: 0;
    align-items: center;
  }
}
#page .category-lists {
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #page .category-lists {
    padding: 0;
  }
}
#page .category-lists ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.4rem;
  padding: 0 0 0 1rem;
  list-style: none;
  counter-reset: li 0;
}
#page .category-lists ul ul {
  padding-left: 0.2rem;
}
#page .category-lists ul li {
  position: relative;
  margin: 0.3rem 0;
  padding: 4px 16px;
  width: 200px;
  border-radius: 12px;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
}
#page .category-lists ul li::before {
  display: none;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  top: 0.7em;
  width: 0.43em;
  height: 0.43em;
  border: 0.215em solid #307af6;
  border-radius: 0.43em;
  background: 0 0;
  content: "";
}
#page .category-lists ul li:hover::before {
  border-color: #ff7242;
}
#page .category-lists .category-title {
  font-size: 2.57em;
}
@media screen and (max-width: 768px) {
  #page .category-lists .category-title {
    font-size: 2em;
  }
}
#page .category-lists .tag-cloud-list {
  gap: 0.5rem;
}
#page .category-lists .tag-cloud-list a {
  display: flex;
  width: fit-content;
  color: var(--yikun-fontcolor);
  font-size: 1.4em;
  padding: 0.2em 0.5em;
  background: var(--yikun-card-bg);
  border-radius: 12px;
  border: var(--style-border-always);
  box-shadow: var(--yikun-shadow-border);
  align-items: center;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #page .category-lists .tag-cloud-list a {
    zoom: 0.85;
  }
}
#page .category-lists .tag-cloud-list a span.tags-punctuation {
  transition: none;
}
#page .category-lists .tag-cloud-list a:hover {
  background: var(--yikun-main) !important;
  box-shadow: var(--yikun-shadow-blue);
  color: var(--yikun-white) !important;
  border: var(--style-border-hover);
}
#page .category-lists .tag-cloud-list a:hover span.tagsPageCount {
  color: var(--yikun-lighttext);
}
#page .category-lists .tag-cloud-list a:hover span.tags-punctuation {
  color: inherit;
}
span.tagsPageCount {
  background: var(--yikun-secondbg);
  padding: 4px 4px;
  border-radius: 8px;
  color: var(--yikun-secondtext);
  line-height: 1;
  text-align: center;
  min-width: 35px;
  display: inline-block;
  font-size: 1rem;
  margin-left: 4px;
}
@media screen and (min-width: 1300px) {
  #tag {
    padding: 4rem 2rem 1rem 2rem !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #tag {
    padding: 0 1rem;
  }
}
#tag #tag-page-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 0.5rem;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 1rem 2rem;
  left: 0;
  top: 0;
  max-height: 64px;
  overflow: hidden;
  background: var(--yikun-card-bg);
  backdrop-filter: saturate(180%) blur(20px);
  transition: 0.1s ease-out;
}
#tag #tag-page-tags:hover {
  max-height: 1000px;
  transition: 0.3s ease-out;
  background: var(--yikun-maskbgdeep);
}
#tag #tag-page-tags a {
  padding: 0.1rem 0.5rem;
  margin: 0.25rem 0.25rem;
  line-height: 1.6;
  border-radius: 8px;
  color: var(--yikun-fontcolor) !important;
  border: var(--style-border-always);
  display: flex;
  align-items: center;
  background: var(--yikun-card-bg);
  transition: all 0.3s ease-out 0s;
}
#tag #tag-page-tags a.select {
  order: -1;
  color: var(--yikun-card-bg) !important;
  background: var(--yikun-theme);
  box-shadow: var(--yikun-shadow-theme);
}
#tag #tag-page-tags a:hover {
  color: var(--yikun-white) !important;
  background: var(--yikun-theme);
  box-shadow: var(--yikun-shadow-theme);
}
#tag #tag-page-tags a.select .tagsPageCount {
  background: var(--yikun-card-bg);
  color: var(--yikun-lighttext);
}
@media screen and (max-width: 768px) {
  #tag #tag-page-tags {
    display: none;
  }
}
#body-wrap.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 1rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #body-wrap.error {
    padding-top: 0;
  }
}
#body-wrap.error #error-wrap {
  display: flex;
  justify-content: center;
  margin: 0 1rem;
  width: 100%;
  position: relative;
}
#body-wrap.error #error-wrap .error-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  height: 18rem;
  max-width: 800px;
  background: var(--yikun-card-bg);
  transition: all 0.3s ease 0s;
  border: var(--style-border-always);
  position: relative;
  width: 100%;
  box-shadow: none;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content {
    flex-direction: column;
    margin: 0;
    height: 25rem;
    width: 100%;
  }
}
#body-wrap.error #error-wrap .error-content .error-img {
  flex: 1 1 0;
  height: 100%;
  width: 600px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--yikun-main);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content .error-img {
    flex: 1 1 0;
    width: 100%;
    border-radius: 12px;
  }
}
#body-wrap.error #error-wrap .error-content .error-info {
  flex: 1 1 0;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
}
@media screen and (max-width: 768px) {
  #body-wrap.error #error-wrap .error-content .error-info {
    width: 100%;
    padding-bottom: 2rem;
  }
  #body-wrap.error #error-wrap .error-content .error-info .error_title {
    font-size: 4rem;
  }
}
#body-wrap.error #error-wrap .error-content .error-info .error_title {
  font-size: 9em;
  line-height: 1;
}
#body-wrap.error #error-wrap .error-content .error-info .error_subtitle {
  word-break: break-word;
  font-size: 1.6em;
  -webkit-line-clamp: 2;
}
#body-wrap.error #error-wrap .error-content .error-info a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 1.5rem;
  background: var(--btn-bg);
  color: var(--btn-color);
  transition: 0.3s;
}
#body-wrap.error #error-wrap .error-content .error-info a:hover {
  background: var(--yikun-theme);
}
#body-wrap.error #error-wrap .error-content .error-info a i {
  padding-right: 0.3rem;
}
#body-wrap.error .aside-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #body-wrap.error .aside-list {
    padding-top: 0;
  }
  #body-wrap.error .aside-list .aside-list-item .thumbnail {
    height: 100px;
  }
}
#body-wrap.error .aside-list .aside-list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
#body-wrap.error .aside-list .aside-list-item {
  padding: 0.5rem 0;
  width: 49%;
}
#body-wrap.error .aside-list .aside-list-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#body-wrap.error .aside-list .aside-list-item .thumbnail {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: var(--yikun-card-bg);
  display: flex;
}
#body-wrap.error .aside-list .aside-list-item .content .title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  padding-top: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}
#body-wrap.error .aside-list .aside-list-item .content time {
  display: none;
}
div.console_recentcomments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 100px;
  width: 100%;
}
.comment-card {
  position: relative;
  width: calc(100% / 3 - 8px);
  background: var(--yikun-card-bg);
  border-radius: 12px;
  border: var(--style-border-always);
  padding: 14px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.console-card .comment-card {
  width: calc(100% / 2 - 8px);
}
@media screen and (max-width: 900px) {
  .comment-card {
    width: calc(100% / 2 - 6px);
  }
}
@media screen and (max-width: 768px) {
  .comment-card {
    width: 100%;
  }
}
.comment-card:hover {
  border-color: var(--style-border-hover-always);
}
.comment-info {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: var(--style-border-always);
  padding-bottom: 8px;
}
.comment-info div {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.comment-article,
.comment-content {
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  font-size: 14px;
}
.comment-title {
  font-size: 12px;
  color: var(--yikun-secondtext);
  margin-top: auto;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  opacity: 0.6;
  padding-top: 8px;
}
.comment-title i {
  font-size: 12px;
  line-height: 12px;
}
.console_recentcomments .comment-info img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
  margin: 0;
}
span.comment-user {
  font-weight: 700;
}
time.comment-time {
  font-size: 12px;
  color: var(--yikun-secondtext);
  margin-left: auto;
}
#bbTimeList {
  background: var(--yikun-card-bg);
  border-radius: 12px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  border: var(--style-border);
  transition: 0.3s;
  height: 50px;
  width: 100%;
  justify-content: space-between;
  user-select: none;
  align-items: center;
  padding: 0.5rem 1rem;
  animation: slide-in 0.6s 0s backwards;
  margin-bottom: 0.5rem;
}
#bbTimeList.more-page {
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  #bbTimeList:hover {
    border: var(--style-border-hover);
    box-shadow: var(--yikun-shadow-main);
  }
}
@media screen and (max-width: 768px) {
  #bbTimeList {
    margin: 0;
    background: var(--yikun-background);
    border: none;
    padding: 0 0.2rem;
  }
}
i.bber-logo,
i.bber-gotobb {
  transition: 0.3s;
  cursor: pointer;
}
i.bber-logo:hover,
i.bber-gotobb:hover {
  opacity: 0.8;
  color: var(--yikun-theme);
}
i.bber-logo {
  font-size: 1.2rem;
  margin-right: 1rem;
}
i.bber-gotobb {
  font-size: 16px;
  margin-left: 1rem;
}
#bber {
  margin-top: 0.5rem;
  width: 100%;
}
#bber div.bber-content {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
#bber .bber-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  user-select: none;
}
#bber .bber-info {
  display: flex;
  align-items: center;
}
#bber .bber-info .fa-rectangles-mixed {
  margin-right: 8px;
}
#bber .bber-info .bber-info-time,
#bber .bber-info .bber-info-location {
  margin-right: 0.5rem;
  color: var(--yikun-fontcolor);
  font-size: 0.7rem;
  background-color: var(--yikun-gray-op);
  padding: 0 8px;
  border-radius: 20px;
  cursor: default;
  display: flex;
  align-items: center;
}
#bber .bber-info .bber-info-time i,
#bber .bber-info .bber-info-location i {
  margin-right: 8px;
  font-size: 16px;
}
#bber .bber-info .bber-info-time .datafrom,
#bber .bber-info .bber-info-location .datafrom {
  order: 2;
  color: var(--yikun-secondtext);
  font-size: 0.7rem;
  margin-left: 8px;
}
#bber .bber-info .bber-info-time .datafrom small,
#bber .bber-info .bber-info-location .datafrom small {
  font-size: 0.7rem;
}
#bber .bber-info .bber-content-link {
  display: flex;
  margin-right: 0.5rem;
  color: var(--yikun-secondtext);
  font-size: 0.7rem;
  align-items: center;
  background-color: rgba(245,108,108,0.13);
  padding: 0 8px;
  border-radius: 20px;
}
#bber .bber-info .bber-content-link:hover {
  background-color: var(--yikun-main);
  color: var(--yikun-white);
}
#bber .bber-info .bber-content-link i {
  margin-right: 3px;
  font-size: 16px;
}
#bber .count {
  color: var(--yikun-secondtext);
  font-size: 0.8rem;
}
#bber p {
  margin: 0;
}
#bber .datafrom i {
  margin-right: 4px;
}
#bber .bber-music {
  width: 100%;
  height: 90px;
  margin: 0.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  border: var(--style-border-always);
  background: var(--yikun-secondbg);
}
#bber .bber-music .aplayer-lrc {
  display: none;
}
#bber .aplayer {
  margin: 0;
}
#bber .aplayer .aplayer-info .aplayer-music {
  height: 23px;
}
#bber .aplayer .aplayer-info .aplayer-music .aplayer-title {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  color: var(--yikun-black);
}
#bber .aplayer .aplayer-info .aplayer-controller {
  align-items: center;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  padding: 0;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  background: var(--yikun-gray);
  height: 8px;
  border-radius: 12px;
  transition: 0.3s;
  overflow: hidden;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 100%;
  border-radius: 12px;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  display: none;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  height: 100%;
  border-radius: 12px;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar {
  height: 12px;
}
#bber .aplayer .aplayer-info .aplayer-controller .aplayer-time {
  position: initial;
}
#bber .aplayer.aplayer-withlrc .aplayer-pic {
  height: 82px;
  width: 82px;
  margin: 4px;
  border-radius: 4px;
}
#bber .bber-video {
  position: relative;
  padding: 30% 50%;
  margin: 0.5rem 0;
}
#bber .bber-content-img {
  height: 100px;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  margin-left: 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  position: relative;
}
#bber .bber-content-img img {
  margin-right: 10px;
  object-fit: cover;
  max-height: 100%;
  border-radius: 12px;
  min-height: 100px;
  height: 100px;
}
#bber .bber-content .datacont {
  order: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--yikun-fontcolor);
  width: 100%;
  line-height: 1.38;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
#bber .timeline ul li.item {
  position: relative;
  width: calc(33% - 0.06rem);
  border: var(--style-border-always);
  border-radius: 12px;
  padding: 1rem 1rem 0.5rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background: var(--yikun-card-bg);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: var(--yikun-shadow-border);
}
@media screen and (max-width: 1300px) {
  #bber .timeline ul li.item {
    width: 49.5%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  #bber .timeline ul li.item {
    width: 100%;
    margin-right: 0;
    padding: 16px 20px;
  }
}
#bber .timeline ul li.item hr {
  display: flex;
  position: relative;
  margin: 8px 0;
  border: 1px dashed var(--yikun-theme-op);
  width: 100%;
}
#bber .timeline ul li.item:hover {
  border: var(--style-border-hover);
}
#bber ul.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#bber li.item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#bber .bber-video video,
#bber .bber-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 8px;
  border: var(--style-border);
}
#bber-tips {
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  color: var(--yikun-secondtext);
}
#bber-talk {
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
}
#bber-talk .li-style {
  width: auto;
  max-width: 100%;
  height: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin: auto;
  cursor: pointer;
  white-space: nowrap;
}
#bber-talk .li-style .solitude {
  font-size: 1rem;
  margin-left: 0.5rem;
}
#bbtalk {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bbTimeList .li-style:hover {
  color: var(--yikun-theme);
  transition: 0.3s;
}
body[data-type=music] #page-header #nav a {
  color: var(--yikun-white);
}
body[data-type=music] #page-header.not-top-img #nav .back-home-button {
  color: var(--yikun-white);
}
body[data-type=music] #page-header #nav #nav-right .nav-button a.console_switchbutton label i {
  background: var(--yikun-white);
}
body[data-type=music] #page-header #nav #nav-right .nav-button a.console_switchbutton:hover label i {
  background: var(--yikun-card-bg);
}
body[data-type=music] .page .layout#content-inner {
  background: none;
}
body[data-type=music] #page {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
body[data-type=music] #footer,
body[data-type=music] #nav-music {
  display: none;
}
#Music-bg {
  display: none;
  position: fixed;
  z-index: -999;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-position: 0 0;
  background-size: 40%;
  transition: 0.6s;
  background-color: rgba(0,0,0,0.4);
}
#Music-bg:before {
  display: none;
  content: '';
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  position: fixed;
  z-index: -998;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#Music-bg.show:before {
  display: block;
}
#Music-page {
  max-width: 1400px;
}
#Music-page meting-js .aplayer {
  display: flex;
  flex-direction: row-reverse;
  background: transparent;
  box-shadow: none;
  justify-content: space-between;
  overflow: visible;
}
#Music-page .aplayer-body {
  width: 70%;
  height: 75vh;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-body {
    width: 100%;
    overflow: hidden;
    position: fixed;
    margin: auto;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--vh) - 230px);
  }
}
#Music-page ol {
  max-height: calc(var(--vh) - 170px) !important;
}
#Music-page ol > li {
  font-size: 14px;
  opacity: 0.6;
  border-top: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li {
    display: flex;
  }
}
#Music-page ol > li:hover {
  background: var(--yikun-black-op);
  border-radius: 6px;
}
#Music-page ol > li.aplayer-list-light {
  background: var(--yikun-black-op);
  border-radius: 6px;
  height: 60px;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light {
    background: var(--yikun-main);
    padding: 5px 20px;
    border-radius: 10px;
    height: 52px;
    justify-content: center;
  }
}
#Music-page ol > li.aplayer-list-light .aplayer-list-index {
  display: none;
}
#Music-page ol > li.aplayer-list-light .aplayer-list-title {
  font-size: 20px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light .aplayer-list-title {
    margin-top: 4px;
  }
}
#Music-page ol > li.aplayer-list-light .aplayer-list-cur {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light span {
    color: #fff;
  }
}
#Music-page ol > li.aplayer-list-light span.aplayer-list-author {
  max-width: 100%;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li.aplayer-list-light span.aplayer-list-author {
    margin-left: 0;
    right: 15px;
  }
}
#Music-page ol > li span {
  color: var(--yikun-white);
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span {
    color: var(--yikun-black);
  }
}
#Music-page ol > li span.aplayer-list-title {
  line-height: 32px;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span.aplayer-list-title {
    max-width: 55%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 30%;
  }
}
#Music-page ol > li span.aplayer-list-author {
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%;
  line-height: 32px;
}
@media screen and (max-width: 798px) {
  #Music-page ol > li span.aplayer-list-author {
    right: 10px;
    width: auto;
    max-width: 35%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-left: auto;
  }
}
#Music-page ol > li .aplayer-list-index {
  line-height: 32px;
  opacity: 0.6;
}
#Music-page ol::-webkit-scrollbar-thumb {
  background-color: var(--yikun-white-op);
}
#Music-page .aplayer-list {
  transition: none;
}
#Music-page .aplayer-pic {
  float: none;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: auto;
  bottom: 30px;
  left: 90px;
  position: fixed;
  z-index: 999;
  display: none;
}
#Music-page .aplayer-info {
  margin: 0 20px 0 20px;
  border-bottom: none;
}
#Music-page .aplayer-info .aplayer-music {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music {
    display: flex;
    position: fixed;
    top: calc(var(--vh) - 178px);
    left: 0;
    margin: 0;
    margin-left: 32px;
    height: 21px;
    max-width: calc(100vw - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
    align-items: center;
    line-height: 1;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-title {
    margin: 0;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-author {
    margin-left: 4px;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-music .aplayer-author,
  #Music-page .aplayer-info .aplayer-music .aplayer-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 176px);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
  }
}
#Music-page .aplayer-info .aplayer-lrc {
  padding-top: 24%;
  height: var(--vh);
}
#Music-page .aplayer-info .aplayer-lrc:hover p {
  filter: blur(0px);
}
#Music-page .aplayer-info .aplayer-lrc p {
  font-size: 36px;
  line-height: 44px !important;
  height: 44px !important;
  margin-bottom: 36px !important;
  color: #fff;
  font-weight: bold;
  text-align: left;
  filter: blur(2px);
  opacity: 0.3;
  transition: all 0.9s cubic-bezier(0.56, 0.17, 0.22, 0.76);
  user-select: none;
  text-shadow: 0 4px 0 rgba(255,255,255,0);
  overflow: hidden;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-lrc p {
    font-size: 32px;
    margin-bottom: 38px;
    line-height: 42px;
    height: 42px;
  }
}
#Music-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current {
  filter: blur(0px);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.56, 0.17, 0.22, 0.76), text-shadow 8s 4s ease-in;
  height: fit-content !important;
  text-shadow: 0 4px 4px rgba(255,255,255,0.58);
}
#Music-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current:first-child {
  text-shadow: 0 4px 4px rgba(255,255,255,0);
}
#Music-page .aplayer-info .aplayer-controller {
  position: fixed;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-controller {
    width: 100%;
    bottom: 120px;
  }
}
#Music-page .aplayer-info .aplayer-controller .aplayer-bar-wrap {
  margin: 0 160px 0 150px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0 32px;
  }
}
#Music-page .aplayer-info .aplayer-controller .aplayer-played {
  background: var(--yikun-white) !important;
}
#Music-page .aplayer-info .aplayer-controller .aplayer-thumb {
  -webkit-transform: none;
  transform: none;
  background: #fff !important;
}
#Music-page .aplayer-info .aplayer-time {
  position: absolute;
  width: 100%;
  bottom: 26px;
  height: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time {
    bottom: -40px;
    align-items: center;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 16px;
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon path {
  fill: var(--yikun-white);
  opacity: 0.8;
}
#Music-page .aplayer-info .aplayer-time .aplayer-time-inner {
  margin-right: 18px;
  margin-top: -8px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner {
    position: absolute;
    width: 100%;
    margin-right: 4px;
    margin-top: -60px;
  }
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-dtime {
    position: absolute;
    right: 30px;
  }
  #Music-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-ptime {
    position: absolute;
    left: 44px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-back {
  position: absolute;
  left: 0;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-back {
    margin: auto;
    right: 110px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-play {
  position: absolute;
  left: 40px;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-play {
    margin: auto;
    right: 0;
    left: 0;
    width: 56px;
    height: 56px;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-forward {
  position: absolute;
  left: 80px;
  display: inline;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-forward {
    margin: auto;
    left: 110px;
    right: 0;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-order {
    position: absolute;
    left: 22px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-loop {
    position: absolute;
    right: 25px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
#Music-page .aplayer-info .aplayer-time .aplayer-icon-menu {
  display: none;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-info .aplayer-time .aplayer-icon-menu {
    display: inline;
    position: absolute;
    right: 30px;
    top: -100px;
    width: 24px;
    height: 24px;
    opacity: 0.4;
  }
}
#Music-page .aplayer-list {
  width: 40%;
  max-width: 480px;
  max-height: none !important;
  height: 100%;
  min-width: 200px;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-list {
    position: fixed;
    z-index: 1002;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--yikun-white);
    border-radius: 16px 16px 0 0;
    padding: 15px 0;
    max-width: 100%;
    height: 75vh;
    transition: all 0.3s;
  }
  #Music-page .aplayer-list.aplayer-list-hide {
    bottom: -100% !important;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-lrc {
    overflow: inherit;
  }
}
#Music-page .aplayer .aplayer-lrc:after,
#Music-page .aplayer .aplayer-lrc:before {
  display: none;
}
#Music-page .aplayer .aplayer-lrc .aplayer-lrc-contents {
  width: 90%;
  margin-left: auto;
  transition: all 0.5s cubic-bezier(0.49, 0.21, 0.22, 0.84);
  position: relative;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
  }
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  height: 8px;
  border-radius: 8px;
  background: var(--yikun-white-op);
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  background: var(--yikun-white-op);
  height: 8px;
  border-radius: 8px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  height: 8px;
  border-radius: 8px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  height: 16px;
  width: 16px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-time {
  color: var(--yikun-white);
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap {
  height: 120px;
  border-radius: 40px;
  width: 30px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
  width: 30px;
  right: 6px;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  width: 100%;
  height: 100%;
  left: 0;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
  width: 100%;
  background: var(--yikun-white) !important;
}
#Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-icon-volume-down {
  display: block;
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-icon-volume-down {
    display: none;
  }
}
@media screen and (max-width: 798px) {
  #Music-page .aplayer-volume-bar-wrap {
    bottom: 0;
    right: 7px;
  }
}
.Music-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.Music-loading div {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
#equipment {
  margin-top: 26px;
}
#equipment .equipment-item .equipment-item-title {
  line-height: 1;
}
#equipment .equipment-item .equipment-item-description {
  line-height: 1;
  margin: 4px 0 8px 0;
  color: var(--yikun-secondtext);
}
#equipment .equipment-item .equipment-item-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#equipment .equipment-item .equipment-item-content-item {
  width: calc(25% - 12px);
  border-radius: 12px;
  border: var(--style-border-always);
  overflow: hidden;
  margin: 8px 6px;
  background: var(--yikun-card-bg);
  box-shadow: var(--yikun-shadow-border);
  min-height: 400px;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 1200px) {
  #equipment .equipment-item .equipment-item-content-item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  #equipment .equipment-item .equipment-item-content-item {
    width: 100%;
  }
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-cover {
  width: 100%;
  height: 200px;
  background: var(--yikun-secondbg);
  display: flex;
  justify-content: center;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-cover .equipment-item-content-item-image {
  object-fit: cover;
  height: 100%;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info {
  padding: 8px 16px 16px 16px;
  margin-top: 12px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-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;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-name:hover {
  color: var(--yikun-vip);
  cursor: pointer;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-specification {
  font-size: 12px;
  color: var(--yikun-secondtext);
  line-height: 1;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-description {
  line-height: 20px;
  color: var(--yikun-secondtext);
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 16px;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar .equipment-item-content-item-link {
  font-size: 12px;
  background: var(--yikun-gray-op);
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
}
#equipment .equipment-item .equipment-item-content-item .equipment-item-content-item-info .equipment-item-content-item-toolbar .equipment-item-content-item-link:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
.flink#banners {
  margin-bottom: 0.5rem;
}
.tags-group-title {
  font-size: 14px;
  color: var(--yikun-card-bg);
  background: var(--yikun-lighttext);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 120px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.flink .tags-group-icon:hover .tags-group-title {
  opacity: 1;
  backdrop-filter: saturate(180%) blur(20px);
}
.flink#article-container {
  margin-top: 1rem;
}
#article-container .flink-desc {
  margin: 0;
  color: var(--yikun-secondtext);
}
#article-container .site-card-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: var(--yikun-blue);
  box-shadow: var(--yikun-shadow-blue);
  color: var(--yikun-white);
  z-index: 1;
  border-radius: 0 0 12px 0;
  transition: 0.3s;
  font-size: 0.6rem;
  overflow: hidden;
}
#article-container .site-card-tag .light {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100px;
  height: 50px;
  background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  animation: light_tag 4s both infinite;
}
#article-container .site-card-tag.vip {
  background-color: var(--yikun-vip);
}
#article-container .site-card-tag.speed {
  background-color: var(--yikun-speed);
}
#article-container .site-card-group {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -8px;
  align-items: stretch;
}
#article-container .site-card-group .site-card {
  margin: 8px;
  display: block;
  line-height: 1.4;
  border: var(--style-border);
  border-radius: 12px;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  height: 200px;
  position: relative;
  width: calc(100% / 7 - 16px);
  background: var(--yikun-card-bg);
  box-shadow: var(--yikun-shadow-border);
}
@media screen and (max-width: 1200px) {
  #article-container .site-card-group .site-card {
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  #article-container .site-card-group .site-card {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 768px) {
  #article-container .site-card-group .site-card {
    width: calc(100% / 3 - 16px);
  }
}
@media screen and (max-width: 600px) {
  #article-container .site-card-group .site-card {
    width: calc(100% / 2 - 16px);
  }
}
#article-container .site-card-group .site-card .img {
  border-radius: 0;
  height: 120px;
  width: 100%;
  display: flex;
  border: none;
  padding: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
#article-container .site-card-group .site-card .img img {
  border-radius: 0;
  transform: scale(1.03);
  transition: 0.3s;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#article-container .site-card-group .site-card .img-alt {
  display: none;
}
#article-container .site-card-group .site-card .info {
  display: flex;
  border: none;
  padding: 0.5rem;
  width: 100%;
  height: 90px;
  margin: 0;
  border-radius: 0 0 12px 12px;
}
#article-container .site-card-group .site-card .info img {
  border-radius: 32px;
  transition: all 0.3s ease-out;
  margin: 2px 8px 0 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  transform: scale(1.1);
  background: var(--yikun-secondbg);
}
#article-container .site-card-group .site-card .info .site-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#article-container .site-card-group .site-card .info .site-card-text .title {
  color: var(--yikun-fontcolor);
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: all 0.3s ease 0s;
}
#article-container .site-card-group .site-card .info .site-card-text .desc {
  font-size: 0.7rem;
  color: var(--yikun-fontcolor);
  opacity: 0.7;
  transition: all 0.3s;
  text-align: left;
  overflow-wrap: break-word;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
#article-container .site-card-group .site-card:hover {
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-main);
  background: var(--yikun-main);
}
#article-container .site-card-group .site-card:hover .site-card-tag {
  left: -60px;
}
#article-container .site-card-group .site-card:hover .img {
  transform: scale(1);
  filter: brightness(0.3);
  border-radius: 12px;
  background: var(--yikun-lighttext);
  background: var(--yikun-main);
}
@media screen and (min-width: 768px) {
  #article-container .site-card-group .site-card:hover .img {
    height: 80px;
  }
  #article-container .site-card-group .site-card:hover .img img {
    transform: scale(1.1);
  }
}
#article-container .site-card-group .site-card:hover a {
  color: var(--yikun-white);
  background: var(--yikun-main);
  box-shadow: var(--yikun-shadow-main);
}
#article-container .site-card-group .site-card:hover .info {
  height: 120px;
  background-color: var(--yikun-theme);
}
#article-container .site-card-group .site-card:hover .info img {
  width: 0;
  height: 0;
  opacity: 0;
  min-width: 0;
  min-height: 0;
}
#article-container .site-card-group .site-card:hover .info .title {
  color: var(--yikun-white);
}
#article-container .site-card-group .site-card:hover .info .desc {
  color: var(--yikun-white);
  text-align: left;
  -webkit-line-clamp: 4;
  width: 100%;
}
#article-container .flink-list {
  padding: 0;
  margin: 0.5rem -6px 1rem -6px;
  overflow-x: hidden;
  text-align: center;
}
#article-container .flink-list.mini > .flink-list-item {
  height: 60px;
}
#article-container .flink-list.mini > .flink-list-item a img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
#article-container .flink-list.mini > .flink-list-item a .flink-item-desc {
  display: none;
}
#article-container .flink-list-item {
  margin: 6px 6px;
  transition: 0.3s;
  border-radius: 12px;
  transition-timing-function: ease-in-out;
  position: relative;
  width: calc(20% - 12px);
  border: var(--style-border-always);
  box-shadow: var(--yikun-shadow-border);
  background: var(--yikun-card-bg);
  display: flex;
  float: left;
  overflow: hidden;
  height: 90px;
  line-height: 17px;
  transform: translateZ(0);
}
@media screen and (max-width: 1200px) {
  #article-container .flink-list-item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  #article-container .flink-list-item {
    width: calc(33.3333% - 12px);
  }
}
@media screen and (max-width: 768px) {
  #article-container .flink-list-item {
    width: calc(50% - 12px);
    height: 120px;
  }
  #article-container .flink-list-item a {
    flex-direction: column;
  }
}
#article-container .flink-list-item a {
  display: flex;
  width: 100%;
  height: 100%;
  border: none;
  align-items: center;
}
#article-container .flink-list-item a .img-alt {
  display: none;
}
#article-container .flink-list-item a img {
  border-radius: 32px;
  margin: 15px 20px 15px 15px;
  transition: 0.3s;
  background: var(--yikun-background);
  min-width: 60px;
  min-height: 60px;
  float: left;
  width: 60px;
  height: 60px;
}
#article-container .flink-list-item a .flink-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 90px);
  height: fit-content;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  #article-container .flink-list-item a .flink-item-info {
    align-items: center;
    width: 100%;
  }
  #article-container .flink-list-item a .flink-item-info .flink-item-name {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  #article-container .flink-list-item a .flink-item-info .flink-item-desc {
    display: none;
  }
}
#article-container .flink-list-item a .flink-item-info span {
  transition: 0.3s;
}
#article-container .flink-list-item a .flink-item-name {
  text-align: left;
  font-size: 19px;
  line-height: 20px;
  color: var(--yikun-fontcolor);
  display: block;
  padding: 0 10px 0 0;
  font-weight: 700;
  max-width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article-container .flink-list-item a .flink-item-desc {
  white-space: normal;
  padding: 5px 10px 16px 0;
  color: var(--yikun-fontcolor);
  text-align: left;
  height: 40px;
  text-overflow: ellipsis;
  opacity: 0.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.93em;
}
#article-container .flink-list-item:hover {
  background: var(--yikun-theme);
}
#article-container .flink-list-item:hover .site-card-tag {
  left: -50px;
}
#article-container .flink-list-item:hover a {
  background: 0 0;
}
#article-container .flink-list-item:hover a img {
  transition: 0.6s;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 5px;
  min-width: 0;
  min-height: 0;
}
#article-container .flink-list-item:hover .flink-item-info {
  min-width: calc(100% - 20px);
}
#article-container .flink-list-item:hover .flink-item-info .flink-item-name {
  color: var(--yikun-card-bg);
}
#article-container .flink-list-item:hover .flink-item-info .flink-item-desc {
  color: var(--yikun-card-bg);
  overflow: hidden;
  width: 100%;
}
@-moz-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-webkit-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@-o-keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
@keyframes light_tag {
  0% {
    transform: skewx(0);
    left: -150px;
  }
  99% {
    transform: skewx(-25deg);
    left: 50px;
  }
}
#about-page {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#about-page .author-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 1;
}
#about-page .author-info {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
#about-page .author-info .author-tag-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#about-page .author-info .author-tag-left .author-tag:first-child,
#about-page .author-info .author-tag-left .author-tag:last-child {
  margin-right: -16px;
}
#about-page .author-info .author-tag-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#about-page .author-info .author-tag-right .author-tag:first-child,
#about-page .author-info .author-tag-right .author-tag:last-child {
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  #about-page .author-info .author-tag-left,
  #about-page .author-info .author-tag-right {
    display: none;
  }
}
#about-page .author-info .author-tag {
  transform: translate(0, -4px);
  padding: 1px 8px;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  border-radius: 40px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: var(--yikun-shadow-lightblack);
  animation: 6s ease-in-out 0s infinite normal none running floating;
}
#about-page .author-info .author-tag:nth-child(1) {
  animation-delay: 0s;
}
#about-page .author-info .author-tag:nth-child(2) {
  animation-delay: 0.6s;
}
#about-page .author-info .author-tag:nth-child(3) {
  animation-delay: 1.2s;
}
#about-page .author-info .author-tag:nth-child(4) {
  animation-delay: 1.8s;
}
#about-page .author-info .author-img {
  margin: 0 30px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: relative;
  background: var(--yikun-secondbg);
  user-select: none;
  transition: 0.3s;
}
#about-page .author-info .author-img:hover {
  transform: scale(1.1);
}
#about-page .author-info .author-img::before {
  content: '';
  transition: 1s;
  width: 30px;
  height: 30px;
  background: var(--yikun-green);
  position: absolute;
  border-radius: 50%;
  border: 5px solid var(--yikun-background);
  bottom: 5px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #about-page .author-info .author-img {
    width: 120px;
    height: 120px;
  }
  #about-page .author-info .author-img::before {
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
  }
}
#about-page .author-info .author-img img {
  border-radius: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about-page .myInfoAndSayHello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--yikun-white);
  background: linear-gradient(120deg, #5b27ff 0, #00d4ff 100%);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  flex: 4;
}
#about-page .myInfoAndSayHello .title1 {
  opacity: 0.8;
  line-height: 1.3;
}
#about-page .myInfoAndSayHello .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.5rem 0;
}
#about-page .myInfoAndSayHello .inline-word {
  word-break: keep-all;
  white-space: nowrap;
}
#about-page .aboutsiteTips {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex: 3;
}
#about-page .aboutsiteTips h2 {
  margin-right: auto;
  width: 100%;
  font-size: 36px;
  font-family: Helvetica;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--yikun-fontcolor);
  margin-top: 0;
}
#about-page .aboutsiteTips .mask {
  height: 36px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}
#about-page .aboutsiteTips .mask span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  padding-bottom: var(--offset);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
}
#about-page .aboutsiteTips .mask span[data-show] {
  transform: translateY(-100%);
  transition: 0.5s transform ease-in-out;
}
#about-page .aboutsiteTips .mask span[data-up] {
  transform: translateY(-200%);
  transition: 0.5s transform ease-in-out;
}
#about-page .aboutsiteTips .mask span:nth-child(1) {
  background-image: linear-gradient(45deg, #0ecffe 50%, #07a6f1);
}
#about-page .aboutsiteTips .mask span:nth-child(2) {
  background-image: linear-gradient(45deg, #18e198 50%, #0ec15d);
}
#about-page .aboutsiteTips .mask span:nth-child(3) {
  background-image: linear-gradient(45deg, #8a7cfb 50%, #633e9c);
}
#about-page .aboutsiteTips .mask span:nth-child(4) {
  background-image: linear-gradient(45deg, #fa7671 50%, #f45f7f);
}
#about-page .author-content-item.skills {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 450px;
}
#about-page .author-content-item.skills .tags-group-all {
  display: flex;
  transform: rotate(0);
  transition: 0.3s;
}
#about-page .author-content-item.skills .tags-group-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  animation: rowleft 60s linear infinite;
}
#about-page .author-content-item.skills .skills-style-group {
  position: relative;
}
#about-page .author-content-item.skills .skills-list {
  display: flex;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}
#about-page .author-content-item.skills:hover .skills-style-group .tags-group-all {
  opacity: 0;
}
#about-page .author-content-item.skills:hover .skills-style-group .skills-list {
  opacity: 1;
}
#about-page .author-content-item.skills .skill-info {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-top: 10px;
  background: var(--yikun-background);
  border-radius: 40px;
  padding: 4px 12px 4px 8px;
  border: var(--style-border);
  box-shadow: var(--yikun-shadow-border);
}
#about-page .author-content-item.skills .etc {
  margin-right: 10px;
  margin-top: 10px;
}
#about-page .author-content-item.skills .skill-icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  user-select: none;
}
#about-page .author-content-item.skills .skill-icon img {
  width: 18px;
  height: 18px;
}
#about-page .author-content-item.skills .skill-name {
  font-weight: 700;
  line-height: 1;
}
#about-page .author-content-item-group.column {
  display: flex;
  flex-direction: column;
  width: calc(50% - (0.5rem / 2));
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about-page .author-content-item-group.column {
    width: 100% !important;
  }
}
#about-page .author-content-item-group.mapAndInfo {
  flex: 8;
  gap: 0.5rem;
}
@media screen and (min-width: 1300px) {
  #about-page .author-content-item {
    animation: slide-in 0.6s 0s backwards;
  }
}
#about-page .author-content-item.map {
  background: var(--site-about-oneself-map--light) no-repeat center;
  min-height: 160px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  height: 60%;
  background-size: 100%;
  transition: 1s ease-in-out;
}
#about-page .author-content-item.map .map-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yikun-maskbg);
  padding: 0.5rem 2rem;
  backdrop-filter: saturate(180%) blur(20px);
  transition: 1s ease-in-out;
  font-size: 20px;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  #about-page .author-content-item.map .map-title {
    padding: 1rem;
  }
}
#about-page .author-content-item.map .map-title b {
  color: var(--yikun-fontcolor);
}
@media screen and (max-width: 768px) {
  #about-page .author-content-item.map {
    margin-bottom: 0;
  }
}
[data-theme=dark] #about-page .author-content-item.map {
  background: var(--site-about-oneself-map--dark) no-repeat center;
  background-size: 100%;
}
#about-page .author-content-item.map:hover {
  background-size: 120%;
  transition: 4s ease-in-out;
  background-position-x: 0;
  background-position-y: 36%;
}
#about-page .author-content-item.map:hover .map-title {
  bottom: -100%;
}
#about-page .author-content-item.selfInfo {
  display: flex;
  min-height: 100px;
  max-height: 400px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: -webkit-fill-available;
  height: 40%;
}
@media screen and (max-width: 1300px) {
  #about-page .author-content-item.selfInfo {
    height: 70%;
  }
}
#about-page .author-content-item.selfInfo div {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 2rem 0.5rem 0;
}
#about-page .author-content-item.selfInfo .selfInfo-title {
  opacity: 0.8;
  font-size: 0.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
#about-page .author-content-item.selfInfo .selfInfo-content {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}
#about-page .author-content-item.buff {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(120deg, #ff27e8 0, #ff8000 100%);
  color: var(--yikun-white);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  min-height: 200px;
  height: fit-content;
}
#about-page .author-content-item.buff .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-page .author-content-item.buff .buff-title {
  display: flex;
  flex-direction: column;
}
#about-page .author-content-item.buff .buff-title span:first-child {
  opacity: 0.6;
  margin-bottom: 8px;
}
#about-page .author-content-item.buff .title1 {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
#about-page .author-content-item.maxim {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#about-page .author-content-item.maxim .maxim-title {
  display: flex;
  flex-direction: column;
}
#about-page .author-content-item.maxim .maxim-title span:first-child {
  opacity: 0.6;
  margin-bottom: 8px;
}
#about-page .author-content-item.maxim .title1 {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
#about-page .author-content-item.game-apex {
  min-height: 300px;
  overflow: hidden;
  color: var(--yikun-white);
}
#about-page .author-content-item.game-apex::after {
  box-shadow: 0 -69px 203px 11px #04120f inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about-page .author-content-item.game-apex .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}
#about-page .author-content-item.game-jl {
  min-height: 300px;
  overflow: hidden;
  color: var(--yikun-white);
}
#about-page .author-content-item.game-jl::after {
  box-shadow: 0 -69px 203px 11px #415dc9 inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.author-content-item.personalities {
  overflow: hidden;
  position: relative;
  flex: 6;
}
@media screen and (max-width: 768px) {
  .author-content-item.personalities {
    min-height: 360px;
  }
}
.author-content-item.personalities .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.author-content-item.personalities .image {
  position: absolute;
  right: 40px;
  bottom: -20px;
  transition: transform 2s cubic-bezier(0.13, 0.45, 0.21, 1.02);
  user-select: none;
}
@media screen and (max-width: 768px) {
  .author-content-item.personalities .image {
    right: -70px;
  }
}
.author-content-item.personalities:hover .image {
  transform: rotate(-10deg);
}
#about-page .author-content-item.myphoto {
  height: 60%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-page .author-content-item.myphoto img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: 0.6s;
  user-select: none;
}
#about-page .author-content-item.myphoto:hover img {
  min-width: 105%;
  transition: 2s;
}
#about-page .author-content-item.myphoto .myphoto-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yikun-maskbgdeep);
  padding: 0.5rem 2rem;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
}
#about-page .author-content-item.careers {
  min-height: 400px;
}
#about-page .author-content-item.careers img {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  transition: 0.6s;
  user-select: none;
}
#about-page .author-content-item.careers .careers-group {
  margin-top: 12px;
}
#about-page .author-content-item.careers .careers-item {
  display: flex;
  align-items: center;
}
#about-page .author-content-item.careers .careers-item .circle {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 16px;
}
#about-page .author-content-item.careers .careers-item .name {
  color: var(--yikun-secondtext);
}
#about-page .author-content-item.like-technology {
  background-size: cover;
  min-height: 230px;
  color: var(--yikun-white);
}
#about-page .author-content-item.like-technology::after {
  box-shadow: 0 -69px 203px 11px #050b20 inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about-page .author-content-item.like-music {
  background-size: cover;
  min-height: 400px;
  color: var(--yikun-white);
  overflow: hidden;
}
#about-page .author-content-item.like-music::after {
  box-shadow: 0 -69px 203px 11px #0e0e0e inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about-page .author-content-item .card-content {
  z-index: 2;
}
#about-page .about-statistic {
  min-height: 380px;
  background-size: cover;
  color: var(--yikun-white);
  overflow: hidden;
}
#about-page .about-statistic::after {
  box-shadow: 0 -159px 173px 71px #0f1114 inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about-page .about-statistic #statistic {
  font-size: 16px;
  border-radius: 15px;
  width: 100%;
  color: var(--yikun-white);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 2rem;
}
#about-page .about-statistic #statistic div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  margin-bottom: 0.5rem;
}
#about-page .about-statistic #statistic div span:first-child {
  opacity: 0.8;
  font-size: 0.6rem;
}
#about-page .about-statistic #statistic div span:last-child {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}
#about-page .about-statistic .banner-button {
  background: var(--yikun-white-op);
}
#about-page .about-statistic .banner-button:hover {
  background: var(--yikun-theme);
}
#about-page .author-content-item.single.reward {
  overflow: unset;
}
#about-page .author-content-item.single.reward .author-content-item .author-content-item-title {
  color: var(--yikun-red);
}
#about-page .author-content-item.single.reward .reward-list-updateDate {
  color: var(--yikun-gray);
  font-size: 14px;
}
#about-page .author-content-item.single.reward .author-content-item-description {
  font-size: 16px;
  margin-top: 0.5rem;
}
#about-page .author-content-item.single.reward .reward-list-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 1rem -0.25rem 0.5rem;
}
#about-page .author-content-item.single.reward .reward-list-all .post-reward {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#about-page .author-content-item.single.reward .reward-list-all .post-reward .reward-main {
  top: 60px;
  right: 0;
  left: auto;
  bottom: auto;
  width: fit-content;
}
#about-page .author-content-item.single.reward .reward-list-all .post-reward .reward-main .reward-all::before {
  bottom: auto;
  top: -16px;
}
#about-page .author-content-item.single.reward .reward-list-all .post-reward .reward-button {
  padding: 8px 12px;
  background: var(--yikun-red);
  border-radius: 12px;
  z-index: 1;
  box-shadow: initial;
  width: fit-content;
  height: fit-content;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about-page .author-content-item.single.reward .reward-list-all .post-reward .reward-button {
    display: none;
  }
}
#about-page .author-content-item.single.reward .reward-list-all .post-reward:hover .reward-button {
  filter: brightness(1.1);
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item {
  padding: 1rem;
  border-radius: 12px;
  border: var(--style-border-always);
  width: calc((100% / 6) - 0.5rem);
  margin: 0 0.25rem 0.5rem 0.25rem;
  box-shadow: var(--yikun-shadow-border);
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #about-page .author-content-item.single.reward .reward-list-all .reward-list-item {
    width: calc((100% / 4) - 0.5rem);
  }
}
@media screen and (max-width: 900px) {
  #about-page .author-content-item.single.reward .reward-list-all .reward-list-item {
    width: calc((100% / 2) - 0.5rem);
  }
}
@media screen and (max-width: 768px) {
  #about-page .author-content-item.single.reward .reward-list-all .reward-list-item {
    width: 100%;
  }
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-bottom-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-money {
  padding: 4px;
  background: var(--yikun-fontcolor);
  color: var(--yikun-card-bg);
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 4px;
  white-space: nowrap;
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-money .solitude {
  font-size: 14px;
  margin-right: 4px;
}
#about-page .author-content-item.single.reward .reward-list-all .reward-list-item .reward-list-item-time {
  font-size: 12px;
  color: var(--yikun-secondtext);
  white-space: nowrap;
}
#about-page .author-content-item .reward-list-tips p {
  font-size: 12px;
  color: var(--yikun-secondtext);
}
div#banners {
  display: flex;
  width: 100%;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--yikun-shadow-border);
  flex-direction: column;
  transition: 0.3s;
  will-change: transform;
  animation: slide-in 0.6s 0.1s backwards;
}
#home_top div#banners {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #home_top div#banners {
    height: calc(328px + 0.5rem);
  }
}
:not(.flink)div#banners:hover {
  box-shadow: var(--yikun-shadow-main);
}
div#banners .banner-button-group {
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#banners .banner-button-group {
    display: none;
  }
}
div#banners .banner-button {
  padding: 8px 12px;
  background: var(--yikun-fontcolor);
  border-radius: 12px;
  color: var(--yikun-card-bg);
  display: flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: var(--yikun-shadow-black);
}
div#banners .banner-button.secondary {
  background: var(--yikun-secondbg);
  border: var(--style-border-always);
  color: var(--yikun-lighttext);
  margin-right: 1rem;
  box-shadow: var(--yikun-shadow-border);
}
div#banners .banner-button:hover {
  background: var(--yikun-theme);
  color: var(--yikun-white);
}
div#banners .banner-button i {
  margin-right: 8px;
  font-size: 1rem;
}
.banners-title {
  top: 2.6rem;
  left: 2rem;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.banners-title-big {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.banners-title-small {
  font-size: 12px;
  line-height: 1;
  color: var(--yikun-secondtext);
  margin-top: 8px;
  margin-bottom: 0.5rem;
  margin-left: 2px;
}
.flink .banners-title {
  top: 1.5rem;
}
div#banners .bannerText {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
}
.tags-group-all {
  display: flex;
}
@media screen and (max-width: 600px) {
  #home_top .tags-group-all {
    opacity: 0.06;
    filter: blur(8px);
    z-index: -1;
  }
}
.tags-group-all.nowrapMove {
  padding-bottom: 2rem;
}
.tags-group-all.nowrapMove .tags-group-wrapper {
  margin-top: 7rem;
  animation: rowleft 120s linear infinite;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tags-group-all.nowrapMove .tags-group-wrapper {
    margin-top: 7.5rem;
  }
}
.tags-group-all.nowrapMove .tags-group-icon {
  border-radius: 50%;
}
.tags-group-all.nowrapMove .tags-group-icon img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.tags-group-all .tags-group-icon-pair {
  margin-left: 1rem;
  user-select: none;
}
.tags-group-all .tags-group-icon-pair a img {
  border-radius: 50%;
}
.tags-group-icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  box-shadow: var(--yikun-shadow-blackdeep);
}
@media screen and (max-width: 768px) {
  .flink .tags-group-icon {
    width: 70px;
    height: 70px;
  }
}
.tags-group-icon:nth-child(even) {
  margin-top: 1rem;
  transform: translate(-60px);
}
.tags-group-icon img {
  width: 60%;
}
.author-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .author-content {
    margin-top: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .author-content .author-content-item {
    animation: slide-in 0.6s 0s backwards;
  }
}
@media screen and (max-width: 768px) {
  .author-content .author-content-item {
    width: 100% !important;
    padding: 1rem;
  }
}
.author-content.author-content-item.sharePage {
  height: 19rem;
  background-size: cover;
  color: var(--yikun-white);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 12px;
}
.author-content-item {
  flex: 4;
  border-radius: 12px;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  box-shadow: var(--yikun-shadow-border);
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
}
.author-content-item.single {
  width: 100%;
}
.author-content-item .author-content-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.author-content-item .author-content-item-tips {
  opacity: 0.8;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.author-content-item .content-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-content-item .content-bottom .icon-group {
  display: flex;
}
.author-content-item .content-bottom .icon-group i {
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 0.5rem;
}
.author-content-item .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .author-content-item .card-content {
    padding: 1rem;
  }
}
.author-content-item .card-content .author-content-item-title {
  margin-bottom: 0.5rem;
}
.author-content-item .card-content .banner-button-group {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.author-content-item .card-content .banner-button-group .banner-button {
  height: 40px;
  width: 118px;
  border-radius: 20px;
  justify-content: center;
  background: var(--yikun-black-op);
  color: var(--yikun-white);
  display: flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
}
.author-content-item .card-content .banner-button-group .banner-button:hover {
  background: var(--yikun-main);
  color: var(--yikun-card-bg);
}
.author-content-item .card-content .banner-button-group .banner-button i {
  margin-right: 8px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .author-content-item .card-content .banner-button-group {
    right: 1rem;
    bottom: 1rem;
  }
  .author-content-item .card-content .banner-button-group .banner-button {
    background: 0 0;
    color: var(--yikun-white);
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .author-content-item .card-content .banner-button-group .banner-button i {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .author-content-item .card-content .banner-button-text {
    display: none;
  }
}
.switch_message {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  gap: 0.5rem;
}
.switch_message button {
  background-color: var(--yikun-main);
  border: var(--style-border-always);
  border-radius: 50px;
  color: var(--yikun-card-bg);
  padding: 0.5rem 1rem;
  transition: background-color 0.3s;
}
#barrage {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 1;
  pointer-events: none;
}
#barrage .default-style {
  pointer-events: all;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  overflow: hidden;
}
#barrage .default-style a {
  background-color: rgba(0,0,0,0.5);
  transition: 0.3s;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  text-decoration: none;
  border-bottom: none;
}
#barrage .default-style a:hover {
  background-color: rgba(0,0,0,0.7);
}
#barrage .default-style img {
  pointer-events: none;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0 !important;
  border-radius: 50% !important;
}
#barrage .default-style p {
  line-height: 1;
  pointer-events: none;
  margin: 0 !important;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#barrage.hide {
  z-index: -1;
  opacity: 0;
}
#page h1.page-title {
  display: inline;
  margin: 0.4rem 0 1rem;
}
#page {
  background: 0 0;
  border: none;
  padding: 0;
  box-shadow: none;
  min-height: calc(100vh - 464px);
}
@media screen and (max-width: 768px) {
  #page {
    padding: 0 1rem;
  }
}
#page > div:not(.author-content-item) {
  animation: slide-in 0.6s 0.2s backwards;
}
@media screen and (min-width: 768px) {
  > div:nth-child(1) > a::before {
    height: 24px;
    width: 44px;
    content: "";
    background-size: 38px 24px;
    position: absolute;
    top: 0;
    left: 0;
  }
  > a:nth-child(0) > i {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .needEndHide.hide {
    bottom: -200px !important;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .needEndHide {
    display: none !important;
  }
}
.comment-barrage {
  position: fixed;
  bottom: 0;
  right: 2.5rem;
  padding: 0 0 20px 10px;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 999;
  transition: all 0.3s ease 0s;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .comment-barrage {
    display: none !important;
  }
}
.comment-barrage .comment-barrage-item {
  min-width: 300px;
  max-width: 300px;
  width: fit-content;
  min-height: 80px;
  max-height: 150px;
  margin: 4px;
  padding: 8px 14px;
  background: var(--yikun-maskbgdeep);
  border-radius: 8px;
  color: var(--yikun-fontcolor);
  animation: 0.6s cubic-bezier(0.42, 0, 0.3, 1.11) 0s 1 normal none running barrageIn;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
  border: var(--style-border);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: var(--yikun-shadow-border);
  overflow: hidden;
}
.comment-barrage .comment-barrage-item:hover {
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-main);
}
.comment-barrage .comment-barrage-item.out {
  opacity: 0;
  animation: 0.6s cubic-bezier(0.42, 0, 0.3, 1.11) 0s 1 normal none running barrageOut;
}
.comment-barrage .comment-barrage-item.hovered {
  opacity: 0;
}
.comment-barrage .comment-barrage-item .comment-barrage-close {
  color: var(--yikun-secondtext);
  cursor: pointer;
  line-height: 1;
  margin: 4px;
}
.comment-barrage .comment-barrage-item .comment-barrage-close:hover {
  color: var(--yikun-main);
}
.comment-barrage .comment-barrage-item .comment-barrage-close .solitude {
  color: var(--yikun-fontcolor);
  font-size: 18px;
}
.comment-barrage .comment-barrage-item .barrageHead {
  height: 30px;
  padding: 0 0 6px;
  line-height: 30px;
  font-size: 12px;
  border-bottom: var(--style-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.comment-barrage .comment-barrage-item .barrageHead .barrageTitle {
  color: var(--yikun-card-bg);
  margin-right: 8px;
  background: var(--yikun-fontcolor);
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
}
.comment-barrage .comment-barrage-item .barrageHead .barrageTitle:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
.comment-barrage .comment-barrage-item .barrageAvatar {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 auto;
  border-radius: 50%;
  background: var(--yikun-secondbg);
}
.comment-barrage .comment-barrage-item .barrageContent {
  height: calc(100% - 30px);
  overflow: hidden;
  width: fit-content;
  max-height: 48px;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.comment-barrage .comment-barrage-item .barrageContent h1,
.comment-barrage .comment-barrage-item .barrageContent h2,
.comment-barrage .comment-barrage-item .barrageContent h3,
.comment-barrage .comment-barrage-item .barrageContent h4 {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 8px 0 !important;
}
.comment-barrage .comment-barrage-item .barrageContent a {
  pointer-events: none;
  font-size: 14px !important;
}
.comment-barrage .comment-barrage-item .barrageContent p {
  margin: 8px 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  max-width: 270px;
}
.comment-barrage .comment-barrage-item .barrageContent p img:not(.tk-owo-emotion) {
  display: none;
}
.comment-barrage .comment-barrage-item .barrageContent p img.tk-owo-emotion {
  width: 16px;
  padding: 0;
  margin: 0;
  transform: translateY(2px);
}
.comment-barrage .comment-barrage-item .barrageContent pre,
.comment-barrage .comment-barrage-item .barrageContent li,
.comment-barrage .comment-barrage-item .barrageContent blockquote,
.comment-barrage .comment-barrage-item .barrageContent br {
  display: none;
}
.comment-barrage .comment-barrage-item .barrageContent::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.comment-barrage .comment-barrage-item .barrageContent::-webkit-scrollbar-button {
  display: none;
}
#post .post-copyright {
  background: var(--yikun-secondbg);
  border-width: 1px;
  transition: 0.3s;
  position: relative;
  margin: 1rem 2rem 0.5rem;
  border-radius: 12px;
  padding: 34px 0 20px 0;
  border: var(--style-border-always);
}
@media screen and (max-width: 768px) {
  #post .post-copyright {
    box-shadow: var(--yikun-shadow-border);
    padding: 1rem 1.3rem;
    margin: 0.5rem;
  }
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_img {
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 64px;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 33px);
  top: -33px;
  border: var(--style-border-always);
  box-shadow: var(--yikun-shadow-main);
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_img img:hover {
  transform: scale(1.3);
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  color: var(--yikun-fontcolor);
  line-height: 1;
}
#post .post-copyright .post-copyright__author_group .post-copyright__author_desc {
  text-align: center;
  font-size: 14px;
  color: var(--yikun-secondtext);
  margin: 4px 10px 0;
  line-height: 1.5;
}
#post .post-copyright .post-copyright__notice {
  font-size: 12px;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
#post .post-copyright .post-copyright__notice .post-copyright-info {
  padding-left: 0;
  color: var(--yikun-secondtext);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #post .post-copyright .post-copyright__notice .post-copyright-info {
    -webkit-line-clamp: 2;
  }
}
#post .post-copyright .post-copyright__notice .post-copyright-info a {
  text-decoration: none;
  word-break: break-word;
  padding: 0 4px;
  border-radius: 4px;
  color: var(--yikun-fontcolor);
  font-weight: 700;
}
#post .post-copyright .post-copyright__notice .post-copyright-info a:hover {
  text-decoration: none;
  background-color: var(--yikun-main);
  color: var(--yikun-white);
  cursor: pointer;
  border-radius: 4px;
}
.social-share {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 0.5rem auto;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.social-share .social-share-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: var(--style-border);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .social-share .social-share-ico:nth-child(n+6) {
    display: none;
  }
}
.social-share .social-share-ico:hover {
  color: #fff;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background-color: #56b6e7;
}
.social-share .icon-weibo {
  color: #d44040;
  border-color: #d44040;
}
.social-share .icon-weibo:hover {
  background-color: #d44040;
}
.social-share .icon-facebook {
  color: #415dc9;
  border-color: #415dc9;
}
.social-share .icon-facebook:hover {
  background-color: #415dc9;
}
.social-share .icon-twitter {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-twitter:hover {
  background-color: #56b6e7;
}
.social-share .icon-telegram {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-telegram:hover {
  background-color: #56b6e7;
}
.social-share .icon-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}
.social-share .icon-linkedin:hover {
  background-color: #0077b5;
}
.social-share .icon-whatsapp {
  color: #25d366;
  border-color: #25d366;
}
.social-share .icon-whatsapp:hover {
  background-color: #25d366;
}
.social-share .icon-link {
  color: #425aef;
  border-color: #425aef;
}
.social-share .icon-link:hover {
  background-color: #425aef;
}
.social-share .icon-qrcode {
  position: relative;
  color: #000;
  border-color: #000;
}
@media screen and (max-width: 900px) {
  .social-share .icon-qrcode {
    display: none;
  }
}
.social-share .icon-qrcode:hover {
  background-color: #000;
}
.social-share .icon-qrcode:hover .share-main {
  display: flex;
}
.social-share .icon-qrcode .share-main {
  display: none;
  position: absolute;
  bottom: 1.7rem;
  z-index: 100;
  padding-bottom: 15px;
}
.social-share .icon-qrcode .share-main-all {
  padding: 12px;
  border-radius: 12px;
  background: var(--yikun-background);
  animation: donate_effcet 0.3s 0.1s ease both;
  flex-direction: column;
  border: var(--style-border-always);
}
.social-share .icon-qrcode .share-main-all .reward-dec {
  font-size: 0.6rem;
  color: var(--yikun-fontcolor) !important;
  text-align: center;
}
.social-share #qrcode {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  background: var(--yikun-white);
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  border: var(--style-border-always);
}
.social-share #qrcode img {
  width: 132px;
  height: 132px;
}
.post #page-header.post-bg {
  height: 20rem;
  background-color: var(--yikun-background);
  transition: 0.6s;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .post #page-header.post-bg {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .post #page-header.post-bg {
    height: 30rem;
    background-color: var(--yikun-main) !important;
    transition: 0s;
    margin-bottom: -12px;
  }
}
.post #page-header.post-bg::before {
  transition: 0.3s;
  height: 20rem;
  background-color: var(--yikun-main);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
@media screen and (min-width: 1300px) {
  .post #page-header.post-bg::before {
    height: 25rem;
    opacity: 0;
    background-color: var(--yikun-main);
    animation: slide-in-op 0.6s 0s forwards;
  }
}
@media screen and (max-width: 768px) {
  .post #page-header.post-bg::before {
    height: 15rem;
  }
}
.post .post-bg .main-hero-waves-area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.post .post-bg .waves-area .waves-svg {
  width: 100%;
  height: 60px;
}
.post .post-bg .parallax > use {
  animation: move-forever 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.post .post-bg .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: var(--yikun-background);
  opacity: 0.5;
}
.post .post-bg .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: var(--yikun-background);
  opacity: 0.6;
}
.post .post-bg .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: var(--yikun-background);
  opacity: 0.7;
}
.post .post-bg .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: var(--yikun-background);
}
@media screen and (max-width: 768px) {
  .post .post-bg .main-hero-waves-area {
    display: none;
  }
}
.post .post-bg #post-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 50vw;
  min-height: 20rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .post .post-bg #post-cover {
    min-height: 15rem !important;
    height: 70% !important;
    opacity: 1 !important;
  }
}
.post .post-bg .coverdiv {
  width: 70%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 -20% 0 auto;
  transform: rotate(10deg) translateY(-10%) scale(2);
  filter: blur(10px);
}
.post .post-bg .coverdiv:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 110px -130px 300px 60px var(--yikun-main) inset;
}
@media screen and (min-width: 768px) {
  .post .post-bg .coverdiv {
    width: 70%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 -20% 0 auto;
    transform: rotate(10deg) translateY(-8%) scale(1.8);
    filter: blur(30px);
    opacity: 0;
  }
  .post .post-bg .coverdiv.loaded {
    display: block;
    opacity: 0.5;
    animation: showCover 1s 0.3s backwards;
    transform: rotate(10deg) translateY(-10%) scale(2);
  }
}
@media screen and (max-width: 768px) {
  .post .post-bg .coverdiv {
    margin: 0 0 0 auto;
    transform: rotate(0) translateY(0) scale(1);
    filter: blur(0);
    width: 100%;
    height: 30rem;
  }
  .post .post-bg .coverdiv:after {
    box-shadow: 0 0 205px 59px var(--yikun-main) inset;
  }
}
.post .post-bg .coverdiv.loaded {
  display: block;
}
.post #post-info {
  top: 0;
  position: absolute;
  padding: 0 3rem;
  margin: 0 auto;
  color: var(--yikun-white);
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100% + 0px);
  justify-content: center;
  animation: slide-in 0.6s 0s backwards;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .post #post-info {
    height: calc(100% + 0px);
    top: 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .post #post-info {
    bottom: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .post #post-info {
    padding: 0 6%;
    justify-content: normal;
    padding-top: 18rem;
  }
}
.post #post-info .post-title {
  color: var(--yikun-white);
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
  text-align: left;
  margin: 1rem 0 1rem 0;
  -webkit-line-clamp: 2;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post #post-info .post-title {
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
    margin: 0.2rem auto;
    text-align: center;
    z-index: 1;
  }
}
@media screen and (min-width: 1300px) {
  .post #post-info .post-title {
    width: 1100px;
    font-size: 2.6rem !important;
  }
}
.post #post-info #post-meta {
  margin-top: 0.4rem;
  transition: 0.3s;
  display: flex;
  user-select: none;
  color: var(--light-grey);
  font-size: 95%;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta {
    font-size: 90%;
    padding: 0 2rem;
  }
}
.post #post-info #post-meta a {
  color: var(--light-grey);
  transition: all 0.3s ease-out 0s;
}
.post #post-info #post-meta i {
  font-size: 14px;
  margin-right: 4px;
}
.post #post-info #post-meta > div {
  text-align: left;
}
.post #post-info #post-meta .meta-secondline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta .meta-secondline {
    justify-content: center;
  }
}
.post #post-info #post-meta .meta-secondline > span {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-meta .meta-secondline > span {
    line-height: 1.5;
  }
}
.post #post-info #post-meta .meta-secondline > span:first-child {
  margin-left: 0;
}
.post #post-info #post-meta .meta-secondline .post-meta-date,
.post #post-info #post-meta .meta-secondline .post-meta-wordcount,
.post #post-info #post-meta .meta-secondline .post-meta-position,
.post #post-info #post-meta .meta-secondline .post-meta-pv {
  opacity: 0.6;
}
.post #post-info #post-meta .meta-secondline .post-meta-separator {
  margin: 0 1rem 0 0;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv {
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv:hover {
  opacity: 1;
  background: var(--yikun-white-op);
  text-decoration: none;
  color: var(--yikun-white);
}
.post #post-info #post-meta .meta-secondline .post-meta-pv-cv {
  margin-left: 0.8rem;
}
.post #post-info #post-meta .meta-secondline .post-meta-pv-cv #busuanzi_value_page_pv {
  font-weight: 800;
}
.post #post-info #post-meta .meta-secondline .post-meta-commentcount {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
  padding: 8px;
}
.post #post-info #post-meta .meta-secondline .post-meta-commentcount:hover {
  opacity: 1;
  background: var(--yikun-white-op);
}
.post #post-info #post-meta .meta-secondline .post-meta-wechat {
  margin-right: 0.8rem;
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}
.post #post-info #post-meta .meta-secondline .post-meta-wechat:hover {
  opacity: 1;
  background: var(--yikun-white-op);
}
.post #post-info #post-firstinfo {
  text-align: left;
  display: flex;
  white-space: nowrap;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo {
    white-space: nowrap;
    margin: 0 auto;
    z-index: 1;
  }
  .post #post-info #post-firstinfo .tag_share {
    display: none;
  }
}
.post #post-info #post-firstinfo .meta-firstline {
  display: flex;
  align-items: center;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline {
    margin-bottom: 0.4rem;
  }
}
.post #post-info #post-firstinfo .meta-firstline .post-meta-original {
  background: var(--yikun-white-op);
  color: var(--yikun-white);
  padding: 0 0.5rem;
  font-size: 0.7rem;
  margin: auto;
  border-radius: 8px;
  font-weight: 700;
  line-height: 32px;
  width: 100%;
  height: 100%;
  display: flex;
}
.post #post-info #post-firstinfo .meta-firstline .post-meta-original:hover {
  color: var(--yikun-main);
  background: var(--yikun-white);
  border-radius: 8px;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share {
  margin-left: 0.5rem;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list {
    display: none;
  }
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list::-webkit-scrollbar {
  display: none;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags {
  color: var(--yikun-white);
  opacity: 0.8;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags:hover {
  color: var(--yikun-white);
  opacity: 1;
  background: var(--yikun-white-op);
}
@media screen and (max-width: 768px) {
  .post #post-info #post-firstinfo .meta-firstline .tag_share .post-meta__tag-list .post-meta__tags {
    margin: 0 0.5rem 0 0;
  }
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories {
  background-color: var(--yikun-white-op);
  border-radius: 8px;
  line-height: 32px;
  height: 32px;
  transition: 0.3s;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories:not(:first-child) {
  margin-left: 8px;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories:hover {
  background-color: var(--yikun-white);
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories a.post-meta-categories {
  color: var(--yikun-white);
  font-size: 0.7rem;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0.5rem;
}
.post #post-info #post-firstinfo .meta-firstline span.post-meta-categories a.post-meta-categories:hover {
  color: var(--yikun-main);
}
#post #post-info {
  height: auto;
  position: unset;
  padding: 1rem 2rem;
  background: var(--yikun-hovertext);
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) {
  #post #post-info {
    min-height: 250px;
  }
}
.relatedPosts {
  margin: 2rem 2rem 0;
  user-select: none;
}
.relatedPosts .relatedPosts-list > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: calc(33.333% - 6px);
  height: 200px;
  background: var(--yikun-main);
  vertical-align: bottom;
}
.relatedPosts .relatedPosts-list > div .cover {
  width: 360px;
  min-width: 45%;
  height: 100%;
  transition: all 0.6s ease 0s;
  object-fit: cover;
  filter: brightness(0.9);
  max-width: 45%;
}
.relatedPosts .relatedPosts-list > div .cover::after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/404.avif") 50%;
  background-size: cover;
}
.relatedPosts .relatedPosts-list > div .content {
  padding: 0 1rem;
  width: 100%;
}
.relatedPosts .relatedPosts-list > div .content .date {
  color: var(--light-grey);
  font-size: 90%;
}
.relatedPosts .relatedPosts-list > div .content .title {
  color: var(--yikun-white);
  -webkit-line-clamp: 2;
  margin-right: auto;
}
.relatedPosts .relatedPosts-list > div a {
  display: flex;
  width: 100%;
  height: 100%;
}
.relatedPosts .headline {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.relatedPosts .headline span {
  margin-right: auto;
  margin-left: 8px;
}
.relatedPosts .headline a {
  font-weight: 400;
}
.relatedPosts .headline a:hover {
  color: var(--yikun-lighttext);
}
.relatedPosts-link {
  display: block;
  justify-content: space-between;
  margin-left: 8px;
  font-size: 13px;
}
.relatedPosts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .relatedPosts,
  .relatedPosts-list > div {
    margin: 2px;
    width: calc(50% - 4px);
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .relatedPosts,
  .relatedPosts-list > div {
    width: calc(100% - 4px);
  }
}
@media screen and (min-width: 768px) {
  #post > div.relatedPosts > div.relatedPosts-list > div {
    -webkit-mask-image: -webkit-radial-gradient(center, #fff, #000);
    border-radius: 12px;
  }
  .relatedPosts > .headline {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1300px) {
  #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(7),
  #post > div.relatedPosts > div.relatedPosts-list > div:nth-child(8) {
    display: none;
  }
}
.relatedPosts > .relatedPosts-list > div {
  background: var(--yikun-secondbg);
  border: var(--style-border);
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
}
.relatedPosts > .relatedPosts-list > div:hover {
  background: var(--yikun-main);
}
.relatedPosts > .relatedPosts-list > div .content .title {
  color: var(--yikun-fontcolor);
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  font-size: 0.9rem;
  text-align: left;
  overflow: hidden;
}
.relatedPosts > .relatedPosts-list > div .content .date {
  color: var(--yikun-fontcolor);
  display: none;
}
.relatedPosts > .relatedPosts-list > div:hover a .title {
  color: var(--yikun-white);
}
@media screen and (max-width: 768px) {
  .relatedPosts {
    display: none;
  }
  .relatedPosts > .relatedPosts-list > div {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    margin-top: 0.5rem;
  }
}
#post .post-tools {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
  user-select: none;
}
#post .post-tools .post-tools-left {
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
  text-overflow: ellipsis;
  justify-content: center;
  flex-wrap: wrap;
}
#post .post-tools .post-tools-left #quit-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  opacity: 0.01;
  display: none;
  z-index: 101;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #post .post-tools .post-tools-left #quit-box {
    height: calc(100vh - 380px);
  }
}
.post-reward {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.post-reward:hover > .reward-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .post-reward:hover > .reward-main {
    display: flex;
    justify-content: left;
  }
}
.post-reward:hover .reward-button {
  color: var(--yikun-white);
  background: var(--yikun-theme);
  box-shadow: none;
}
.post-reward .reward-button {
  background: var(--yikun-red);
  color: var(--yikun-white);
  padding: 0 16px;
  height: 40px;
  border-radius: 8px;
  line-height: 39px;
  box-shadow: var(--yikun-shadow-red);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.post-reward .reward-button i {
  margin-right: 4px;
}
.post-reward .reward-button:hover {
  background-color: var(--yikun-theme);
}
.post-reward .reward-main {
  animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
  position: absolute;
  bottom: 40px;
  left: -96px;
  z-index: 100;
  display: none;
  padding: 0 0 15px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .post-reward .reward-main {
    justify-content: center !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1003;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
.post-reward .reward-main .reward-all {
  margin: 0;
  padding: 0.8rem;
  border-radius: 12px;
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  display: flex;
  box-shadow: var(--yikun-shadow-border);
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post-reward .reward-main .reward-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 10px 60px;
    border-radius: 12px 12px 0 0;
  }
}
.post-reward .reward-main .reward-all::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
}
.post-reward .reward-main .reward-all .reward-title {
  font-weight: 700;
  color: var(--yikun-red);
  text-wrap: wrap;
}
.post-reward .reward-main .reward-all .reward-group {
  display: flex;
  margin-top: 0.5rem;
}
.post-reward .reward-main .reward-all .reward-group .reward-item {
  display: inline-block;
  padding: 0 8px;
  list-style-type: none;
  vertical-align: top;
}
.post-reward .reward-main .reward-all .reward-group .reward-item img {
  width: 130px;
  height: 130px;
}
.post-reward .reward-main .reward-all .reward-group .reward-item .post-qr-code-desc {
  padding-top: 0.4rem;
  width: 130px;
  color: var(--yikun-gray);
  margin-top: -8px;
  margin-bottom: 8px;
}
.post-reward .reward-main .reward-all .reward-group .reward-item .post-qr-code-img {
  box-shadow: var(--yikun-shadow-lightblack);
  border-radius: 12px;
  border: var(--style-border-always);
}
.post-reward .reward-main .reward-all .reward-main-btn {
  background: var(--yikun-secondbg);
  color: var(--yikun-fontcolor);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 4px 0;
  border: var(--style-border-always);
  width: 100%;
}
.post-reward .reward-main .reward-all .reward-main-btn:hover {
  color: var(--yikun-white);
  background: var(--yikun-red);
  background-image: url("/img/flower.gif");
  box-shadow: var(--yikun-shadow-red);
}
.post-reward .reward-main .reward-all .reward-main-btn .reward-text {
  margin-bottom: 0;
  font-weight: 700;
}
.post-reward .reward-main .reward-all .reward-main-btn .reward-dec {
  font-size: 0.6rem;
  text-wrap: wrap;
}
#post .post-tools .post-tools-left .reward-link.mode {
  background: var(--yikun-green);
  color: var(--yikun-white);
  padding: 0 16px;
  height: 40px;
  line-height: 39px;
  box-shadow: var(--yikun-shadow-green);
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
#post .post-tools .post-tools-left .reward-link.mode a {
  color: var(--yikun-white);
}
#post .post-tools .post-tools-left .reward-link.mode i {
  margin-right: 4px;
}
#post .post-tools .post-tools-left .reward-link.mode:hover {
  background: var(--yikun-theme);
  box-shadow: none;
}
#post .post-tools-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #post .post-tools-right {
    padding: 0 0.5rem;
  }
}
#post .post-tools-right .tag_share .post-meta__tag-list {
  display: flex;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
#post .post-tools-right .tag_share .post-meta__tag-list a {
  margin-bottom: 8px;
  margin-right: 8px;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags {
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  color: var(--yikun-fontcolor);
  border-radius: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 40px;
  padding: 0 0.6rem;
  width: fit-content;
  font-size: 0.85em;
  transition: all 0.2s ease-in-out 0s;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags:hover {
  background: var(--yikun-lighttext);
  box-shadow: var(--yikun-shadow-main);
  color: var(--yikun-white);
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags:hover span.tagsPageCount {
  color: var(--yikun-lighttext);
  background: var(--yikun-maskbgdeep);
  transition: all 0.2s ease-in-out 0s;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags span.tags-punctuation {
  font-size: 12px;
  margin-right: 1px;
  display: flex;
  align-items: center;
}
#post .post-tools-right .tag_share .post-meta__tag-list .post-meta__tags .tagsPageCount,
#tag-page-tags .tagsPageCount {
  padding: 2px;
  background: var(--yikun-fontcolor);
  border: var(--style-border-always);
  min-width: 22.5px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-size: 0.6rem;
  color: var(--yikun-card-bg);
  margin-left: 4px;
}
#post #pagination {
  width: auto;
  overflow: hidden;
  position: inherit;
  border: var(--style-border-always);
}
#post #pagination div:only-child.next-post,
#post #pagination div:only-child.prev-post {
  width: 100%;
}
#post #pagination div:only-child.next-post a {
  border-left: 0;
}
#post #pagination div:only-child.prev-post a {
  border-right: 0;
}
@media screen and (min-width: 1300px) {
  #post #pagination {
    position: fixed;
    width: 300px;
    bottom: -100px;
    right: 20px;
    z-index: 12;
    height: fit-content;
    transition: cubic-bezier(0.42, 0, 0.3, 1.11) 0.3s;
    border: var(--style-border);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination {
    border-radius: 12px;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
  }
}
#post #pagination.pagination-post {
  margin: 0 2rem 1rem;
  background: var(--yikun-card-bg);
}
@media screen and (min-width: 768px) {
  #post #pagination.pagination-post {
    border-radius: 12px;
  }
}
#post #pagination .next-post,
#post #pagination .prev-post,
#post #pagination .next-post.pull-right,
#post #pagination .prev-post.pull-left {
  background: var(--yikun-secondbg);
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post,
  #post #pagination .prev-post,
  #post #pagination .next-post.pull-right,
  #post #pagination .prev-post.pull-left {
    background: var(--yikun-maskbgdeep);
    backdrop-filter: blur(5px);
    transform: translateZ(0);
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post,
  #post #pagination .prev-post,
  #post #pagination .next-post.pull-right,
  #post #pagination .prev-post.pull-left {
    background: var(--yikun-card-bg);
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post.pull-full,
  #post #pagination .prev-post.pull-full {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .prev-post.pull-left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .prev-post.pull-left {
    border-bottom: var(--style-border-always);
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post.pull-right {
    width: 100%;
  }
}
#post #pagination .next-post,
#post #pagination .prev-post {
  width: 50%;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post,
  #post #pagination .prev-post {
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post,
  #post #pagination .prev-post {
    width: 100%;
  }
}
#post #pagination .next-post .label,
#post #pagination .prev-post .label {
  color: var(--yikun-fontcolor);
  text-transform: uppercase;
  font-size: 90%;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post .label,
  #post #pagination .prev-post .label {
    color: var(--yikun-fontcolor);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0.5rem;
    border-bottom: var(--style-border);
    line-height: 1;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post .label,
  #post #pagination .prev-post .label {
    text-align: left;
  }
}
#post #pagination .next-post a,
#post #pagination .prev-post a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
}
@media screen and (min-width: 768px) {
  #post #pagination .next-post a:hover,
  #post #pagination .prev-post a:hover {
    background: var(--yikun-main);
  }
  #post #pagination .next-post a:hover div,
  #post #pagination .prev-post a:hover div {
    color: var(--yikun-white);
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next-post a:hover,
  #post #pagination .prev-post a:hover {
    background: var(--yikun-none);
  }
}
#post #pagination .prev-post .pagination-info {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #post #pagination .prev-post a {
    border-right: var(--yikun-main-op);
    border-right-width: 0.5px;
    border-right-style: solid;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .prev-post a {
    border: none;
    height: fit-content;
    padding: 0.5rem 0;
  }
}
#post #pagination .next-post .pagination-info {
  text-align: right;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post .pagination-info {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #post #pagination .next-post a {
    border-left: var(--yikun-main-op);
    border-left-width: 0.5px;
    border-left-style: solid;
    display: flex;
    align-items: flex-start;
    height: 150px;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .next-post a {
    border: none;
    height: fit-content;
    padding: 0.5rem 0;
  }
}
#post #pagination .pagination-info {
  position: absolute;
  top: 50%;
  padding: 1rem 2rem;
  width: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #post #pagination .pagination-info {
    padding: 1rem 1.5rem 1rem 1.5rem;
    position: relative;
    display: flex;
    top: 0;
    transform: none;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination .pagination-info {
    padding: 0.5rem 1rem;
    transform: none;
  }
}
#post #pagination .next_info,
#post #pagination .prev_info {
  color: var(--yikun-fontcolor);
  font-weight: 700;
  -webkit-line-clamp: 2;
  white-space: normal;
  line-height: 1.3;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  #post #pagination .next_info,
  #post #pagination .prev_info {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #post #pagination .next_info,
  #post #pagination .prev_info {
    text-align: left;
  }
}
@media screen and (min-width: 1300px) {
  #post #pagination.show-window {
    bottom: 20px;
    opacity: 1;
  }
}
.post-ai {
  background: var(--yikun-secondbg);
  border-radius: 12px;
  padding: 12px;
  line-height: 1.3;
  border: var(--style-border-always);
  margin-top: 16px;
  min-height: 101.22px;
  box-shadow: var(--yikun-shadow-border);
}
@media screen and (max-width: 768px) {
  .post-ai {
    margin-top: 22px;
  }
}
.post-ai .ai-title {
  display: flex;
  color: var(--yikun-lighttext);
  border-radius: 8px;
  align-items: center;
  user-select: none;
}
.post-ai .ai-title .ai-title-left {
  display: flex;
  align-items: center;
  color: var(--yikun-lighttext);
}
.post-ai .ai-title .ai-title-left i.ai-title-icon {
  width: 24px;
  height: 24px;
  display: flex;
  background: var(--yikun-lighttext);
  color: var(--yikun-card-bg);
  font-size: 14px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}
.post-ai .ai-title .ai-title-left .ai-title-text {
  font-weight: 700;
  margin-left: 8px;
  line-height: 1;
  font-size: 14px;
}
.post-ai .ai-title .ai-tag {
  font-size: 12px;
  background-color: var(--yikun-lighttext);
  box-shadow: var(--yikun-shadow-main);
  color: var(--yikun-card-bg);
  font-weight: 700;
  border-radius: 12px;
  margin-left: auto;
  line-height: 12px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.post-ai .ai-title .ai-tag.loadingAI {
  animation-duration: 2s;
  animation-name: AILoading;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  cursor: default;
}
.post-ai .ai-title .ai-tag:hover:not(.loadingAI) {
  background: var(--yikun-fontcolor);
  color: var(--yikun-card-bg);
}
.post-ai .ai-explanation {
  margin-top: 12px;
  padding: 8px 12px;
  background: var(--yikun-card-bg);
  border-radius: 8px;
  border: var(--style-border-always);
  font-size: 15px;
  line-height: 1.4;
  display: none;
  text-align: left;
}
.post-ai .ai-explanation .blinking-cursor {
  background-color: var(--yikun-lighttext);
  width: 14px;
  height: 14px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: middle;
  animation: blinking-cursor 2s infinite;
  margin-left: 4px;
  margin-bottom: 3px;
  transform: scale(0.6);
}
.post-ai .ai-suggestions {
  display: flex;
  flex-wrap: wrap;
}
.post-ai .ai-suggestions .ai-suggestions-item {
  margin-top: 12px;
  padding: 8px 12px;
  background: var(--yikun-card-bg);
  border-radius: 8px 8px 8px 0;
  border: var(--style-border-always);
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  width: fit-content;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.post-ai .ai-suggestions .ai-suggestions-item:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
.post-ai .ai-bottom {
  width: 100%;
  margin-top: 12px;
  display: flex;
}
.post-ai .ai-bottom .ai-tips {
  font-size: 12px;
  color: var(--yikun-secondtext);
  margin-right: auto;
}
.post-ai .ai-bottom .ai-report {
  font-size: 12px;
  color: var(--yikun-secondtext) !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.post-ai .ai-bottom .ai-report:hover {
  background: none !important;
}
[data-theme=dark] {
  --yikun-theme: #ffc848;
  --yikun-theme-op: rgba(255,200,72,0.137);
  --yikun-theme-op-deep: rgba(255,200,72,0.867);
  --yikun-theme-none: rgba(255,200,72,0);
  --yikun-blue: #0084ff;
  --yikun-red: #ff3842;
  --yikun-pink: #d44040;
  --yikun-green: #3e9f50;
  --yikun-purple: #7a60d2;
  --yikun-yellow: #ffc93e;
  --yikun-yellow-op: rgba(255,201,62,0.188);
  --yikun-orange: #ff953e;
  --yikun-fontcolor: #f7f7fa;
  --yikun-background: #18171d;
  --yikun-reverse: #fff;
  --yikun-maskbg: rgba(0,0,0,0.6);
  --yikun-maskbgdeep: rgba(0,0,0,0.85);
  --yikun-hovertext: #0a84ff;
  --yikun-ahoverbg: #fff;
  --yikun-lighttext: var(--yikun-theme);
  --yikun-secondtext: #a1a2b8;
  --yikun-scrollbar: rgba(200,200,223,0.4);
  --yikun-card-btn-bg: #30343f;
  --yikun-post-blockquote-bg: #000;
  --yikun-post-tabs-bg: #121212;
  --yikun-secondbg: #30343f;
  --yikun-secondbg-bg: #21232a;
  --yikun-shadow-nav: 0 5px 20px 0px rgba(28,28,28,0.4);
  --yikun-card-bg: #1b1c20;
  --yikun-card-bg-op: var(--yikun-white-op);
  --yikun-card-bg-none: rgba(29,27,38,0);
  --yikun-shadow-lightblack: 0 5px 12px -5px rgba(102,68,68,0);
  --yikun-shadow-light2black: 0 5px 12px -5px rgba(102,68,68,0);
  --yikun-card-border: #3d3d3f;
  --yikun-shadow-border: 0 8px 16px -4px rgba(0,0,0,0.314);
  --style-border: 1px solid var(--yikun-card-border);
  --style-border-always: 1px solid var(--yikun-card-border);
  --style-border-hover: 1px solid var(--yikun-theme);
  --style-border-hover-always: 1px solid var(--yikun-theme);
  --style-border-dashed: 1px dashed var(--yikun-theme-op);
  --style-border-forever: 2px solid var(--yikun-lighttext);
  --yikun-hl-bg: #1c1e1e;
  --yikun-hltools-bg: #454a50;
}
[data-theme=light] {
  --yikun-theme: #425aef;
  --yikun-theme-op: rgba(66,90,239,0.137);
  --yikun-theme-op-deep: rgba(66,90,239,0.867);
  --yikun-theme-op-light: rgba(66,89,239,0.051);
  --yikun-theme-none: rgba(66,90,239,0);
  --yikun-blue: #425aef;
  --yikun-red: #f04a63;
  --yikun-pink: #ff7c7c;
  --yikun-green: #57bd6a;
  --yikun-yellow: #c28b00;
  --yikun-yellow-op: rgba(217,156,0,0.102);
  --yikun-orange: #e38100;
  --yikun-purple: #7a60d2;
  --yikun-fontcolor: #363636;
  --yikun-background: #f7f9fe;
  --yikun-reverse: #000;
  --yikun-maskbg: rgba(255,255,255,0.6);
  --yikun-maskbgdeep: rgba(255,255,255,0.85);
  --yikun-hovertext: var(--yikun-main);
  --yikun-ahoverbg: #f7f7fa;
  --yikun-lighttext: var(--yikun-main);
  --yikun-secondtext: rgba(60,60,67,0.8);
  --yikun-scrollbar: rgba(60,60,67,0.4);
  --yikun-card-btn-bg: #edf0f7;
  --yikun-post-blockquote-bg: #fafcff;
  --yikun-post-tabs-bg: #f2f5f8;
  --yikun-secondbg: #f7f7f9;
  --yikun-secondbg-bg: var(--yikun-secondbg);
  --yikun-shadow-nav: 0 5px 12px -5px rgba(102,68,68,0.05);
  --yikun-card-bg: #fff;
  --yikun-card-bg-op: var(--yikun-black-op);
  --yikun-card-bg-none: rgba(255,255,255,0);
  --yikun-shadow-lightblack: 0 5px 12px -5px rgba(102,68,68,0);
  --yikun-shadow-light2black: 0 5px 12px -5px rgba(102,68,68,0);
  --yikun-card-border: #e3e8f7;
  --yikun-shadow-border: 0 8px 16px -4px rgba(44,45,48,0.047);
  --style-border: 1px solid var(--yikun-card-border);
  --style-border-always: 1px solid var(--yikun-card-border);
  --style-border-hover: 1px solid var(--yikun-main);
  --style-border-hover-always: 1px solid var(--yikun-main);
  --style-border-dashed: 1px dashed var(--yikun-theme-op);
  --style-border-forever: 2px solid var(--yikun-main);
  --yikun-navbg: var(--yikun-theme-op);
  --yikun-hl-bg: #fff;
  --yikun-hltools-bg: #e7e7e7;
}
@media screen and (max-width: 768px) {
  :root {
    --style-border: 0px solid var(--yikun-none);
    --style-border-hover: 0px solid var(--yikun-main);
  }
}
figure.highlight .highlight-tools .copy-button {
  right: 1.7rem;
}
figure.highlight .highlight-tools:after {
  position: absolute;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fc625d;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  content: ' ';
}
figure.highlight .highlight-tools .expand {
  right: 0;
}
figure.highlight .highlight-tools .expand + .code-lang {
  left: 75px;
}
figure.highlight .highlight-tools.closed .expand {
  transform: rotate(90deg);
}
figure.highlight table::-webkit-scrollbar {
  color: var(--yikun-secondbg);
  height: 6px;
  background: var(--yikun-hl-bg);
  border-radius: 6px;
  display: initial;
}
figure.highlight .keyword,
figure.highlight .attr,
figure.highlight .variable,
figure.highlight .literal,
figure.highlight .property {
  color: #00f;
}
figure.highlight .number {
  color: #098658;
}
figure.highlight .string {
  color: #a31515;
}
figure.highlight .built_in,
figure.highlight .title,
figure.highlight .params,
figure.highlight .name {
  color: #795e26;
}
figure.highlight .emphasis {
  color: #0451a5;
}
figure.highlight .addition {
  color: #35cd4b;
}
figure.highlight .deletion {
  color: #f00;
}
[data-theme=dark] figure.highlight .keyword,
[data-theme=dark] figure.highlight .attr,
[data-theme=dark] figure.highlight .variable,
[data-theme=dark] figure.highlight .property {
  color: #569cd6;
}
[data-theme=dark] figure.highlight .number {
  color: #b5cea8;
}
[data-theme=dark] figure.highlight .string {
  color: #ce9178;
}
[data-theme=dark] figure.highlight .built_in,
[data-theme=dark] figure.highlight .title,
[data-theme=dark] figure.highlight .params {
  color: #dcdcaa;
}
[data-theme=dark] figure.highlight .emphasis {
  color: #6a9955;
}
[data-theme=dark] figure.highlight .addition {
  color: #35cd4b;
}
[data-theme=dark] figure.highlight .deletion {
  color: #f00;
}
figure pre {
  margin: 0;
  padding: 8px 0;
  border: none;
}
figure table {
  display: block;
  border: none;
  overflow-y: hidden;
  overflow-x: auto;
}
figure table td {
  padding: 0;
  border: none;
  height: 100%;
}
figure table td.gutter {
  opacity: 0.6;
  user-select: none;
  min-width: initial;
}
figure table td.gutter pre {
  overflow: auto;
  line-height: 1.6;
  margin: 0;
  padding: 8px 0.5rem;
  border: none;
  color: var(--yikun-secondtext);
  background: var(--yikun-secondbg);
  border-right: var(--style-border-always);
  text-align: center;
}
figure table td.code {
  width: 100%;
  display: flex;
  position: relative;
}
figure table td.code pre {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
}
figure .line.marked {
  background-color: rgba(97,97,97,0.314);
}
figure:hover {
  box-shadow: var(--yikun-shadow-border-hover);
}
figure .copy-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  color: var(--yikun-fontcolor);
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
figure .copy-btn:hover {
  color: var(--yikun-lighttext);
}
figure.highlight {
  background-color: var(--yikun-hl-bg);
  color: var(--yikun-fontcolor);
  border: var(--style-border-always);
  overflow: hidden;
  border-radius: 8px 8px 4px 4px;
  position: relative;
  margin: 0.5rem 0 0.5rem;
  padding: 0;
  line-height: 1.6;
}
figure.highlight .highlight-tools {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  min-height: 1.2rem;
  border-radius: 8px 8px 0 0;
  height: 2.15em;
  font-size: 16px;
  background: var(--yikun-hltools-bg);
  border-bottom: var(--style-border-always);
  color: var(--yikun-fontcolor);
}
figure.highlight .highlight-tools.closed .expand {
  transition: all 0.3s ease 0s;
}
figure.highlight .highlight-tools.closed ~ * {
  display: none;
}
figure.highlight .highlight-tools .copy-button {
  position: absolute;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 18px;
}
figure.highlight .highlight-tools .copy-button:hover {
  color: var(--yikun-main);
}
figure.highlight .highlight-tools .expand {
  position: absolute;
  padding: 0.4rem 0.3rem;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
figure.highlight .highlight-tools .code-lang {
  text-transform: capitalize;
  position: absolute;
  font-weight: 700;
  font-size: 1.15em;
  user-select: none;
}
figure.highlight .highlight-tools .caption {
  position: absolute;
  right: 3.5rem;
  font-size: 14px;
  color: var(--yikun-secondtext);
}
@media screen and (max-width: 768px) {
  figure.highlight .highlight-tools .caption {
    display: none;
  }
}
figure.highlight .code-expand-btn {
  background: var(--yikun-hltools-bg);
  transition: 0.3s;
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateZ(0);
  border-top: var(--style-border-always);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
figure.highlight .code-expand-btn i {
  color: var(--yikun-fontcolor);
  line-height: 1;
  animation: 1.2s ease 0s infinite normal none running code-expand-key;
}
figure.highlight .code-expand-btn:hover {
  background: var(--yikun-main);
}
figure.highlight .code-expand-btn:hover i {
  color: var(--yikun-white);
}
figure.highlight .code-expand-btn.expand-done {
  display: none;
}
figure.highlight .code-expand-btn:not(.expand-done) ~ table,
figure.highlight .code-expand-btn:not(.expand-done) ~ pre {
  overflow: hidden;
  height: 200px;
}
.search-dialog {
  position: fixed;
  top: 5rem;
  left: 50%;
  z-index: 1001;
  display: none;
  margin-left: -15rem;
  padding: 1rem;
  width: 30rem;
  flex-direction: column;
  box-shadow: var(--yikun-shadow-lightblack);
  background: var(--yikun-card-bg);
  border: var(--style-border);
  transition: 0.3s;
  border-radius: 8px;
  animation: slide-in 0.6s ease 0s 1 normal none running;
  gap: 16px;
}
.search-dialog:hover {
  border: var(--style-border-hover);
  box-shadow: var(--yikun-shadow-theme);
}
@media screen and (max-width: 768px) {
  .search-dialog:hover {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .search-dialog {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.search-dialog .algolia-navbar {
  display: flex;
  align-items: center;
}
.search-dialog .search-close-button {
  margin-left: 4px;
  padding: 4px;
  color: var(--yikun-gray);
  font-size: 1.4em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease-in-out 0s;
}
.search-dialog .search-close-button:hover {
  color: var(--yikun-main);
}
.search-dialog .algolia-tips-text {
  margin-left: 0.4rem;
}
.search-dialog .search-box,
.search-dialog .ais-SearchBox {
  padding-top: 8px;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-width: 100%;
}
.search-dialog .search-box input,
.search-dialog .ais-SearchBox input,
.search-dialog .search-box .ais-SearchBox-input,
.search-dialog .ais-SearchBox .ais-SearchBox-input {
  height: 100%;
  width: 100%;
  padding: 0.25rem 0.7rem;
  outline: 0;
  border: var(--style-border);
  border-radius: 8px;
  background: var(--yikun-secondbg);
  color: var(--yikun-fontcolor);
}
.search-dialog .search-box input:focus,
.search-dialog .ais-SearchBox input:focus,
.search-dialog .search-box .ais-SearchBox-input:focus,
.search-dialog .ais-SearchBox .ais-SearchBox-input:focus {
  border: var(--style-border-hover);
}
.search-dialog .ais-Pagination .ais-Pagination-item--disabled {
  visibility: hidden;
}
.search-dialog #search-results {
  max-height: calc(80vh - 130px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .search-dialog #search-results {
    max-height: 80vh !important;
  }
}
.search-dialog .ais-Hits-list {
  padding: 0;
  margin: 0;
}
.search-dialog .algolia-hit-item-content {
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  color: var(--yikun-gray);
}
.search-dialog .algolia-hit-item-link {
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.search-dialog .algolia-hit-item-link:hover {
  color: var(--yikun-main);
}
.search-dialog .ais-Stats-text {
  font-size: 12px;
}
.search-dialog mark {
  color: var(--yikun-theme);
  font-style: normal;
  background: var(--yikun-card-bg);
}
.search-dialog .ais-Hits--empty {
  font-weight: 600;
}
.search-dialog .ais-Pagination-list {
  padding: 0;
  text-align: center;
}
.search-dialog .ais-Pagination-item.pagination-item {
  margin: 0 0.2rem;
  padding: 0;
  display: inline-block;
}
.search-dialog .ais-Pagination-item.pagination-item a {
  border-radius: 4px;
  color: var(--yikun-white);
  cursor: pointer;
  display: inline-block;
  min-width: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
}
.search-dialog .search-dialog__title {
  font-weight: 700;
  color: var(--yikun-main);
  font-size: 1.4em;
  line-height: 1;
}
.search-dialog #algolia-tips {
  color: var(--yikun-secondtext);
  width: 100%;
  margin: auto;
}
.search-dialog #algolia-tips .algolia-tips-text {
  margin-left: 0.4rem;
}
#search-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateZ(0);
  background: var(--yikun-maskbgdeep);
}
#algolia-hits .tag-list {
  padding: 4px 8px;
  border-radius: 8px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: var(--style-border-always);
}
#algolia-hits .tag-list:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
}
.ais-Pagination-item--selected a {
  background: var(--yikun-main);
}
.algolia-tips {
  color: var(--yikun-secondtext);
  margin-left: auto;
  opacity: 0.8;
}
.algolia-tips i {
  font-size: 18px;
}
#algolia-search .search-dialog .ais-SearchBox-input::placeholder {
  opacity: 0.6;
}
#article-container figure.gallery-group {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: calc(50% - 8px);
  height: 250px;
  border-radius: 8px;
  background: var(--yikun-black);
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
  #article-container figure.gallery-group {
    width: calc(100% - 8px);
  }
}
#article-container figure.gallery-group:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group:hover .gallery-group-name::after {
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group img {
  position: relative;
  margin: 0;
  max-width: none;
  width: calc(100% + 20px);
  height: 250px;
  backface-visibility: hidden;
  opacity: 0.8;
  transition: all 0.3s, filter 375ms ease-in 0.2s;
  transform: translate3d(-10px, 0, 0);
  object-fit: cover;
  border: none;
}
#article-container figure.gallery-group figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: var(--yikun-white);
  text-transform: uppercase;
  backface-visibility: hidden;
}
#article-container figure.gallery-group figcaption > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
#article-container figure.gallery-group p {
  margin: 0;
  padding: 8px 0 0;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
  -webkit-line-clamp: 4;
}
#article-container figure.gallery-group .gallery-group-name {
  position: relative;
  margin: 0;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
#article-container figure.gallery-group .gallery-group-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--yikun-white);
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
#article-container .gallery-group-main {
  overflow: auto;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
#article-container .gallery-item {
  min-height: 5rem;
  width: 24.97%;
  padding: 4px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #article-container .gallery-item {
    width: 32.97%;
  }
}
@media screen and (max-width: 768px) {
  #article-container .gallery-item {
    width: 49.97%;
  }
}
#article-container .gallery-item img {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
}
#page #article-container .gallery-item img {
  border-radius: 8px;
}
.waterfall {
  opacity: 0;
  transition: 0.3s;
}
.waterfall.show {
  opacity: 1;
}
.mermaid {
  display: flex;
  justify-content: center;
}
.mermaid text {
  fill: var(--yikun-fontcolor) !important;
}
#article-container .tabs {
  position: relative;
  border: 1px solid var(--tab-border-color);
  margin: 1rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--yikun-shadow-border);
  padding: 8px;
  background: var(--yikun-card-bg);
  border: var(--style-border);
}
#article-container .tabs > .nav-tabs > .tab {
  margin: 4px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #article-container .tabs > .nav-tabs > .tab {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
#article-container .tabs > .nav-tabs > .tab button i {
  width: 1.5em;
  font-size: inherit;
}
#article-container .tabs > .nav-tabs > .tab.active button {
  cursor: default;
  border: var(--style-border-hover-always);
  background: var(--yikun-background);
  border-radius: 8px;
}
#article-container .tabs > .nav-tabs > .tab:not(.active) button:hover {
  border-top: 2px solid var(--tab-button-hover-bg);
  background: var(--tab-button-hover-bg);
}
#article-container .tabs > .tab-contents .tab-item-content {
  position: relative;
  display: none;
  padding: 1.8rem 1.2rem;
  background: var(--yikun-background);
  border: var(--style-border-always);
}
@media screen and (max-width: 768px) {
  #article-container .tabs > .tab-contents .tab-item-content {
    padding: 1.2rem 0.7rem;
  }
}
#article-container .tabs > .tab-contents .tab-item-content.active {
  display: block;
  animation: 0.5s ease 0s 1 normal none running tabshow;
}
#article-container .tabs .tab-to-top {
  position: relative;
  display: block;
  margin: 16px 0 0 auto;
  color: #99a9bf;
}
#article-container .tabs .nav-tabs {
  background: var(--yikun-card-bg);
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #article-container .tabs .nav-tabs {
    padding: 0;
    margin-bottom: 8px;
  }
}
#article-container .tabs > .nav-tabs > .tab button {
  -webkit-transition: all 0s;
  background: var(--yikun-secondbg);
  transition: 0.3s;
  border: var(--style-border-always);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: var(--yikun-fontcolor);
}
#article-container .tabs > .nav-tabs > .tab:not(.active) button:hover {
  background: var(--yikun-main);
  color: var(--yikun-white);
  transition: 0.3s;
  border: var(--style-border-hover-always);
}
.tab-item-content {
  background: var(--yikun-card-bg);
}
#article-container .tabs > .tab-contents .tab-item-content.active {
  animation: tabshow 0s;
  -webkit-animation: tabshow 0s;
  padding: 1.2rem;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #article-container .tabs > .tab-contents .tab-item-content.active {
    padding: 0.5rem 0.5rem;
  }
}
.tab-contents {
  border-radius: 8px;
  overflow: hidden;
}
#post-comment .comment-head .comment-headline {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
}
#post-comment .comment-head #comment-switch {
  display: inline-block;
  float: right;
  margin: 0.1rem auto 0;
  padding: 0.2rem 0.8rem;
  width: max-content;
  border-radius: 5px;
  background: #f6f8fa;
}
#post-comment .comment-head #comment-switch .first-comment {
  color: #307af6;
}
#post-comment .comment-head #comment-switch .second-comment {
  color: #ff7242;
}
#post-comment .comment-head #comment-switch .switch-btn {
  position: relative;
  display: inline-block;
  margin: -4px 0.4rem 0;
  width: 42px;
  height: 22px;
  border-radius: 34px;
  background-color: #307af6;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
#post-comment .comment-head #comment-switch .switch-btn::before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: all 0.4s ease 0s;
}
#post-comment .comment-head #comment-switch .switch-btn.move {
  background-color: #ff7242;
}
#post-comment .comment-head #comment-switch .switch-btn.move::before {
  transform: translateX(20px);
}
.post-comment {
  background: var(--yikun-card-bg);
}
.post #post-comment {
  padding: 0 2rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .post #post-comment {
    padding: 0 0.5rem 0.5rem;
  }
}
#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(--yikun-main);
}
#post-comment blockquote {
  background: var(--yikun-secondbg);
  border: var(--style-border);
  box-shadow: none;
  margin: 0 0 0.5rem;
  font-size: 0.6rem;
  color: var(--yikun-secondtext);
  border-radius: 8px;
}
#post-comment .comment-head {
  font-size: 0.8em;
  margin: 0.5rem 0;
  position: relative;
}
#owo-big {
  position: fixed;
  align-items: center;
  background-color: var(--yikun-card-bg);
  border: var(--style-border-always);
  border-radius: 10px;
  z-index: 9999;
  max-width: 142px;
  display: none;
  transform: translate(0, -105%);
  overflow: hidden;
  animation: owoIn 0.3s cubic-bezier(0.42, 0, 0.3, 1.11);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #owo-big {
    display: none !important;
  }
}
#twikoo .tk-submit {
  margin-top: 0;
}
#twikoo .tk-admin-config-group-title {
  margin-top: 0;
  line-height: normal;
}
#twikoo .tk-row .tk-col {
  flex-direction: column-reverse !important;
}
#twikoo > div.tk-comments > div.tk-comments-container > div.tk-comments-title > span:nth-child(1) {
  display: none !important;
}
#twikoo > div.tk-comments > div.tk-submit > div.tk-row.actions > a {
  display: none !important;
}
.tk-meta {
  display: flex;
  align-items: center;
}
.twikoo-info {
  color: var(--yikun-secondtext);
}
.tk-action .tk-action-link:first-child {
  display: none;
}
.tk-action-link {
  color: var(--yikun-lighttext) !important;
  cursor: pointer;
  user-select: none;
  padding: 0 12px 0 12px;
  transition: all 0.3s;
  border-radius: 8px;
  background-color: var(--yikun-secondbg);
  border: var(--style-border-always);
}
.tk-action-link:hover {
  background-color: var(--yikun-lighttext);
  color: var(--yikun-card-bg) !important;
}
.tk-action-link:hover .tk-action-icon svg {
  fill: var(--yikun-card-bg) !important;
}
.tk-action-icon svg {
  transition: all 0.3s;
  fill: var(--yikun-lighttext) !important;
}
.tk-content img {
  border-radius: 12px;
}
.tk-avatar {
  width: 32px !important;
  height: 32px !important;
  box-shadow: var(--yikun-shadow-border);
  margin-right: 16px !important;
}
.tk-avatar.tk-has-avatar {
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px !important;
}
.tk-row .tk-avatar {
  display: none;
}
.tk-avatar .tk-avatar-img:hover {
  transform: rotate(360deg);
}
.tk-nick {
  font-size: 1rem !important;
  line-height: 32px;
}
#page .tk-meta-input .el-input {
  box-shadow: var(--yikun-shadow-border);
}
.el-loading-mask {
  background-color: none !important;
}
.tk-tag {
  margin-left: 4px;
}
.tk-tag-green {
  border-radius: 4px !important;
  border: 0 solid #e1f3d8 !important;
  font-size: 0.5rem !important;
}
[data-theme=dark] .tk-tag-green {
  background-color: rgba(103,194,58,0.129) !important;
}
.tk-tag-yellow {
  border-radius: 4px !important;
  border: 0 solid #e1f3d8 !important;
  font-size: 0.5rem !important;
}
[data-theme=dark] .tk-tag-green {
  background-color: rgba(192,194,58,0.129) !important;
}
.tk-tag-red {
  border-radius: 4px !important;
  border: 0 solid #f3d8d8 !important;
  font-size: 0.5rem !important;
}
[data-theme=dark] .tk-tag-red {
  background-color: rgba(194,58,58,0.129) !important;
}
.tk-submit-action-icon.__markdown {
  display: none;
}
.tk-comments .el-button--primary {
  border-color: var(--yikun-fontcolor) !important;
  color: var(--yikun-card-bg) !important;
  border-radius: 12px !important;
  box-shadow: var(--yikun-shadow-black);
  transition: 0.3s;
  width: 5rem;
  position: absolute;
  top: -44px;
  right: 0;
  margin-left: 0.5rem !important;
  height: 34px;
}
.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: 0.2;
}
.tk-row-actions-start {
  position: absolute;
  top: -84px;
  left: 17px;
}
@media screen and (max-width: 768px) {
  .tk-submit .el-button--primary {
    width: 5rem;
    height: 122px;
    top: -132px;
  }
  .tk-row-actions-start {
    top: -170px;
  }
}
.tk-comments-title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tk-extras {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tk-icon.__comments:first-child {
  display: none;
}
.tk-icon.__comments {
  margin-left: 0 !important;
}
.tk-row.actions {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  justify-content: space-around !important;
}
.tk-meta-input {
  position: relative !important;
  margin-top: 8px;
  width: calc(100% - 5.5rem);
}
.tk-content .tk-owo-emotion {
  width: 3em;
  margin: 0 2px 0 2px;
}
.tk-owo-emotion .OwO-item img,
.twikoo .OwO-item img {
  pointer-events: none;
}
.tk-extra {
  background: var(--yikun-card-bg);
  border: var(--style-border-always);
  padding: 1px 5px 1px 2px;
  border-radius: 8px;
  margin-right: 4px !important;
  color: var(--yikun-secondtext) !important;
  display: inline !important;
  margin-top: 6px !important;
  font-size: 0.5rem;
}
.tk-extra .tk-icon {
  display: none;
}
.tk-expand {
  background: var(--yikun-card-bg) !important;
  color: var(--yikun-fontcolor) !important;
  border: var(--style-border-always);
  box-shadow: var(--yikun-shadow-border);
  border-radius: 12px;
  user-select: none;
}
.tk-expand:hover {
  background: var(--yikun-theme) !important;
  color: var(--yikun-white) !important;
}
.tk-time {
  color: var(--yikun-secondtext) !important;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}
.tk-comments-container > .tk-comment {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  background: var(--yikun-card-bg);
  transition: 0.3s;
  border-radius: 12px;
  padding: 0;
  padding-top: 0.5rem;
  border: none;
  border-top: var(--style-border-dashed);
}
#page .tk-comments-container > .tk-comment {
  padding: 1rem 1rem 1.5rem;
  border: var(--style-border);
  border-top: var(--style-border);
  box-shadow: var(--yikun-shadow-border);
}
@media screen and (max-width: 768px) {
  .tk-comments-container > .tk-comment {
    padding: 1rem;
    border: var(--style-border-always);
    box-shadow: var(--yikun-shadow-border);
  }
  .tk-icon.__comments {
    left: 0.5rem;
  }
}
.tk-icon {
  position: absolute;
}
.tk-comments-no {
  display: none !important;
}
.tk-comments-container {
  min-height: 0 !important;
}
.tk-replies > .tk-comment {
  background: var(--yikun-card-bg);
  border-top: var(--style-border-dashed);
  border-radius: 12px;
  transition: 0.3s;
  padding: 1rem 0 0;
  margin-top: 0;
}
.tk-content p {
  margin: 0 !important;
}
.tk-content pre,
.tk-content code,
.tk-content kbd,
.tk-content samp {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tk-content pre {
  background: var(--yikun-secondbg);
  padding: 0.5rem;
  margin: 0.5rem 0;
  overflow: auto;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .tk-content pre {
    max-width: 90%;
  }
}
.tk-replies .tk-content span:first-child {
  font-size: 0.5rem;
  color: var(--yikun-secondtext);
}
.tk-content {
  margin-top: 0 !important;
}
.tk-meta-input .el-input .el-input-group__prepend {
  box-shadow: none;
  border-radius: 12px 0 0 12px;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .tk-meta-input .el-input .el-input-group__prepend {
    padding: 0 0.3rem !important;
  }
  .tk-meta-input {
    display: flex;
    flex-direction: column;
    top: 0;
    position: inherit !important;
  }
  .tk-meta-input .el-input {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .tk-icon {
    position: absolute;
    right: 0;
  }
}
img.tk-avatar-img {
  height: 32px !important;
  border-radius: 32px;
  border: var(--style-border-always);
}
.el-input--small .el-input__inner {
  padding: 8px;
}
.el-input--small .el-input__inner,
.el-input--small .el-textarea__inner {
  border-radius: 12px;
}
.el-input.el-input--small.el-input-group.el-input-group--prepend {
  border-radius: 12px;
  background: var(--yikun-secondbg);
  border: var(--style-border-always);
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: var(--yikun-card-bg);
  color: var(--yikun-fontcolor) !important;
  border: 0 !important;
  font-weight: 700;
}
.el-input__inner {
  background-color: var(--yikun-secondbg) !important;
  border: 0 !important;
  color: var(--yikun-fontcolor) !important;
  padding-left: 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 12px;
}
.page .el-input__inner {
  background: var(--yikun-card-bg) !important;
}
.el-input__inner:focus {
  border: none;
}
.el-textarea__inner {
  background-color: var(--yikun-secondbg);
  color: var(--yikun-fontcolor) !important;
  border-radius: 12px !important;
  min-height: 100px !important;
  padding: 16px 16px 40px 16px !important;
  border: var(--style-border-always) !important;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .el-textarea__inner {
    background: var(--yikun-card-bg) !important;
  }
}
#page .el-textarea__inner {
  background: var(--yikun-card-bg) !important;
  box-shadow: var(--yikun-shadow-border);
}
.el-textarea__inner:focus {
  border: var(--style-border-hover-always) !important;
  box-shadow: var(--yikun-shadow-main);
}
.el-button {
  background-color: var(--yikun-fontcolor) !important;
  border: 0 solid var(--yikun-main) !important;
  color: var(--yikun-background) !important;
  border-radius: 8px !important;
}
.el-button:hover {
  background: var(--yikun-black) !important;
  color: var(--yikun-white) !important;
}
.el-button.tk-preview {
  display: none !important;
}
button.el-button.tk-cancel.el-button--default.el-button--small {
  background: var(--yikun-secondbg) !important;
  border-radius: 8px !important;
  color: var(--yikun-fontcolor) !important;
}
.OwO.OwO-open .OwO-body {
  animation: 0.3s ease 0.1s 1 normal both running donate_effcet;
}
.OwO .OwO-body {
  z-index: 102;
  width: 500px;
  border: var(--style-border-always) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background-color: var(--yikun-maskbg) !important;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .OwO .OwO-body {
    width: 300px;
  }
}
.OwO .OwO-body .OwO-bar {
  border-top: none !important;
}
.OwO .OwO-body .OwO-bar .OwO-packages li {
  margin-right: 0 !important;
  height: 48px;
  transition: 0.3s;
}
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
  transition: 0.3s;
}
.OwO .OwO-body .OwO-items .OwO-item:hover {
  box-shadow: var(--yikun-shadow-lightblack) !important;
  border-radius: 8px;
}
.OwO-packages {
  background: var(--yikun-background);
  padding-left: 8px !important;
}
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
  background: var(--yikun-secondbg) !important;
}
.OwO .OwO-body .OwO-items-show {
  margin: 12px 8px !important;
  min-height: 197px;
}
.OwO .OwO-body .OwO-bar .OwO-packages li {
  line-height: 45px !important;
}
