/* QQ图标样式 */
i.fab.fa-qq {
    color: #ad9123;
}

/* Github图标样式 */
i.fab.fa-github {
    color: #000000;
}

/* 微信图标样式 */
i.fab.fa-weixin {
    color: #45e116;
}

/* 页脚图标样式 */
i.fa.fa-sun-o.fa-spin {
    color: #00ffc7d9;
}

/* 侧栏图标分类样式 */
i.fas.fa-folder-open {
    color: coral;
}

/* 侧栏图标网站信息样式 */
i.fas.fa-chart-line {
    color: olivedrab;
}

/* 顶部图标搜索样式 */
i.fas.fa-search.fa-fw {
    color: #22c922d4;
}

/* 顶部图标首页样式 */
i.fa-fw.fas.fa-home {
    color: rgb(89, 201, 136);
}

/* 顶部图标友链样式 */
i.fa-fw.fas.fa-link {
    color: rgb(89, 201, 136);
}

/* 顶部图标收藏样式 */
i.fa-fw.fas.fa-star {
    color: rgb(89, 201, 136);
}

/* 顶部图标留言样式 */
i.fa-fw.fas.fa-comment {
    color: rgb(89, 201, 136);
}

/* 顶部图标关于样式 */
i.fa-fw.fas.fa-info-circle {
    color: rgb(89, 201, 136);
}

/* 顶部图标目录样式 */
i.fa-fw.fas.fa-list {
    color: rgb(89, 201, 136);
}

/* 顶部图标归档样式 */
i.fa-fw.fas.fa-list-alt {
    color: coral;
}

/* 顶部图标说说样式 */
i.fa-fw.fas.fa-pen {
    color: rgb(89, 201, 136);
}

/* 顶部图标标签样式 */
i.fa-fw.fas.fa-tags {
    color: coral;
}

/* 手机端右上角图标样式 */
i.fas.fa-bars.fa-fw {
    color: #f8ff00d1;
}

/* 页脚与头图透明begin */
#footer {
    position: relative;
    background-color: transparent;
    background-attachment: scroll;
    background-position: inherit;
    /* background-size: cover; */
}

#page-header {
    background: transparent !important;
}

/* 白天模式遮罩透明 */
#footer::before {
    background: transparent !important;
}

#page-header::before {
    background: transparent !important;
}

/* 夜间模式遮罩透明 */
[data-theme="dark"] #footer::before {
    background: transparent !important;
}

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

/* end */

/* 文章页标题居中，需要配置文件disable_top_img: true 才能生效 */
#page h1.page-title,
#post>#post-info {
    text-align: center;
}





/* 页脚备案美化begin */
.github-badge {
    /* display: inline-block; */
    border-radius: 4px;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
}

.github-badge .badge-subject {
    display: inline-block;
    background-color: #998281;
    padding: 4px 4px 4px 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.github-badge .badge-value {
    display: inline-block;
    padding: 4px 4px 4px 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.github-badge .bg-green {
    background: linear-gradient(to right, #a8caba 0%, #5d4157 100%);
}

/*099 Strong Stick*/
.github-badge .bg-purple {
    background: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 100%);
}

/* end */

/* 重写顶部导航背景 */
[data-theme='dark'] #page-header.nav-fixed>#nav,
[data-theme='dark'] #page-header.not-top-img>#nav {
    background: #524f4fab !important;
    -webkit-box-shadow: 0 5px 6px -5px rgb(133 133 133 / 0%) !important;
    box-shadow: 0 5px 6px -5px rgb(133 133 133 / 0%) !important;
}

/* 侧栏个人卡片魔改begin */
/* 侧边栏个人信息卡片动态渐变色 */
#aside-content>.card-widget.card-info {
    background: linear-gradient(6deg, #747472b3, #8b857fb0, #393e3ecc, #89b37473, #626262c2);
    box-shadow: 0 0 5px rgb(66 68 68);
    position: relative;
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite !important;
}

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

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

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

@-moz-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%;
    }
}

/* 个人信息Follow me按钮 */
#aside-content>.card-widget.card-info>#card-info-btn {
    background-color: #3eb8be;
    border-radius: 8px;
}

#aside-content .card-info #card-info-btn {
    display: none;
}

/* 名字 */
#aside-content .card-info .author-info__name {
    font-weight: 700;
    /* color: black; */
}

/* 网站描述 */
/* #aside-content .card-info .author-info__description {
    font-weight: 600;
    color: black;
} */
/* 文章，标签，分类字体颜色 */
.site-data>a .headline {
    color: rgb(255 243 208 / 70%);
}

/* end */
/* 文章目录蒙版效果样式begin */
/* 文章目录 */
#aside-content #card-toc .toc-content {
    margin: 10px -18px;
}

#aside-content #card-toc .toc-content .toc-link.active {
    line-height: 1.2;
    border-radius: 12px;
    border-left-color: var(--heo-hovertext);
    background-color: var(--heo-card-bg);
    color: var(--heo-lighttext);
    font-weight: bold;
    font-size: 20px;
}

[data-theme=dark].toc .toc-item.active .toc-link .toc-text {
    color: var(--heo-white);
}

#aside-content #card-toc .toc-content .toc-item.active .toc-link {
    opacity: 1;
    border-radius: 8px;
}

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

#aside-content #card-toc .toc-content .toc-link:not(.active) span {
    opacity: 0.6;
    cursor: pointer;
    filter: blur(1px);
    transition: 0.3s;
}

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

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

/* end */

/* 右下角按钮样式 */
/*右下角按钮*/
#rightside>div>button,
#rightside>div>a {
    display: block;
    margin-bottom: 6px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #464141;
    color: #f7f7f7;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

/* 选中字体颜色样式 */
*::selection {
    background: #858585;
    color: #f7f7f7;
}

