/****************************************************************************  
 * @Author: 陌寒
 * @Date: 2025-08-31 20:47:47
 * @LastEditTime: 2025-11-16 14:52:43
 * @Description: ZibBox 子主题，为 WordPress 添加灵动之美，让网页别具韵味！
 * @Email: 7083266@qq.com
 * @Remind: 有任何问题请联系主题作者,希望大家在使用的途中遵守我们的相关约定，也呼吁每一位子比正版用户，使用正版 拒绝盗版，如有盗版 也绝不售卖！
 * @Copyright (c) 2025 by 郑州汇聚云网络科技有限公司, All Rights Reserved.
 ****************************************************************************/

.zibbox-dy-lz,
.zibbox-dy-fl,
.zibbox-dy-zl,
.zibbox-dy-zh,
.zibbox-dy-ch,
.zibbox-dy-hl,
.zibbox-dy-purple,
.zibbox-dy-pink,
.zibbox-dy-pinkblue,
.zibbox-dy-icepink,
.zibbox-dy-softpink,
.zibbox-jb-vip2 {
    color: var(--this-color);
    background: var(--this-bg);
    --this-color: #fff;
}

.zibbox-dy-lz {
    --this-bg: radial-gradient(circle at 10.6% 23.3%, rgb(186, 162, 252) 0%, rgb(176, 248, 242) 72.4%);
}

