.xinghui-single-top-header-enabled .breadcrumb,
.xinghui-single-top-header-enabled .single-head-cover {
    display: none !important;
}

.xinghui-single-top-header-enabled .article > .article-header .article-title {
    display: none !important;
}

.xinghui-single-top-header-enabled .article > .article-header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 4;
    padding: 20px 24px 12px;
    margin-top: 0;
    border-radius: 8px 8px 0 0;
    background: var(--main-bg-color);
    box-shadow: none;
}

.xinghui-single-top-header-enabled main.container {
    position: relative;
    z-index: 3;
}

.xinghui-single-top-header-enabled .article {
    position: relative;
    z-index: 4;
    overflow: visible;
}

.xinghui-single-top-header-enabled .article > .article-header .article-avatar {
    margin-top: 0;
}

.xinghui-single-top-header-enabled .article > .article-header .user-info.article-avatar {
    display: flex;
    align-items: center;
    min-height: 56px;
    margin: 0;
}

.xinghui-single-top-header-enabled .article > .article-header .avatar-img {
    --this-size: 50px;
}

.xinghui-single-top-header-enabled .article > .article-header .avatar-img .avatar {
    width: var(--this-size);
    height: var(--this-size);
    border-radius: 8px;
    object-fit: cover;
}

.xinghui-single-top-header-enabled .article > .article-header .avatar-img:after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border: 2px solid var(--main-bg-color);
    border-radius: 50%;
    background: #22c55e;
}

.xinghui-single-top-header-enabled .article > .article-header .user-right {
    min-width: 0;
    flex: 1;
    align-items: center;
}

.xinghui-single-top-header-enabled .article > .article-header .user-right > .flex1 {
    min-width: 0;
}

.xinghui-single-top-header-enabled .article > .article-header name,
.xinghui-single-top-header-enabled .article > .article-header .display-name {
    color: #5965ff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.xinghui-single-top-header-enabled .article > .article-header .img-icon,
.xinghui-single-top-header-enabled .article > .article-header .medal-icon,
.xinghui-single-top-header-enabled .article > .article-header .user-auth-icon {
    max-height: 19px;
    vertical-align: -3px;
}

.xinghui-single-top-header-enabled .article > .article-header .muted-2-color,
.xinghui-single-top-header-enabled .article > .article-header .muted-color {
    color: #5965ff;
    font-size: 14px;
    line-height: 1.45;
}

.xinghui-single-top-header-enabled .article > .article-header .user-action {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
    white-space: nowrap;
}

.xinghui-single-top-header-enabled .article > .article-header .user-action .but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 36px;
    margin: 0 !important;
    padding: 0 14px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}

.xinghui-single-top-header-enabled .article > .article-header .user-action .follow {
    --this-bg: #fff0f4;
    --this-color: #ff4777;
}

.xinghui-single-top-header-enabled .article > .article-header .user-action .c-blue,
.xinghui-single-top-header-enabled .article > .article-header .user-action .private-btn {
    --this-bg: #f0f6ff;
    --this-color: #5965ff;
}

.xinghui-single-top-header-enabled .article > .article-header .article-avatar > .relative {
    min-height: 31px;
}

.article-header .article-avatar .relative{
    margin-top: -20px !important;
}
.xinghui-single-top-header-enabled .article > .article-header .line-form-line {
    opacity: .68;
}

.xinghui-single-top-header-enabled .article > .article-header .single-metabox {
    right: 0;
    bottom: -15px;
    top: auto;
    font-size: 15px;
    --meta-color: #5965ff;
}

.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 2px 12px;
    border-radius: 100px;
    background: rgba(245, 246, 247, .92);
    color: var(--meta-color);
}

.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas item {
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
}

.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas item a,
.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas item .fa,
.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas item .icon {
    color: inherit;
    fill: currentColor;
}

.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-drop-meta {
    --this-bg: rgba(245, 246, 247, .92);
    --this-color: #5965ff;
}

.xinghui-sidebar-toggle {
    appearance: none;
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 54px;
    height: 26px;
    margin-left: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c9c9c9;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
}

.xinghui-sidebar-toggle:before {
    content: attr(title);
    position: absolute;
    right: -10px;
    bottom: calc(100% + 8px);
    display: none;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .78);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
}

.xinghui-sidebar-toggle:hover:before {
    display: block;
}