/* 重写all.min.css某处，卡片下的图标鼠标放过去不抖，但是会影响别的图标所以别的图标得重新重写 */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* 不想要之前的某个属性，想设置默认值是unset */
    display: unset;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* 重写右下角设置图标旋转 */
i.fas.fa-cog.fa-spin {
    display: inline-block !important;
}

/*文章页卡片宽幅占比【暂时不想改留着】*/
.layout {
    max-width: 1430px;
}

/* 目录圆角化 */
#aside-content .card-widget {
    border-radius: 20px !important;
}

/* 侧栏欢迎页(IP)begin */
/* 加粗字体颜色 */
:root {
    --ichika-emphasis-color: #f1ff6c91;
}

.card-announcement {
    /* 背景颜色 */
    background: linear-gradient(to top left, #3b3b3e4a 0%, #4441425e 100%) !important;
    line-height: 30px;
    font-size: 16px;
}

.card-announcement .item-headline span {
    margin-left: 0 !important;
}

.card-announcement span {
    font-weight: bold;
    /* font-size: 20px !important; */
    color: #75c2fb9e;
}

/* end */
/* 顶部导航栏鼠标放上去长条动画 */
#nav *::after {
    background-color: #b7b4ab !important;
}

/* 引入一些我也不知道什么意思的优化begin【参考于https://tzy1997.com/articles/hexo1606/#%E5%B1%80%E9%83%A8css%E4%BC%98%E5%8C%96】 */
.categoryBar-list {
    max-height: 400px;
}

.clock-row {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*3s为加载动画的时间，1为加载动画的次数，ease-in-out为动画效果*/

#page-header,
#web_bg {
    -webkit-animation: imgblur 2s 1 ease-in-out;
    animation: imgblur 2s 1 ease-in-out;
}

@keyframes imgblur {
    0% {
        filter: blur(5px);
    }

    100% {
        filter: blur(0px);
    }
}

/*适配使用-webkit内核的浏览器 */

@-webkit-keyframes imgblur {
    0% {
        -webkit-filter: blur(5px);
    }

    100% {
        -webkit-filter: blur(0px);
    }
}

.table-wrap img {
    margin: .6rem auto .1rem !important;
}

/* 标签外挂 网站卡片 start */

.site-card-group img {
    margin: 0 auto .1rem !important;
}

.site-card-group .info a img {
    margin-right: 10px !important;
}

[data-theme='dark'] .site-card-group .site-card .info .title {
    color: #f0f0f0 !important;
}

[data-theme='dark'] .site-card-group .site-card .info .desc {
    color: rgba(255, 255, 255, .7) !important;
}

.site-card-group .info .desc {
    margin-top: 4px !important;
}

/* 代码块颜色 */

figure.highlight pre .addition {
    color: #00bf03 !important;
}

/* end */
/* 页脚爱心跳动图标样式【bug：display:unset;会导致不会跳，所以加了另一个display去覆盖】 */
#heartbeat {
    color: red;
    animation: iconAnimate 1.33s ease-in-out infinite;
    display: inline-block !important;
}

/* 顶部渐变条色加载条begin */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 4px;
    left: 0;
    right: 0;
    height: 8px;
    border-radius: 8px;
    width: 7rem;
    background: #eaecf2;
    border: 1px #e3e8f7;
    overflow: hidden
}

.pace-inactive .pace-progress {
    opacity: 0;
    transition: .3s ease-in
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: absolute;
    z-index: 2000;
    display: block;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    /* linear-gradient(to right, #3494e6, #ec6ead) */
    background: linear-gradient(to right, #43cea2, #3866ca);
    animation: gradient 2s ease infinite;
    background-size: 200%
}

.pace.pace-inactive {
    opacity: 0;
    transition: .3s;
    top: -8px
}

/* end */

/*哔哩哔哩视频适配begin*/
.video-bilibili {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    margin: 3% auto;
    text-align: center;
}

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

.video-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 3% auto;
}

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

/* end */

/* 文章页H1-H6图标样式效果begin */
/* 控制风车转动速度 4s那里可以自己调节快慢 */
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
    -webkit-animation: ccc 4s linear infinite;
    animation: ccc 4s linear infinite;
}

/* 控制风车转动方向 -1turn 为逆时针转动，1turn 为顺时针转动，相同数字部分记得统一修改 */
@-webkit-keyframes ccc {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

@keyframes ccc {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}

/* 设置风车颜色 */
#content-inner.layout h1::before {
    color: #ef50a8;
    margin-left: -1.55rem;
    font-size: 1.3rem;
    margin-top: -0.23rem;
}

#content-inner.layout h2::before {
    color: #fb7061;
    margin-left: -1.35rem;
    font-size: 1.1rem;
    margin-top: -0.12rem;
}

#content-inner.layout h3::before {
    color: #ffbf00;
    margin-left: -1.22rem;
    font-size: 0.95rem;
    margin-top: -0.09rem;
}

#content-inner.layout h4::before {
    color: #a9e000;
    margin-left: -1.05rem;
    font-size: 0.8rem;
    margin-top: -0.09rem;
}

#content-inner.layout h5::before {
    color: #57c850;
    margin-left: -0.9rem;
    font-size: 0.7rem;
    margin-top: 0rem;
}

#content-inner.layout h6::before {
    color: #5ec1e0;
    margin-left: -0.9rem;
    font-size: 0.66rem;
    margin-top: 0rem;
}

/* s设置风车hover动效 6s那里可以自己调节快慢*/
#content-inner.layout h1:hover,
#content-inner.layout h2:hover,
#content-inner.layout h3:hover,
#content-inner.layout h4:hover,
#content-inner.layout h5:hover,
#content-inner.layout h6:hover {
    color: var(--theme-color);
}

