#slider {
    max-height: 364px;
    min-height: 364px;
    margin: 0 0 15px 0;
}

.banner {
    display: block;
}

/* Swiper 样式 */
#banner-slider.swiper {
    width: 100%;
    height: auto;
}

#banner-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#banner-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper 分页指示器样式 */
#banner-slider .swiper-pagination-bullet {
    background: #00BEFF;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

#banner-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.home-metrics-wrap {
    background: #fff;
}

.home-metrics {
    max-width: 1440px;
    height: 154px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.home-metric-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-metric-item+.home-metric-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 1px;
    height: 58px;
    background: #e6eef7;
}

.home-metric-number-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 10px;
    line-height: 1;
}

.home-metric-wing {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.home-metric-number {
    color: #00b6ff;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}

.home-metric-label {
    margin: 0;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.partnerx-section {
    background: #ECF7FF;
    padding: 24px 0 26px;
}

.partnerx-inner {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}

.partnerx-title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    color: #00BEFF;
    line-height: 1.2;
}

.partnerx-rows {
    display: flex;
    flex-direction: column;
}

.partnerx-row {
    display: flex;
    justify-content: center;
    padding: 6px 0;
}

.partnerx-row-viewport {
    /* width: 1408px; */
    box-sizing: border-box;
    padding: 6px 10px;
    overflow-x: hidden;
    overflow-y: visible;
}

.partnerx-row-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation-name: partnerx-scroll-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.partnerx-row-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.partnerx-row-group+.partnerx-row-group {
    margin-left: 16px;
}

.partnerx-logo-item {
    width: 168px;
    height: 72px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(0, 190, 255, 0.5);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 6px 8px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    transform-origin: center center;
    position: relative;
}

.partnerx-row-viewport:hover .partnerx-row-track {
    animation-play-state: paused;
}

.partnerx-logo-item:hover {
    transform: scale(1.06);
    border-color: rgba(0, 190, 255, 0.85);
    box-shadow: 0 12px 24px rgba(0, 190, 255, 0.25);
    z-index: 2;
}

.partnerx-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partnerx-source {
    display: none;
}

@keyframes partnerx-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--partnerx-move, 0px)));
    }
}

.solcar-section {
    background: #fff;
}

