body {
    background-color: #12161E;
}

.skillview-banner {
    max-width: 100vw;
    height: 100vh;

    background-image: image-set(url("../image/skill/view_banner-1.webp") 1x,
            url("../image/skill/view_banner-2.webp") 2x,
            url("../image/skill/view_banner-4.webp") 4x);

    background-size: cover;
    /* background-size: 100% 100%; */
    overflow: hidden;
    position: relative;
}




.banner-textbg {
    position: absolute;
    z-index: 3;
    top: 67vh;
    left: 0;
    width: 100%;
    font-weight: bold;
    /* letter-spacing: 0.2rem; */
    font-size: 1.2rem;
    color: rgb(5 5 10 / 92%);
    color: rgb(16, 16, 16);
    text-align: center;
    text-shadow: 0 0 2px #99999966, 0 0 4px #99999966, 0 0 6px #99999966;
    opacity: 0.6;
    font-family: "Elevision_b";
}



.banner-text {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 0.48rem;
    color: white;
    text-align: center;
    text-shadow: 0 0 2px #99999966, 0 0 4px #99999966, 0 0 6px #99999966;


}

.banner-quan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 50vw;
    height: 50vw;
    width: 6.5rem;
    height: 6.5rem;
    border: 0.03rem solid rgba(217, 217, 217, 0.04);
}

.quan1 {
    overflow: hidden;
}

.quan2 {
    width: 40vw;
    height: 40vw;
    width: 5rem;
    height: 5rem;
}

.quan3 {
    width: 22vw;

    height: 22vw;

    width: 3.5rem;
    height: 3.5rem;

}


.banner-light img {
    width: 100%;
    height: 110%;

}

.banner-light {
    position: absolute;
    top: calc(50% - 0rem);
    left: 50%;
    z-index: 2;
    width: 4rem;
    opacity: 0.6;
    height: 5.6rem;
    position: relative;
    /* background-color: rgba(242, 242, 242, 0.108); */
    transform-origin: 0 0;
    /* overflow: hidden; */
    animation: haloSpin 12s linear infinite;
}

.banner-light::before {
    position: absolute;
    content: "";
    /* background-color: white; */
    width: 0.1rem;
    height: 0.1rem;
    top: calc(50% - 0.05rem);
    left: -0.04rem;
    border-radius: 50%;
    filter: blur(0.04rem);
}

@keyframes haloSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/* 机器人 */

/* 核心区域 */
.skill-home {
    width: 100vw;
    height: 9.8rem;
    background: radial-gradient(50% 50% at 50% 50%, #0D285E 0%, #12161FFF 100%);
    position: relative;
    user-select: none;
    position: static;
    top: 0;
    overflow: hidden;
    /* padding: 0.7rem 0.4rem 0.9rem; */
    /* box-sizing: border-box; */
}

.skill-bg {
    position: absolute;
    top: 5.6rem;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 2rem;
    color: #12161EFF;
    text-align: center;
    text-shadow: 0 0 2px #12161EFF, 0 0 4px #99999966, 0 0 6px #12161EFF;
    opacity: 0.3;
    width: 100%;
}


#coreTech {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    /* background: radial-gradient(ellipse at 50% 45%, #112240 0%, #0a101c 45%, #000000 100%); */
    display: flex;
    align-items: center;
    justify-content: center;

}

.rain-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* overflow: hidden; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    overflow: hidden;
}

/* 单条雨线 */
.rain-line {
    position: absolute;
    top: 0rem;
    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(5, 114, 247, 0.4) 20%,
            rgba(5, 114, 247, 0.6) 50%,
            rgba(5, 114, 247, 1) 100%);
    border-radius: 0.015rem;
    animation: rainDrop linear infinite;
    pointer-events: none;
    will-change: top;
}

@keyframes rainDrop {
    0% {
        top: -1.5rem;
    }

    100% {
        top: 100%;
    }
}



/* 内容容器 */
.container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    /* padding: 0.7rem 0.4rem 0.9rem; */
    display: flex;
    flex-direction: column;
    align-items: center;

}

.core-title {
    font-size: 0.42rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 0.12rem;
    padding-top: 0.4rem;
    text-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.35);
}

.core-subtitle {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    margin-bottom: 0.6rem;
    letter-spacing: 0.01rem;
}