#content-inner.layout h1:hover::before,
#content-inner.layout h2:hover::before,
#content-inner.layout h3:hover::before,
#content-inner.layout h4:hover::before,
#content-inner.layout h5:hover::before,
#content-inner.layout h6:hover::before {
    color: #ff0000ad;
    -webkit-animation: ccc 6s linear infinite;
    animation: ccc 6s linear infinite;
}

/* end */
/* 双栏优化 */
/* 翻页按钮居中 */
nav#pagination {
    width: 100%;
    margin: auto;
}

/* 一级菜单居中 */
#nav .menus_items {
    position: absolute !important;
    width: fit-content !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* 标题霓虹灯begin */
/* 日间模式不生效 */
[data-theme="light"] #post-info {
    animation: none;
}

/* 夜间模式生效 */
[data-theme="dark"] #post-info {
    animation: light_5px 10s linear infinite;
}

/* 关键帧描述 */
@keyframes light_15px {
    0% {
        text-shadow: #5636ed 0 0 15px;
    }

    12.5% {
        text-shadow: #11ee5e 0 0 15px;
    }

    25% {
        text-shadow: #f14747 0 0 15px;
    }

    37.5% {
        text-shadow: #f1a247 0 0 15px;
    }

    50% {
        text-shadow: #f1ee47 0 0 15px;
    }

    50% {
        text-shadow: #b347f1 0 0 15px;
    }

    62.5% {
        text-shadow: #002afa 0 0 15px;
    }

    75% {
        text-shadow: #ed709b 0 0 15px;
    }

    87.5% {
        text-shadow: #39c5bb 0 0 15px;
    }

    100% {
        text-shadow: #5636ed 0 0 15px;
    }
}

@keyframes light_10px {
    0% {
        text-shadow: #5636ed 0 0 10px;
    }

    12.5% {
        text-shadow: #11ee5e 0 0 10px;
    }

    25% {
        text-shadow: #f14747 0 0 10px;
    }

    37.5% {
        text-shadow: #f1a247 0 0 10px;
    }

    50% {
        text-shadow: #f1ee47 0 0 10px;
    }

    50% {
        text-shadow: #b347f1 0 0 10px;
    }

    62.5% {
        text-shadow: #002afa 0 0 10px;
    }

    75% {
        text-shadow: #ed709b 0 0 10px;
    }

    87.5% {
        text-shadow: #39c5bb 0 0 10px;
    }

    100% {
        text-shadow: #5636ed 0 0 10px;
    }
}

@keyframes light_5px {
    0% {
        text-shadow: #5636ed 0 0 5px;
    }

    12.5% {
        text-shadow: #11ee5e 0 0 5px;
    }

    25% {
        text-shadow: #f14747 0 0 5px;
    }

    37.5% {
        text-shadow: #f1a247 0 0 15px;
    }

    50% {
        text-shadow: #f1ee47 0 0 5px;
    }

    50% {
        text-shadow: #b347f1 0 0 5px;
    }

    62.5% {
        text-shadow: #002afa 0 0 5px;
    }

    75% {
        text-shadow: #ed709b 0 0 5px;
    }

    87.5% {
        text-shadow: #39c5bb 0 0 5px;
    }

    100% {
        text-shadow: #5636ed 0 0 5px;
    }
}

/* end */

/* 侧栏IP那的虚线 */
/*
虚线：dashed
直线： solid
 */
.my_hr {
    width: 100%;
    /* 线占的高度(是往下的可以理解为下边距) */
    height: 10px;
    /* 上边距 */
    margin-top: 10px;
    /* 参数1是线的粗细 参数2是什么形状 参数3是颜色 */
    border-top: 2px dashed #CED;
}

/* 个人信息状态 begin*/
.card-info-avatar .author-status-box {
    position: absolute;
    bottom: 0;
    left: calc(100% - 28px);
    width: 28px;
    height: 28px;
    border: 1px solid #d0d7de;
    border-radius: 2em;
    background-color: #f8f8f8f8;
    transition: 0.4s;
    overflow: hidden;
}

/* 圆圈背景颜色和圆圈外框颜色 */
[data-theme="dark"] .card-info-avatar .author-status-box {
    background-color: #2093a5;
    border: 1px solid #5c6060;
}

.card-info-avatar .author-status-box .author-status {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 5px;
}

.card-info-avatar .author-status-box:hover {
    width: 105px;
}

.card-info-avatar .author-status-box:hover .author-status span {
    width: 105px;
    margin-left: 4px;
}

.card-info-avatar .author-status-box .author-status span {
    width: 0;
    font-size: 12px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.4s;
}

.card-widget .card-info-avatar {
    display: inline-block;
    position: relative;
}

/* end */

/* 重写侧栏头像旋转(不要旋转功能)把两个恢复默认 */
.avatar-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: unset !important;
    -moz-transition: filter 375ms ease-in 0.2s, -moz-transform 0.3s;
    -o-transition: filter 375ms ease-in 0.2s, -o-transform 0.3s;
    -ms-transition: filter 375ms ease-in 0.2s, -ms-transform 0.3s;
    transition: unset !important;
    object-fit: cover;
    pointer-events: none !important;
}

/* 信息卡片彩带 */
/* .author_top:hover {
    background: url(https://tuchuang.voooe.cn/images/2023/01/02/snow.gif);
    background-size: cover;
} */

/* 滚动条样式begin */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    border-radius: 2em;
    /* background-color: rgba(73, 177, 245, .2); */
}

::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / .3);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    border-radius: 2em
}

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

/* end */

/* 重写页面卡片背景颜色 */
.cardHover,
.error404 #error-wrap .error-content,
.layout>div:first-child:not(.recent-posts),
#recent-posts>.recent-post-item,
#aside-content .card-widget,
.layout>.recent-posts .pagination>*:not(.space) {
    border-radius: 8px;
    background: rgb(51 51 51 / 85%);
    -webkit-box-shadow: var(--card-box-shadow);
    box-shadow: var(--card-box-shadow);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*页脚爱心begin*/
#heartbeat {
    color: red;
    animation: iconAnimate 1.33s ease-in-out infinite
}