.solcar-shell {
    width: 1440px;
    height: 810px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.solcar-title {
    margin: 0;
    text-align: center;
    color: #00BEFF;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
}

.solcar-all-btn {
    width: 230px;
    height: 50px;
    margin: 15px auto 0;
    border-radius: 25px;
    background: linear-gradient(90deg, #00AFFF 0%, #00C8FF 100%);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
}

.solcar-all-btn:hover {
    color: #fff;
}

.solcar-all-btn span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #00B8FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.solcar-all-btn span::before {
    content: "";
}

.solcar-all-btn span img.arrow-icon,
.casex-detail-btn span img.arrow-icon,
.trustx-contact span img.arrow-icon,
.trustx-card-arrow img.arrow-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.solcar-carousel {
    width: 100%;
    position: relative;
}

.solcar-stage {
    width: 1280px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.solcar-card {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    transition: transform .55s ease, opacity .55s ease, width .55s ease, height .55s ease;
    display: block;
    opacity: 0;
    pointer-events: none;
    background: #fff;
}

.solcar-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solcar-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 28px 60px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.solcar-card-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.solcar-card-summary {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1.4;
    opacity: .95;
    padding-right: 130px;
}

.solcar-card-more {
    position: absolute;
    right: 28px;
    bottom: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.solcar-card.is-center {
    width: 880px;
    height: 495px;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
}

.solcar-card.is-left {
    width: 640px;
    height: 360px;
    transform: translate(-540px, -50%);
    z-index: 4;
    opacity: .95;
    pointer-events: auto;
}

.solcar-card.is-right {
    width: 640px;
    height: 360px;
    transform: translate(-100px, -50%);
    z-index: 4;
    opacity: .95;
    pointer-events: auto;
}

.solcar-card.is-far-left {
    width: 428px;
    height: 240px;
    transform: translate(-640px, -50%);
    z-index: 3;
    opacity: .72;
    pointer-events: auto;
}

.solcar-card.is-far-right {
    width: 428px;
    height: 240px;
    transform: translate(212px, -50%);
    z-index: 3;
    opacity: .72;
    pointer-events: auto;
}

.solcar-card.is-hidden {
    transform: translate(-50%, -50%) scale(.9);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.solcar-card:not(.is-center) .solcar-card-summary {
    display: none;
}

.solcar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background: #00BEFF;
    color: #fff;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 190, 255, .35);
    z-index: 8;
}

.solcar-nav::before {
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 38px;
    line-height: 1;
    transform: translateY(-1px);
}

.solcar-nav-prev {
    left: 50px;
}

.solcar-nav-prev::before {
    content: "‹";
}

.solcar-nav-next {
    right: 50px;
}

.solcar-nav-next::before {
    content: "›";
}


.solcar-source {
    display: none;
}

.casex-section {
    width: 100%;
    height: 810px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.casex-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.casex-title {
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

.casex-main {
    display: flex;
    gap: 18px;
}

.casex-detail-panel {
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(8, 20, 58, 0.46);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.casex-list-panel {
    width: 220px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.casex-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.casex-list-item {
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: 6px 6px 6px 14px;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: rgba(6, 16, 48, .55);
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    width: 100%;
    height: 98px;
    position: relative;
}

.casex-list-item.is-active {
    border-color: #00B8FF;
    box-shadow: inset 0 0 0 1px rgba(0, 184, 255, .5), 0 0 18px rgba(0, 184, 255, .35);
    background: rgba(0, 72, 122, .5);
}

.casex-list-item.is-active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: 6px;
    height: 73px;
    transform: translateY(-50%);
    border-radius: 4px;
    background: #00BEFF;
}

.casex-list-item:hover {
    color: #fff;
    border-color: rgba(0, 184, 255, .8);
}

.casex-list-thumb {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.casex-list-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.casex-list-name {
    max-width: 90%;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casex-list-summary,
.casex-list-url {
    display: none;
}

.casex-more {
    margin-top: 10px;
    height: 38px;
    border-radius: 19px;
    background: linear-gradient(90deg, #00AFFF 0%, #00C8FF 100%);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}

.casex-more span {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.casex-more span::before {
    content: "→";
    font-size: 22px;
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1;
    transform: translateY(-1px);
}


.casex-more:hover {
    color: #fff;
}

.casex-detail-panel {
    width: 976px;
    padding: 12px 14px 18px;
    box-sizing: border-box;
    color: #fff;
}

.casex-detail-image-wrap {
    display: block;
    width: 100%;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.casex-detail-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.casex-detail-title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.casex-detail-summary {
    margin: 10px 20px 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    min-height: 108px;
    max-height: 144px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.casex-detail-btn {
    width: 198px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background: linear-gradient(90deg, #00AFFF 0%, #00C8FF 100%);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}

.casex-detail-btn span {
    margin-left: 8px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    color: #00BEFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.casex-detail-btn span::before {
    content: "";
}

.casex-detail-btn:hover {
    color: #fff;
}

.casex-detail-panel.is-switching .casex-detail-image-wrap,
.casex-detail-panel.is-switching .casex-detail-title,
.casex-detail-panel.is-switching .casex-detail-summary,
.casex-detail-panel.is-switching .casex-detail-btn {
    animation: casex-detail-fade .32s ease;
}

@keyframes casex-detail-fade {
    from {
        opacity: .35;
        transform: translateY(8px);
    }

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

.trustx-section {
    width: 100%;
    height: 512px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.trustx-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.trustx-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
}

.trustx-contact {
    width: 162px;
    height: 50px;
    margin: 30px auto;
    border-radius: 25px;
    background: #00BEFF;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.trustx-contact span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #00BEFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.trustx-contact span::before {
    content: "";
}


.trustx-contact:hover {
    color: #fff;
}

.trustx-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.trustx-card {
    width: 270px;
    height: 280px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.trustx-card>img {
    height: 120px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    margin-bottom: 25px;
}

.trustx-card-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.trustx-card-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

@media (max-width: 1260px) {
    .casex-section {
        height: auto;
        padding: 24px 0;
    }

    .casex-inner {
        width: calc(100% - 24px);
    }

    .casex-main {
        flex-direction: column;
    }

    .casex-list-panel,
    .casex-detail-panel {
        width: 100%;
    }

    .trustx-section {
        height: auto;
        padding: 24px 0;
    }

    .trustx-inner {
        width: calc(100% - 24px);
        padding-top: 0;
    }

    .trustx-cards {
        flex-wrap: wrap;
        gap: 16px;
    }
}

/* 当屏幕宽度小于600px时隐藏Banner */
@media (max-width: 599px) {
    .banner {
        display: none;
    }
}

@media (max-width: 1200px) {
    .home-metrics {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .home-metric-item {
        flex: 0 0 50%;
    }

    .home-metric-item+.home-metric-item::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-metric-item {
        flex: 0 0 100%;
    }

    .home-metric-number {
        font-size: 42px;
    }

    .home-metric-label {
        font-size: 22px;
        white-space: normal;
    }
}

/* ===== solcar 响应式适配 ===== */
/* 整体等比缩放策略：对 .solcar-stage 使用 transform:scale()，所有卡片及 transform 偏移自动等比适配 */

@media (max-width: 1260px) {
    .solcar-shell {
        width: 100%;
        height: auto;
        padding: 25px 0 0;
        background-size: cover;
    }

    .solcar-title {
        font-size: 32px;
    }

    .solcar-all-btn {
        width: 200px;
        height: 44px;
        font-size: 18px;
        margin-top: 12px;
    }

    .solcar-carousel {
        overflow: hidden;
    }

    .solcar-stage {
        transform: scale(0.875);
        transform-origin: center center;
        margin-top: -35px;
        margin-bottom: -35px;
    }

    .solcar-nav {
        width: 52px;
        height: 52px;
    }

    .solcar-nav::before {
        font-size: 32px;
    }

    .solcar-nav-prev {
        left: 30px;
    }

    .solcar-nav-next {
        right: 30px;
    }
}

@media (max-width: 1024px) {
    .solcar-title {
        font-size: 26px;
    }

    .solcar-all-btn {
        width: 180px;
        height: 40px;
        font-size: 16px;
    }

    .solcar-stage {
        transform: scale(0.69);
        margin-top: -86px;
        margin-bottom: -86px;
    }

    .solcar-nav {
        width: 44px;
        height: 44px;
    }

    .solcar-nav::before {
        font-size: 28px;
    }

    .solcar-nav-prev {
        left: 16px;
    }

    .solcar-nav-next {
        right: 16px;
    }
}

@media (max-width: 768px) {
    .solcar-shell {
        padding: 14px 0 0;
        background-size: auto 100%;
    }

    .solcar-title {
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 10px;
    }

    .solcar-all-btn {
        width: 170px;
        height: 38px;
        font-size: 15px;
        margin-top: 10px;
        gap: 8px;
    }

    .solcar-all-btn span {
        width: 22px;
        height: 22px;
    }

    .solcar-stage {
        transform: scale(0.52);
        transform-origin: center center;
        margin-top: -134px;
        margin-bottom: -134px;
    }

    .solcar-nav {
        width: 36px;
        height: 36px;
    }

    .solcar-nav::before {
        font-size: 24px;
    }

    .solcar-nav-prev {
        left: 6px;
    }

    .solcar-nav-next {
        right: 6px;
    }

    .solcar-card.is-center {
        border-radius: 12px;
    }
}