/* 舞台 */
.tech-stage {
    position: relative;
    width: 100%;
    max-width: 11rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 轨道线环 */
.orbit-ring {
    position: absolute;
    width: 5rem;
    height: 5rem;
    /* width: 4.5rem;
    height: 4.5rem; */
    border: 0.01rem solid rgba(120, 180, 255, 0.35);
    border-radius: 50%;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    /* transform: scale(1);
    transform-origin: center center;
    pointer-events: none;
    animation: ringPulse 4s ease-in-out infinite; */

}

.orbit-ring2 {
    position: absolute;
    width: 4.7rem;
    height: 4.7rem;
    /* width: 4.5rem;
    height: 4.5rem; */
    border: 0.01rem solid rgba(120, 180, 255, 0.35);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: ringPulse 4s ease-in-out infinite;
    background: rgba(44, 44, 44, 0.35);
}

@keyframes ringPulse {

    0%,
    100% {
        box-shadow:
            0 0 0.6rem rgba(60, 130, 255, 0.08),
            inset 0 0 0.3rem rgba(60, 130, 255, 0.04);

    }

    50% {
        box-shadow:
            0 0 0.9rem rgba(60, 130, 255, 0.2),
            0 0 1.4rem rgba(60, 130, 255, 0.06),
            inset 0 0 0.5rem rgba(60, 130, 255, 0.08);
    }
}

/* 轨道外层光晕环（比轨道稍大，形成柔和扩散光） */
.orbit-glow {
    position: absolute;
    width: 5.8rem;
    height: 3.8rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(ellipse, rgba(60, 130, 255, 0.03) 0%, transparent 70%);
    animation: glowBreath 6s ease-in-out infinite;

}


/* 轨道外层光晕环（比轨道稍大，形成柔和扩散光） */
.orbit-ring {
    position: absolute;
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(ellipse, rgba(60, 130, 255, 0.03) 0%, transparent 70%);
    animation: glowBreath 6s ease-in-out infinite;
}



@keyframes glowBreath {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

/* 中心眼睛球 */
.center-eye {
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    border-radius: 50%;
    box-shadow:
        0 0 0.8rem rgba(50, 130, 255, 0.35),
        0 0 1.6rem rgba(40, 100, 220, 0.15);
    animation: eyeFloat 6s ease-in-out infinite;
}




@keyframes eyeFloat {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 0.06rem));
    }
}

.eye-ball {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    animation: eyeRaote 10s linear infinite;
    position: relative;
    z-index: 5;
}

.eye-ball0 {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    z-index: 5;
    animation: eyeRaote 0s linear infinite;
}

.eye-ball2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.3);
    animation: eyeRaote 50s linear infinite;
    z-index: 3;

}

@keyframes eyeRaote {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 眼球外层光晕 */
.eye-halo {
    position: absolute;
    inset: -0.15rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 130, 255, 0.08) 0%, transparent 70%);


    pointer-events: none;
    animation: haloSpin 12s linear infinite;
}

@keyframes haloSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 瞳孔 */
.pupil-wrap {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.16rem;
    pointer-events: none;
    z-index: 23;

}

.pupil {
    width: 0.26rem;
    height: 0.6rem;
    background: #ffffff;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.6);
    transition: transform 0.08s ease-out;
    z-index: 44;
    position: relative;
}

/* 轨道图标容器 */
.orbit-icons {
    position: absolute;
    width: 5.6rem;
    height: 3.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    animation: orbitRotate 24s linear infinite;
}

@keyframes orbitRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* 轨道图标（hover不暂停旋转，仅视觉增强） */
.orbit-icon {
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    box-shadow:
        0 0 0.08rem rgba(80, 160, 255, 0.2),
        0 0 0.16rem rgba(80, 160, 255, 0.08);
    transition: box-shadow 0.3s ease;
}

.orbit-icon img {
    animation: iconCounterRotate 24s linear infinite;

}

.orbit-icon:hover {
    box-shadow:
        0 0 0.12rem rgba(80, 160, 255, 0.4),
        0 0 0.24rem rgba(80, 160, 255, 0.15);
}

.icon-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* .orbit-icon:hover .icon-inner {
    transform: scale(1.15);
    filter: brightness(1.25) drop-shadow(0 0 0.12rem rgba(80, 160, 255, 0.6));
} */

.orbit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@keyframes iconCounterRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.card1,
.card2,
.card3,
.card4,
.card {
    position: absolute;
    width: 3.42rem;
    height: 2.05rem;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: rgba(255, 255, 255, 0.45);
    border-right-color: rgba(255, 255, 255, 0.08);
    border-bottom-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.12), inset 2px 0 4px rgba(255, 255, 255, 0.08);
    border-radius: 0.3rem;
    /* position: relative; */
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(0.01rem) saturate(160%);
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    transition: 0.6s;
    overflow: hidden;
    z-index: 66;
    --mask-progress-start: 100%;
    --mask-progress-end: 150%;
    -webkit-mask-image: radial-gradient(100% 200% at 50% 0,
            #000 var(--mask-progress-start),
            transparent var(--mask-progress-end));
    mask-image: radial-gradient(100% 200% at 50% 0,
            #000 var(--mask-progress-start),
            transparent var(--mask-progress-end));
    transition: --mask-progress-start .9s cubic-bezier(.22, .61, .36, 1),
        --mask-progress-end .9s cubic-bezier(.22, .61, .36, 1);
    transform: translateZ(20px);
    cursor: pointer;
}



.card1 {
    width: 2.6rem;
    height: 1.6rem;
    left: 3rem;
    top: 1.8rem;
}