.xinghui-sidebar-toggle-knob {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.xinghui-sidebar-toggle[aria-pressed="true"] {
    background: #5965ff;
}

.xinghui-sidebar-toggle[aria-pressed="true"] .xinghui-sidebar-toggle-knob {
    transform: translateX(28px);
}

.xinghui-single-main-no-sidebar .content-wrap {
    float: none;
}

.xinghui-single-main-no-sidebar .content-layout {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.xinghui-single-main-no-sidebar .sidebar {
    display: none !important;
}

.xinghui-single-top-wrap {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.head_box_mx {
    --bg_color: #e5eaf6;
    --text_color: #1a1a1a;
    color: var(--text_color);
    position: relative;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 22px;
    min-height: 300px;
    padding: 74px 32px 96px;
    width: 100%;
}

.head_box_mx.has-post-image {
    min-height: 350px;
    padding-bottom: 122px;
}

.head_box_mx.no-waves {
    margin-bottom: -90px;
    padding-bottom: 142px;
}

.head_box_mx.has-post-image.no-waves {
    min-height: 390px;
    padding-bottom: 150px;
}

.moxing_background {
    position: absolute;
    inset: 0;
    background: var(--bg_background, var(--bg_color));
    z-index: -1;
}

.moxing_background .b-wrap {
    position: absolute;
    left: 46%;
    right: 0;
    top: -20px;
    bottom: -96px;
    overflow: hidden;
}

.moxing_background .img {
    display: block;
    position: absolute;
    inset: 0;
    transform: rotate(18deg);
    filter: blur(8px);
    opacity: .82;
}

.moxing_background img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.16) translateY(24px);
}

.moxing_background .b-wrap:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(257.4deg, rgba(250, 250, 250, .18) 2%, var(--bg_color) 78%);
}

.moxing_background:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(229, 234, 246, 0), rgba(229, 234, 246, .86) 76%, rgba(229, 234, 246, .96));
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg_color) 86%, transparent) 76%, var(--bg_color));
    pointer-events: none;
}

.head_box_mx.no-post-image .moxing_background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg_background, linear-gradient(135deg, #eef3ff 0%, #dfe7f6 100%));
    opacity: .92;
}

.head_box_mx.no-post-image .moxing_background:after {
    background: linear-gradient(180deg, rgba(245, 246, 247, 0), rgba(245, 246, 247, .46) 76%, rgba(245, 246, 247, .72));
}

.head_box_mx.no-post-image.empty-bg-warm .moxing_background:before {
    background:
        radial-gradient(circle at 70% 28%, rgba(255, 179, 124, .34), transparent 32%),
        radial-gradient(circle at 24% 82%, rgba(255, 255, 255, .62), transparent 36%),
        linear-gradient(135deg, #fff2e7 0%, #f5dfe7 100%);
}

.head_box_mx.no-post-image.empty-bg-green .moxing_background:before {
    background:
        radial-gradient(circle at 72% 30%, rgba(81, 203, 148, .3), transparent 32%),
        radial-gradient(circle at 24% 82%, rgba(255, 255, 255, .62), transparent 36%),
        linear-gradient(135deg, #ecfff6 0%, #dcefeb 100%);
}

.head_box_mx.no-post-image.empty-bg-dark {
    --bg_color: #182033;
    --text_color: #ffffff;
}

.head_box_mx.no-post-image.empty-bg-dark .moxing_background:before {
    background:
        radial-gradient(circle at 72% 28%, rgba(81, 138, 255, .42), transparent 34%),
        radial-gradient(circle at 22% 80%, rgba(255, 255, 255, .12), transparent 34%),
        linear-gradient(135deg, #20283d 0%, #111827 100%);
}

.head_box_mx.no-post-image.empty-bg-dark .moxing_background:after {
    background: linear-gradient(180deg, rgba(24, 32, 51, 0), rgba(24, 32, 51, .72) 76%, rgba(24, 32, 51, .88));
}

.head_box_mx.no-waves .moxing_background:after {
    height: 36%;
    background: linear-gradient(180deg, rgba(229, 234, 246, 0), rgba(229, 234, 246, .34) 62%, rgba(245, 246, 247, .84));
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg_color) 34%, transparent) 62%, rgba(245, 246, 247, .84));
}

body.dark-theme .moxing_background .b-wrap:after {
    background: linear-gradient(90deg, rgba(32, 33, 36, .62) 0%, rgba(32, 33, 36, .34) 42%, rgba(32, 33, 36, .58) 100%);
}

body.dark-theme .moxing_background:after {
    background: linear-gradient(180deg, rgba(32, 33, 36, 0), rgba(32, 33, 36, .38) 64%, var(--body-bg-color));
}

body.dark-theme .head_box_mx.has-post-image .moxing_background {
    background: #202124;
}

