/* 首页轮播 — 对齐免域云 Hezi creative-fullpage slider */

@font-face {
    font-family: "italices";
    font-weight: 400;
    src: url("/clientarea/template/pc/Mianyu/Mianyu/font/italics.woff2") format("woff2");
    font-display: swap;
}

.mxp-hezi-banner {
    width: 100%;
    background: #fff;
}

.mxp-hezi-banner .banner-horizental {
    height: 35rem;
    position: relative;
    overflow: visible;
}

.mxp-hezi-banner:has(.mxp-quick-section) .hero-swiper .swiper-pagination {
    bottom: 8rem;
}

.mxp-hezi-banner .hero-swiper {
    width: 100%;
    height: 100%;
}

.mxp-hezi-banner .hero-swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.mxp-hezi-banner .slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.mxp-hezi-banner .hero-slide-inner--empty {
    background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 55%, #ffffff 100%);
}

.mxp-hezi-banner .hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.mxp-hezi-banner .hero-slide-overlay {
    display: none;
}

.mxp-hezi-banner .swiper-content {
    width: min(80rem, calc(100% - 160px));
    position: absolute;
    top: 38%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: left;
    pointer-events: none;
    padding-bottom: 5rem;
    box-sizing: border-box;
}

.mxp-hezi-banner .swiper-content a,
.mxp-hezi-banner .swiper-content button {
    pointer-events: auto;
}

.mxp-hezi-banner .title-area {
    margin: 0;
    max-width: min(58rem, 100%);
}