.card2 {
    width: 2rem;
    height: 1.64rem;
    right: 3.4rem;
    top: 2rem;
}

.card3 {
    width: 2rem;
    height: 2rem;
    right: 3rem;
    bottom: 1.9rem;
}

.card4 {
    width: 2rem;
    height: 2rem;
    left: 3.5rem;
    bottom: 1.9rem;
}

.card:hover {

    --mask-progress-start: 0%;
    --mask-progress-end: 100%;
}


/* 左侧宽幅白色高光带 */
.card::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    width: 0.01rem;
    height: 90%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.08) 100%);
    border-radius: 0.2rem;

}

.card .title1 {
    font-size: 0.18rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.02em;
    margin-bottom: 0.02rem;
    position: relative;
    z-index: 1;
    font-family: "Elevision_r";
}

.card .subtitle {
    display: inline-block;
    font-size: 0.16rem;
    font-weight: 400;
    color: rgba(139, 183, 255, 0.8);
    padding-bottom: 0.08rem;
    position: relative;
    z-index: 1;
    font-family: "Elevision_r";
}

.card .subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.01px;
    height: 0.02rem;
    background: #FFFFFF33;
}

.card .list {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-top: 0.1rem;
}

.card .list li {
    font-size: 0.12rem;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.02rem;
}





/* 图标在椭圆轨道上的位置 */
.icon-perception {
    left: calc(50% - 2.6rem);
    top: calc(50% - 0.8rem);
}

.icon-decision {
    left: calc(50% + 0.6rem);
    top: calc(50% - 3.2rem);
}

.icon-execution {
    left: calc(50% + 2rem);
    top: calc(50% + 0.2rem);
}

.icon-control {
    left: calc(50% - 1.3rem);
    top: calc(50% + 1.8rem);
}

/* 浮动小圆点 */
.dot {
    position: absolute;
    z-index: 5;
    opacity: 0.7;
    animation: floatBubble 6s ease-in-out infinite;
    pointer-events: none;
}

.dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dot-1 {
    width: 0.24rem;
    height: 0.24rem;
    top: 18%;
    left: 30%;
    animation-delay: 0s;
}

.dot-2 {
    width: 0.18rem;
    height: 0.18rem;
    top: 28%;
    right: 26%;
    animation-delay: -2s;
}

.dot-3 {
    width: 0.22rem;
    height: 0.22rem;
    bottom: 24%;
    left: 36%;
    animation-delay: -4s;
}

@keyframes floatBubble {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.16rem);
    }
}

/* 微光粒子装饰 */
.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
    animation: particleDrift ease-in-out infinite;
    width: 4rem;
    height: 4rem;
}

.p1 {
    width: 0.06rem;
    height: 0.06rem;
    background: rgba(100, 170, 255, 0.45);
    top: 14%;
    left: 18%;
    animation-duration: 8s;
    animation-delay: 0s;
}

.p2 {
    width: 0.04rem;
    height: 0.04rem;
    background: rgba(100, 170, 255, 0.35);
    top: 78%;
    right: 16%;
    animation-duration: 10s;
    animation-delay: 1s;
}

