#contactus{
    margin: 0;
}

/* 区块主标题：PC 单行，移动端双行居中（见设计稿） */
.n-page-title-pc {
    display: inline;
}

.n-page-title-m {
    display: none;
}

@media screen and (max-width: 768px) {
    .n-page-title-pc {
        display: none;
    }

    .n-page-title-m {
        display: block;
        text-align: center;
    }

    .n-page-title-m__line {
        display: block;
        line-height: 150%;
    }

    .n-page-title-m__sub {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .n-page-title-m__dot {
        color: inherit;
        font-weight: inherit;
    }
}

.n-page-desc {
    font-size: 20px;
}
/* 运维更智能：四步价值 Tab（移植自企业方案） */
.n-value-list {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.n-value-list .n-tabs_m-value {
    display: none;
}

.n-value-tabs {
    width: 374px;
    padding: 16px;
    border-radius: 8px;
    background: #F7F9FA;
    flex-shrink: 0;
}

.n-value-tab {
    display: flex;
    gap: 24px;
    padding: 40px 16px;
    cursor: pointer;
}

.n-value-list .n-step {
    color: #9B9FA8;
    font-size: 20px;
    line-height: 150%;
}

.n-value-list .n-step-desc {
    color: #2A2B2E;
    font-size: 20px;
    line-height: 150%;
}

.n-value-list .tab-active {
    background-color: #FFFFFF;
}

.n-value-list .tab-active .n-step {
    color: #0175EB;
    font-weight: 700;
}

.n-value-list .tab-active .n-step-desc {
    font-weight: 700;
}

.n-value-list .n-value-tab-content {
    width: 967px;
    position: relative;
    flex: 1;
    min-width: 0;
}

.n-value-list .n-value-tab-content img {
    width: 100%;
    height: auto;
    display: block;
}

.n-value-list .step2-swiper {
    width: 100%;
}

.n-value-list .step2-swiper .swiper-slide {
    width: 100%;
}

.n-value-list .step2-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.n-value-list .step2-swiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: unset;
    background: #C1C6CF;
    opacity: 1;
}

.n-value-list .step2-swiper .swiper-pagination-bullet-active {
    background: #E60039;
}

@media screen and (max-width: 1600px) {
    .n-value-list .n-value-tab-content {
        width: 794px;
    }

    .n-value-tabs {
        width: 345px;
    }

    .n-value-tab {
        padding: 29px 16px;
    }
}

@media screen and (max-width: 1280px) {
    .n-value-list .n-value-tab-content {
        width: 708px;
    }

    .n-value-tabs {
        width: 310px;
    }

    .n-value-tab {
        padding: 27px 16px;
    }

    .n-value-list .n-step {
        font-size: 16px;
    }

    .n-value-list .n-step-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .n-value-list {
        gap: 16px;
        flex-direction: column;
    }

    .n-value-list .n-value-tabs {
        display: none;
    }

    .n-value-list .n-value-tab-content {
        width: 100%;
    }

    .n-value-list .n-tabs_m-value {
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #E60039;
        background: rgba(1, 117, 232, 0.05);
        margin-bottom: 12px;
        font-size: 12px;
    }

    .n-value-list .n-tabs_m-value.n-tabs-hide_m {
        border-bottom: 1px solid #D5D5D5;
        background: #F7F9FA;
    }

    .n-value-list .n-tabs_m-value img {
        width: 24px;
        margin-left: 12px;
        float: right;
    }

    .n-value-list .n-tabs_m-value .arrow-hide-m {
        transform: rotate(270deg);
    }
}

.n-jiagou-img3{
    width: 967px!important;
    margin-left: calc((100% - 967px) / 2);
}

/* 「场景化部署」Tab 内场景卡片（样式参考高校极简以太全光网方案页） */
.n-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
    align-items: stretch;
    box-sizing: border-box;
}

.n-card-list .n-3d-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: linear-gradient(136deg, #F3F7FB 0%, #DBE5EF 100%);
    text-align: center;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    overflow: hidden;
}

.n-card-list .n-3d-card img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0.3s ease-out;
}

.n-card-list .n-card-title {
    padding-top: 40px;
    padding-bottom: 12px;
    color: #292929;
    font-size: 32px;
    font-weight: 600;
}