body.dark-theme .head_box_mx.has-post-image .moxing_background:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .08), transparent 34%),
        linear-gradient(90deg, rgba(32, 33, 36, .74), rgba(32, 33, 36, .3) 46%, rgba(32, 33, 36, .74));
    pointer-events: none;
}

body.dark-theme .head_box_mx.has-post-image .moxing_background .b-wrap {
    left: 0;
    top: 0;
    bottom: -120px;
}

body.dark-theme .head_box_mx.has-post-image .moxing_background .img {
    transform: none;
    filter: blur(14px);
    opacity: .62;
}

body.dark-theme .head_box_mx.has-post-image .moxing_background img {
    transform: scale(1.08);
}

body.dark-theme .head_box_mx.has-post-image .moxing_background .b-wrap:after {
    background: linear-gradient(90deg, rgba(32, 33, 36, .66), rgba(32, 33, 36, .24) 48%, rgba(32, 33, 36, .68));
}

body.dark-theme .head_box_mx.no-post-image .moxing_background:after {
    background: linear-gradient(180deg, rgba(41, 42, 45, 0), rgba(41, 42, 45, .42) 70%, var(--body-bg-color));
}

body.dark-theme .head_box_mx.no-post-image.empty-bg-dark .moxing_background:after {
    background: linear-gradient(180deg, rgba(24, 32, 51, 0), rgba(24, 32, 51, .52) 64%, var(--body-bg-color));
}

body.dark-theme .head_box_mx.no-waves .moxing_background:after {
    height: 28%;
    background: linear-gradient(180deg, rgba(32, 33, 36, 0), rgba(32, 33, 36, .3) 58%, var(--body-bg-color));
}

.mxbk_tags-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 12px;
    position: relative;
    z-index: 3;
}

.mulu_one_two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.mulu_one_two a,
.mulu_one_two a:link,
.mulu_one_two a:visited,
.mulu_one_two a:hover,
.mulu_one_two a:active,
.mulu_one_two a span,
.mulu_one_two .category,
.mulu_one_two .category i,
.tags .tag-link,
.tags .tag-link:link,
.tags .tag-link:visited,
.tags .tag-link:hover,
.tags .tag-link:active,
.mx_footer_meta a {
    color: var(--text_color) !important;
    fill: currentColor;
    text-decoration: none !important;
}

.mulu_one_two span {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 250, .42);
    color: var(--text_color);
    padding: 7px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