.p3 {
    width: 0.07rem;
    height: 0.07rem;
    background: rgba(80, 200, 255, 0.25);
    top: 42%;
    left: 6%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.p4 {
    width: 0.04rem;
    height: 0.04rem;
    background: rgba(100, 170, 255, 0.4);
    bottom: 12%;
    right: 28%;
    animation-duration: 9s;
    animation-delay: 3s;
}

.p5 {
    width: 0.05rem;
    height: 0.05rem;
    background: rgba(120, 190, 255, 0.3);
    top: 62%;
    left: 48%;
    animation-duration: 11s;
    animation-delay: 4s;
}

.p6 {
    width: 0.03rem;
    height: 0.03rem;
    background: rgba(80, 160, 255, 0.5);
    bottom: 38%;
    left: 58%;
    animation-duration: 6s;
    animation-delay: 5s;
}

.p7 {
    width: 0.05rem;
    height: 0.05rem;
    background: rgba(140, 210, 255, 0.2);
    top: 8%;
    right: 40%;
    animation-duration: 12s;
    animation-delay: 0.5s;
}

.p8 {
    width: 0.03rem;
    height: 0.03rem;
    background: rgba(90, 180, 255, 0.35);
    bottom: 8%;
    left: 12%;
    animation-duration: 8.5s;
    animation-delay: 2.5s;
}


/* 研发优势 */
.preponderance {
    position: relative;
    width: 100%;

    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #0D285E 0%, #12161FFF 100%);
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.preponderance-title {
    width: 100vw;
    color: #FFFFFF;
    text-align: center;
}

.preponderance-title h2 {
    font-weight: bold;
    font-size: 0.48rem;
}

.preponderance-title p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.mySwiper3 {
    width: 100%;
    max-width: 100vw;
    min-height: 8rem;
    margin-top: 0.4rem;
    padding: 0 1.2rem !important;
}

.swiper-wrapper {
    width: 12rem !important;

}

/* .swiper-slide {
   
   
} */


.banner-con {
    width: 12rem !important;
    height: 4.6rem !important;

}

.banner-con img {
    width: 100%;
    height: 100%;
    /* border-radius: 0.5rem 0.04rem !important; */
}

.swiper-wrapper {
    margin: 0 auto;
}

.swiper-wrapper {
    border-radius: 0.5rem 0.04rem 0.5rem 0.04rem;
}

.swiper-card {
    width: 4.5rem;
    height: 3.4rem;
    background: rgba(44, 68, 124, 0.8);
    border-radius: 0.04rem 0.5rem;
    position: absolute;
    left: 2rem;
    bottom: 2.8rem;
    z-index: 66;
    padding: 0.4rem;
    box-sizing: border-box;
}

.swiper-card h3 {
    /* color: #238ECA; */
    font-size: 0.28rem;
    font-weight: bold;

    background-clip: text;
    color: white;
    transition: opacity 0.2s ease, transform 0.2s ease;

}

.swiper-card h4 {
    margin-top: 0.25rem;
    font-size: 0.12rem;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 0.3rem;
    height: 1.7rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.swiper-card h3.text-fade-out,
.swiper-card h4.text-fade-out {
    opacity: 0;
    transform: translateY(0.1rem);
}

.swiper-card h3.text-fade-in,
.swiper-card h4.text-fade-in {
    opacity: 1;
    transform: translateY(0);
}

.swiper-sx ul {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}

.swiper-sx ul li {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #238ECA !important;
    cursor: pointer;
    transition: 0.4s;
}

.swiper-sx ul li:hover {
    color: white !important;
    border: 0.02rem solid rgba(255, 255, 255, 0.1) !important;
    ;
    background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%) !important;
    ;

}

.swiper-button-next {
    margin-right: 0.15rem;
}

.swiper-button-next,
.swiper-button-prev {
    position: inherit !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
    font-size: 0.13rem !important;
}

.swiper-pagination {
    display: none;
}

/* 流程 */

.flow {
    position: relative;
    width: 100%;

    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #0D285E 0%, #12161FFF 100%);

    background: #12161FFF;

    background-image: url("../image/skill/flow.webp");
    background-size: 50% 100%;
    /* 图片宽度占容器一半，高度撑满 */
    background-position: 100% 50%;
    /* 水平靠右，垂直居中 */
    background-repeat: no-repeat;
}



.flow-title {
    width: 100vw;
    color: #FFFFFF;
    text-align: center;
}

.flow-title h2 {
    font-weight: bold;
    font-size: 0.48rem;
}

.flow-title p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.page-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
}

/* 面板容器 */
.data-flow-panel {
    position: relative;
    width: 100%;
    max-width: 12.8rem;
    padding: 0.5rem 0.6rem 0.35rem;
    background: linear-gradient(180deg, rgba(16, 28, 60, 0.15) 0%, rgba(10, 15, 30, 0.58) 100%);
    border: 0.01rem solid rgba(64, 128, 255, 0.18);
    border-radius: 0.12rem;
    overflow: hidden;
}

/* 背景网格 */
.data-flow-panel__grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(64, 128, 255, 0.04) 0.01rem, transparent 0.01rem),
        linear-gradient(90deg, rgba(64, 128, 255, 0.04) 0.01rem, transparent 0.01rem);
    background-size: 0.4rem 0.4rem;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
}

/* 背景光晕 */
.data-flow-panel__glow {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    filter: blur(0.8rem);
    opacity: 0.35;
    pointer-events: none;
}

.data-flow-panel__glow--left {
    top: -0.8rem;
    left: -0.8rem;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.6), transparent 70%);
}

.data-flow-panel__glow--right {
    bottom: -0.6rem;
    right: -0.6rem;
    background: radial-gradient(circle, rgba(64, 128, 255, 0.6), transparent 70%);
}

/* 主流程区 */
.data-flow-panel__pipeline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    margin-bottom: 0.25rem;
}