.mxp-hezi-banner .hero-slide-tag {
    display: none;
    margin: 0.5rem 0 0;
    max-width: min(58rem, 100%);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.mxp-hezi-banner .hero-slide-title {
    display: none;
    margin: 0;
    max-width: min(58rem, 100%);
    color: #181818;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.mxp-hezi-banner .hero-slide-inner--empty .hero-slide-tag {
    display: block;
    animation: none;
    color: var(--mxp-brand, #1a5cff);
    font-size: 1rem;
    font-weight: 700;
}

.mxp-hezi-banner .hero-slide-inner--empty .hero-slide-title {
    display: block;
    animation: none;
}

.mxp-hezi-banner .hero-text-dark .hero-slide-tag,
.mxp-hezi-banner .hero-text-dark .hero-slide-title,
.mxp-hezi-banner .hero-text-dark .hero-slide-desc {
    color: #181818;
}

.mxp-hezi-banner .hero-text-light .hero-slide-tag,
.mxp-hezi-banner .hero-text-light .hero-slide-title,
.mxp-hezi-banner .hero-text-light .hero-slide-desc {
    color: #ffffff;
}

.mxp-hezi-banner .hero-slide-desc {
    display: none;
    width: min(52rem, 100%);
    max-width: 100%;
    margin: 1rem 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #181818;
}

.mxp-hezi-banner .hero-slide-inner--empty .hero-slide-desc {
    display: block;
    animation: none;
    color: var(--mxp-text-secondary, #4e5969);
}

.mxp-hezi-banner .creative-btn--wrap {
    margin-top: 0.25rem;
}

.mxp-hezi-banner .hero-slide-btn {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    padding: 0.6rem 2rem;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #1a5cff;
    box-shadow: 0 12px 40px rgba(11, 83, 255, 0.24);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mxp-hezi-banner .hero-slide-inner--empty .hero-slide-btn {
    display: inline-flex;
}

.mxp-hezi-banner .hero-slide-btn:hover {
    opacity: 0.85;
    color: #fff;
    transform: translateY(-1px);
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-tag,
.mxp-hezi-banner .swiper-slide-active .hero-slide-title,
.mxp-hezi-banner .swiper-slide-active .hero-slide-desc,
.mxp-hezi-banner .swiper-slide-active .hero-slide-btn {
    display: inline-flex;
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-tag {
    display: block;
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-title {
    display: block;
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-desc {
    display: block;
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-title {
    animation: mxp-banner-enter 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-tag {
    animation: mxp-banner-enter 1s cubic-bezier(0.49, 0, 0.01, 1);
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-desc {
    animation: mxp-banner-enter 1.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.mxp-hezi-banner .swiper-slide-active .hero-slide-btn {
    animation: mxp-banner-enter 2s cubic-bezier(0.49, 0, 0.01, 1);
}

@keyframes mxp-banner-enter {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes mxp-banner-progress {
    0% { left: -100%; }
    100% { left: 0; }
}

.mxp-hezi-banner .hero-swiper .swiper-pagination,
.mxp-hezi-banner .hero-swiper .hero-pagination {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: min(80rem, calc(100% - 64px));
    display: flex !important;
    gap: 8px;
    transform: translateX(-50%);
    z-index: 12;
    pointer-events: none;
}

.mxp-hezi-banner .hero-swiper .swiper-pagination-bullet {
    flex: 1;
    max-width: 40px;
    height: 4px;
    margin: 0 !important;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    background: rgba(38, 38, 38, 0.15);
    transition: none;
}

.mxp-hezi-banner .hero-swiper .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -100%;
    background: #007aff;
    animation: mxp-banner-progress 5s linear forwards;
}

.mxp-hezi-banner .hero-swiper .swiper-button-prev,
.mxp-hezi-banner .hero-swiper .swiper-button-next {
    top: auto;
    bottom: 5%;
    width: 85px;
    height: 85px;
    margin-top: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff;
    opacity: 1;
    transition: background 0.4s ease;
    z-index: 12;
}

.mxp-hezi-banner .hero-swiper .swiper-button-prev {
    left: 50px;
}

.mxp-hezi-banner .hero-swiper .swiper-button-next {
    right: 50px;
}

.mxp-hezi-banner .hero-swiper .swiper-button-prev:hover,
.mxp-hezi-banner .hero-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.08);
}

.mxp-hezi-banner .hero-swiper .swiper-button-prev:after,
.mxp-hezi-banner .hero-swiper .swiper-button-next:after {
    font-size: 28px;
    font-weight: bold;
}

.mxp-hezi-banner .hero-swiper.is-single .swiper-pagination,
.mxp-hezi-banner .hero-swiper.is-single .swiper-button-prev,
.mxp-hezi-banner .hero-swiper.is-single .swiper-button-next {
    display: none;
}

@media (max-width: 991px) {
    .mxp-hezi-banner .swiper-content {
        width: 100%;
        top: 36%;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
        padding: 0 24px 4rem;
    }

    .mxp-hezi-banner .title-area,
    .mxp-hezi-banner .hero-slide-title,
    .mxp-hezi-banner .hero-slide-tag,
    .mxp-hezi-banner .hero-slide-desc {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mxp-hezi-banner .creative-btn--wrap {
        display: flex;
        justify-content: center;
    }

    .mxp-hezi-banner .hero-swiper .swiper-button-prev,
    .mxp-hezi-banner .hero-swiper .swiper-button-next {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.23);
    }

    .mxp-hezi-banner .hero-swiper .swiper-button-prev:after,
    .mxp-hezi-banner .hero-swiper .swiper-button-next:after {
        font-size: 22px;
    }
}

.mxp-hezi-banner .hero-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mxp-hezi-banner.hero-banner--old .hero-slide-content {
    max-width: 1200px;
}

.mxp-hezi-banner.hero-banner--old .hero-slide-title {
    font-size: 40px;
    font-weight: 600;
}

.mxp-hezi-banner.hero-banner--old .hero-slide-desc {
    max-width: 560px;
}

.mxp-hezi-banner.hero-banner--new .banner-horizental {
    height: 640px;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-overlay {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 12, 28, 0.88) 0%, rgba(5, 12, 28, 0.62) 40%, rgba(5, 12, 28, 0.18) 72%, rgba(5, 12, 28, 0.08) 100%);
    pointer-events: none;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-content {
    max-width: 1280px;
    top: 46%;
    padding: 0 48px 100px;
}

.mxp-hezi-banner.hero-banner--new .title-area {
    max-width: 720px;
    padding-left: 20px;
    border-left: 4px solid #2f7cff;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-tag {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.mxp-hezi-banner.hero-banner--new .hero-slide-desc {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
}

.mxp-hezi-banner.hero-banner--new .hero-slide-btn {
    min-height: 44px;
    padding: 11px 28px;
    background: #2468f2;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-img {
    transform: scale(1.01);
}

.mxp-hezi-banner.hero-banner--new .hero-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.35);
}

.mxp-hezi-banner.hero-banner--new .hero-swiper .swiper-pagination-bullet-active::before {
    background: #fff;
}

.mxp-hezi-banner.hero-banner--new {
    background: #071426;
}

.mxp-hezi-banner.hero-banner--new .banner-horizental {
    height: 660px;
    background: radial-gradient(circle at 78% 28%, rgba(33, 107, 255, 0.36) 0, rgba(33, 107, 255, 0) 28%), linear-gradient(135deg, #061226 0%, #102b58 52%, #eef4ff 100%);
}

.mxp-hezi-banner.hero-banner--new .banner-horizental::before,
.mxp-hezi-banner.hero-banner--new .banner-horizental::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.mxp-hezi-banner.hero-banner--new .banner-horizental::before {
    width: 520px;
    height: 520px;
    right: max(32px, calc((100vw - 1280px) / 2));
    top: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 123, 255, 0.28), rgba(46, 123, 255, 0) 64%);
}

.mxp-hezi-banner.hero-banner--new .banner-horizental::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    background: linear-gradient(180deg, rgba(7, 20, 38, 0) 0%, rgba(7, 20, 38, 0.2) 50%, #f3f6fb 100%);
}

.mxp-hezi-banner.hero-banner--new .slider-inner {
    background: transparent;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-inner--empty {
    background: linear-gradient(135deg, #071426 0%, #153b78 54%, #f3f8ff 100%);
}

.mxp-hezi-banner.hero-banner--new .hero-slide-img {
    opacity: 0.88;
    filter: saturate(1.06) contrast(1.04);
}

.mxp-hezi-banner.hero-banner--new .hero-slide-overlay {
    background:
        linear-gradient(90deg, rgba(5, 13, 31, 0.94) 0%, rgba(8, 26, 58, 0.78) 38%, rgba(9, 40, 92, 0.3) 68%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(180deg, rgba(5, 13, 31, 0.12) 0%, rgba(5, 13, 31, 0.62) 100%);
}

.mxp-hezi-banner.hero-banner--new .hero-slide-content {
    width: min(1280px, calc(100% - 96px));
    top: 43%;
    padding: 0 16px 118px;
}

.mxp-hezi-banner.hero-banner--new .title-area {
    max-width: 760px;
    padding-left: 0;
    border-left: none;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-tag {
    display: inline-flex;
    width: auto;
    margin: 12px 0 0;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-title {
    max-width: 760px;
    color: #fff;
    font-size: clamp(44px, 4vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: none;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-desc {
    max-width: 620px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
}

.mxp-hezi-banner.hero-banner--new .creative-btn--wrap {
    margin-top: 30px;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-btn {
    min-height: 48px;
    padding: 0 34px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff7a1a 0%, #ff4d2e 100%);
    box-shadow: 0 18px 34px rgba(255, 92, 38, 0.32);
    font-size: 15px;
    font-weight: 700;
}

.mxp-hezi-banner.hero-banner--new .hero-slide-btn::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.mxp-hezi-banner.hero-banner--new .hero-swiper .swiper-pagination {
    bottom: 128px;
    width: min(1280px, calc(100% - 96px));
}

@media (max-width: 768px) {
    .mxp-hezi-banner .banner-horizental {
        height: auto;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .mxp-hezi-banner .hero-swiper,
    .mxp-hezi-banner .hero-swiper .swiper-slide {
        height: clamp(220px, 58vw, 360px);
    }

    .mxp-hezi-banner .hero-slide-tag,
    .mxp-hezi-banner .swiper-slide-active .hero-slide-tag {
        display: block !important;
        font-size: clamp(12px, 3.2vw, 15px);
        padding: 0;
        margin-top: 8px;
        font-weight: 500;
    }

    .mxp-hezi-banner .hero-slide-title {
        font-size: clamp(22px, 6.2vw, 28px);
        padding: 0;
        font-weight: 700;
    }

    .mxp-hezi-banner .hero-slide-desc {
        font-size: clamp(13px, 3.5vw, 15px);
        line-height: 1.55;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mxp-hezi-banner .swiper-content {
        top: 50%;
        padding-bottom: 14vw;
    }

    .mxp-hezi-banner .hero-slide-btn {
        font-size: 14px;
        margin-top: 12px;
        padding: 10px 20px;
        min-height: 40px;
    }

    .mxp-hezi-banner .hero-swiper .swiper-pagination {
        bottom: 6vw;
        width: auto;
        justify-content: center;
    }

    .mxp-hezi-banner .hero-swiper .swiper-pagination-bullet {
        width: 9vw;
        max-width: none;
        height: 0.7vw;
        min-height: 3px;
    }

    .mxp-hezi-banner .hero-swiper .swiper-button-prev,
    .mxp-hezi-banner .hero-swiper .swiper-button-next {
        display: none;
    }
}

.mxp-hezi-banner.hero-banner--tencent {
    background: #fff;
}

.mxp-hezi-banner.hero-banner--tencent .banner-horizental {
    height: 640px;
    overflow: hidden;
    background: #fff;
}

.mxp-hezi-banner.hero-banner--tencent .hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
}

.mxp-hezi-banner.hero-banner--tencent .hero-swiper,
.mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-wrapper,
.mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-slide,
.mxp-hezi-banner.hero-banner--tencent .slider-inner {
    height: 100%;
    min-height: 100%;
}

.mxp-hezi-banner.hero-banner--tencent .slider-inner,
.mxp-hezi-banner.hero-banner--tencent .hero-slide-inner--empty {
    background: #fff;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-img,
.mxp-hezi-banner.hero-banner--tencent .hero-slide-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-img {
    opacity: 0.72;
    filter: saturate(0.92) contrast(1.08);
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-overlay {
    display: none;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-content {
    width: min(1200px, calc(100% - 96px));
    top: 48%;
    padding: 0 40px 80px 320px;
    text-shadow: none;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-title {
    max-width: 720px;
    color: #181818 !important;
    font-size: clamp(38px, 3.5vw, 58px);
    font-weight: 600;
    line-height: 1.15;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-tag {
    display: block;
    margin: 16px 0 0;
    color: #4ca6ff !important;
    font-size: 18px;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-desc {
    max-width: 620px;
    margin-top: 18px;
    color: rgba(24, 24, 24, 0.76) !important;
    font-size: 16px;
}

.mxp-hezi-banner.hero-banner--tencent .hero-slide-btn {
    min-height: 44px;
    margin-top: 18px;
    border: 1px solid #1683ff;
    background: #1683ff;
    box-shadow: 0 10px 28px rgba(0, 111, 255, 0.28);
}

.mxp-hezi-banner.hero-banner--tencent .hero-pagination,
.mxp-hezi-banner.hero-banner--tencent .hero-prev,
.mxp-hezi-banner.hero-banner--tencent .hero-next {
    display: none !important;
}

/* 腾讯风格桌面文字导航与全风格底部短横条分页器 */
.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-bar {
    display: none !important;
    width: 32px;
    height: 3px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.38);
    transition: width .2s ease, background .2s ease;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item.active .tencent-banner-nav-bar {
    width: 48px;
    background: #1683ff;
}

.mxp-hezi-banner .hero-swiper .hero-pagination,
.mxp-hezi-banner.hero-banner--tencent .hero-pagination {
    display: flex !important;
}

@media (max-width: 768px) {
    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
        display: none !important;
    }
}

/* 普通轮播仅使用底部短横杠分页器 */
.mxp-hezi-banner:not(.hero-banner--tencent) .tencent-banner-nav {
    display: none !important;
}

.mxp-hezi-banner.hero-banner--tencent .hero-swiper {
    inset: 0;
    width: 100%;
}

.mxp-hezi-banner .hero-swiper .hero-pagination {
    left: 50%;
    right: auto;
    display: flex !important;
    width: min(80rem, calc(100% - 48px));
    justify-content: center;
    gap: clamp(6px, 1vw, 10px);
    transform: translateX(-50%);
}

.mxp-hezi-banner .hero-swiper .hero-pagination .swiper-pagination-bullet {
    flex: 0 1 40px;
    width: clamp(24px, 4vw, 40px);
    min-width: 20px;
    height: 4px;
}

.mxp-hezi-banner .hero-swiper.is-single .hero-pagination {
    display: none !important;
}

@media (max-width: 768px) {
    .mxp-hezi-banner .hero-swiper .hero-pagination {
        bottom: 6vw;
        width: calc(100% - 32px);
    }

    .mxp-hezi-banner .hero-swiper .hero-pagination .swiper-pagination-bullet {
        flex-basis: clamp(24px, 9vw, 36px);
        width: clamp(24px, 9vw, 36px);
        height: 3px;
    }
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    top: 50%;
    left: max(48px, calc((100% - 1200px) / 2));
    z-index: 10;
    width: 280px;
    padding: 10px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 18px;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #4e5969;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item:hover,
.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item.active {
    background: rgba(22, 131, 255, 0.08);
    color: #181818;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-title,
.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-label,
.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-details {
    display: block;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-extra {
    display: none;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item.active .tencent-banner-nav-extra {
    display: block;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-extra {
    margin-top: 5px;
    color: #86909c;
    font-size: 12px;
    line-height: 1.5;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-label {
    color: #1683ff;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-details {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item.active::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #1683ff;
    transform: scaleY(0);
    transform-origin: top;
    animation: tencent-banner-progress 5s linear forwards;
}

@keyframes tencent-banner-progress {
    from { transform: scaleY(0); transform-origin: top; }
    to { transform: scaleY(1); transform-origin: top; }
}

@keyframes tencent-banner-progress-mobile {
    from { transform: scaleX(0); transform-origin: left; }
    to { transform: scaleX(1); transform-origin: left; }
}

@media (max-width: 768px) {
    .mxp-hezi-banner.hero-banner--tencent .banner-horizental {
        height: auto;
        padding-top: 50px;
        overflow: hidden;
    }

    .mxp-hezi-banner.hero-banner--tencent .hero-swiper {
        position: relative;
        inset: auto;
        order: 1;
        width: 100%;
        height: clamp(360px, 100vw, 480px);
    }

    .mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-slide {
        height: 100%;
    }

    .mxp-hezi-banner.hero-banner--tencent .hero-slide-content {
        width: 100%;
        top: 50%;
        padding: 0 22px 36px;
        text-align: left;
    }

    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
        position: relative;
        top: auto;
        left: auto;
        order: 2;
        display: flex;
        width: 100%;
        padding: 10px 12px;
        overflow-x: auto;
        transform: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        scrollbar-width: none;
    }

    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav::-webkit-scrollbar {
        display: none;
    }

    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item {
        flex: 0 0 auto;
        width: 220px;
        padding: 12px 14px;
    }

    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-item.active::after {
        top: auto;
        right: 0;
        bottom: 0;
        width: auto;
        height: 3px;
        transform: scaleX(0);
        transform-origin: left;
        animation-name: tencent-banner-progress-mobile;
    }

    .mxp-hezi-banner.hero-banner--tencent .hero-slide-title {
        font-size: clamp(27px, 8vw, 38px);
    }

    .mxp-hezi-banner.hero-banner--tencent .creative-btn--wrap {
        justify-content: flex-start;
    }

}

/* 腾讯式轮播信息层级：标签、标题、说明由弱到强清晰呈现 */
.mxp-hezi-banner.hero-banner--tencent .hero-slide-tag {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
}
.mxp-hezi-banner.hero-banner--tencent .hero-slide-title {
    text-wrap: balance;
}
@media (max-width: 768px) {
    .mxp-hezi-banner.hero-banner--tencent .hero-slide-tag {font-size: 13px; margin-bottom: 10px;}
    .mxp-hezi-banner.hero-banner--tencent .hero-slide-desc {-webkit-line-clamp: 3;}
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
}

.mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav-bar {
    display: none !important;
}

@media (max-width: 768px) {
    .mxp-hezi-banner.hero-banner--tencent .tencent-banner-nav {
        display: none !important;
    }
}

.mxp-hezi-banner.hero-banner--tencent .hero-pagination {
    position: absolute;
    bottom: 24px;
    left: 50%;
    right: auto;
    display: flex !important;
    justify-content: center;
    transform: translateX(-50%);
}

.mxp-hezi-banner.hero-banner--tencent .hero-prev,
.mxp-hezi-banner.hero-banner--tencent .hero-next {
    display: none !important;
}

@media (max-width: 768px) {
    .mxp-hezi-banner.hero-banner--tencent .hero-pagination {
        bottom: 16px;
    }
}

/* 新版（非腾讯）使用明亮遮罩；腾讯风格保持独立深色规则 */
.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent),
.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .banner-horizental,
.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .slider-inner {
    background: #fff;
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .banner-horizental::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 64%);
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .banner-horizental::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, #fff 100%);
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 38%, rgba(255, 255, 255, 0.28) 68%, rgba(255, 255, 255, 0.08) 100%);
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-inner--empty {
    background: linear-gradient(135deg, #fff 0%, #f5f8ff 54%, #fff 100%);
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-title,
.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-desc,
.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-tag {
    color: #181818;
    text-shadow: none;
}

.mxp-hezi-banner.hero-banner--new:not(.hero-banner--tencent) .hero-slide-tag {
    border-color: rgba(24, 24, 24, 0.18);
    background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 768px) {
    body.mxp-home-page {
        padding-top: 50px;
        background: #fff;
    }

    body.mxp-home-page .navbar,
    body.mxp-home-page .mxp-hezi-banner {
        margin-top: 0;
        background: #fff !important;
    }

    .mxp-hezi-banner .banner-horizental,
    .mxp-hezi-banner.hero-banner--new .banner-horizental,
    .mxp-hezi-banner.hero-banner--tencent .banner-horizental {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .mxp-hezi-banner:not(.hero-banner--tencent),
    .mxp-hezi-banner:not(.hero-banner--tencent) .banner-horizental,
    .mxp-hezi-banner:not(.hero-banner--tencent) .hero-swiper,
    .mxp-hezi-banner:not(.hero-banner--tencent) .hero-swiper .swiper-slide,
    .mxp-hezi-banner:not(.hero-banner--tencent) .slider-inner {
        background-color: #fff !important;
    }

    .mxp-hezi-banner.hero-banner--tencent .hero-swiper,
    .mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-slide,
    .mxp-hezi-banner.hero-banner--tencent .slider-inner {
        background-color: transparent !important;
    }

    .mxp-hezi-banner .hero-swiper .swiper-pagination,
    .mxp-hezi-banner .hero-swiper .hero-pagination,
    .mxp-hezi-banner:has(.mxp-quick-section) .hero-swiper .swiper-pagination,
    .mxp-hezi-banner:has(.mxp-quick-section) .hero-swiper .hero-pagination,
    .mxp-hezi-banner.hero-banner--new .hero-swiper .swiper-pagination,
    .mxp-hezi-banner.hero-banner--new .hero-swiper .hero-pagination,
    .mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-pagination,
    .mxp-hezi-banner.hero-banner--tencent .hero-swiper .hero-pagination {
        top: auto !important;
        bottom: 16px !important;
        left: 50% !important;
        right: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 768px) {
    body.mxp-home-page .mxp-hezi-banner .banner-horizental,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .banner-horizental {
        padding-top: 0 !important;
        margin-top: 0 !important;
        background: #fff !important;
    }

    body.mxp-home-page .mxp-hezi-banner .hero-swiper,
    body.mxp-home-page .mxp-hezi-banner .hero-swiper .swiper-wrapper,
    body.mxp-home-page .mxp-hezi-banner .hero-swiper .swiper-slide,
    body.mxp-home-page .mxp-hezi-banner .slider-inner,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .hero-swiper,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-wrapper,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .hero-swiper .swiper-slide,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .slider-inner {
        background: #fff !important;
    }

    body.mxp-home-page .mxp-hezi-banner .hero-swiper {
        position: relative;
    }

    body.mxp-home-page .mxp-hezi-banner .hero-swiper > .swiper-pagination.hero-pagination,
    body.mxp-home-page .mxp-hezi-banner.hero-banner--tencent .hero-swiper > .swiper-pagination.hero-pagination {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: auto !important;
        bottom: 12px !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
    }
}

/* 保留主题字体，具体字号、字重和颜色始终以后台轮播配置为准。 */
.mxp-hezi-banner .hero-slide-title {
    font-family: "italices", "思源黑", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
    text-shadow: none;
}

.mxp-hezi-banner .hero-slide-tag,
.mxp-hezi-banner .hero-slide-desc,
.mxp-hezi-banner .hero-slide-btn,
.mxp-hezi-banner .tencent-banner-nav-title,
.mxp-hezi-banner .tencent-banner-nav-label,
.mxp-hezi-banner .tencent-banner-nav-details {
    font-family: "思源黑", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
    text-shadow: none;
}

.mxp-hezi-banner .hero-slide-content.hero-text-dark .hero-slide-title,
.mxp-hezi-banner .hero-slide-content.hero-text-dark .hero-slide-tag,
.mxp-hezi-banner .hero-slide-content.hero-text-dark .hero-slide-desc {
    color: #181818 !important;
}

.mxp-hezi-banner .hero-slide-content.hero-text-light .hero-slide-title,
.mxp-hezi-banner .hero-slide-content.hero-text-light .hero-slide-tag,
.mxp-hezi-banner .hero-slide-content.hero-text-light .hero-slide-desc {
    color: #fff !important;
}

.mxp-hezi-banner .hero-slide-content[style*="--banner-title-color:"] .hero-slide-title {
    color: var(--banner-title-color) !important;
}

.mxp-hezi-banner .hero-slide-content[style*="--banner-title-size:"] .hero-slide-title {
    font-size: var(--banner-title-size) !important;
}

.mxp-hezi-banner .hero-slide-content[style*="--banner-title-weight:"] .hero-slide-title {
    font-weight: var(--banner-title-weight) !important;
}

.mxp-hezi-banner .hero-slide-content[style*="--banner-label-color:"] .hero-slide-tag {
    color: var(--banner-label-color) !important;
}

.mxp-hezi-banner .hero-slide-content[style*="--banner-details-color:"] .hero-slide-desc {
    color: var(--banner-details-color) !important;
}