@-moz-keyframes iconAnimate {

    0%,
    100% {
        transform: scale(1)
    }

    10%,
    30% {
        transform: scale(.9)
    }

    20%,
    40%,
    60%,
    80% {
        transform: scale(1.1)
    }

    50%,
    70% {
        transform: scale(1.1)
    }
}

@-webkit-keyframes iconAnimate {

    0%,
    100% {
        transform: scale(1)
    }

    10%,
    30% {
        transform: scale(.9)
    }

    20%,
    40%,
    60%,
    80% {
        transform: scale(1.1)
    }

    50%,
    70% {
        transform: scale(1.1)
    }
}

@-o-keyframes iconAnimate {

    0%,
    100% {
        transform: scale(1)
    }

    10%,
    30% {
        transform: scale(.9)
    }

    20%,
    40%,
    60%,
    80% {
        transform: scale(1.1)
    }

    50%,
    70% {
        transform: scale(1.1)
    }
}

@keyframes iconAnimate {

    0%,
    100% {
        transform: scale(1)
    }

    10%,
    30% {
        transform: scale(.9)
    }

    20%,
    40%,
    60%,
    80% {
        transform: scale(1.1)
    }

    50%,
    70% {
        transform: scale(1.1)
    }
}

/* end */

/* 新年侧边栏begin */
#newYear {
    padding: 0 !important;
}

#newYear p,
#newYear h3 {
    font-weight: normal;
    color: inherit;
    margin: 0;
}

#newYear .item-headline {
    display: none;
}

#newYear-main {
    min-height: 160px;
    padding: 1rem;
    position: relative;
    border-radius: 12px;
    /* background-image: url(https://tuchuang.voooe.cn/images/2023/01/02/tunian.webp); */
    background-size: cover;
    background-position: center;
    background-color: #645c5c61;
    line-height: 30px;
    font-size: 16px;
}

#newYear-main * {
    position: relative;
    line-height: 1.3;
}

#newYear-main .newYear-time {
    font-weight: bold;
    text-align: center;
}

#newYear-main .time,
#newYear-main .happyNewYear {
    font-size: 3.5rem;
    margin: 1rem 0;
    display: block;
}

#newYear-main .day {
    font-size: 5rem;
}

#newYear-main .day .unit {
    font-size: 1rem;
}

#newYear-main .mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
}

div#newYear {
    background-color: transparent !important;
}

/* end */





/* 友链页css微调begin */
/* 头像微调 */
.flink-item-icon {
    margin-right: 0 !important;
    transition: .5s !important;
}

.flink-item-name,
.flink-item-desc {
    padding-left: 10px !important;
}

/* 去掉原来自带的before */
#article-container .flink .flink-list>.flink-list-item::before {
    content: none;
}

/* 鼠标经过改变背景 */
#article-container .flink .flink-list>.flink-list-item:hover {
    background-color: #10b2ff3b;
    /*#61bcf2cc*/
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

/* 鼠标经过改变文字颜色 */
#article-container .flink .flink-list>.flink-list-item:hover a {
    color: white !important;
}

/* 鼠标经过头像滚动 */
#article-container .flink .flink-list>.flink-list-item:hover .flink-item-icon {
    width: 60px;
    margin-left: -70px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* end */

/* 重写双栏第一个卡片高度不对称 */
#recent-posts>.recent-post-item {
    margin-top: 1.3rem !important;
    display: inline-block;
    /* height: auto !important; */
    width: 49%;
}




/* end */

/* 美化代码 begin */
@charset "UTF-8";

:root {
    --heo-white: #fff;
    --heo-white-op: rgba(255, 255, 255, 0.2);
    --heo-black: #000;
    --heo-black-op: rgba(0, 0, 0, 0.2);
    --heo-none: #00000000;
    --heo-gray: #999999;
    --heo-gray-op: #9999992b;
    --heo-vip: #e5a80d;
    --heo-main: var(--heo-theme);
    --heo-main-op: var(--heo-theme-op);
    --heo-main-op-deep: var(--heo-theme-op-deep);
    --heo-main-none: var(--heo-theme-none);
    --heo-shadow-theme: 0 8px 12px -3px var(--heo-theme-op);
    --heo-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, .15);
    --heo-shadow-main: 0 8px 12px -3px var(--heo-main-op);
    --heo-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, .20);
    --heo-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, .20);
    --heo-shadow-black: 0 0 12px 4px rgba(0, 0, 0, .05);
    --heo-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, .12);
    --heo-shadow-red: 0 8px 12px -3px #ee7d7936;
    --heo-shadow-green: 0 8px 12px -3px #87ee7936;
    --heo-logo-color: linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);
    --heo-snackbar-time: 5s;
    --style-border: 1px solid var(--heo-card-border);
    --style-border-always: 1px solid var(--heo-card-border);
    --style-border-hover: 1px solid var(--heo-main);
    --style-border-hover-always: 1px solid var(--heo-main);
    --style-border-dashed: 1px dashed var(--heo-theme-op);
}

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