.zibbox-dy-fl {
    --this-bg: linear-gradient(220.55deg, #FFADF7 0%, #B1FF96 100%);
}

.zibbox-dy-zl {
    --this-bg: linear-gradient(103.3deg, rgb(252, 225, 208) 30%, rgb(255, 173, 214) 55.7%, rgb(162, 186, 245) 81.8%);
}

.zibbox-dy-zh {
    --this-bg: linear-gradient(111.4deg, rgb(238, 113, 113) 1%, rgb(246, 215, 148) 58%);
}

.zibbox-dy-ch {
    --this-bg: linear-gradient(102.7deg, rgb(253, 218, 255) 8.2%, rgb(223, 173, 252) 19.6%, rgb(173, 205, 252) 36.8%, rgb(173, 252, 244) 73.2%, rgb(202, 248, 208) 90.9%);
}

.zibbox-dy-hl {
    --this-bg: linear-gradient(to right, #9fe1fa, #f4edc9);
}

.zibbox-dy-purple {
    --this-bg: linear-gradient(135deg, #ed64fd 10%, #2da8fb 100%);
}

.zibbox-dy-pink {
    --this-bg: linear-gradient(43deg, #ff6ac34a 0%, #ff82c1 46%, #ff6ac34a 100%);
}

.zibbox-dy-pinkblue {
    --this-bg: linear-gradient(43deg, #ff6ac34a 0%, #82e1ff 46%, #ff6ac34a 100%);
}

.zibbox-dy-icepink {
    --this-bg: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
}

.zibbox-dy-softpink {
    --this-bg: linear-gradient(220.55deg, #B7DCFF 0%, #FFA4F6 100%);
}


.zibbox-quote-q {
    position: relative;
    padding: 0.3em 0.6em;
    margin-top: 0 !important;
    margin-bottom: 10px;
    --quote-color: var(--main-color, #007aff);
    color: var(--quote-color);
    max-width: 260px;
    width: 100%;
    box-sizing: border-box;
}

.zibbox-quote-q::before {
    content: '';
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--quote-color);
    opacity: 0.04;
    z-index: 0;
}

.zibbox-quote-q a,
.zibbox-quote-q span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #8a8a8a;
    line-height: 1.6;
    height: 3.2em;
    word-break: break-all;
    white-space: normal !important;
    text-indent: 0 !important;
}


.zibbox-quote-q a:hover {
    color: #6a6a6a;
    text-decoration: none;
}

.zibbox-nav {
    float: left;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 6px;
    opacity: .7;
    height: 26px;
}

.navbar-top .navbar-brand {
    padding: 10px 5px;
}

@media (max-width: 768px) {
    .navbar-top .navbar-logo>img {
        padding: 0;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .zibbox-navbar-top {
        float: right;
    }

    .zibbox-navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
        margin-top: 9px;
        opacity: .7;
        height: 32px;
        width: 32px;
        padding: 3px;
        background-color: rgb(0 59 255 / 8%);
        border-radius: 50px;
    }

    .zibbox-nav {
        float: left;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 6px;
        opacity: .7;
        height: 26px;
    }
}

.panel-heading .fa {
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
    padding: 5px;
    color: #556af1;
}

.panel-heading:not(.collapsed) .fa {
    transform: rotate(0deg);
}

.question-container {
    border-radius: 6px;
    border: solid 1px var(--main-border-color);
    overflow: hidden;
    border-bottom: solid 0px rgba(50, 50, 50, 0);
}

.question {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    padding: 2.5rem 4rem;
    margin-bottom: 0;
    border-bottom: solid 1px var(--main-border-color);
}

.question i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.question.active i.fa.fa-plus {
    display: none;
}

.question.active i.fa.fa-minus {
    display: inline-block;
}

.answer.active {
    display: unset;
    background-color: var(--focus-color);
    flex: 1 1 auto;
    min-height: 1px;
    color: #fff !important;
    padding: 2.5rem 4.5rem;
    display: block;
}

@keyframes bounce {
    0% {
        transform: scaleY(0.3);
        background-color: green;
    }

    50% {
        transform: scaleY(1);
        background-color: orange;
    }

    100% {
        transform: scaleY(0.3);
        background-color: green;
    }

    ;
}

.tab2_content.active {
    display: block;
}

.tab2_content.active {
    display: block;
}

#accordionhelp-content {
    margin-bottom: 20px;
}

.tab-container {
    width: 80%;
    margin: auto;
}

.tabs {
    display: flex;
    cursor: pointer;
    padding: 20px 0;
}

.tab {
    padding: 10px 15px;
    transition: background-color 0.3s;
    border-radius: 10px;
    background: var(--muted-bg-color);
    margin: 0px 5px;
    font-size: 14px;
}

.tab.active {
    color: #fff;
    background-color: #556af1;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.tab-content {
    position: relative;
    overflow: hidden;
}

.tab2_content {
    display: none;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #556af1;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #3e53c4;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.zibbox-new-icon {
    position: absolute;
    top: -2px;
    right: 5px;
}

.article-new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    background-color: #f3f9ff;
    color: #556af1;
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
    margin-right: -5px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 1px 9px 1px 15px;
    overflow: hidden;
    border: .5px solid rgba(59, 130, 246, .15);
}

.article-new-badge:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(59, 130, 246, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .6s ease, height .6s ease;
}

.panel-heading .fa {
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
    padding: 5px;
    color: #556af1;
}

.panel-heading:not(.collapsed) .fa {
    transform: rotate(0deg);
}

.question-container {
    border-radius: 6px;
    border: solid 1px var(--main-border-color);
    overflow: hidden;
    border-bottom: solid 0px rgba(50, 50, 50, 0);
}

.question {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    padding: 2.5rem 4rem;
    margin-bottom: 0;
    border-bottom: solid 1px var(--main-border-color);
}

.question i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.question.active i.fa.fa-plus {
    display: none;
}

.question.active i.fa.fa-minus {
    display: inline-block;
}

.answer.active {
    display: unset;
    background-color: var(--focus-color);
    flex: 1 1 auto;
    min-height: 1px;
    color: #fff !important;
    padding: 2.5rem 4.5rem;
    display: block;
}

@keyframes bounce {
    0% {
        transform: scaleY(0.3);
        background-color: green;
    }

    50% {
        transform: scaleY(1);
        background-color: orange;
    }

    100% {
        transform: scaleY(0.3);
        background-color: green;
    }

    ;
}

.tab2_content.active {
    display: block;
}

.tab2_content.active {
    display: block;
}

#accordionhelp-content {
    margin-bottom: 20px;
}

.tab-container {
    width: 80%;
    margin: auto;
}

.tabs {
    display: flex;
    cursor: pointer;
    padding: 20px 0;
}

.tab {
    padding: 10px 15px;
    transition: background-color 0.3s;
    border-radius: 10px;
    background: var(--muted-bg-color);
    margin: 0px 5px;
    font-size: 14px;
}

.tab.active {
    color: #fff;
    background-color: #556af1;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.tab-content {
    position: relative;
    overflow: hidden;
}

.tab2_content {
    display: none;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #556af1;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #3e53c4;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.zibbox_Mainlabel {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
}

.zibbox_label {
    display: inline-block;
    position: relative;
    float: right;
    padding: 3px 6px;
    clear: both;
    margin: 0 0 4px 0;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    color: white;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    border: 0.1em solid rgb(204, 204, 204);
}

.zibbox_label::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent);
    animation: sweep 3s infinite;
}