/* 节点卡片 */
.data-flow-panel__node {
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(0.2rem);
    animation: dataFlowFadeUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.data-flow-panel__node[data-step="1"] {
    animation-delay: 0.1s;
}

.data-flow-panel__node[data-step="2"] {
    animation-delay: 0.25s;
}

.data-flow-panel__node[data-step="3"] {
    animation-delay: 0.4s;
}

.data-flow-panel__node[data-step="4"] {
    animation-delay: 0.55s;
}

.data-flow-panel__card {
    width: 2.2rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    /* background: rgba(20, 40, 80, 0.35);
    border: 0.01rem solid rgba(64, 128, 255, 0.25);
    border-radius: 0.08rem; */
    /* box-shadow:
        inset 0 0 0.2rem rgba(64, 128, 255, 0.08),
        0 0.04rem 0.2rem rgba(0, 0, 0, 0.2); */
    transition: all 0.3s ease;
}

/* .data-flow-panel__card:hover {
    border-color: rgba(64, 128, 255, 0.55);
    box-shadow:
        inset 0 0 0.3rem rgba(64, 128, 255, 0.15),
        0 0 0.3rem rgba(64, 128, 255, 0.15);
    transform: translateY(-0.03rem);
} */

/* 节点图标 */
.data-flow-panel__icon {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.08rem;
    background: rgba(0, 212, 255, 0.08);
    border: 0.01rem solid rgba(0, 212, 255, 0.25);
    /* background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%); */
}

.data-flow-panel__icon svg {
    width: 0.36rem;
    height: 0.36rem;
    fill: #00d4ff;
}

.data-flow-panel__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.data-flow-panel__title {
    font-size: 0.18rem;
    font-weight: 600;
    color: #ffffff;
}

.data-flow-panel__subtitle {
    font-size: 0.12rem;
    color: #3b9eff;
    letter-spacing: 0.02rem;
}


/* 节点组：内部多个卡片垂直排列，与单卡片视觉一致 */
.data-flow-panel__node--group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.14rem;
    width: 1.6rem;
}

.data-flow-panel__node--group .data-flow-panel__card {
    width: 100%;
    min-height: 1.7rem;
    padding: 0.18rem 0.12rem;
}

.data-flow-panel__stack {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.data-flow-panel__stack-item {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0.1rem 0.12rem;
    background: rgba(20, 40, 80, 0.35);
    background: transparent;
    border: 0.01rem solid rgba(64, 128, 255, 0.25);
    border-radius: 0.06rem;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-0.15rem);
    animation: dataFlowSlideIn 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.data-flow-panel__stack-item:nth-child(1) {
    animation-delay: 0.55s;
}

.data-flow-panel__stack-item:nth-child(2) {
    animation-delay: 0.7s;
}

.data-flow-panel__stack-item:nth-child(3) {
    animation-delay: 0.85s;
}

.data-flow-panel__stack-item:hover {
    border-color: rgba(64, 128, 255, 0.55);
    background: rgba(30, 60, 120, 0.35);
    transform: translateX(0.03rem);
}

.data-flow-panel__stack-icon {
    width: 0.36rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.05rem;
    flex-shrink: 0;
}

.data-flow-panel__stack-icon svg {
    width: 0.22rem;
    height: 0.22rem;
    fill: #00d4ff;
}

.data-flow-panel__stack-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.data-flow-panel__stack-title {
    font-size: 0.14rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0.02rem;
    white-space: nowrap;
}

.data-flow-panel__stack-desc {
    font-size: 0.12rem;
    color: #86909c;
}

/* 箭头 */
.data-flow-panel__arrow {
    flex: 1;
    min-width: 0.5rem;
    max-width: 0.9rem;
    height: 0.02rem;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    animation: dataFlowFadeIn 0.5s ease forwards;
}

.data-flow-panel__arrow:nth-of-type(1) {
    animation-delay: 0.35s;
}

.data-flow-panel__arrow:nth-of-type(2) {
    animation-delay: 0.5s;
}

.data-flow-panel__arrow:nth-of-type(3) {
    animation-delay: 0.85s;
}

.data-flow-panel__arrow-line {
    flex: 1;
    height: 0.01rem;
    background: linear-gradient(90deg, rgba(64, 128, 255, 0.2), rgba(64, 128, 255, 0.8));
    position: relative;
    overflow: hidden;
}

.data-flow-panel__arrow-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -0.2rem;
    width: 0.2rem;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    animation: dataFlowShine 1.8s linear infinite;
}

.data-flow-panel__arrow-head {
    width: 0;
    height: 0;
    border-top: 0.05rem solid transparent;
    border-bottom: 0.05rem solid transparent;
    border-left: 0.08rem solid rgba(64, 128, 255, 0.8);
    margin-left: -0.01rem;
}

/* 底部指标区 */
.data-flow-panel__metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
    padding-top: 0.25rem;
    border-top: 0.01rem solid rgba(64, 128, 255, 0.12);
}