[data-theme=light] {
    --heo-theme: #6f42c1;
    --heo-theme-op: #4259ef23;
    --heo-theme-op-deep: #4259efdd;
    --heo-theme-none: #4259ef01;
    --heo-blue: #425AEF;
    --heo-red: #D8213C;
    --heo-pink: #FF7C7C;
    --heo-green: #28a63f;
    --heo-yellow: #c28b00;
    --heo-yellow-op: #d99c001a;
    --heo-orange: #e38100;
    --heo-fontcolor: #363636;
    --heo-background: #f7f9fe;
    --heo-reverse: #000;
    --heo-maskbg: rgba(255, 255, 255, 0.6);
    --heo-maskbgdeep: rgba(255, 255, 255, 0.85);
    --heo-hovertext: var(--heo-main);
    --heo-ahoverbg: #F7F7FA;
    --heo-lighttext: var(--heo-main);
    --heo-secondtext: rgba(60, 60, 67, 0.6);
    --heo-scrollbar: rgba(60, 60, 67, 0.4);
    --heo-card-btn-bg: #edf0f7;
    --heo-post-blockquote-bg: #fafcff;
    --heo-post-tabs-bg: #f2f5f8;
    --heo-secondbg: #f1f3f8;
    --heo-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05);
    --heo-card-bg: #fff;
    --heo-card-bg-op: var(--heo-black-op);
    --heo-card-bg-none: rgba(255, 255, 255, 0);
    --heo-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --heo-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.00);
    --heo-card-border: #e3e8f7;
    --heo-shadow-border: 0 8px 16px -4px #2c2d300c;
    --style-border-forever: 2px solid var(--heo-main);
}

[data-theme=dark] {
    --heo-theme: #0084FF;
    --heo-theme-op: #0084FF23;
    --heo-theme-op-deep: #0084ffdd;
    --heo-theme-none: #0084FF00;
    --heo-blue: #0084FF;
    --heo-red: #FF3842;
    --heo-pink: #FF7C7C;
    --heo-green: #57bd6a;
    --heo-yellow: #ffc93e;
    --heo-yellow-op: #ffc93e30;
    --heo-orange: #ff953e;
    --heo-fontcolor: #F7F7FA;
    --heo-background: #18171d;
    --heo-reverse: #fff;
    --heo-maskbg: rgba(0, 0, 0, 0.6);
    --heo-maskbgdeep: rgba(0, 0, 0, 0.85);
    --heo-hovertext: #0A84FF;
    --heo-ahoverbg: #fff;
    --heo-lighttext: #f2b94b;
    --heo-secondtext: #a1a2b8;
    --heo-scrollbar: rgba(200, 200, 223, 0.4);
    --heo-card-btn-bg: #30343f;
    --heo-post-blockquote-bg: #000;
    --heo-post-tabs-bg: #121212;
    --heo-secondbg: #30343f;
    --heo-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4);
    --heo-card-bg: #1d1e22;
    --heo-card-bg-op: var(--heo-white-op);
    --heo-card-bg-none: #1d1b2600;
    --heo-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --heo-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0.0);
    --heo-card-border: #282829;
    --heo-shadow-border: 0 8px 16px -4px #00000050;
    --style-border-forever: 2px solid var(--heo-lighttext);
}

/* end */

/* 标签 样式begin*/

#aside-content .card-tag-cloud a {
    border: 1px solid;
    line-height: 1.5;
    border-radius: 6px;
    margin: 3px;
    padding: 0 5px;
}

.tag-cloud-list a {
    border: 1px solid;
    line-height: 1.5;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 1.2rem;
    margin: 5px;
}

/* 代码展开图标 */
#article-container .code-expand-btn i {
    color: var(--heo-fontcolor);
    font-size: 1rem;
}

#article-container .code-expand-btn {
    background-color: var(--heo-mask);
    background: var(--heo-secondbg);
    transition: 0.3s;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#article-container .code-expand-btn:hover {
    background: var(--heo-main);
}

#article-container .code-expand-btn:hover i {
    color: var(--heo-white);
}

/* 文章代码框 */
figure {
    margin-top: 0.5rem !important;
}

/* #article-container figure.highlight .highlight-tools {
      background: var(--heo-secondbg) !important;
    } */

#article-container .gutter {
    opacity: 0.6;
}

#article-container .code-lang {
    margin-left: 6px;
}

#article-container .highlight-tools .code-lang {
    text-transform: capitalize;
    left: 1.9rem;
}

#article-container figure.highlight table::-webkit-scrollbar {
    color: var(--heo-blue);
    background: var(--heo-secondbg);
    height: 8px;
}

#article-container figure.highlight table::-webkit-scrollbar-thumb {
    background: var(--heo-gray);
}

#article-container figure.highlight table::-webkit-scrollbar-thumb:hover {
    background: var(--heo-main);
}

/* 文章中的超链接 */
#article-container a {
    text-decoration: none;
    border-bottom: 2px solid var(--heo-lighttext);
    color: var(--heo-fontcolor);
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

#article-container a:not(.fancybox):hover {
    text-decoration: none;
    border-bottom: 2px solid var(--heo-none);
    color: var(--heo-white);
    background: var(--heo-main);
    border-radius: 4px;
    box-shadow: var(--heo-shadow-main);
}

#article-container a.fancybox {
    border-bottom: 0;
    padding: 0;
    margin: auto;
    display: contents;
    width: fit-content;
}

#article-container a.fancybox img {
    cursor: pointer;
}

.site-card-avatar a.fancybox {
    padding: 0 !important;
}

#article-container p {
    margin: 1rem 0;
    text-align: left;
    letter-spacing: 0.6px;
}

#article-container code {
    /* color: var(--heo-white); */
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    margin: 0px 4px;
    background: var(--heo-pink);
    line-height: 2;
    box-shadow: var(--heo-shadow-border);
}

#article-container code::selection {
    background: var(--heo-main) !important;
}




/* end */

/* 分类 美化begin*/
#page .category-lists .category-list .category-list-item {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    width: 48%;
    font-weight: 700;
    margin: 0 0.5% 2% 0.5%;
    border-radius: 8px;
    -webkit-box-shadow: rgb(50 50 50 / 30%) 50px 50px 50px 50px inset;
    box-shadow: rgb(50 50 50 / 30%) 50px 50px 50px 50px inset;
}

@media (max-width: 640px) {
    #page .category-lists .category-list .category-list-item {
        width: 95%;
    }
}

#page .category-lists .category-list .category-list-item::before {
    display: none;
}

