    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .n-projcet-page {
        background-color: #f8f8f8;
        padding-bottom: 90px;
    }
    
    .n-projcet-page img {
        width: 100%;
    }
    
    .n-btns {
        display: flex;
    }
    
    .n-btn {
        display: inline-block;
        padding: 12px 48px;
        border-radius: 50px;
        font-size: 18px;
        margin-right: 12px;
    }
    
    .n-btn:last-child {
        margin-right: 0;
    }
    
    .n-btns .red-btn {
        background: #DA0030;
        color: #FFFFFF;
    }
    
    .n-btns .white-btn {
        background-color: #FFFFFF;
        color: #DA0030;
    }
    .n-cta-btn{
        display: inline-block;
        padding: 12px 48px;
        border-radius: 50px;
        font-size: 18px;
        background: #DA0030;
        color: #FFFFFF;
        margin: 48px auto 0;
    }
    .n-cta-btn:hover{
        color: #FFFFFF;
    }
    
    .n-page-content {
        margin: 0 auto;
        width: 1400px;
    }
    
    .n-page-title {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        color: #292929;
    }
    
    .n-page-desc {
        margin-top: 12px;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        color: #7D7D7D;
    }
    /* banner */
    
    .n-banner {
        width: 100%;
        position: relative;
    }
    
    .n-banner-content {
        position: absolute;
        width: 1400px;
        left: calc((100% - 1400px)/2);
        top: 50%;
        transform: translateY(-65%);
    }
    
    .n-banner-content h1 {
        font-weight: 700;
        font-size: 42px;
        color: #FFFFFF;
    }
    
    .n-banner-content h2 {
        margin-top: 12px;
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
    }
    
    .n-banner-content p {
        margin-top: 24px;
        max-width: 704px;
        font-weight: 400;
        font-size: 16px;
        line-height: 170%;
        text-indent: 2em;
        color: #FFFFFF;
    }
    
    .n-banner-content .n-btns {
        margin-top: 20px;
    }
    /* 导航栏 */
    
    .n-nav {
        width: 100%;
        background-color: #292929;
        height: 60px;
        display: flex;
        align-items: center;
    }
    
    .n-breadcrumb-bg {
        display: flex;
        flex-direction: row;
    }
    
    .n-breadcrumb-bg li::after {
        content: '>';
        display: inline-block;
        margin: 0 5px;
        color: #FFFFFF;
    }
    
    .n-breadcrumb-bg li:last-child:after {
        content: '';
    }
    
    .n-breadcrumb-bg li {
        list-style: none;
    }
    
    .n-breadcrumb-bg li a {
        text-decoration: none;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 150%;
    }
    
    .n-nav-content {
        margin: 0 auto;
        width: 1400px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .n-nav-right span {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        color: #D5D5D5;
        margin-right: 58px;
        cursor: pointer;
    }
    
    .n-nav-right span:last-child {
        margin-right: 0;
    }
    
    .n-nav-right .n-nav-active {
        color: #FFFFFF;
        border-bottom: 1px solid #DA0030;
        cursor: default;
    }
    /* “光进铜退”，您是否有过这样的苦恼 */
    
    #n-minimalism {
        padding-top: 100px;
    }
    
    .n-worries {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }
    
    .n-worry {
        position: relative;
        width: 332px;
    }
    
    .n-worry::before {
        content: '';
        position: absolute;
        z-index: 1;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.6s ease-in-out;
    }
    
    .n-worry img {
        position: relative;
        z-index: 0;
    }
    
    .n-worry-content {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        top: 0;
        left: 0;
        text-align: center;
    }
    
    .n-worry-content img {
        margin-top: 50px;
        width: 60px;
        transition: opacity 0.3s ease-in-out;
    }
    
    .n-worry-content h5 {
        margin-top: 46px;
        font-weight: 400;
        font-size: 20px;
        color: #292929;
    }
    
    .n-worry-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 170%;
        color: #7D7D7D;
        padding: 0 24px;
        margin-top: 12px;
    }
    
    #worry-pag {
        display: none;
    }
    
    @media screen and (min-width:750px) {
        .n-breadcrumb-bg li a:hover {
            color: #DA0030!important;
        }
        .n-breadcrumb-bg li:last-child a:hover {
            cursor: default;
            color: #FFFFFF!important;
        }
        .n-worry:hover::before {
            opacity: 0;
        }
        .n-worry:hover .n-worry-content img {
            opacity: 0;
        }
        .n-worry:hover .n-worry-content h5 {
            font-weight: 700;
            color: #292929;
        }
        .n-worry:hover .n-worry-content p {
            color: #292929;
        }
    }
    /* 专为企业级市场打造的极简光 */
    
    #n-framework {
        margin-top: 100px;
    }
    
    #n-framework .n-page-content {
        margin-top: 30px;
    }
    /* 轮播图 */
    
    #n-value {
        margin-top: 90px;
    }
    
    #n-value .n-page-content {
        display: flex;
        flex-direction: row;
    }
    
    .value-pags {
        width: 323px!important;
        height: 500px;
    }
    
    #valueSwiper {
        width: 1077px;
    }
    
    .value-pags {
        display: flex;
        flex-direction: column;
    }
    
    .value-pag {
        position: relative;
        display: flex;
        align-items: center;
        border-left: 4px solid transparent;
        width: 100%;
        height: 100px;
        padding-left: 32px;
        background: rgba(255, 255, 255, 0.85);
        border-top: 1px solid #d5d5d5;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        color: #7D7D7D;
    }
    
    .value-pag:first-child {
        border-top: none!important;
    }
    
    .value-pag:nth-child(1),
    .value-pag:nth-child(2) {
        border-top: none;
    }
    
    .value-pag-active {
        background-color: #FFFFFF;
        border-left: 4px solid #026DF7;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
        cursor: default;
    }
    
    .value-title {
        top: 40px;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    .value-title h5 {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .value-title p {
        margin-top: 14px;
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
    }
    
    .value-point {
        position: relative;
    }
    
    #p1 {
        max-width: 726px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #value1 {
        width: 262px;
        height: 147px;
        position: absolute;
        left: 212px;
        top: 206px;
    }
    
    #value2 {
        width: 260px;
        height: 118px;
        position: absolute;
        left: 606px;
        top: 212px;
    }
    
    .clickVideo {
        cursor: pointer;
    }
    /* 全光多种形态产品重磅齐发 */
    
    #n-scene {
        margin-top: 120px;
        position: relative;
    }
    
    #n-scene .n-page-title {
        position: absolute;
        left: calc((100% - 432px)/2);
        top: 5vw;
        color: #FFFFFF;
    }
    
    #n-scene .n-page-title h4 {
        font-weight: 700;
        font-size: 36px;
    }
    
    #n-scene .n-page-title h5 {
        margin-top: 12px;
        font-weight: 400;
        font-size: 24px;
    }
    
    .n-scene-product,
    .n-scene-name {
        position: absolute;
    }
    
    .n-scene-name {
        opacity: 0;
    }
    
    #scene1 {
        top: 25.7vw;
        left: 10vw;
        width: 14.8vw;
        height: 14.6vw;
    }
    
    #name1 {
        width: 14vw;
        top: 23.4vw;
        left: 8vw;
    }
    
    .n-scene-name {
        transition: opacity 0.3s ease-in-out;
    }
    
    #scene2 {
        top: 23.5vw;
        left: 26.1vw;
        width: 9.4vw;
        height: 12vw;
    }
    
    #name2 {
        width: 15.5vw;
        top: 19vw;
        left: 15.3vw;
    }
    
    #scene3 {
        top: 30vw;
        left: 31.8vw;
        width: 3.4vw;
        height: 5.6vw;
        z-index: 3;
    }
    
    #name3 {
        top: 33.6vw;
        left: 26.6vw;
        width: 8vw;
    }
    
    #scene4 {
        top: 29.9vw;
        left: 34.8vw;
        width: 4.6vw;
        height: 5.6vw;
        z-index: 3;
    }
    
    #name4 {
        top: 33.8vw;
        left: 38.4vw;
        width: 13vw;
    }
    
    #scene5 {
        top: 20.5vw;
        left: 40vw;
        width: 5.4vw;
        height: 12.4vw;
    }
    
    #name5 {
        top: 16vw;
        left: 28vw;
        width: 15vw;
    }
    
    #scene6 {
        top: 19.5vw;
        left: 48vw;
        width: 10.7vw;
        height: 10.3vw;
    }
    
    #name6 {
        top: 15.2vw;
        left: 53vw;
        width: 13.9vw;
    }
    
    #scene7 {
        top: 30.1vw;
        left: 55.4vw;
        width: 14vw;
        height: 5.6vw;
        z-index: 3;
    }
    
    #name7 {
        top: 35.2vw;
        left: 62vw;
        width: 14vw;
    }
    
    #scene8 {
        top: 23.1vw;
        left: 60.6vw;
        width: 12.4vw;
        height: 12.6vw;
    }
    
    #name8 {
        top: 18.6vw;
        width: 15.7vw;
        left: 66.6vw;
    }
    
    #scene9 {
        top: 25.1vw;
        left: 74.5vw;
        width: 14.9vw;
        height: 15.1vw;
    }
    
    #name9 {
        top: 21.6vw;
        left: 79.6vw;
        width: 11.5vw;
    }
    /* 一张全光网笼罩全场景多营业 */
    
    #n-topo {
        margin-top: 120px;
    }
    
    #n-topo .n-page-content {
        position: relative;
        margin-top: 32px;
    }
    
    .n-arrow {
        position: absolute;
        animation: shakeAni 0.6s ease-in-out infinite alternate;
    }
    
    #arrow1 {
        top: 110px;
        left: 124px;
    }
    
    #arrow2 {
        top: 110px;
        left: 570px;
    }
    
    #arrow3 {
        top: 490px;
        left: 570px;
    }
    
    #arrow4 {
        top: 630px;
        left: 110px;
    }
    
    #arrow5 {
        top: 630px;
        left: 460px;
    }
    
    #arrow6 {
        top: 630px;
        left: 815px;
    }
    
    #arrow7 {
        top: 630px;
        left: 1170px;
    }
    
    .n-ul {
        position: absolute;
        left: 840px;
        top: 270px;
    }
    
    .n-ul li {
        list-style: disc;
        color: #01A0E8;
    }
    
    .n-ul li a {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-decoration-line: underline;
        color: #01A0E8;
    }
    
    .n-ul li:last-child a {
        text-decoration: none;
    }
    
    @keyframes shakeAni {
        100% {
            transform: translateY(10px);
        }
    }
    /* 焦点产品推荐 */
    
    #n-product {
        margin-top: 200px;
    }
    
    .n-products {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .n-product {
        position: relative;
        width: 450px;
        height: 400px;
        background-color: #FFFFFF;
        margin-top: 24px;
        text-align: center;
    }
    
    .n-product img {
        margin-top: 8px;
        max-width: 250px;
    }
    
    .n-product h5 {
        margin-top: 8px;
        font-weight: 700;
        font-size: 16px;
        color: #292929;
    }
    
    .n-product p {
        margin-top: 12px;
        font-weight: 400;
        font-size: 16px;
        color: #292929;
    }
    
    .n-product span {
        display: block;
        margin-top: 24px;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #0094FF;
    }
    
    .n-product a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    /* 客户案例 */
    
    #n-cases {
        margin-top: 120px;
    }
    
    .n-case {
        margin-top: 26px;
        width: 688px;
        position: relative;
    }
    
    #n-cases .n-page-content {
        margin-top: 34px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .n-case-bottom {
        position: absolute;
        width: 100%;
        height: 120px;
        bottom: 0;
        background-color: rgba(41, 41, 41, .5);
        color: #FFFFFF;
        padding: 8px 0 0 24px;
    }
    
    .n-case-bottom h5 {
        line-height: 200%;
        font-weight: 700;
        font-size: 24px;
    }
    
    .n-case-bottom p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
    
    .n-case-tag {
        position: absolute;
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #292929;
        padding: 6px 12px;
        top: 12px;
        left: 12px;
        background: rgba(246, 246, 246, 0.8);
        border-radius: 4px;
    }
    
    .n-case-btn {
        position: absolute;
        display: inline-block;
        padding: 5px 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        color: #FFFFFF;
        background: #026DF7;
        border-radius: 50px;
        top: 12px;
        right: 12px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    
    .n-case a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    @media screen and (min-width:750px) {
        .n-case:hover .n-case-btn {
            opacity: 1;
        }
    }
    
    .n-case .play-btn {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: unset;
        width: 100px;
        height: 38px;
    }
    
    .right-play {
        max-width: 12px;
    }
    /* 常见问题 */
    
    #n-qa {
        margin-top: 150px;
    }
    
    .n-question {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #292929;
    }
    
    .n-ask {
        margin-top: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #292929;
    }
    
    .n-qa {
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(216, 216, 216, 0.5);
        margin-top: 24px;
    }
    
    .n-qa:first-child {
        margin-top: 70px;
    }
    
    .n-qa:last-child {
        border-bottom: none;
    }
    /* 全屏视频 */
    
    .video-mask {
        top: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .8);
        z-index: 999999;
    }
    
    .video-mask div {
        text-align: right;
    }
    
    #full-video {
        width: 1400px;
        height: 800px;
    }
    
    .mask-btn {
        cursor: pointer;
    }
    
    .mobile-img {
        display: none;
    }
    
    @media screen and (max-width:1440px) {
        .n-banner-content {
            width: 1000px;
            left: calc((100% - 1000px)/2);
        }
        .n-banner-content h1 {
            font-size: 30px;
        }
        .n-banner-content h2 {
            font-size: 16px;
            margin-top: 8px;
        }
        .n-banner-content p {
            margin-top: 16px;
            font-size: 12px;
            max-width: 493px;
        }
        .n-btn {
            font-size: 12px;
            padding: 8px 34px;
        }
        .n-nav-content {
            width: 1000px;
        }
        .n-page-title {
            font-size: 20px;
        }
        #n-minimalism {
            padding-top: 70px;
        }
        .n-worries {
            margin-top: 42px;
        }
        .n-worry {
            width: 232px;
        }
        .n-page-content {
            width: 1000px;
        }
        .n-worry-content img {
            margin-top: 35px;
            width: 42px;
        }
        .n-worry-content h5 {
            margin-top: 32px;
            font-size: 14px;
        }
        .n-worry-content p {
            font-size: 12px;
            padding: 0 16px;
        }
        #n-framework {
            margin-top: 70px;
        }
        #n-scene .n-page-title h4 {
            font-size: 24px;
        }
        #n-scene .n-page-title h5 {
            font-size: 16px;
        }
        #n-scene .n-page-title {
            left: calc((100% - 302px)/2);
        }
        .n-arrow img {
            max-width: 16px;
        }
        #arrow1 {
            top: 76px;
            left: 93px;
        }
        #arrow2 {
            top: 76px;
            left: 406px;
        }
        #arrow3 {
            top: 349px;
            left: 419px;
        }
        #arrow4 {
            top: 448px;
            left: 80px;
        }
        #arrow5 {
            top: 448px;
            left: 330px;
        }
        #arrow6 {
            top: 448px;
            left: 585px;
        }
        #arrow7 {
            top: 448px;
            left: 840px;
        }
        #n-product {
            margin-top: 140px;
        }
        .n-product {
            width: 315px;
            height: 280px;
        }
        .n-product img {
            margin-top: 0;
            max-width: 175px;
        }
        .n-product p {
            font-size: 12px;
        }
        .n-product span {
            margin-top: 12px;
        }
        .n-case {
            width: 482px;
        }
        .n-case-bottom {
            padding-top: 4px;
            height: 84px;
        }
        .n-case-bottom h5 {
            font-size: 18px;
        }
        .n-case-bottom p {
            font-size: 12px;
        }
        .n-case-btn {
            padding: 2px 8px;
            font-size: 12px;
        }
        .n-case .play-btn {
            width: 80px;
            height: 26px;
        }
        .right-play {
            max-width: 8px;
        }
        #n-cases {
            margin-top: 84px;
        }
        #n-qa {
            margin-top: 105px;
        }
        .n-question {
            font-size: 14px;
        }
        .n-ask {
            font-size: 14px;
        }
        .n-qa {
            margin-top: 18px;
            padding-bottom: 18px;
        }
        .n-qa:first-child {
            margin-top: 48px;
        }
        .value-pag {
            height: 70px;
        }
        .value-pag {
            padding-left: 22px;
            font-size: 12px;
        }
        .value-title h5 {
            font-size: 14px;
        }
        .value-title p {
            margin-top: 6px;
            font-size: 12px;
        }
        .value-title {
            top: 28px;
        }
        #value1 {
            width: 187px;
            height: 105px;
            position: absolute;
            left: 151px;
            top: 147px;
        }
        #value2 {
            width: 186px;
            height: 86px;
            position: absolute;
            left: 433px;
            top: 151px;
        }
        .n-nav {
            height: 42px;
        }
        .n-nav-right span {
            font-size: 14px;
            margin-right: 40px;
        }
        .n-page-desc {
            margin-top: 8px;
        }
        #full-video {
            width: 1000px;
            height: 560px;
        }
        #n-scene {
            margin-top: 84px;
        }
        #valueSwiper {
            width: 754px;
        }
        .value-pags {
            width: 242px!important;
            height: unset;
        }
        .n-ul {
            left: 589px;
            top: 186px;
            transform: scale(0.8);
        }
    }
    
    @media screen and (max-width:750px) {
        .n-btn {
            font-size: .75rem;
            padding: .375rem 1.125rem;
        }
        .n-nav {
            display: none;
        }
        .n-banner-content {
            width: 100%;
            left: unset;
            top: unset;
            transform: unset;
            text-align: center;
            margin-top: 11.3125rem;
        }
        .n-banner-content h1 {
            font-size: 1.3125rem;
        }
        .n-banner-content h2 {
            margin-top: .375rem;
            font-size: 1.125rem;
        }
        .n-banner-content p {
            margin-top: .375rem;
            font-size: .6875rem;
            padding: 0 1.6875rem;
            text-align: left;
        }
        .n-ul {
            display: none;
        }
        .n-btns {
            justify-content: center;
        }
        .n-banner-content .n-btns {
            margin-top: 1.4rem;
        }
        .n-page-content {
            width: 20.4375rem;
        }
        #n-minimalism {
            padding-top: 2.5rem;
        }
        .n-page-title {
            font-size: 1.0625rem;
        }
        .n-worry-content img {
            display: none;
        }
        .n-worry-content h5 {
            margin-top: 10.9375rem;
            font-size: 1.25rem;
        }
        .n-worry::before {
            opacity: 0;
        }
        .n-worry-content p {
            margin-top: .875rem;
            font-size: .9375rem;
            padding: 0 1.625rem;
        }
        #worry-pag {
            display: block;
            bottom: .9375rem;
        }
        #worry-pag .swiper-pagination-bullet {
            background: #D5D5D5;
            opacity: 0.5;
        }
        #worry-pag .swiper-pagination-bullet-active {
            background: #D5D5D5;
            opacity: 1;
        }
        #n-scene .n-page-title h4 {
            font-size: 1.0625rem;
        }
        #n-scene .n-page-title {
            top: 1.5625rem;
            left: calc((100% - 12.75rem)/2);
        }
        #n-scene .n-page-title h5 {
            font-size: .875rem;
            margin-top: .375rem;
        }
        #n-product {
            margin-top: 4rem;
        }
        .n-products {
            margin-top: 1.5rem;
        }
        .n-product {
            margin-top: .75rem;
            width: 10.375rem;
            height: 15.25rem;
        }
        #n-product .n-page-content {
            width: 21.5rem;
        }
        .n-product img {
            max-width: 7.5rem;
        }
        .n-product h5 {
            margin-top: .5625rem;
            padding: 0 .75rem;
            font-size: .8125rem;
        }
        .n-product p {
            margin-top: .375rem;
            font-size: .75rem;
            padding: 0 .75rem;
        }
        .n-product span {
            margin-top: .375rem;
            font-size: .75rem;
        }
        #n-cases {
            margin-top: 5.5625rem;
        }
        #n-cases .n-page-content {
            margin-top: 2.1875rem;
        }
        .n-case {
            margin-top: .75rem;
        }
        .n-case-btn {
            opacity: 1;
        }
        .n-case-tag {
            font-size: .625rem;
            padding: .25rem .4375rem;
            top: .375rem;
            left: .375rem;
        }
        .n-case-btn {
            padding: .125rem .5rem;
            font-size: .625rem;
            top: .375rem;
            right: .375rem;
        }
        .n-case-bottom {
            padding: .25rem .75rem 0 .75rem;
            height: 6.0625rem;
        }
        .n-case-bottom h5 {
            font-size: .9375rem;
        }
        .n-case-bottom p {
            font-size: .8125rem;
        }
        .n-case:nth-child(2) .n-case-bottom,
        .n-case:nth-child(4) .n-case-bottom,
        .n-case:nth-child(5) .n-case-bottom {
            height: 4.9375rem;
        }
        .n-case .play-btn {
            width: 4.25rem;
            height: 1.5rem;
        }
        .right-play {
            max-width: .5rem;
        }
        .n-case {
            width: 100%;
        }
        #n-qa {
            margin-top: 3.75rem;
        }
        .value-pags {
            width: unset;
        }
        #valueSwiper {
            width: 100%;
        }
        #n-value .n-page-content {
            display: unset;
        }
        .mobile-img {
            display: block;
        }
        .value-title h5 {
            font-size: .875rem;
        }
        .value-title p {
            font-size: .75rem;
        }
        #n-framework,
        #n-topo {
            padding-left: 1.125rem;
        }
        #n-framework .n-page-content {
            margin-top: 1.9375rem;
            width: 100%;
            overflow-x: scroll;
            padding-bottom: .625rem;
        }
        #n-framework .n-page-content img,
        #n-topo .topo-img {
            width: 43.75rem;
        }
        #n-topo .topo-img #n-value {
            margin-top: 2.625rem;
        }
        #n-topo .n-page-content {
            width: 100%;
            overflow-x: scroll;
            padding-bottom: .625rem;
        }
        #n-topo {
            margin-top: 3.75rem;
        }
        .n-arrow {
            display: none;
        }
        .n-worries {
            margin-top: 1.25rem;
        }
        #n-framework {
            margin-top: 1.8125rem;
        }
        #valueSwiper .swiper-pagination-bullet {
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }
        #valueSwiper .swiper-pagination-bullet-active {
            background: rgba(255, 255, 255);
        }
        #n-scene {
            margin-top: -1px;
        }
        #normal-pag {
            bottom: .1875rem;
        }
        #n-value video {
            display: none;
        }
        .value-title {
            display: none;
        }
        #value1 {
            top: 11.7rem;
            left: 6.8rem;
            width: 9.8rem;
            height: 5.5rem;
        }
        #value2 {
            top: 26.1rem;
            left: 6rem;
            width: 11.5rem;
            height: 5.3rem;
        }
        #full-video {
            width: 21.875rem;
            height: unset;
        }
    }