body.dark-theme .mulu_one_two span {
    background-color: rgba(50, 51, 53, .58);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.mulu_one_two .category > i {
    margin-right: 5px;
}

.mulu_one_two span:not(.category):hover {
    background-color: #fff;
    color: var(--focus-color) !important;
    transition: background-color .3s ease, color .3s ease;
}

body.dark-theme .mulu_one_two span:not(.category):hover,
body.dark-theme .tags span:hover {
    background-color: rgba(255, 255, 255, .14);
    color: var(--text_color) !important;
}

.tags {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tags span {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    color: var(--text_color);
    opacity: .8;
    padding: 7px 10px;
    font-weight: 700;
    transition: background-color .3s ease, color .3s ease;
}

body.dark-theme .tags span {
    background-color: rgba(50, 51, 53, .24);
}

.tags span:hover {
    background-color: rgba(255, 255, 255, .3);
    color: var(--text_color);
}

.tags span:before {
    font-size: 14px;
    content: "#";
    color: var(--text_color);
    font-weight: 700;
    margin-right: 5px;
    opacity: .4;
}

.moxing_head_info_post_title {
    color: var(--text_color);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 1rem auto !important;
    max-width: 960px;
    font-size: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.mx_footer_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color);
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 8px 10px;
    position: relative;
    z-index: 3;
}

body.dark-theme .head_box_mx {
    --text_color: #f8fafc !important;
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header {
    background: var(--main-bg-color);
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .avatar-img:after {
    border-color: var(--main-bg-color);
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header name,
body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .display-name,
body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .muted-2-color,
body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .muted-color {
    color: #91a3ff;
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .user-action .follow {
    --this-bg: rgba(255, 71, 119, .14);
    --this-color: #ff7d9f;
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .user-action .c-blue,
body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .user-action .private-btn {
    --this-bg: rgba(89, 101, 255, .16);
    --this-color: #9eabff;
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .single-metabox {
    --meta-color: #9eabff;
}

body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas,
body.dark-theme.xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-drop-meta {
    --this-bg: rgba(50, 51, 53, .92);
    --this-color: #9eabff;
    background: rgba(50, 51, 53, .92);
}

body.dark-theme .head_box_mx.has-post-image {
    --text_color: #f8fafc !important;
}

body.dark-theme .moxing_head_info_post_title,
body.dark-theme .mx_footer_meta,
body.dark-theme .mx_footer_meta a,
body.dark-theme .mulu_one_two a,
body.dark-theme .mulu_one_two span,
body.dark-theme .tags span {
    color: #f8fafc !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.mx_footer_meta i,
.head_box_mx i,
.head_box_mx svg {
    color: var(--text_color) !important;
    fill: currentColor;
}

.mx_footer_meta .post-meta-label {
    margin-right: 4px;
}

.marrig {
    margin-right: 5px;
}

.panda_waves {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 8vh;
    min-height: 50px;
    max-height: 100px;
    z-index: 5;
    overflow: hidden;
    display: block;
    pointer-events: none;
}

.panda_waves .parallax > use {
    animation: xinghui-wave-move 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.panda_waves .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.panda_waves .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.panda_waves .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

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

body.dark-theme .panda_waves .parallax > use:nth-child(1) {
    fill: rgba(50, 51, 53, .55);
}

body.dark-theme .panda_waves .parallax > use:nth-child(2) {
    fill: rgba(50, 51, 53, .42);
}

body.dark-theme .panda_waves .parallax > use:nth-child(3) {
    fill: rgba(50, 51, 53, .32);
}

body.dark-theme .panda_waves .parallax > use:nth-child(4) {
    fill: var(--body-bg-color);
}

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

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

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

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

.animate-fade-in-up {
    animation: xinghui-fade-in-up .5s ease-out forwards;
    animation-delay: .2s;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .xinghui-single-top-header-enabled .article > .article-header {
        padding: 14px 14px 10px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .user-info.article-avatar {
        align-items: flex-start;
    }

    .xinghui-single-top-header-enabled .article > .article-header .avatar-img {
        --this-size: 44px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .user-right {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }

    .xinghui-single-top-header-enabled .article > .article-header name,
    .xinghui-single-top-header-enabled .article > .article-header .display-name {
        font-size: 15px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .muted-2-color,
    .xinghui-single-top-header-enabled .article > .article-header .muted-color {
        font-size: 13px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .user-action {
        width: 100%;
        margin-left: 0;
        gap: 6px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .user-action .but {
        min-width: 0;
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .article-avatar > .relative {
        min-height: 46px;
        margin-top: 12px;
    }

    .xinghui-single-top-header-enabled .article > .article-header .single-metabox {
        position: static;
        justify-content: flex-end;
        margin: 8px 0 0 0;
        font-size: 13px;
    }

    .xinghui-sidebar-toggle {
        width: 50px;
        height: 24px;
    }

    .xinghui-sidebar-toggle-knob {
        width: 18px;
        height: 18px;
    }

    .xinghui-sidebar-toggle[aria-pressed="true"] .xinghui-sidebar-toggle-knob {
        transform: translateX(26px);
    }

    .xinghui-single-top-header-enabled .article > .article-header .single-metabox .post-metas {
        max-width: 100%;
        overflow-x: auto;
        padding: 2px 8px;
    }

    .head_box_mx {
        min-height: 235px;
        padding: 38px 16px 76px;
        margin-bottom: -22px;
    }

    .head_box_mx.has-post-image {
        min-height: 270px;
        padding-bottom: 92px;
    }

    .head_box_mx.no-waves,
    .head_box_mx.has-post-image.no-waves {
        min-height: 255px;
        padding-bottom: 82px;
        margin-bottom: -36px;
    }

    .mxbk_tags-container {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .tags {
        display: none;
    }

    .moxing_head_info_post_title {
        font-size: 28px;
        margin: 10px auto !important;
    }

    .mx_footer_meta {
        padding: 0 5px;
        margin-top: 12px;
        gap: 6px 8px;
    }

    .moxing_background .b-wrap {
        left: 28%;
        bottom: -62px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .head_box_mx {
        min-height: 320px;
        padding: 68px 40px 105px;
    }

    .head_box_mx.has-post-image {
        min-height: 350px;
        padding-bottom: 124px;
    }

    .head_box_mx.no-waves,
    .head_box_mx.has-post-image.no-waves {
        min-height: 330px;
        padding-bottom: 118px;
        margin-bottom: -70px;
    }
}

@media screen and (min-width: 1025px) {
    .head_box_mx {
        min-height: 360px;
        padding: 82px 100px 140px;
    }

    .head_box_mx.has-post-image {
        min-height: 390px;
        padding-bottom: 156px;
    }

    .head_box_mx.no-waves,
    .head_box_mx.has-post-image.no-waves {
        min-height: 390px;
        padding-bottom: 150px;
        margin-bottom: -90px;
    }
}