#page .category-lists .category-list .category-list-item .category-list-link {
    color: var(--white);
    font-size: 1.5rem;
    margin-left: 0.4rem;
}

#page .category-lists .category-list .category-list-item .category-list-link::after {
    content: "";
    position: relative;
    width: 0;
    bottom: 0;
    display: block;
    height: 3px;
    border-radius: 3px;
    background: var(--white);
}

#page .category-lists .category-list .category-list-item .category-list-link:hover::after {
    width: 60%;
    left: 1%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

#page .category-lists .category-list .category-list-item .category-list-count {
    color: var(--white);
    font-size: 1.3rem;
}

#page .category-lists .category-list .category-list-item .category-list-count::before {
    content: "\f02d";
    padding-right: 15px;
    font-family: "Font Awesome 6 Free";
}

#page .category-lists .category-list .category-list-item .category-list-count::after {
    display: none;
}

#page .category-lists .category-list li.category-list-item a.category-list-link::before {
    position: absolute;
    font-size: 4rem;
    line-height: 4rem;
    top: 1rem;
    right: 1rem;
    opacity: 0.7;
    box-shadow: 0 3px 8px 6px rgb(85 85 85 / 6%);
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

#page .category-lists .category-list li.category-list-item a.category-list-link:hover::before {
    opacity: 0.9;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
}