.data-flow-panel__metric {
    padding: 0.16rem 0.12rem;
    /* background: rgba(20, 40, 80, 0.25);
    border: 0.01rem solid rgba(64, 128, 255, 0.15); */
    border-radius: 0.06rem;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(0.15rem);
    animation: dataFlowFadeUp 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.data-flow-panel__metric:nth-child(1) {
    animation-delay: 1s;
}

.data-flow-panel__metric:nth-child(2) {
    animation-delay: 1.1s;
}

.data-flow-panel__metric:nth-child(3) {
    animation-delay: 1.2s;
}

.data-flow-panel__metric:nth-child(4) {
    animation-delay: 1.3s;
}

/* .data-flow-panel__metric:hover {
    border-color: rgba(0, 208, 132, 0.4);
    background: rgba(0, 208, 132, 0.08);
} */

.data-flow-panel__metric-label {
    font-size: 0.13rem;
    color: #86909c;
    margin-bottom: 0.06rem;
}

.data-flow-panel__metric-value {
    font-size: 0.18rem;
    font-weight: 600;
    color: #00d084;
}

.data-flow-panel__metric-num {
    display: inline-block;
    min-width: 0.3rem;
}

/* 动画关键帧 */
@keyframes dataFlowFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dataFlowFadeIn {
    to {
        opacity: 1;
    }
}

@keyframes dataFlowSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dataFlowShine {
    0% {
        left: -0.2rem;
    }

    100% {
        left: 100%;
    }
}



/* 3d视觉 */
.vision3d {
    max-width: 100vw;
    height: 13.55rem;
    background: #12161F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.vis3d__wrap {
    position: relative;
    z-index: 1;
    width: calc(100% - 2.02rem);
    /* max-width: 12.8rem; */
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    margin-top: 0.6rem;
}




/* ========== 左侧 ========== */
.vis3d__title {
    font-size: 0.4rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02rem;
    margin-bottom: 0.08rem;
}

.vis3d__sub {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.03rem;
    margin-bottom: 0.3rem;
}

/* 特性列表 */
.vis3d__list {
    list-style: none;
    margin-bottom: 0.24rem;
}

.vis3d__item {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    margin-bottom: 0.1rem;
}


.vis3d__dot {
    flex-shrink: 0;
    width: 0.06rem;
    height: 0.06rem;
    margin-top: 0.09rem;
    border-radius: 50%;
    background: #0F5CD1;
    position: relative;
}

.vis3d__dot::after {
    position: absolute;
    top: -0.033rem;
    left: -0.033rem;
    width: 0.13rem;
    height: 0.13rem;
    content: "";
    border: 0.01rem solid #0F5CD1;
    border-radius: 50%;
}

.vision3d .vis3d__wrap:nth-child(2n) .vis3d__dot {
    background: #CC9300;
}

.vision3d .vis3d__wrap:nth-child(2n) .vis3d__dot::after {
    border: 0.01rem solid #CC9300;
}

.vision3d .vis3d__wrap:nth-child(2n) .vis3d__radar {

    background: radial-gradient(50% 50% at 50% 50%, rgba(247, 179, 0, 0.4) 0%, #12161F 100%);
    box-shadow: inset 0rem 0.04rem 0.14rem 0rem rgba(247, 179, 0, 0.2), inset 0rem -0.04rem 0.14rem 0rem rgba(247, 179, 0, 0.2);

    border: 0.01rem solid rgba(247, 179, 0, 0.4);
}

.vision3d .vis3d__wrap:nth-child(2n) .vis3d__log {
    background: #CC9300;
}



.vis3d__txt {
    font-size: 0.15rem;
    line-height: 1.7;
}



.vis3d__desc {
    color: #94a3b8;
}

/* 标签胶囊 */
.vis3d__tags-text,
.vis3d__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    justify-content: space-around;
}

.vis3d-tips {
    min-width: 1rem;
    font-weight: 100;
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 0.06rem;
}

.vision3d .vis3d__wrap:nth-child(2n) .vis3d__tag {
    color: #CC9300;
    border: 0.01rem solid #CC9300;
}

.vis3d__tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.04rem 0.1rem;
    border: 0.01rem solid #007EC4;
    border-radius: 0.3rem;
    color: #007EC4;
    min-width: 1rem;
}

.vis3d__val {
    font-size: 0.12rem;
    font-weight: 300;
}

.vis3d__lbl {
    font-size: 0.1rem;
    color: #4a5868;
    white-space: nowrap;
}


.vis3d__visual {
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.vis3d__visual:nth-child(2n) {
    align-items: flex-end;

}

.vis3d__radar {
    width: 4.74rem;
    height: 3.76rem;

    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 89, 202, 0.69) 0%, #12161F 100%);
    box-shadow: inset 0rem 0.04rem 0.14rem 0rem rgba(15, 92, 209, 0.2), inset 0rem -0.04rem 0.14rem 0rem rgba(15, 92, 209, 0.2);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid rgba(15, 92, 208, 0.6);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vis3d__radar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../image/skill/3dbg.png");
    /* background-size: cover; */
    background-size: 100% 104%;
}