.n-card-list .n-card-desc {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.n-card-list .n-3d-showbtn {
    width: 248px;
    max-width: calc(100% - 32px);
    color: #292929;
    font-size: 20px;
    line-height: 70px;
    margin: 30px auto;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.n-card-list .n-3d-showbtn svg {
    flex-shrink: 0;
    margin-right: 16px;
}

#challenge2 .n-challenge-content{
    width: 570px;
}

@media screen and (min-width: 769px) {
    .n-card-list .n-3d-card:hover {
        background: linear-gradient(130deg, #0075FF 0%, #69B5FF 100%);
        filter: drop-shadow(0px 30px 50px rgba(0, 82, 159, 0.35));
        border: 0 solid #0075FF;
    }

    .n-card-list .n-3d-card:hover .n-card-title,
    .n-card-list .n-3d-card:hover .n-card-desc {
        color: #FFFFFF;
    }

    .n-card-list .n-3d-card:hover .n-3d-showbtn {
        color: #0082FF;
        background: #FFFFFF;
    }

    .n-card-list .n-3d-card:hover .n-3d-showbtn svg path {
        fill: #0082FF;
    }

    .n-card-list .n-3d-card:hover img {
        transform: scale(1.12) translateX(-12px);
    }
}

@media screen and (max-width: 1280px) {
    .n-card-list .n-card-title {
        font-size: 24px;
    }

    .n-card-list .n-3d-showbtn {
        width: 200px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 50px;
    }

    .n-card-list .n-card-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .n-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .n-card-list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
    }

    .n-card-list .n-3d-card {
        background: none;
        text-align: left;
        padding-left: 1.125rem;
        border-radius: 0;
        border: 0;
    }

    .n-card-list .n-3d-card img {
        display: none;
    }

    .n-card-list #hysBtn {
        background-image: url(../RJ-img/cj-1_750.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.75rem;
    }

    .n-card-list #bangongBtn {
        background-image: url(../RJ-img/cj-2_750.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.75rem;
    }

    .n-card-list #shiwaiBtn {
        background-image: url(../RJ-img/cj-3_750.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.75rem;
    }

    .n-card-list .n-card-title {
        font-size: 1rem;
        padding-top: 1.125rem;
        padding-bottom: 0.375rem;
    }

    .n-card-list .n-card-desc {
        font-size: 0.75rem;
        margin-bottom: 1.6rem;
    }

    .n-card-list .n-3d-showbtn {
        width: 7.75rem;
        font-size: 0.75rem;
        line-height: 2.1875rem;
        margin: 1.125rem 0;
        color: #FFFFFF;
        background-color: #0075FF;
        border-color: transparent;
    }

    .n-card-list .n-3d-showbtn svg path {
        fill: #FFFFFF;
    }
}

/* 场景滑动引导：PC 端始终隐藏，仅移动端展示 */
#sceneSlideGuide {
    display: none;
}

/* 会议室全屏弹层（对齐 Figma：浅灰底、左上浅灰圆关闭、顶栏标题、居中 hys、左下图例） */
body.n-scene-modal-open {
    overflow: hidden;
}