@keyframes sweep {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

span.zibbox-title-badge {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 4px;
    height: 18px;
    line-height: 1.5;
    font-size: 13px;
    justify-content: center;
    margin-right: 2px;
}

span.zibbox-title-badge:before {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    animation: badge-shine 3s ease-in-out infinite;
    transform: rotate(28deg);
}

@keyframes badge-shine {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}


.tag-box {
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
    gap: 5px;
}

span.recommend-tag {
    position: relative;
    display: inline-block;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    border: 0.1em solid rgb(204, 204, 204);
    overflow: hidden;
}

span.recommend-tag::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: tag-shine 2s infinite;
}


@keyframes tag-shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* 漂浮特效 */
#falling-snow {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none
}

.snowflake {
    position: absolute;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: -webkit-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(center, circle farthest-corner, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%)
}

/* 私密评论样式 */
.private-comments {
    float: right;
    margin: 0 0 0 5px;
}

/* 播放器 */
#shmusiczr {
    right: 15px;
    bottom: 70px;
}

@media (max-width: 768px) {
    #shmusiczr {
        display: none !important;
    }
}

/* 文章样式 */
.shangye {
    color: #fff;
    background: #5282f7 url(/wp-content/themes/ZibBox/assets/images/posts/shangye.png) 3px 3px no-repeat;
    border: 1px solid #5282f7;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 50px;
    border-radius: 4px
}

.shangye a {
    color: #fff
}

.ceo-cat-switcher h5 {
    font-size: 26px;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    margin: 20px 0 0 0;
    padding: 0 80px;
    position: relative;
    display: inline-block
}

.ceo-cat-switcher h5:before {
    content: "";
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url() center no-repeat
}

.ceo-cat-switcher h5:after {
    content: "";
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url() center no-repeat
}

.ceo-cat-switcher {
    text-align: center
}

.article-timeout {
    position: relative;
    border-radius: 8px;
    position: relative;
    margin-bottom: 25px;
    padding: 10px;
    background-color: var(--body-bg-color);
    margin-top: 20px;
}


/* 文章 */
@media (hover: hover) {
    #post-firstinfo .post-meta__tags:hover {
        color: #ffffff;
        opacity: 1;
        background: rgba(255, 255, 255, .15)
    }

    span.post-meta-categories:hover {
        background-color: var(--theme-color);
        color: #3758c9
    }

    span.post-meta-categories:hover a.post-meta-categories {
        color: var(--theme-color)
    }

    a.post-meta-original:hover {
        color: #fff;
        background: var(--theme-color) !important
    }

    #post-info #post-meta a:hover {
        text-decoration: none;
        color: #ffffff;
    }

    details:not(.tk-admin-config-group) summary:hover::marker {
        color: #fff
    }
}

#page-header.post-bg {
    background-color: #f7f9fe;
    transition: .6s;
    overflow: hidden;
    height: 25rem;
    top: -20px;
}

.post-bg .breadcrumb {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#page-header {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
    background-image: none !important;
    display: flex;
    justify-content: center;
}

#page-header.post-bg:before {
    transition: 0s;
    height: 100%;
    background-color: #425aef;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    content: "";
}

.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(2px);
    opacity: .5;
}

.post-bg .post-cover {
    height: 100%;
    object-fit: cover;
    min-width: 50vw;
    min-height: 20rem;
    opacity: .8;
    transition: 0s;
}

.coverdiv:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 110px -130px 300px 60px #425aef inset;
}

#page-header #post-info {
    top: 0;
    position: absolute;
    padding: 0 3%;
    margin: 0 auto;
    z-index: 10;
    color: #ffffff;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% + 0px);
    justify-content: center;
    animation: slide-in 1.8s 0.8s backwards;
    width: 100%;
    gap: 15px;
}

#post-info #post-meta {
    color: #ffffff;
    transition: .3s;
    display: flex;
    -webkit-user-select: none;
}

#post-meta>div {
    text-align: left;
}

.meta-secondline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

#post-info #post-meta .post-meta-label {
    display: none;
}

.meta-secondline span {
    display: flex;
    align-items: center;
    line-height: 1.5;
}

