@media screen and (min-width: 981px) {

    /* kv */
    @media screen {
        .cbcn-kv-section {
            margin-top: 50px;
            width: 100%;
            height: 54em;
        }

        .cbcn-kv-remark {
            position: absolute;
            bottom: 1em;
            left: 1em;
        }

        .cbcn-pc-p6 {
            font-family: "vivo Sans Web";
            font-size: 0.4em;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            color: rgba(0, 0, 0, 0.80) !important;
        }
    }

    /* navigation */
    @media screen {
        .cbcn-navigation-swiper {
            display: block;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

        .cbcn-navigation-swiper .swiper-slide {
            opacity: 0.4;
            transition: all 0.3s;
        }

        .cbcn-navigation-swiper .swiper-slide-active {
            opacity: 1;
        }

        .cbcn-navigation-img {
            width: 100%;
            height: 654px;
            border-radius: 20px;
            overflow: hidden;
            background: #F2F2F2 !important;
            position: relative;
        }

        .cbcn-navigation-desc {
            position: absolute;
            top: 40px;
            left: 50px;
        }

        .cbcn-navigation-fn {
            position: absolute;
            left: 2.5em;
            bottom: 2em;
        }

        .cbcn-navigation-swiper-btnDiv {
            margin-top: 1.5em;
            gap: 0.5em;
            justify-content: center;
        }

        .cbcn-navigation-swiper-btnList {
            width: fit-content;
            height: 2.2em;
            padding: 0px 0.7em;
            gap: 0.4em;
            border-radius: 1.8em;
            background: var(--bottom-bg-l4, rgba(255, 255, 255, 0.12));
            align-items: center;
        }

        .cbcn-navigation-swiper-btn {
            padding: 0.1em;
            cursor: pointer;
        }

        .cbcn-navigation-swiper-btn.active {
            padding: 0.1em 0.2em;
        }

        .cbcn-navigation-swiper-btn-c {
            width: 0.3em;
            height: 0.3em;
            border-radius: 0.3em;
            background: var(--bottom-bg-l2, rgba(255, 255, 255, 0.25));
            overflow: hidden;
        }

        .cbcn-navigation-swiper-btn.active .cbcn-navigation-swiper-btn-c {
            width: 2.3em;
        }

        .cbcn-navigation-swiper-btn-cb {
            width: 0.3em;
            height: 100%;
            background: linear-gradient(0deg, var(--bottom-bg-l2, rgba(255, 255, 255, 0.25)) 0%, var(--bottom-bg-l2, rgba(255, 255, 255, 0.25)) 100%), var(--icon-l4, rgba(255, 255, 255, 0.35));
        }

        .cbcn-navigation-swiper-btn.active .cbcn-navigation-swiper-btn-cb {
            transition: all 4s linear;
            width: 2.3em;
        }

        .cbcn-navigation-swiper-replaybtn {
            width: 2.2em;
            height: 2.2em;
            flex-shrink: 0;
            cursor: pointer;
        }
        .cbcn-navigation-swiper-replaybtn.active {
            animation: navrotate 0.5s ease forwards;
        }
        @keyframes navrotate {
            0%{ transform: rotate(0deg); }
            100%{ transform: rotate(360deg); }
        }
    }

    /* appearance */
    @media screen {
        .cbcn-appearance-section {
            position: relative;
            padding-top: 7.5em;
        }

        .cbcn-appearance-section.wt {
            background: linear-gradient(180deg, #FFF 0%, #EEF4F9 100%);
        }

        .cbcn-appearance-img {
            bottom: -1em;
            height: calc(100vh - 7.5em - 200px);
        }

        .cbcn-appearance-img img {
            transform-origin: 50% 100%;
        }

        .cbcn-appearance-p2 {
            bottom: 50vh;
            width: max-content;
            gap: 200px;
            opacity: 0;
        }

        .cbcn-appearance-fn {
            bottom: 1em;
            opacity: 0;
        }
    }

    /* color */
    @media screen {
        .cbcn-color-swiper {
            width: 41.5em;
        }

        .cbcn-color-img {
            width: 41.5em;
            height: 30em;
            display: block;
        }

        .cbcn-color-txt {
            margin-top: 3.5em;
            width: 100%;
            opacity: 0;
        }

        .cbcn-color-txt.active {
            opacity: 1;
        }

        .cbcn-color-btnListDiv {
            margin-top: 1em;
            width: fit-content;
        }

        .cbcn-color-btnList {
            display: inline-flex !important;
            width: auto;
            padding: 0.31em 0.35em;
            align-items: center;
            gap: 0.4em;
            border-radius: 49.95em;
            background: rgba(0, 0, 0, 0.05);
        }

        .cbcn-color-btn {
            width: 1.6em;
            height: 1.6em;
            cursor: pointer;
            position: relative;
        }


        .cbcn-color-btn svg {
            width: 1.6em;
            height: 1.6em;
        }

        .cbcn-color-circle {
            fill: none;
            stroke-width: 2.5px;
            stroke-dasharray: 125.6px;
            stroke-dashoffset: 125.6px;
        }

        /*.cbcn-color-btn.index0 .cbcn-color-circle {*/
        /*    stroke: #F6F6F6;*/
        /*}*/
        .cbcn-color-btn.index0 .cbcn-color-circle {
            stroke: #8ECFF7;
        }

        .cbcn-color-btn.index1 .cbcn-color-circle {
            stroke: #686161;
        }

        .cbcn-color-btn.index2 .cbcn-color-circle {
            stroke: #C1B1F2;
        }

        .cbcn-color-btn.active .cbcn-color-circle {
            stroke-dashoffset: 0;
            transition: stroke-dashoffset 3s ease-out;
        }

        .cbcn-color-txt2 {
            margin-right: 25px;
        }

    }

    /* eyeCatching */
    @media screen {
        .cbcn-eyeCatching-section.wt {
            background: #EFEFEF;
        }

        .cbcn-eyeCatching-title {
            position: relative;
            z-index: 9;
        }

        .cbcn-eyeCatching-imgDiv {
            position: relative;
            align-items: center;
            margin-top: 70px;
        }

        .cbcn-eyeCatching-img {
            width: 980px;
            height: 460px;
        }

        .cbcn-eyeCatching-txt2 {
            position: relative;
            z-index: 20;
            justify-content: space-between;
            margin-bottom: 50px;
        }


        .cbcn-eyeCatching-txt4 .cbcn-param {
            width: 207.5px;
            text-align: center;
        }

        .cbcn-eyeCatching-txt4 {
            position: relative;
            justify-content: center;
            width: 100%;
            margin-top: 70px;
            gap: 50px;
        }

        .cbcn-eyeCatching-txt4 {
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-eyeCatching-txt4 .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-eyeCatching-txt4 .cbcn-pc-b2 {
            position: relative;
            color: #999 !important;
            background: #EFEFEF;
        }

        .cbcn-eyeCatching-txt4 .cbcn-param img {
            width: 14px;
            height: 17px;
            position: relative;
            top: -0.2em;
        }
    }

    /* eyeprotection */
    @media screen {
        .cbcn-eyeprotection-section.wt {
            background: #EFEFEF;
        }

        .cbcn-eyeprotection-title {
            position: relative;
            z-index: 9;
        }

        .cbcn-eyeprotection-img {
            position: relative;
            width: 900px;
            height: 650px;
            margin-top: 70px;
        }

        .cbcn-eyeprotection-dragDiv {
            width: 850px;
            height: 596px;
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-eyeprotection-dragDiv .cbcn-drag-img2 img {
            width: 850px;
            height: 596px;
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-eyeprotection-txt2 {
            display: flex;
            justify-content: center;
            position: relative;
            bottom: 0;
            gap: 50px 46px;
            margin-top: 70px;
            width: 980px;
        }

        .cbcn-eyeprotection-txt2 .cbcn-param {
            width: 180px;
        }

        .cbcn-eyeprotection-txt2 .cbcn-param2 {
            width: 241px;
        }

        .cbcn-eyeprotection-txt2 {
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            -webkit-background-clip: text;
            background-clip: text;
        }

        .cbcn-eyeprotection-txt2 .cbcn-param .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-eyeprotection-txt2 .cbcn-param .cbcn-pc-b2 {
            position: relative;
            z-index: 1;
            background: #EFEFEF;
            color: #999 !important;
        }

        .cbcn-eyeprotection-txt3 {
            margin-top: 50px;
            gap: 126px;
            align-items: center;
            justify-content: center;
        }

        .cbcn-eyeprotection-icon1 {
            display: block;
            width: 189px;
            height: 120px;
        }

        .cbcn-eyeprotection-icon2 {
            display: block;
            width: 114px;
            height: 49px;
        }
    }

    /* eyeprotection2 */
    @media screen {
        .cbcn-eyeprotection2-section.wt {
            background: #EFEFEF;
        }

        .cbcn-eyeprotection2-title {
            position: relative;
            z-index: 9;
        }

        .cbcn-eyeprotection2-img {
            position: relative;
            width: 1578px;
            height: 954px;
            margin-top: 68px;
        }

        .cbcn-eyeprotection2-content {
            margin-top: -164px;
            justify-content: center;
            gap: 50px 47px;
            z-index: 9;
        }

        .cbcn-eyeprotection2-content .cbcn-param {
            width: 273px;
        }

        .cbcn-eyeprotection2-content {
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            -webkit-background-clip: text;
            background-clip: text;
        }

        .cbcn-eyeprotection2-content .cbcn-param .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-eyeprotection2-content .cbcn-param .cbcn-pc-b2 {
            position: relative;
            z-index: 1;
            background: #EFEFEF;
            color: #8e8e8e !important;
        }
    }

    /* audiovisual */
    @media screen {
        .cbcn-audiovisual-section.wt {
            background: #EFEFEF;
        }

        .cbcn-audiovisual-txt1 {
            position: relative;
            z-index: 20;
        }

        .cbcn-audiovisual-img {
            width: 1732px;
            height: 952px;
            flex-shrink: 0;
            top: 150px;
        }

        .cbcn-audiovisual-txt2 {
            position: relative;
            z-index: 20;
            margin-top: 625px;
            justify-content: space-between;
            row-gap: 30px;
        }

        .cbcn-audiovisual-txt2 {
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-audiovisual-txt2 .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-audiovisual-txt2 .cbcn-pc-b2 {
            position: relative;
            z-index: 1;
            background: #EFEFEF;
            color: #8e8e8e !important;
        }

        .cbcn-audiovisual-txt {
            width: 636px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

        .cbcn-audiovisual-desc {
            margin-top: 20px;
        }
    }

    /* deltaaction */
    @media screen {
        .cbcn-deltaaction-section {
            padding: 30px;
        }

        .cbcn-deltaaction-content {
            max-width: 93em;
            width: 964px;
            height: 469px;
            position: relative;
            border-radius: 24px;
            overflow: hidden;
        }

        .cbcn-deltaaction-img {
            width: 93em;
            height: 69.75em;
            bottom: 0;
        }

        .cbcn-deltaaction-txt1 {
            width: 100%;
            height: 100%;
            padding-top: 280px;
            align-items: center;
            gap: 26px;
            position: relative;
            z-index: 9;
            opacity: 0;
        }

        .cbcn-deltaaction-title {
            height: 60px;
        }

        .cbcn-deltaaction-icon {
            width: 134.054px;
            height: 36px;
            flex-shrink: 0;
        }
    }

    /* cooling */
    @media screen {
        .cbcn-cooling-section.wt {
            background: #EFEFEF;
            height: 960px;
        }

        .cbcn-cooling-img {
            width: 1209px;
            height: 680px;
            margin-top: 147px;
        }

        .cbcn-cooling-sub-title {
            margin-top: 50px;
        }

        .cbcn-cooling-txt1 {
            position: relative;
            z-index: 20;
            align-items: center;
        }

    }

    /* game */
    @media screen {
        .cbcn-game-title {
            position: relative;
            z-index: 9;
        }

        .cbcn-game-img {
            width: 980px;
            height: 650px;
            margin-top: 70px;
            z-index: 8;
            position: relative;
        }

        .cbcn-game-img-desc {
            position: absolute;
            top: 680px;
        }

        .cbcn-game-content {
            z-index: 9;
            margin-top: 160px;
            justify-content: center;
            gap: 10.4em;
        }

        .cbcn-game-content .cbcn-param {
            align-items: flex-start;
        }

        .cbcn-game-content .cbcn-param sup {
            position: static !important;
        }

        .cbcn-game-content {
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-game-content .cbcn-param .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-game-content .cbcn-param .cbcn-pc-b2 {
            position: relative;
            color: #999 !important;
            background: #fff;
        }
    }
    /* chip */
    @media screen {
        .cbcn-chip-section.wt {
            background: #EFEFEF;
            position: relative;
        }

        .cbcn-chip-img {
            width: 1000px;
            height: 1000px;
            top: -150px;
        }

        .cbcn-chip-img-desc {
            position: absolute;
            bottom: 183px;
        }

        .cbcn-chip-txt1 {
            width: 40.7em;
            position: relative;
            z-index: 20;
        }


        .cbcn-chip-txt2 {
            margin-top: -270px;
            z-index: 20;
            width: 814px;
            justify-content: space-between;
            gap: 50px 107px;


            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-chip-txt2 .cbcn-param {
            width: 200px;
        }

        .cbcn-chip-txt2 .cbcn-param .cbcn-pc-h5 {
            -webkit-text-fill-color: transparent;
        }

        .cbcn-chip-txt2 .cbcn-param .cbcn-pc-b2 {
            position: relative;
            color: #999 !important;
            background: #EFEFEF;
        }
    }

    /* battery */
    @media screen {
        .cbcn-battery-section.wt {
            position: relative;
        }

        .cbcn-battery-title {
            margin: auto;
            width: 42em;
            position: relative;
            z-index: 9;
        }

        .cbcn-battery-img {
            width: 1520px;
            height: 717px;
            z-index: 5;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 37px;
            margin-bottom: -106px;
        }

        .cbcn-battery-txt2 {
            display: flex;
            justify-content: center;
            position: relative;
            gap: 40px 90px;
            width: 814px;
            z-index: 9;
        }

        .cbcn-battery-txt2 .cbcn-param {
            text-align: center;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-last-child(1),
        .cbcn-battery-txt2 .cbcn-param:nth-last-child(2) {
            width: 200px;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-of-type(1) .cbcn-pc-h5 {
            background: linear-gradient(90deg, #3D88FF 10.75%, #C86EFF 218.63%, #FF56B5 386.75%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-of-type(2) .cbcn-pc-h5 {
            background: linear-gradient(90deg, #3D88FF -142.75%, #C86EFF 67.21%, #FF56B5 237%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-of-type(3) .cbcn-pc-h5 {
            background: linear-gradient(90deg, #3D88FF -216%, #C86EFF -41.29%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-of-type(4) .cbcn-pc-h5 {
            background: linear-gradient(90deg, #3D88FF 11.5%, #C86EFF 126.91%, #FF56B5 220.25%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-battery-txt2 .cbcn-param:nth-of-type(5) .cbcn-pc-h5 {
            background: linear-gradient(90deg, #3D88FF -92%, #C86EFF 7.38%, #FF56B5 87.75%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    /* livestreaming */
    @media screen {
        .cbcn-livestreaming-section.wt {
            background: #fff;
        }
        .cbcn-livestreaming-a {
            text-decoration: underline;
        }

        .cbcn-livestreaming-imgDiv {
            width: 980px;
            height: 650px;
            margin-top: 70px;
            position: relative;
        }

        .cbcn-livestreaming-img-desc {
            position: absolute;
            top: 680px;
        }

        .cbcn-livestreaming-txt2 {
            margin-top: 120px;
            width: 700px;
            gap: 40px;
        }

        .cbcn-livestreaming-txt2 .cbcn-param {
            width: 100%;
            text-align: center;
        }

        .cbcn-livestreaming-txt2 .cbcn-param .cbcn-pc-h5 {
            width: 100%;
            background: linear-gradient(90deg, #3D88FF 0%, #C86EFF 50%, #FF56B5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    /* os */
    @media screen {
        .cbcn-os-section.wt {

            .cbcn-os-img {
                width: 988px;
                height: 319px;
            }
        }

        /* work */
        @media screen {

            .cbcn-work-imgDiv {
                width: 100%;
                height: 39.3em;
                position: relative;
                margin-top: 1.5em;
            }

            .cbcn-work-img-1 {
                width: 800px;
                height: 546px;
                position: absolute;
                top: 240px;
                right: 50%;
                margin-right: -400px;
                z-index: 3;
            }

            .cbcn-work-img-2 {
                width: 400px;
                height: 268px;
                position: absolute;
                top: 138px;
                right: 50%;
                margin-right: 0;
                z-index: 2;
            }


            .cbcn-work-img-3 {
                width: 400px;
                height: 268px;
                position: absolute;
                top: 138px;
                left: 50%;
                margin-left: 0;
                z-index: 2;
            }


            .cbcn-work-img-4 {
                width: 268px;
                height: 400px;
                position: absolute;
                top: 332px;
                right: 50%;
                margin-right: 270px;
                z-index: 1;
            }

            .cbcn-work-img-5 {
                width: 268px;
                height: 400px;
                position: absolute;
                top: 332px;
                left: 50%;
                margin-left: 278px;
                z-index: 1;
            }

            .cbcn-work-btn {
                width: 20px;
                padding: 8px 10px 8px 20px;
                position: fixed;
                left: 0;
                right: 0;
                z-index: 99;
                bottom: 20px;
                z-index: 20;
                justify-content: center;
                align-items: center;
                flex-wrap: nowrap;
                gap: 15px;
                cursor: pointer;

                opacity: 0;
                transform: translateY(10vh);
                transition: all 0.5s cubic-bezier(0.2, 0.75, 0.3, 1.3), width 0.3s ease-in-out;
            }

            .cbcn-work-btn::after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
                border-radius: 56px;
                overflow: hidden;
                background: rgba(217, 217, 217, 0.50);
                backdrop-filter: blur(5px);
                -webkit-backdrop-filter: blur(5px);
            }

            .cbcn-work-btn p {
                color: rgba(0, 0, 0, 0.9) !important;
            }

            .cbcn-work-btn * {
                flex-shrink: 0;
            }

            .cbcn-work-btn.active {
                width: 172px;
                opacity: 1;
                transform: translateY(0);
            }

            .cbcn-work-icon {
                width: 36px;
                height: 36px;
            }

            .cbcn-work-popup-content {
                gap: 70px;
                padding: 0 164px;
            }

            .cbcn-work-popup-item {
                align-items: center;
            }

            .cbcn-work-popup-item .cbcn-pc-fn {
                width: 100%;
            }

            .cbcn-work-popupimg {
                width: 636px;
                height: 448px;
                flex-shrink: 0;
                margin-top: 20px;
                margin-bottom: 10px;
            }

            .cbcn-work-txt2 .cbcn-title .cbcn-pc-b1 {
                color: var(--text-l2, rgba(0, 0, 0, 0.60)) !important;
            }

            .cbcn-work-txt2 .cbcn-title .cbcn-pc-b3 {
                color: var(--text-l4, rgba(0, 0, 0, 0.40)) !important;
            }

            .cbcn-work-popup .cbcn-pc-fn {
                text-align: center;
                font-size: 12px;
                color: rgba(0, 0, 0, 0.30) !important;
            }

            .cbcn-work-popup-item .ct .cbcn-pc-b2 {
                padding-top: 20px;
            }

            .cbcn-popup-closeBtn-div-fixed {
                position: fixed;
                bottom: 1.5em;
            }

        }

        /* productivity */
        @media screen {

            .cbcn-productivity-txt-color {
                background: linear-gradient(90deg, #3D88FF 0.2%, #C86EFF 13.52%, #FF56B5 24.29%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                padding-bottom: 10px;
            }

            .cbcn-productivity-txt-color sup {
                position: static !important;
            }

            .cbcn-productivity-card {
                border-radius: 20px;
                flex-direction: column;
                align-items: center;
                background: #FAFAFA;
                width: 730px;
                padding: 50px;
                gap: 40px;

            }

            .cbcn-productivity-swiper {
                display: block;
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }

            .cbcn-productivity-swiper .swiper-slide {
                width: 730px !important;
            }


            .cbcn-productivity-img {
                display: block;
                width: 500px;
                height: 361px;
                margin: 0 auto;
            }

            .cbcn-productivity-txt1 {
                padding-bottom: 20px;
            }

            .cbcn-productivity-txt2 {
                color: rgba(0, 0, 0, 0.30);
                padding-bottom: 40px;
            }

            .cbcn-productivity-desc {
                height: 197px;
            }

            .cbcn-productivity-switchBtn-list {
                padding-top: 2.5em;
                justify-content: end;
            }

            .cbcn-productivity-safeRow {
                padding-bottom: 50px;
            }

            .cbcn-productivity-p {
                color: rgba(0, 0, 0, 0.60) !important;
            }

            .cbcn-productivity-lineBox {
                flex: 1;
                height: 0.25em;
                background: #F2F2F2;
                border-radius: 2em;
                overflow: hidden;
                position: relative;
                margin-top: 1em;
                margin-right: 2.5em;
            }

            .cbcn-productivity-line {
                flex: 1;
                height: 100%;
                cursor: pointer;
                position: relative;
            }

            .cbcn-productivity-line::after {
                content: "";
                width: 0%;
                height: 100%;
                background-color: #B7B7B7;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 2em;
                overflow: hidden;
            }

            .cbcn-productivity-line.active::after {
                width: 100%;
                transition: width 5s linear;
            }

            .cbcn-productivity-grey {
                padding-top: 1em;
                color: rgba(0, 0, 0, 0.30) !important;
                font-family: "vivo Sans Web";
                font-size: 0.4em;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
            }
        }

        /* multidevice */
        @media screen {
            .cbcn-multidevice-row {
                width: 49em;
                margin: auto;
            }

            .cbcn-multidevice-accordion {
                margin-top: 3.5em;
                width: 100%;
                height: 30.5em;
                padding: 3.5em 2.5em;
                justify-content: space-between;
                flex-wrap: nowrap;
                gap: 2.5em;
                background-color: #F2F2F2;
                border-radius: 1.2em;
                overflow: hidden;
            }

            .cbcn-multidevice-swiper {
                /* 设置宽度自适应 */
                width: 19.85em;
                height: 22.8em;
                overflow: hidden;
            }

            .cbcn-multidevice-swiper .swiper-slide {
                opacity: 0 !important;
            }

            .cbcn-multidevice-swiper .swiper-slide-active {
                opacity: 1 !important;
            }

            .cbcn-multidevice-box {
                flex: 1;
                height: auto;
            }

            .cbcn-multidevice-itemBox {
                gap: 1.5em;
            }

            .cbcn-multidevice-item:first-child {
                padding-top: 0em;
                border-top: none;

            }

            .cbcn-multidevice-item {
                padding-top: 1.5em;
                border-top: 1px solid rgba(0, 0, 0, 0.16);
                cursor: pointer;
            }

            .cbcn-multidevice-txt {
                justify-content: space-between;
                transition: all 0.5s;
            }

            .cbcn-multidevice-txt p {
                color: rgba(0, 0, 0, 0.60) !important;
                background: transparent;
            }

            .cbcn-multidevice-dec {
                padding-right: 38px;
                overflow: hidden;
                transition: all 0.5s;
                display: grid;
                grid-template-rows: 0fr;
            }

            .cbcn-multidevice-item.active .cbcn-multidevice-dec {
                grid-template-rows: 1fr;
            }

            .cbcn-multidevice-drawer-icon {
                height: 1.4em;
                width: 2.8em;
                transition: all 0.5s;
                transform: rotateX(180deg);
                /* opacity: 0.54; */
            }

            .cbcn-multidevice-dec>* {
                min-height: 0;
                padding-top: 0;
                transition: all 0.5s;
                display: block;
            }

            .cbcn-multidevice-item.active .cbcn-multidevice-dec>* {
                padding-top: 10px;
            }

            .cbcn-multidevice-item.active .cbcn-multidevice-txt p {
                background: linear-gradient(90deg, #3D88FF -0.31%, #C866EF 117.5%, #FF56B5 235.3%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }


            .cbcn-multidevice-item.active .cbcn-multidevice-drawer-icon {
                transform: rotate(0);
                opacity: 1;
            }

            .cbcn-multidevice-replaybtn {
                width: fit-content;
                margin: 20px auto 0;
                padding: 5px 12px;
                align-items: center;
                gap: 4px;
                border-radius: 84.36px;
                background: rgba(0, 0, 0, 0.05);
            }

            .cbcn-multidevice-replaybtn svg {
                width: 14px;
                height: 14px;
            }

            .cbcn-multidevice-replaybtn p {
                color: rgba(0, 0, 0, 0.30) !important;
            }

            .cbcn-multidevice-media {
                width: 397px;
                height: 247.55px;
                margin-top: 100px;
            }
        }

        /* accessory */
        @media screen {

            .cbcn-accessory-card1 {
                z-index: 9;
                width: 53em;
                min-width: 1060px;
                border-radius: 1.6em;
                flex-shrink: 0;
                text-align: center;
            }

            .cbcn-accessory-txt2 {
                width: 815px;
            }



            .cbcn-accessory-card-btn {
                display: inline-flex !important;
                padding: 8px 10px 8px 20px;
                color: var(--text-l2, rgba(0, 0, 0, 0.60));
                border-radius: 51px;
                background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
                cursor: pointer;
                gap: 15px;
                align-items: center;
            }

            .cbcn-accessory-card1 .cbcn-accessory-card-btn {
                margin-top: 3.5em;
            }

            .cbcn-accessory-card-btn1 {
                align-items: center;
                padding: 8px 10px 8px 20px;
                border-radius: 50px;
                background: rgba(0, 0, 0, 0.05);
            }

            .cbcn-accessory-plusbtn {
                width: 36px;
                height: 36px;
            }

            .cbcn-accessory-img1 {
                width: 53.5em;
                height: 2.92857em;
                margin-top: 13em;
                left: 50vw;
                z-index: 10;
                transform-origin: 50% 50%;
            }

            .cbcn-accessory-bg {
                width: 85.87381em;
                height: 5em;
                margin-top: 13.65em;
                margin-left: 2em;
                opacity: 0;
                z-index: 9;
            }

            .cbcn-accessory-img2 {
                width: 80em;
                height: 54.7em;
                margin-top: 100em;
                z-index: 50;
            }


            .cbcn-accessory-card2 {
                z-index: 9;
                width: 980px;
                height: 640px;
                border-radius: 20px;
                background: #F2F2F2;
                opacity: 0;
            }

            .cbcn-accessory-card2-line {
                width: 2px;
                height: 500px;
                border-radius: 4px;
                background: rgba(255, 255, 255, 0.65);
                z-index: 50;
            }

            .cbcn-accessory-card2-left {
                width: 50%;
                text-align: center;
                position: relative;
            }

            .cbcn-accessory-card2-right {
                width: 50%;
                text-align: center;
                position: relative;
            }

            .cbcn-accessory-card2 .cbcn-title {
                width: 305px;
                margin-top: 362px;
                margin-bottom: 1.5em;
            }

            .cbcn-accessory-img3 {
                margin-top: 40vh;
                margin-left: 100vw;
                width: 75.317em;
                height: 59.4em;
                z-index: 50;
                opacity: 0;
            }

            .cbcn-accessory-txt1 {
                height: 100px;
            }

            .cbcn-accessory-fn {
                padding-top: 1.5em;
            }
        }

        /* remark */
        @media screen {
            .cbcn-remark-section.bk {
                background: #141414;
            }

            .cbcn-remark-section ul,
            .cbcn-remark-section ol {
                padding-inline-start: 2em;
            }

            .cbcn-remark-section ol li {
                list-style: decimal;
                color: rgba(0, 0, 0, 0.4) !important;
            }

            .cbcn-remark-desc p {
                padding-left: 10px;
                padding-bottom: 1.1em;
            }

            #cbcn-remark-p {
                font-family: "vivo Sans Web";
                font-size: var(--font-size-footnote, 12px);
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                color: rgba(0, 0, 0, 0.4) !important;
            }
        }
    }

    /* dataflow */
    @media screen {
        .cbcn-dataflow-swiper {
            margin-top: 70px;
        }

        .cbcn-dataflow-swiper .swiper-wrapper {
            width: 100%;
            gap: 20px;
        }

        .cbcn-dataflow-item {
            width: 480px;
            padding: 24px;
            border-radius: 16px;
            background: #FAFAFA;
            gap: 24px;
            justify-content: space-between;
        }

        .cbcn-dataflow-item:nth-of-type(n+3) {
            width: 313px;
        }

        .cbcn-dataflow-img1 {
            width: 21.6em;
            height: 14.5em;
        }

        .cbcn-dataflow-img2 {
            width: 21.6em;
            height: 14.5em;
        }

        .cbcn-dataflow-img3 {
            width: 100%;
            height: 130px;
        }
    }

    @media screen and (max-width: 1439px) and (min-width: 981px) {

        /* navigation */
        @media screen {
            .cbcn-navigation-swiper {
                width: 980px;
            }

            .cbcn-navigation-img {
                height: 540px;
            }

            .cbcn-navigation-desc {
                left: 35px;
                top: 35px;
            }

            .cbcn-navigation-desc p {
                font-size: 32px;
            }
        }

    }
}