.vis3d__log {
    width: 0.76rem;
    height: 0.76rem;
    background: #0F5CD1;
    border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vis3d__log img {
    width: 70%;
    height: 70%;
}









@media screen and (max-width: 750px) {

    .flow-title h2,
    .preponderance-title h2,
    .core-title {
        font-size: 0.96rem;
    }

    .flow-title p,
    .preponderance-title p,
    .core-subtitle {
        font-size: 0.48rem;
    }





    .skillview-banner {
        height: 16rem;
    }

    .banner-textbg {
        top: auto;
        bottom: 2.5rem;
        font-size: 2.16rem;
    }

    .banner-text {
        font-size: 0.96rem;
    }

    .banner-quan {
        border: 0.03rem solid rgba(217, 217, 217, 0.1);
    }

    .quan1 {
        width: 12.62rem;
        height: 12.62rem;
    }

    .quan2 {
        width: 9.6rem;
        height: 9.6rem;
    }

    .quan3 {
        width: 6rem;
        height: 6rem;
    }

    .banner-light {
        height: 6rem;
    }

    /* 机器人 */
    /* .skill-home {
        min-height: 16rem;
        max-height: 16rem;
        height: 16rem;
    } */
    .skill-home,
    #coreTech {
        min-height: 15rem;
        /* padding-bottom: 4rem; */
    }

    .g-body[data-page-name="index"] .m-research .stage-4 .circle-9 .eye,
    .g-body[data-page-name="index"] .m-research .stage-4 .circle-9 {
        z-index: 99988;
    }


    .g-body[data-page-name="index"] .m-research .stage-area {
        font-size: 17rem;
    }

    .g-body[data-page-name="index"] .m-research .stage {
        top: 4rem;
    }


    .g-body[data-page-name="index"] .m-research .stage-4 {
        position: relative;
        z-index: 999;
    }


    .g-body[data-page-name="index"] .m-research .stage-4 .circle-center {
        position: absolute;
        bottom: 0.09em;
        left: 50%;
        width: 0;
        /* 旋转中心锚点 */
    }


    .g-body[data-page-name="index"] .m-research .stage-4 .circle-9,
    .g-body[data-page-name="index"] .m-research .stage-4 .circle-9 .eye {
        z-index: 99999;
    }

    .g-body[data-page-name="index"] .m-research {
        min-height: min-content;
        max-height: max-content;
        height: max-content;
        padding-top: 4rem;
    }

    .stage {
        position: relative;
        z-index: 9999999;
    }

    .circle-9 .eye-left::after,
    .circle-9 .eye-right::after {
        z-index: 9999999999999 !important;
    }

    .circle-yuan {
        top: 20px;
    }

    .preponderance {
        margin-top: 1rem;
        min-height: max-content;

        height: max-content;
        padding-bottom: 4rem;
    }

    .skill-bg {
        top: 65%;
    }

    .card {
        width: 4rem;
        height: 3.7rem;
    }

    .card .title1 {
        font-size: 0.5rem;

    }

    .card .subtitle {
        font-size: 0.3rem;

    }

    .card .list li {
        font-size: 0.22rem;

    }

    .card3,
    .card1 {
        left: 1rem;
    }

    .card3 {
        top: auto;
        bottom: 0rem;
    }

    .card4,
    .card2 {
        right: 1rem;
        left: auto;
        bottom: 0;
    }

    .card2,
    .card1 {
        margin-top: 2rem;
    }


    .flow {
        min-height: max-content;
        padding-bottom: 0.8rem;
        background-size: 17.29rem 16.16rem;
        background-position: center top;



    }


    .page-wrap {
        padding: 0.3rem 0.24rem;
    }

    /* ===== 面板 ===== */
    .data-flow-panel {
        width: 100%;
        max-width: 100%;
        padding: 0.35rem 0.24rem 0.4rem;
        border-radius: 0.12rem;
    }

    /* ===== 主流程：纵向，前两个节点并排 ===== */
    .data-flow-panel__pipeline {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.2rem;
        margin-bottom: 0.1rem;
    }

    /* 普通节点（节点1、2、4）各占 42%，并排/居中 */
    .data-flow-panel__node:not(.data-flow-panel__node--stack) {
        display: flex;
        width: 100%;
        opacity: 1;
        transform: none;
        animation: none;
    }

    /* 节点组（应用层/闭环优化）：左右 flex 并排 */
    .data-flow-panel__node--group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0.2rem;
        width: 100%;
        flex-wrap: wrap;
    }

    .data-flow-panel__node--group .data-flow-panel__card {
        flex: 0 0 calc(50% - 0.1rem);
        width: calc(50% - 0.1rem);
        min-height: auto;
    }

    /* 分析栈独占一行 */
    .data-flow-panel__node--stack {
        flex: 0 0 100%;
        width: 100%;
        opacity: 1;
        transform: none;
        animation: none;
    }

    .data-flow-panel__card {
        /* width: 100%; */
        flex: 1;
        height: auto;
        padding: 0.3rem 0.1rem;
        gap: 0.1rem;
    }

    .data-flow-panel__icon {
        width: 2.16rem;
        height: 2.16rem;
    }

    .data-flow-panel__icon svg {
        width: 1.44rem;
        height: 1.25rem;
    }

    .data-flow-panel__title {
        font-size: 0.43rem;

    }

    .data-flow-panel__subtitle {
        font-size: 0.36rem;
    }

    /* ===== 分析栈 ===== */
    .data-flow-panel__stack {
        gap: 0.12rem;
    }

    .data-flow-panel__stack-item {
        opacity: 1;
        transform: none;
        animation: none;
        padding: 0.14rem 0.16rem;
        min-height: 2.4rem;
    }

    .data-flow-panel__stack-icon {
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        margin: 0 0.5rem;
    }

    .data-flow-panel__stack-icon svg {
        width: 0.64rem;
        height: 0.55rem;
    }

    .data-flow-panel__stack-title {
        font-size: 0.47rem;
    }

    .data-flow-panel__stack-desc {
        font-size: 0.43rem;
        color: rgba(255, 255, 255, 0.7);
    }

    /* ===== 箭头：默认向下，第1个箭头横向 ===== */
    .data-flow-panel__arrow {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: none;
        opacity: 1;
        animation: none;
        overflow: visible;
        min-height: 1.7rem;
        font-size: 0.43rem;
        margin: 0.65rem 0 0.79rem 0;
    }

    .data-flow-panel__arrow-line {
        width: 0.04rem;
        height: 1.7rem;
        background: linear-gradient(180deg, rgba(250, 250, 250, 0), rgba(252, 252, 252, 0.8));
    }

    .data-flow-panel__arrow-line::after {
        display: none;
        /* 向下箭头去掉流光更干净 */
    }

    .data-flow-panel__arrow-head {

        border-right: 0.02rem solid white;
        border-bottom: 0.02rem solid white;
        transform: translateY(-0.2rem) rotate(45deg);
        border-left: none;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: -0.01rem;
        width: 0.2rem;
        height: 0.2rem;
    }

    /* ===== 底部指标 2×2 ===== */
    .data-flow-panel__metrics {
        display: flex;
        flex-wrap: wrap;
        border-top: 0.01rem solid rgba(64, 128, 255, 0.12);
        padding-top: 0.3rem;
        gap: 0;
    }

    .data-flow-panel__metric {
        flex: 0 0 50%;
        width: 50%;
        padding: 0.2rem 0;
        opacity: 1;
        transform: none;
        animation: none;
    }

    .data-flow-panel__metric-label {
        font-size: 0.33rem;
        margin-bottom: 0.08rem;
    }

    .data-flow-panel__metric-value {
        font-size: 0.6rem;
        font-weight: 400;
    }

    .vision3d {
        display: block;
        height: max-content;
    }

    .vis3d__wrap {
        display: flex;
        flex-direction: column;
        width: 13.44rem;
        margin: 1rem auto;
    }

    .vis3d__visual {
        width: 100%;
    }

    .vis3d__radar {
        width: 13.44rem;
        height: 10.64rem;
    }

    .vis3d__log {
        width: 2.15rem;
        height: 2.15rem;
        border-radius: 50%;
    }

    .vis3d__main {
        width: 100%;
        justify-content: flex-start;
    }

    .vis3d__title {
        font-size: 1.04rem;
    }

    .vis3d__desc,
    .vis3d__txt {
        font-size: 0.4rem;
        color: #dbdbdb;
    }

    .vis3d__item {
        align-items: center;
        margin: 0.4rem 0;
    }

    .vis3d__dot {
        width: 0.2rem;
        height: 0.2rem;
        margin: 0 0.2rem 0 0;
    }

    .vis3d__dot::after {
        top: -0.1rem;
        left: -0.1rem;
        width: 0.4rem;
        height: 0.4rem;
    }

    .vis3d__sub {
        font-size: 0.4rem;

    }

    .vis3d__sub {
        font-size: 0.4rem;
    }

    .vis3d__sub {
        font-size: 0.4rem;
    }

    .vis3d__tag {
        padding: 0.13rem 0.52rem;
        border-radius: 1rem;
        flex: 1;
    }

    .vis3d__val {
        font-size: 0.32rem;
    }

    .vis3d-tips {
        /* width: 2.4rem; */
        text-align: center;
        font-size: 0.33rem;
        margin-top: 0.2rem;
        flex: 1;
    }

    .vision3d .vis3d__wrap:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse !important;

    }

    .banner-con,
    .swiper-wrapper,
    .swiper-slide {
        width: 100% !important;
        height: 7.2rem !important;
        padding: 0 !important;
    }

    .mySwiper3 {
        width: 100% !important;
        height: 9rem !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .swiper-card {
        bottom: -15% !important;
        width: 11rem !important;
        height: auto !important;
        padding-bottom: 0.4rem !important;
        left: 0.8rem !important;
        display: block !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        touch-action: pan-y !important;
    }

    .swiper-card h3 {
        font-size: 0.56rem;
    }

    .swiper-card h4 {
        font-size: 0.4rem;
        width: 9.72rem;
        font-weight: 300;
        font-size: 0.38rem;
        color: #FFFFFF;
        line-height: 0.72rem;
        height: max-content;
        padding-bottom: 1rem;
    }

    .swiper-sx {
        display: none !important;
    }

    .swiper-pagination {
        display: block !important;
        position: absolute !important;
        bottom: 0.6rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .swiper-pagination-bullet {
        width: 0.16rem !important;
        height: 0.16rem !important;
        background: rgba(255, 255, 255, 0.4) !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        background: #fff !important;
        width: 0.4rem !important;
        border-radius: 0.08rem !important;
    }
}