#post-info #post-meta i {
    font-size: 14px;
    margin-right: 4px;
    line-height: 1;
}

.post-bg a {
    color: #fff;
}

#post-info .post-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 10px 0;
    overflow: hidden;
    margin: 0;
    opacity: .9;
}

#post-firstinfo {
    text-align: left;
    display: flex;
    white-space: nowrap;
    -webkit-user-select: none;
}

#post-firstinfo .meta-firstline {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 5px;
}

a.post-meta-categories {
    background-color: rgba(255, 255, 255, .15);
    padding: 0 .5rem;
    gap: 5px;
    display: flex;
    align-items: center;
    border-radius: var(--main-radius);
    line-height: 32px;
    height: 32px;
    transition: .3s ease-out;
}

.meta-firstline .tag_share .post-meta__tag-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#post-firstinfo .post-meta__tags {
    color: #ffffff;
    opacity: .8;
    padding: 6px;
    border-radius: var(--main-radius);
    display: flex;
    align-items: center;
    flex-direction: row;
}

a.post-meta-original {
    background: rgba(255, 255, 255, .15) !important;
    color: #ffffff !important;
    padding: 0 .5rem;
    font-size: .7rem;
    margin: auto;
    border-radius: var(--main-radius);
    height: 32px;
    line-height: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.more-posts a>span,
.relates-thumb li a>.post-info,
a[href] {
    transition: color .2s, background .3s, opacity .3s, box-shadow .3s, transform .3s;
}

span.post-meta-position,
.post-meta-wechat,
.post-meta-pv,
.post-meta-wordcount,
.post-meta-time,
.post-meta-wechat,
.post-meta-commentcount,
.post-meta-sidebar,
#post-meta .post-meta-date {
    opacity: .6;
}

.main-hero-waves-area {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.waves-area .waves-svg {
    width: 100%;
    height: 60px;
}

.parallax {
    fill: var(--body-bg-color);
}

.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(--body-bg-color);
    opacity: .5
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: var(--body-bg-color);
    opacity: .6
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: var(--body-bg-color);
    opacity: .7
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: var(--body-bg-color)
}

html {
    height: 100%;
    font-size: 20px;
    overflow-x: hidden
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

#categoryList>a:nth-child()>i {
    padding-right: 8px
}

#aside-content>div.card-widget.card-info>div>div.card-info-data>div:nth-child()>a>div.headline {
    font-weight: 700
}

@media screen and (max-width: 768px) {
    #page-header.post-bg {
        height: 13rem;
        margin-bottom: -15px
    }

    .meta-firstline {
        display: none
    }

    #post-firstinfo {
        width: 100%;
        overflow-x: auto;
        box-sizing: border-box
    }

    #post-firstinfo::-webkit-scrollbar {
        display: none
    }

    #post-info .post-title {
        font-size: 1rem;
        text-align: center;
        z-index: 1;
        padding: 0;
        margin: 1em auto 0
    }

    span.post-meta-sidebar.toggle-icon {
        display: none
    }

    .meta-secondline {
        justify-content: center !important
    }

    #post-info #post-meta {
        z-index: 1;
        position: absolute;
        top: 1em
    }

    .coverdiv:after {
        box-shadow: 0 0 105px 99px #425aef inset;
        display: none
    }

    .post-bg .post-cover {
        min-height: 15rem;
        height: 70%;
        opacity: 1;
        display: none
    }

    .coverdiv {
        margin: 0 0 0 auto;
        transform: rotate(0) translateY(0) scale(1);
        filter: blur(0);
        width: 100%;
        position: fixed;
        height: 13rem;
        opacity: .5
    }
}

.post-meta__tags:before {
    font-size: 14px;
    content: '#';
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
    opacity: .4;
}

.meta-secondline .breadcrumb {
    font-size: 14px !important;
}

@keyframes slide-in {
    from {
        transform: translateY(50%);
        /* 初始位置：向下偏移50% */
        opacity: 0;
        /* 完全透明 */
    }

    to {
        transform: translateY(0);
        /* 最终位置：回到原始位置 */
        opacity: 1;
        /* 完全不透明 */
    }
}

@media (max-width: 640px) {
    .content-wrap .article {
        padding: 20px 15px
    }

    .meta-secondline .breadcrumb {
        font-size: 14px !important;
    }
}

.breadcrumb {
    display: none;
}