.hys-scene-layer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
    box-sizing: border-box;
    padding: 48px;
    background-color: #eceff3;
    background-image: url(../RJ-img/scene-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.hys-scene-layer.is-open {
    display: block;
}

.hys-scene-close {
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #c5ccd4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.hys-scene-close:hover {
    background: #b6bec8;
}

.hys-scene-inner {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 0px 0;
    box-sizing: border-box;
}

.hys-scene-header {
    text-align: center;
    padding: 48px 24px 0px;
    box-sizing: border-box;
}

.hys-scene-title {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #2a2b2e;
}

.hys-scene-subtitle {
    margin: 12px 0 0;
    font-size: 20px;
    font-weight: 400;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #7D7D7D;
    line-height: 150%; /* 30px */
}

.hys-scene-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.hys-scene-visual {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.hys-scene-main {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* 图例：叠在主图左下角（不用 vw / 100vw） */
.hys-scene-legend {
    position: absolute;
    z-index: 5;
    left: 48px;
    bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 17px 24px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(5px);
}

.hys-scene-legend-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.hys-scene-legend-line {
    display: inline-block;
    width: 44px;
    height: 2px;
    flex-shrink: 0;
}

.hys-scene-legend-line--fiber {
    background: #FFC000;
}

.hys-scene-legend-line--cable {
    background: #2897FF;
}
.hys-scene-legend-line--gd{
    background: #8F5BFF;
}

.hys-scene-legend-label {
    color: #7D7D7D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

@keyframes device-breathe {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.device {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    transform-origin: center center;
}

.device img {
    display: block;
    width: 100%;
    height: auto;
    animation: device-breathe 1.2s ease-in infinite;
}

/* 产品弹窗打开时：当前热点继续闪烁，同场景其余热点静止且半透明 */
.hys-scene-visual.is-product-hotspot-active .device:not(.is-device-active) img {
    animation: none !important;
    opacity: 0.3 !important;
    transform: scale(1) !important;
}

.hys-scene-visual.is-product-hotspot-active .device.is-device-active img {
    animation: device-breathe 1.2s ease-in infinite !important;
}

@media (prefers-reduced-motion: reduce) {
    .device img {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .hys-scene-visual.is-product-hotspot-active .device:not(.is-device-active) img {
        opacity: 0.5;
    }
}

.device1{
    top: 176px;
    left: 143px;
}
.device2{
    top: 470px;
    left: 185px;
}
.device3{
    top: 674px;
    left: 1610px;
}

/* 办公区场景热点（坐标按 bgq.webp 示意，可按设计稿微调） */
.device4 {
    top: 116px;
    left: 342px;
}
.device5 {
    top: 454px;
    left: 194px;
}
.device6 {
    top: 574px;
    left: 1034px;
}
.device7 {
    top: 634px;
    left: 1604px;
}

/* 室外场景热点（坐标按 sw.webp 示意，可按设计稿微调） */
.device8 {
    top: 538px;
    left: 776px;
}
.device9 {
    top: 410px;
    left: 822px;
}

.device10 {
    top: 681px;
    left: 1374px;
}
.device11 {
    top: 500px;
    left: 1444px;
}
.device11 img,.device12 img{
    width: 40px;
}
.device12 {
    top: 500px;
    left: 1474px;
}

@media screen and (max-width: 1920px) {
    .hys-scene-inner{
        width: 80vw;
    }
    .device1 {
        top: 6.8vw;
        left: 5.6vw;
    }
    .device2 {
        top: 19.2vw;
        left: 7.5vw;
    }
    .device3 {
        top: 27.2vw;
        left: 66.5vw;
    }
    .device4 {
        top: 4.4vw;
        left: 13.8vw;
    }
    .device5 {
        top: 18.3vw;
        left: 7.5vw;
    }
    .device6 {
        top: 23.5vw;
        left: 42.7vw; 
    }
    .device7 {
        top: 26vw;
        left: 66.4vw;
    }
    .device8 {
        top: 22vw;
        left: 32vw;
    }
    .device9 {
        top: 16.5vw;
        left: 34vw;
    }
    .device10 {
        top: 27.7vw;
        left: 56.8vw;
    }
    .device11 {
        top: 21vw;
        left: 59.5vw;
    }
    .device12 {
        top: 21vw;
        left: 61vw;
    }
}


@media screen and (max-width: 1280px) {
    .hys-scene-header {
        text-align: center;
        padding: 0px 24px 0px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1280px) {
    .hys-scene-inner {
        padding: 8px 0px 0;
    }

    .hys-scene-title {
        font-size: 28px;
    }

    .hys-scene-subtitle {
        font-size: 16px;
    }

    .hys-scene-main {
        max-height: min(720px, 68vh);
    }

    .device1 {
        top: 3.2vw;
        left: 12.6vw;
    }
    .device2 {
        top: 12.5vw;
        left: 14vw;
    }
    .device3 {
        top: 19vw;
        left: 58vw;
    }
    .device4 {
        top: 2vw;
        left: 18vw;
    }
    .device5 {
        top: 13vw;
        left: 13.5vw;
    }
    .device6 {
        top: 17vw;
        left: 40.5vw;
    }
    .device7 {
        top: 18.5vw;
        left: 59vw;
    }
    .device9 {
        top: 13.5vw;
        left: 33vw;
    }
    .device8 {
        top: 18vw;
        left: 32vw;
    }
    .device11 {
        top: 16vw;
        left: 55.5vw;
    }
    .device12 {
        top: 16vw;
        left: 57vw;
    }
    .device10 {
        top: 22.7vw;
        left: 53.8vw;
    }
}

@media screen and (max-width: 768px) {
    .hys-scene-inner {
        padding: 8px 0px 0;
    }

    .hys-scene-header {
        padding: 44px 12px 20px;
    }

    .hys-scene-title {
        font-size: 22px;
    }

    .hys-scene-subtitle {
        font-size: 14px;
    }

    .hys-scene-main {
        max-height: min(520px, 55vh);
    }

    .hys-scene-legend {
        left: 12px;
        bottom: 12px;
        padding: 12px 14px;
        gap: 8px;
    }

    .hys-scene-legend-line {
        width: 24px;
        height: 3px;
    }

    .hys-scene-legend-label {
        font-size: 13px;
    }

    .hys-scene-close {
        width: 36px;
        height: 36px;
        font-size: 30px;
        line-height: 34px;
        top: max(16px, env(safe-area-inset-top));
        left: max(16px, env(safe-area-inset-left));
    }

    .hys-scene-stage {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hys-scene-visual {
        width: max(100%, 750px);
    }

    .hys-scene-main {
        width: 750px;
        max-width: none;
    }

    /* 移动端首次打开场景：左右滑动引导 */
    #sceneSlideGuide.n-mask-slide {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 10150;
        display: none;
        justify-content: center;
        align-items: center;
    }

    #sceneSlideGuide.n-mask-slide.is-visible {
        display: flex;
    }

    #sceneSlideGuide .n-mask-slide-content {
        text-align: center;
        padding: 0 24px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 24px;
    }

    #sceneSlideGuide .n-mask-slide p {
        color: #fff;
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 2.5rem;
        line-height: 150%;
    }

    #sceneSlideGuide .n-know-btn {
        display: block;
        margin: 0 auto;
        padding: 0;
        color: #fff;
        border-radius: 4px;
        border: 1px solid #fff;
        background: transparent;
        text-align: center;
        font-size: 0.875rem;
        line-height: 2rem;
        width: 5.625rem;
        cursor: pointer;
    }
}

/* ========== 产品弹窗 Swiper（会议室 / 办公区 / 室外，共用 .fwyy-product-model-swiper） ========== */
body.fwyy-product-modal-open {
    overflow: hidden;
}

.fwyy-product-model-swiper.modelSwiper {
    display: none;
    position: fixed !important;
    height: 800px;
    width: 580px;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    z-index: 10100;
    box-sizing: border-box;
    overflow: visible;
}

.fwyy-product-model-swiper.modelSwiper.is-open {
    display: block;
}

.fwyy-product-model-swiper .swiper,
.fwyy-product-model-swiper .swiper-wrapper,
.fwyy-product-model-swiper .swiper-slide {
    overflow: visible !important;
}

.fwyy-product-model-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fwyy-product-model-swiper .n-slide-card {
    width: 452px;
    margin-left: 50px;
    border-radius: 20px;
    background: #f7f9fa;
    box-shadow: 0 30px 50px 0 rgba(143, 158, 166, 0.5);
}

.fwyy-product-model-swiper .n-slide-card-title {
    background-image: url(../RJ-img/side-title-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    padding: 36px;
    border-radius: 20px 20px 0 0;
    text-align: left;
    box-sizing: border-box;
}

/* 两行截断只写在内层，避免与 padding 同元素导致露出第 3 行 */
.fwyy-product-model-swiper .n-slide-card-title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.fwyy-product-model-swiper .n-slide-card-desc {
    color: #292929;
    font-size: 16px;
    line-height: 150%;
    padding: 24px 46px 0 46px;
    text-align: left;
    margin: 0;
    list-style: none;
}

.fwyy-product-model-swiper .n-slide-card-desc li {
    list-style-type: disc;
    margin-bottom: 8px;
    margin-left: 8px;
}

.fwyy-product-model-swiper .n-slide-card-desc-1 {
    list-style-type: none !important;
    margin-left: -12px !important;
}

.fwyy-product-model-swiper .n-slide-card-product {
    margin: 24px 30px 0 30px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-align: left;
}

.fwyy-product-model-swiper .n-slide-card-product img {
    width: 110px;
    margin: 10px;
}

.fwyy-product-model-swiper .n-slide-card-product-name {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.fwyy-product-model-swiper .n-slide-card-product-desc {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 150%;
}

.fwyy-product-model-swiper .n-slide-card-product-link {
    color: #0094ff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
}

.fwyy-product-model-swiper .n-zixun-btn {
    background: #da0030;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    width: 184px;
    border-radius: 4px;
    margin: 36px auto;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    .fwyy-product-model-swiper.modelSwiper {
        width: 580px;
        right: 20px;
    }

    .fwyy-product-model-swiper .n-slide-card-title {
        font-size: 24px;
        padding: 24px;
    }

    .fwyy-product-model-swiper .n-zixun-btn {
        margin: 28px auto;
    }
}

@media screen and (max-width: 1280px) {
    .fwyy-product-model-swiper.modelSwiper {
        width: 560px;
    }

    .fwyy-product-model-swiper .n-slide-card {
        width: 360px;
        margin-left: 110px;
    }

    .fwyy-product-model-swiper .n-slide-card-title {
        font-size: 20px;
        padding: 20px;
    }

    .fwyy-product-model-swiper .n-slide-card-desc {
        padding: 16px 36px 0 36px;
        font-size: 14px;
    }

    .fwyy-product-model-swiper .n-slide-card-product {
        margin: 18px;
    }

    .fwyy-product-model-swiper .n-slide-card-product img {
        width: 90px;
    }

    .fwyy-product-model-swiper .n-slide-card-product-name {
        font-size: 16px;
    }

    .fwyy-product-model-swiper .n-slide-card-product-desc {
        font-size: 12px;
    }

    .fwyy-product-model-swiper .n-zixun-btn {
        margin: 24px auto;
    }
    #challenge2 .n-challenge-content {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
    /* 移动端产品弹窗：对齐高校 .n-content-card 居中遮罩样式 */
    .fwyy-product-model-swiper.modelSwiper {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        min-height: 0;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        transform: none !important;
        overflow: hidden;
        background-color: transparent;
        pointer-events: none;
    }

    .fwyy-product-model-swiper.modelSwiper.is-open {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: auto;
    }

    /* 取消垂直 Swiper 的 translate，避免 slide 被顶出视口 */
    .fwyy-product-model-swiper .swiper-wrapper {
        transform: translate3d(0, 0, 0) !important;
        width: 100% !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fwyy-product-model-swiper .swiper-slide {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 84% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 24px 20px !important;
        box-sizing: border-box;
        transform: translate(-50%, -50%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        overflow: visible !important;
    }

    .fwyy-product-model-swiper .swiper-slide.is-product-slide-visible {
        pointer-events: auto;
        z-index: 2;
    }

    .fwyy-product-model-swiper .n-slide-card {
        width: 100%;
        max-width: none;
        margin: 0;
        max-height: min(85vh, calc(100dvh - 96px));
        overflow-y: auto;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }

    .fwyy-product-model-swiper .n-slide-card-title {
        font-size: 1.125rem;
        padding: 1.125rem 1.5rem;
        line-height: 150%;
    }

    .fwyy-product-model-swiper .n-slide-card > img {
        width: 100% !important;
        max-height: 40vh;
        object-fit: cover;
    }

    .fwyy-product-model-swiper .n-slide-card-desc {
        font-size: 0.75rem;
        padding: 1.5rem 1rem 0;
        margin: 0;
    }

    .fwyy-product-model-swiper .n-slide-card-desc li {
        margin-bottom: 0.25rem;
    }

    .fwyy-product-model-swiper .n-slide-card-desc-1 {
        font-size: 0.875rem;
        font-weight: 700;
        margin-left: -1rem !important;
    }

    .fwyy-product-model-swiper .n-slide-card-product {
        margin: 0.75rem 1rem 0;
    }

    .fwyy-product-model-swiper .n-slide-card-product img {
        width: 5rem;
        margin: 1rem;
    }

    .fwyy-product-model-swiper .n-slide-card-product-name {
        font-size: 0.75rem;
    }

    .fwyy-product-model-swiper .n-slide-card-product-desc {
        font-size: 0.625rem;
    }

    .fwyy-product-model-swiper .n-slide-card-product-link {
        font-size: 0.625rem;
        margin-top: 0.3rem;
    }

    .fwyy-product-model-swiper .n-zixun-btn {
        font-size: 0.875rem;
        line-height: 2.2rem;
        width: 9rem;
        border-radius: 6px;
        margin: 1.5rem auto 1rem;
    }
    .n-jiagou-img3 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .device img{
        width: 48px;
    }
    .device2 {
        top: 11.5rem;
        left: 5.2rem;
    }
    .device1 {
        top: 4.4rem;
        left: 4.2rem;
    }
    .device3 {
        top: 16.5rem;
        left: 39.3rem;
    }
    .device4 {
        top: 3.3rem;
        left: 8.7rem;
    }
    .device5 {
        top: 11.2rem;
        left: 5rem;
    }
    .device6 {
        top: 14.2rem;
        left: 25.5rem;
    }
    .device7 {
        top: 15.6rem;
        left: 39.2rem;

    }
    .device8 {
        top: 13.5rem;
        left: 19.5rem;
    }
    .device9 {
        top: 10.2rem;
        left: 20.2rem;
    }
    .device10 {
        top: 16.8rem;
        left: 33.7rem;
    }
    .device11 {
        top: 12rem;
        left: 35rem;
    }
    .device12 {
        top: 12rem;
        left: 36rem;
    }

    .n-page-content.content-1 > .n-page-desc,
    .n-page-content.content-2 > .n-page-desc,
    .n-page-content.content-3 > .n-page-desc {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 16px;
    }
    .hys-scene-inner {
        width: 100%;
    }
    .hys-scene-layer {
        padding: 48px 0;
    }
    .device img {
        width: 24px;
    }
    .n-page-desc {
        font-size: 16px;
    }
}