#page .category-lists .category-list li.category-list-item:nth-child(1) {
    background: -webkit-linear-gradient(left, #364f6b, #3fc1c9);
    background: -moz-linear-gradient(left, #364f6b, #3fc1c9);
    background: -o-linear-gradient(left, #364f6b, #3fc1c9);
    background: -ms-linear-gradient(left, #364f6b, #3fc1c9);
    background: linear-gradient(to right, #364f6b, #3fc1c9);
}

#page .category-lists .category-list li.category-list-item:nth-child(1) a.category-list-link::before {
    content: "🖥️";
}

#page .category-lists .category-list li.category-list-item:nth-child(2) {
    background: -webkit-linear-gradient(left, #ba52ed, #ff99fe);
    background: -moz-linear-gradient(left, #ba52ed, #ff99fe);
    background: -o-linear-gradient(left, #ba52ed, #ff99fe);
    background: -ms-linear-gradient(left, #ba52ed, #ff99fe);
    background: linear-gradient(to right, #ba52ed, #ff99fe);
}

#page .category-lists .category-list li.category-list-item:nth-child(2) a.category-list-link::before {
    content: "📚";
}

#page .category-lists .category-list li.category-list-item:nth-child(3) {
    background: -webkit-linear-gradient(left, #6639a6, #3490de);
    background: -moz-linear-gradient(left, #6639a6, #3490de);
    background: -o-linear-gradient(left, #6639a6, #3490de);
    background: -ms-linear-gradient(left, #6639a6, #3490de);
    background: linear-gradient(to right, #6639a6, #3490de);
}

#page .category-lists .category-list li.category-list-item:nth-child(3) a.category-list-link::before {
    content: "💬";
}

#page .category-lists .category-list li.category-list-item:nth-child(4) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(4) a.category-list-link::before {
    content: "🌐";
}

#page .category-lists .category-list li.category-list-item:nth-child(5) {
    background: -webkit-linear-gradient(left, #b91d73, #f953c6);
    background: -moz-linear-gradient(left, #b91d73, #f953c6);
    background: -o-linear-gradient(left, #b91d73, #f953c6);
    background: -ms-linear-gradient(left, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}

#page .category-lists .category-list li.category-list-item:nth-child(5) a.category-list-link::before {
    content: "📝";
}

#page .category-lists .category-list li.category-list-item:nth-child(6) {
    background: -webkit-linear-gradient(left, #f12711, #f5af19);
    background: -moz-linear-gradient(left, #f12711, #f5af19);
    background: -o-linear-gradient(left, #f12711, #f5af19);
    background: -ms-linear-gradient(left, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(6) a.category-list-link::before {
    content: "🎨";
}

#page .category-lists .category-list li.category-list-item:nth-child(7) {
    background: -webkit-linear-gradient(left, #009ad6, #1b315e);
    background: -moz-linear-gradient(left, #009ad6, #1b315e);
    background: -o-linear-gradient(left, #009ad6, #1b315e);
    background: -ms-linear-gradient(left, #009ad6, #1b315e);
    background: linear-gradient(to right, #009ad6, #1b315e);
}

#page .category-lists .category-list li.category-list-item:nth-child(7) a.category-list-link::before {
    content: "📖";
}

#page .category-lists .category-list li.category-list-item:nth-child(8) {
    background: -webkit-linear-gradient(left, #ef5b9c, #f5af19);
    background: -moz-linear-gradient(left, #ef5b9c, #f5af19);
    background: -o-linear-gradient(left, #ef5b9c, #f5af19);
    background: -ms-linear-gradient(left, #ef5b9c, #f5af19);
    background: linear-gradient(to right, #ef5b9c, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(8) a.category-list-link::before {
    content: "🎭";
}

#page .category-lists .category-list li.category-list-item:nth-child(9) {
    background: -webkit-linear-gradient(left, #364f6b, #3fc1c9);
    background: -moz-linear-gradient(left, #364f6b, #3fc1c9);
    background: -o-linear-gradient(left, #364f6b, #3fc1c9);
    background: -ms-linear-gradient(left, #364f6b, #3fc1c9);
    background: linear-gradient(to right, #364f6b, #3fc1c9);
}

#page .category-lists .category-list li.category-list-item:nth-child(9) a.category-list-link::before {
    content: "🖥️";
}

#page .category-lists .category-list li.category-list-item:nth-child(10) {
    background: -webkit-linear-gradient(left, #ba52ed, #ff99fe);
    background: -moz-linear-gradient(left, #ba52ed, #ff99fe);
    background: -o-linear-gradient(left, #ba52ed, #ff99fe);
    background: -ms-linear-gradient(left, #ba52ed, #ff99fe);
    background: linear-gradient(to right, #ba52ed, #ff99fe);
}

#page .category-lists .category-list li.category-list-item:nth-child(10) a.category-list-link::before {
    content: "📚";
}

#page .category-lists .category-list li.category-list-item:nth-child(11) {
    background: -webkit-linear-gradient(left, #6639a6, #3490de);
    background: -moz-linear-gradient(left, #6639a6, #3490de);
    background: -o-linear-gradient(left, #6639a6, #3490de);
    background: -ms-linear-gradient(left, #6639a6, #3490de);
    background: linear-gradient(to right, #6639a6, #3490de);
}

#page .category-lists .category-list li.category-list-item:nth-child(11) a.category-list-link::before {
    content: "💬";
}

#page .category-lists .category-list li.category-list-item:nth-child(12) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(12) a.category-list-link::before {
    content: "🌐";
}

#page .category-lists .category-list li.category-list-item:nth-child(13) {
    background: -webkit-linear-gradient(left, #b91d73, #f953c6);
    background: -moz-linear-gradient(left, #b91d73, #f953c6);
    background: -o-linear-gradient(left, #b91d73, #f953c6);
    background: -ms-linear-gradient(left, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}

#page .category-lists .category-list li.category-list-item:nth-child(13) a.category-list-link::before {
    content: "📝";
}

#page .category-lists .category-list li.category-list-item:nth-child(14) {
    background: -webkit-linear-gradient(left, #f12711, #f5af19);
    background: -moz-linear-gradient(left, #f12711, #f5af19);
    background: -o-linear-gradient(left, #f12711, #f5af19);
    background: -ms-linear-gradient(left, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(14) a.category-list-link::before {
    content: "🎨";
}

#page .category-lists .category-list li.category-list-item:nth-child(15) {
    background: -webkit-linear-gradient(left, #009ad6, #1b315e);
    background: -moz-linear-gradient(left, #009ad6, #1b315e);
    background: -o-linear-gradient(left, #009ad6, #1b315e);
    background: -ms-linear-gradient(left, #009ad6, #1b315e);
    background: linear-gradient(to right, #009ad6, #1b315e);
}

#page .category-lists .category-list li.category-list-item:nth-child(15) a.category-list-link::before {
    content: "📖";
}

#page .category-lists .category-list li.category-list-item:nth-child(16) {
    background: -webkit-linear-gradient(left, #ef5b9c, #f5af19);
    background: -moz-linear-gradient(left, #ef5b9c, #f5af19);
    background: -o-linear-gradient(left, #ef5b9c, #f5af19);
    background: -ms-linear-gradient(left, #ef5b9c, #f5af19);
    background: linear-gradient(to right, #ef5b9c, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(16) a.category-list-link::before {
    content: "🎭";
}

#page .category-lists .category-list li.category-list-item:nth-child(17) {
    background: -webkit-linear-gradient(left, #364f6b, #3fc1c9);
    background: -moz-linear-gradient(left, #364f6b, #3fc1c9);
    background: -o-linear-gradient(left, #364f6b, #3fc1c9);
    background: -ms-linear-gradient(left, #364f6b, #3fc1c9);
    background: linear-gradient(to right, #364f6b, #3fc1c9);
}

#page .category-lists .category-list li.category-list-item:nth-child(17) a.category-list-link::before {
    content: "🖥️";
}

#page .category-lists .category-list li.category-list-item:nth-child(18) {
    background: -webkit-linear-gradient(left, #ba52ed, #ff99fe);
    background: -moz-linear-gradient(left, #ba52ed, #ff99fe);
    background: -o-linear-gradient(left, #ba52ed, #ff99fe);
    background: -ms-linear-gradient(left, #ba52ed, #ff99fe);
    background: linear-gradient(to right, #ba52ed, #ff99fe);
}

#page .category-lists .category-list li.category-list-item:nth-child(18) a.category-list-link::before {
    content: "📚";
}

#page .category-lists .category-list li.category-list-item:nth-child(19) {
    background: -webkit-linear-gradient(left, #6639a6, #3490de);
    background: -moz-linear-gradient(left, #6639a6, #3490de);
    background: -o-linear-gradient(left, #6639a6, #3490de);
    background: -ms-linear-gradient(left, #6639a6, #3490de);
    background: linear-gradient(to right, #6639a6, #3490de);
}

#page .category-lists .category-list li.category-list-item:nth-child(19) a.category-list-link::before {
    content: "💬";
}

#page .category-lists .category-list li.category-list-item:nth-child(20) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(20) a.category-list-link::before {
    content: "🌐";
}

#page .category-lists .category-list li.category-list-item:nth-child(21) {
    background: -webkit-linear-gradient(left, #b91d73, #f953c6);
    background: -moz-linear-gradient(left, #b91d73, #f953c6);
    background: -o-linear-gradient(left, #b91d73, #f953c6);
    background: -ms-linear-gradient(left, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}

#page .category-lists .category-list li.category-list-item:nth-child(21) a.category-list-link::before {
    content: "📝";
}

#page .category-lists .category-list li.category-list-item:nth-child(22) {
    background: -webkit-linear-gradient(left, #f12711, #f5af19);
    background: -moz-linear-gradient(left, #f12711, #f5af19);
    background: -o-linear-gradient(left, #f12711, #f5af19);
    background: -ms-linear-gradient(left, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(22) a.category-list-link::before {
    content: "🎨";
}

#page .category-lists .category-list li.category-list-item:nth-child(23) {
    background: -webkit-linear-gradient(left, #009ad6, #1b315e);
    background: -moz-linear-gradient(left, #009ad6, #1b315e);
    background: -o-linear-gradient(left, #009ad6, #1b315e);
    background: -ms-linear-gradient(left, #009ad6, #1b315e);
    background: linear-gradient(to right, #009ad6, #1b315e);
}

#page .category-lists .category-list li.category-list-item:nth-child(23) a.category-list-link::before {
    content: "📖";
}

#page .category-lists .category-list li.category-list-item:nth-child(24) {
    background: -webkit-linear-gradient(left, #ef5b9c, #f5af19);
    background: -moz-linear-gradient(left, #ef5b9c, #f5af19);
    background: -o-linear-gradient(left, #ef5b9c, #f5af19);
    background: -ms-linear-gradient(left, #ef5b9c, #f5af19);
    background: linear-gradient(to right, #ef5b9c, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(24) a.category-list-link::before {
    content: "🎭";
}

#page .category-lists .category-list li.category-list-item:nth-child(25) {
    background: -webkit-linear-gradient(left, #364f6b, #3fc1c9);
    background: -moz-linear-gradient(left, #364f6b, #3fc1c9);
    background: -o-linear-gradient(left, #364f6b, #3fc1c9);
    background: -ms-linear-gradient(left, #364f6b, #3fc1c9);
    background: linear-gradient(to right, #364f6b, #3fc1c9);
}

#page .category-lists .category-list li.category-list-item:nth-child(25) a.category-list-link::before {
    content: "🖥️";
}

#page .category-lists .category-list li.category-list-item:nth-child(26) a.category-list-link::before {
    content: "📚";
}

#page .category-lists .category-list li.category-list-item:nth-child(26) {
    background: -webkit-linear-gradient(left, #6639a6, #3490de);
    background: -moz-linear-gradient(left, #6639a6, #3490de);
    background: -o-linear-gradient(left, #6639a6, #3490de);
    background: -ms-linear-gradient(left, #6639a6, #3490de);
    background: linear-gradient(to right, #6639a6, #3490de);
}

#page .category-lists .category-list li.category-list-item:nth-child(27) a.category-list-link::before {
    content: "💬";
}

#page .category-lists .category-list li.category-list-item:nth-child(27) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(28) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(28) a.category-list-link::before {
    content: "🌐";
}

#page .category-lists .category-list li.category-list-item:nth-child(29) {
    background: -webkit-linear-gradient(left, #b91d73, #f953c6);
    background: -moz-linear-gradient(left, #b91d73, #f953c6);
    background: -o-linear-gradient(left, #b91d73, #f953c6);
    background: -ms-linear-gradient(left, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}

#page .category-lists .category-list li.category-list-item:nth-child(29) a.category-list-link::before {
    content: "📝";
}

#page .category-lists .category-list li.category-list-item:nth-child(30) {
    background: -webkit-linear-gradient(left, #f12711, #f5af19);
    background: -moz-linear-gradient(left, #f12711, #f5af19);
    background: -o-linear-gradient(left, #f12711, #f5af19);
    background: -ms-linear-gradient(left, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(30) a.category-list-link::before {
    content: "🎨";
}

#page .category-lists .category-list li.category-list-item:nth-child(31) {
    background: -webkit-linear-gradient(left, #009ad6, #1b315e);
    background: -moz-linear-gradient(left, #009ad6, #1b315e);
    background: -o-linear-gradient(left, #009ad6, #1b315e);
    background: -ms-linear-gradient(left, #009ad6, #1b315e);
    background: linear-gradient(to right, #009ad6, #1b315e);
}

#page .category-lists .category-list li.category-list-item:nth-child(31) a.category-list-link::before {
    content: "📖";
}

#page .category-lists .category-list li.category-list-item:nth-child(32) {
    background: -webkit-linear-gradient(left, #ef5b9c, #f5af19);
    background: -moz-linear-gradient(left, #ef5b9c, #f5af19);
    background: -o-linear-gradient(left, #ef5b9c, #f5af19);
    background: -ms-linear-gradient(left, #ef5b9c, #f5af19);
    background: linear-gradient(to right, #ef5b9c, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(32) a.category-list-link::before {
    content: "🎭";
}

#page .category-lists .category-list li.category-list-item:nth-child(33) a.category-list-link::before {
    content: "📝";
}

#page .category-lists .category-list li.category-list-item:nth-child(33) {
    background: -webkit-linear-gradient(left, #f12711, #f5af19);
    background: -moz-linear-gradient(left, #f12711, #f5af19);
    background: -o-linear-gradient(left, #f12711, #f5af19);
    background: -ms-linear-gradient(left, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
}

#page .category-lists .category-list li.category-list-item:nth-child(34) a.category-list-link::before {
    content: "🎨";
}

#page .category-lists .category-list li.category-list-item:nth-child(34) {
    background: -webkit-linear-gradient(left, #009ad6, #1b315e);
    background: -moz-linear-gradient(left, #009ad6, #1b315e);
    background: -o-linear-gradient(left, #009ad6, #1b315e);
    background: -ms-linear-gradient(left, #009ad6, #1b315e);
    background: linear-gradient(to right, #009ad6, #1b315e);
}

#page .category-lists .category-list li.category-list-item:nth-child(35) {
    background: -webkit-linear-gradient(right, #38ef7d, #11998e);
    background: -moz-linear-gradient(right, #38ef7d, #11998e);
    background: -o-linear-gradient(right, #38ef7d, #11998e);
    background: -ms-linear-gradient(right, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

#page .category-lists .category-list li.category-list-item:nth-child(35) a.category-list-link::before {
    content: "🌐";
}

/* 分类美化end */

/* 外挂标签修改-tip  begin */

/* 图标样式 */
.tip.bolt:before {
    background: linear-gradient(776deg, #2184ab, #25822c);
    content: "\f0e7";
    text-shadow: 0 -1px #4cf706;
}

/* 框的样式 */
.tip.bolt {
    background: linear-gradient(530deg, #1f251b, #789b8d);
    content: "\f00d";
    text-shadow: 0 -1px #4cf706;
}


/* end */