@media screen and (min-width: 981px) {
    /* kv */
    @media screen {
        .cbcn-kv-section.wt {
            background: #FFFFFF;
        }

        .cbcn-kv-section {
            width: 100%;
            height: calc(100vh - 56px) !important;
            margin-top: 56px;
        }

        #cbcn-dom-container .cbcn-kv-section img {
            object-position: center top;
        }
    }

    /* ksp */
    @media screen {
        .cbcn-ksp-section.wt {
            background: #F1F1F1;
        }

        .cbcn-ksp-wrapper {
            height: 43.3em;
            flex-wrap: wrap;
            gap: 0.8em;
        }

        .cbcn-ksp-item {
            position: relative;
            width: 31.1em;
            height: 21.2em;
            background: #fff;
            border-radius: 0.8em;
            overflow: hidden;
            transition: all 0.75s;
            opacity: 1;
            margin-top: 0;
        }

        .cbcn-ksp-wrapper .cbcn-ksp-item:not(.cbcn-ksp-item1) {
            transition-delay: 0.5s;
        }

        .cbcn-ksp-wrapper:not(.active) .cbcn-ksp-item:not(.cbcn-ksp-item1) {
            opacity: 0;
            margin-top: 6em;
        }

        .cbcn-ksp-item1 {
            flex-shrink: 0;
            width: 63em;
            height: 21.3em;
            transform-origin: 100% 50%;
        }

        .cbcn-ksp-wrapper:not(.active) .cbcn-ksp-item1 {
            width: 80em;
            height: 43.3em;
            transform: translateX(-8.5em);
        }

        .cbcn-ksp-item1 :is(.cbcn-ksp-title, .cbcn-ksp-btn) {
            opacity: 1;
            transition: all 0.3s 0.75s;
        }

        .cbcn-ksp-wrapper:not(.active) .cbcn-ksp-item1 :is(.cbcn-ksp-title, .cbcn-ksp-btn) {
            opacity: 0;
        }

        .cbcn-ksp-title {
            position: absolute;
            left: 1.8em;
            top: 1.8em;
            z-index: 2;
        }

        .cbcn-ksp-btn {
            width: 1.8em;
            height: 1.8em;
            position: absolute;
            left: 1.8em;
            bottom: 1.8em;
            z-index: 2;
        }

        .cbcn-ksp-item3 .cbcn-ksp-btn {
            filter: brightness(0) invert(1);
        }
    }

    /* appearance */
    /* @media screen {
        .cbcn-appearance-section.bk {
            background-color: #fff;
        }

        .cbcn-appearance-section>video {
            z-index: 1;
            position: relative;
            height: 100%;
            width: 100%;
        }

        .cbcn-appearance-p {
            z-index: 2;
            opacity: 0;
        }

        .cbcn-appearance-p::after {
            content: "";
            width: 200vw;
            height: 200vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .cbcn-appearance-p p {
            position: relative;
            z-index: 2;
        }

    } */

    /* color */
    @media screen {
        .cbcn-color-section {
            padding-top: 14vw;
        }

        .cbcn-color-safe {}

        .cbcn-color-box {
            width: 36.4em;
            height: 42.5em;
        }

        .cbcn-color-swiper {
            width: 96em;
            height: 54em;
            bottom: 0;
        }

        .cbcn-color-content {
            height: 40.8vw;
            position: absolute;
            left: 75%;
            bottom: 0;
            transform: translateX(-50%);
            z-index: 9;
        }

        .cbcn-color-btnbox {
            margin-top: 12vw;
            gap: 1em;
        }

        .cbcn-color-btnlist {
            padding: 0.45em;
            gap: 0.4em;
            border-radius: 10em;
            background: rgba(0, 0, 0, 0.06);
        }

        .cbcn-color-btn {
            width: 1.8em;
            height: 1.8em;
            cursor: pointer;
        }

        .cbcn-color-circle {
            fill: none;
            stroke-width: 1.8px;
            stroke-dasharray: 110px;
            stroke-dashoffset: 110px;
        }

        .cbcn-color-btn.active .cbcn-color-circle {
            stroke-dashoffset: 0;
            transition: stroke-dashoffset 3s ease-out;
        }

        .cbcn-color-btnname {
            flex-shrink: 0;
            width: 6.95em;
            position: relative;
            border-radius: 10em;
            background: rgba(0, 0, 0, 0.06);
        }

        .cbcn-color-btnname p:not(.active) {
            opacity: 0;
        }

        .cbcn-color-txt {
            margin-top: 1.9em;
            height: 1.6em;
            position: relative;
        }

        .cbcn-color-txt p:not(.active) {
            opacity: 0;
        }
    }

    /* design1 */
    @media screen {
        .cbcn-design1-section.wt {
            padding: 14em 0 8em;
            background: linear-gradient(180deg, #FAFAFA 0%, #FFF 30.32%);
        }

        .cbcn-design1-center {
            top: calc(14em - 80px);
        }

        #cbcn-dom-container .cbcn-design1-section .cbcn-hg1 {
            font-size: 3.6em;
        }

        #cbcn-dom-container .cbcn-design1-section .cbcn-b2 {
            font-size: 0.95em;
        }

        .cbcn-design1-content {
            position: relative;
            overflow: hidden;
            width: 80em;
            height: 43em;
            border-radius: var(--semantic-corner-primary, 1.5em);
            background: #fff;
        }

        .cbcn-design1-titleBox {
            position: relative;
            width: 16em;
            height: 6em;
        }

        .cbcn-design1-left {
            position: absolute;
            justify-content: center;
            align-items: center;
            width: 15.8em;
            left: 0em;
            opacity: 0;
        }

        .cbcn-design1-content.active .cbcn-design1-left {
            opacity: 1;
            left: -23.5em;
            transition: all 0.8s cubic-bezier(0, 0.04, 0, 1);
            transition-delay: 1s;
        }

        .cbcn-design1-right {
            position: absolute;
            justify-content: center;
            align-items: center;
            width: 14.15em;
            right: 0em;
            opacity: 0;
        }

        .cbcn-design1-content.active .cbcn-design1-right {
            opacity: 1;
            right: -23.5em;
            transition: all 0.8s cubic-bezier(0, 0.04, 0, 1);
            transition-delay: 1s;
        }

        .cbcn-design1-img {
            width: 24.7em;
            height: 35.45em;
            bottom: 0;
        }

        .cbcn-design1-img1 {
            width: 14.25em;
            height: 35.45em;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            transform: translateY(100%);
        }

        .cbcn-design1-content.active .cbcn-design1-img1 {
            transform: translateY(0%);
            transition: all 1s cubic-bezier(0, 0.04, 0, 1);
        }

        .cbcn-design1-img2 {
            width: 12.95em;
            height: 32.1em;
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translateY(100%);
        }

        .cbcn-design1-content.active .cbcn-design1-img2 {
            transform: translateY(0%);
            transition: all 1s 0.2s cubic-bezier(0, 0.04, 0, 1);
        }
    }

    /* design2 */
    @media screen {
        .cbcn-design2-content-top {
            margin-top: 3.4em;
        }

        .cbcn-design2-bg {
            width: 100%;
            height: 45.7em;
            bottom: 0;
            opacity: 0;
            transition: all 0.5s;
        }

        .cbcn-design2-bg.active {
            opacity: 1;
        }

        .cbcn-design2-content {
            justify-content: center;
            align-items: center;
            gap: 148px;
            z-index: 9;
        }

        .cbcn-design2-desc {
            flex-shrink: 0;
            width: 452px;
            height: 188px;
            position: relative;
            padding: 100px 0;
            mask-image: linear-gradient(0deg, #00000000 0%, #000 10%, #000 90%, #00000000 100%);
        }

        .cbcn-design2-descbox {
            position: absolute;
            padding: 100px 0;
            top: 0;
            left: 0;
        }

        .cbcn-design2-txt {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            width: 100%;
            opacity: 0;
        }

        .cbcn-design2-box {
            width: 45em;
            height: 40em;
            position: relative;
        }

        .cbcn-design2-wrapper {
            width: 100%;
            gap: 2.4em;
            transform: translateY(0em);
        }

        .cbcn-design2-img1 {
            width: 100%;
            height: 40em;
            position: relative;
        }

        .cbcn-design2-img1 img {
            position: absolute;
            top: 50%;
            width: 80em;
            height: 40em;
            object-fit: cover;
            object-position: center;
            transform: translate(50%, -50%);
            border-radius: 1.5em;
        }

        .cbcn-design2-wrapper div:not(.cbcn-design2-img1) {
            opacity: 0;
            transition: all 0.5s;
        }

        .cbcn-design2-wrapper.active div:not(.cbcn-design2-img1) {
            opacity: 1;
        }

        .cbcn-design2-img2 {
            width: 100%;
            height: 26.5em;
            border-radius: 1.5em;
            overflow: hidden;
        }

        .cbcn-design2-img3 {
            width: 100%;
            height: 40em;
            border-radius: 1.5em;
            overflow: hidden;
            background-color: #F4F4F6;
        }

        .cbcn-design2-img4 {
            width: 100%;
            height: 54.35em;
            border-radius: 1.5em;
            overflow: hidden;
        }

        .cbcn-design2-img5 {
            width: 100%;
            border-radius: 1.5em;
            overflow: hidden;
            height: 26.5em;
        }
    }

    /* image */
    @media screen {
        .cbcn-image-media {
            width: 100%;
            height: 50em;
        }
    }

    /* camera */
    @media screen {
        .cbcn-camera-bg {
            width: 100%;
            height: 45.7em;
            bottom: 0;
        }

        .cbcn-camera-content {
            position: relative;
            height: 45.7em;
        }

        .cbcn-camera-img {
            width: 96em;
            height: 45.7em;
        }

        .cbcn-camera-img2 {
            opacity: 0;
        }

        .cbcn-camera-param {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding-top: 20px;
            border-top: 1px solid rgba(135, 135, 135, 0.70);
            opacity: 0;
            transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        }

        #cbcn-dom-container .cbcn-camera-param .cbcn-hg2 {
            line-height: 118.75%;
            margin-bottom: 16px;
        }

        .cbcn-camera-param1 {
            width: 610px;
            margin-top: 100px;
            margin-left: -180px;
        }

        .cbcn-camera-param2 {
            width: 780px;
            margin-top: 110px;
            margin-left: -100px;
        }

        .cbcn-camera-param3 {
            width: 690px;
            margin-top: 0px;
            margin-left: -140px;
        }

        .cbcn-camera-param4 {
            width: 565px;
            margin-top: -95px;
            margin-left: -205px;
        }

        .cbcn-camera-param5 {
            width: 710px;
            margin-top: -110px;
            margin-left: -130px;
        }

        .cbcn-camera-controlbtn {
            position: absolute;
            left: 0;
            bottom: 5em;
            cursor: pointer;
            width: 2.5em;
            height: 2.5em;
            transition: all 0.3s;
        }

        .cbcn-camera-controlbtn.play .cbcn-camera-play {
            opacity: 0;
        }

        .cbcn-camera-controlbtn .cbcn-camera-play {
            opacity: 1;
        }

        .cbcn-camera-controlbtn .cbcn-camera-pause {
            opacity: 0;
        }

        .cbcn-camera-controlbtn.play .cbcn-camera-pause {
            opacity: 1;
        }
    }

    /* cameramain */
    @media screen {
        .cbcn-cameramain-title {
            width: 43.25em;
        }

        .cbcn-cameramain-mediabox {
            margin-top: 80px;
            width: 100%;
            height: 50em;
        }

        .cbcn-cameramain-media {
            width: 80em;
            height: 40em;
            border-radius: 1.5em;
            overflow: hidden;
        }
    }

    /* composition */
    @media screen {
        .cbcn-composition-section {
            position: relative;
            overflow: hidden;
            background: #F4F4F6;
        }

        .cbcn-composition-txt {
            margin-top: 4em;
            width: 31.1em;
        }

        .cbcn-composition-media {
            margin-top: 4em;
            width: 96em;
            height: 50em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    /* aivideo */
    @media screen {
        .cbcn-aivideo-title {
            width: 35.7em;
        }

        .cbcn-aivideo-swiper {
            margin: 4em auto 2.4em;
            width: 50.8em;
            height: 34em;
            border-radius: 30px;
            overflow: hidden;
        }

        .cbcn-aivideo-img1,
        .cbcn-aivideo-img2 {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .cbcn-aivideo-img11,
        .cbcn-aivideo-img21,
        .cbcn-aivideo-img22 {
            width: 100%;
            height: 100%;
            display: block;
        }

        .cbcn-aivideo-img22 {
            width: 100%;
            height: 100%;
            opacity: 0;
            display: block;
        }

        .cbcn-aivideo-img2.active .cbcn-aivideo-img21 {
            opacity: 0;
        }

        .cbcn-aivideo-img2.active .cbcn-aivideo-img22 {
            opacity: 1;
        }

        .cbcn-aivideo-img2.active picture {
            transition: all 0.3s 1s cubic-bezier(0, 0, 0, 1);
        }
    }

    /* meitu */
    @media screen {
        .cbcn-meitu-bg {
            width: 96em;
            height: 58em;
            bottom: 0em;
        }

        .cbcn-meitu-content {
            justify-content: center;
            align-items: center;
            gap: 4.95em;
        }

        .cbcn-meitu-media {
            width: 19.95em;
            height: 37.5em;
            position: relative;
        }

        .cbcn-meitu-img {
            top: 0;
            width: 100%;
            height: 100%;
        }

        .cbcn-meitu-title {
            width: 24.1em;
        }
    }

    /* focal */
    @media screen {
        .cbcn-focal-section.wt {
            background: #F9F9FB;
        }

        .cbcn-focal-row {
            position: relative;
            z-index: 9;
        }

        .cbcn-focal-title {
            width: 700px;
        }

        .cbcn-focal-media {
            margin-top: -18.2em;
            width: 100%;
            height: 65.2em;
        }
    }

    /* telescope */
    @media screen {
        .cbcn-telescope-title {
            opacity: 0;
            margin-top: 3em;
            width: 40.7em;
            z-index: 9;
        }

        .cbcn-telescope-title::after {
            content: "";
            width: 200vw;
            height: 200vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7);
            z-index: -1;
        }

        .cbcn-telescope-media {
            width: 55em;
            height: 27em;
        }
    }


    /* stagemode */
    @media screen {
        .cbcn-stagemode-sliderlist {
            margin-top: 2.4em;
            --btnWidth: 7.9em;
        }

        .cbcn-stagemode-swiper {
            width: 63em;
            height: 34em;
            margin-top: 4em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 30px;
            overflow: hidden;
        }

        .cbcn-stagemode-text {
            margin-top: 2.4em;
            width: 40.6em;
            height: 2.8em;
            position: relative;
        }

        .cbcn-stagemode-text>p {
            position: absolute;
            display: block;
            width: 100%;
            opacity: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .cbcn-stagemode-text>p.active {
            opacity: 1;
        }

        .cbcn-stagemode-note {
            margin-top: 2.4em;
        }
    }

    /* fullfocusportrait */
    @media screen {
        .cbcn-fullfocusportrait-section.wt {
            background: #F9F9FB;
        }

        .cbcn-fullfocusportrait-txt1 {
            width: 815px;
            top: 8em;
        }

        .cbcn-fullfocusportrait-imageDiv {
            width: 20em;
            height: 30em;
            flex-shrink: 0;
            perspective: 1000;
            -webkit-perspective: 1000;
            margin-top: -2em;
        }

        .cbcn-fullfocusportrait-image {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20em;
            height: 30em;
            border-radius: 0.8em;
            overflow: hidden;
            transform-origin: center;
            z-index: 50;
            transition: all 0.3s;
        }

        .cbcn-fullfocusportrait-image.left1 {
            transform: translateY(-50%) translateX(-12em) rotateY(30deg) scale(0.8);
            -webkit-transform: translateY(-50%) translateX(-12em) rotateY(30deg) scale(0.8);
            z-index: 30;
            background-color: #000;
        }

        .cbcn-fullfocusportrait-image.left1 img {
            opacity: 0.4;
        }

        .cbcn-fullfocusportrait-image.left2 {
            transform: translateY(-50%) translateX(-20em) rotateY(60deg) scale(0.6);
            -webkit-transform: translateY(-50%) translateX(-20em) rotateY(60deg) scale(0.6);
            z-index: 20;
            background-color: #000;
            opacity: 0;
            transition: none !important;
        }

        .cbcn-fullfocusportrait-image.left2 img {
            opacity: 0;
        }

        .cbcn-fullfocusportrait-image.left3 {
            transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
            -webkit-transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
            z-index: 10;
            opacity: 0;
            transition: none;
        }

        .cbcn-fullfocusportrait-image.left4 {
            transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
            -webkit-transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
            z-index: 10;
            opacity: 0;
            transition: none;
        }

        .cbcn-fullfocusportrait-image.right1 {
            transform: translateY(-50%) translateX(12em) rotateY(-30deg) scale(0.8);
            -webkit-transform: translateY(-50%) translateX(12em) rotateY(-30deg) scale(0.8);
            z-index: 30;
            background-color: #000;
        }

        .cbcn-fullfocusportrait-image.right1 img {
            opacity: 0.4;
        }

        .cbcn-fullfocusportrait-image.right2 {
            transform: translateY(-50%) translateX(20em) rotateY(-60deg) scale(0.6);
            -webkit-transform: translateY(-50%) translateX(20em) rotateY(-60deg) scale(0.6);
            z-index: 20;
            background-color: #000;
            opacity: 0;
            transition: none !important;
        }

        .cbcn-fullfocusportrait-image.right2 img {
            opacity: 0;
        }

        .cbcn-fullfocusportrait-image.right3 {
            transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
            -webkit-transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
            z-index: 10;
            opacity: 0;
            transition: none;
        }

        .cbcn-fullfocusportrait-image.right4 {
            transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
            -webkit-transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
            z-index: 10;
            opacity: 0;
            transition: none;
        }

        .cbcn-fullfocusportrait-InfoDiv {
            top: calc(50% + 15em);
        }

        .cbcn-fullfocusportrait-btnSwiper {
            width: 285px;
            height: 57px;
            position: relative;
            border-radius: 10em;
            background: #F2F2F5;
            overflow: hidden;
        }

        .cbcn-fullfocusportrait-Info {
            width: max-content;
            left: 52%;
            z-index: 9;
            margin-left: -145px;
            transition: all 0.3s;
        }

        .cbcn-fullfocusportrait-Info p {
            padding: 8px 12px;
            opacity: 0.32;
            transition: all 0.3s;
        }

        .cbcn-fullfocusportrait-Info p.active {
            opacity: 1;
        }

        .cbcn-fullfocusportrait-linebox {
            width: 466px;
            height: 32px;
            margin-top: 20px;
            padding: 0 2px;
            background: #F9F9FB;
            position: relative;
            overflow-x: hidden;
            z-index: -1;
        }

        .cbcn-fullfocusportrait-linebox::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
            background: linear-gradient(90deg,
                    rgba(249, 249, 251, 1) 0%,
                    rgba(249, 249, 251, 0) 50%,
                    rgba(249, 249, 251, 1) 100%);
        }

        .cbcn-fullfocusportrait-linebox::before {
            content: "";
            width: 2px;
            height: 28px;
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-2px);
            background: #F00403;
            border-left: 2px solid #F9F9FB;
            border-right: 2px solid #F9F9FB;
            z-index: 9;
            clip-path: inset(0 2px 0 2px);
        }

        .cbcn-fullfocusportrait-lineitem {
            position: absolute;
            top: 0;
            left: 50%;
            height: 24px;
            gap: 8px;
            align-items: flex-end;
            flex-wrap: nowrap;
            transform: translateX(-200px);
            transition: all 0.3s;
        }

        .cbcn-fullfocusportrait-lineitem span {
            display: block;
            width: 2px;
            height: 18px;
            flex-shrink: 0;
            background: rgba(0, 0, 0, 0.32);
        }
    }


    /* nature */
    @media screen {
        .cbcn-nature-img {
            width: 96em;
            height: 55em;
        }

        .cbcn-nature-title {
            width: 399px;
        }

        .cbcn-nature-box {
            left: 75%;
        }

    }

    /* night */
    @media screen {
        .cbcn-night-img {
            width: 80em;
            height: 43em;
            border-radius: 30px;
            overflow: hidden;
            position: relative;
            transition: all 0.5s;
            background: #000;
        }

        .cbcn-night-section.active .cbcn-night-img {
            width: 100%;
            border-radius: 0em;
        }

        .cbcn-night-img img {
            transition: all 0.5s;
        }

        .cbcn-night-section.active .cbcn-night-img img {
            opacity: 0.3;
        }

        .cbcn-night-box {
            left: 25%;
            opacity: 0;
            transition: all 0.3s;
        }

        .cbcn-night-section.active .cbcn-night-box {
            opacity: 1;
            transition-delay: 0.5s;
        }

        .cbcn-night-safe {
            justify-content: center;
        }

        .cbcn-night-title {
            width: 482px;
            position: relative;
            z-index: 9;
        }
    }


    /* diagram */
    @media screen {
        .cbcn-diagram-bg {
            width: 96em;
            height: 49em;
            bottom: 0;
        }

        .cbcn-diagram-row {
            position: relative;
            z-index: 2;
            align-items: center;
            justify-content: space-between;
        }

        .cbcn-diagram-title {
            width: 24.8em;
        }

        .cbcn-diagram-media {
            width: 31.1em;
            height: 35em;
            position: relative;
            transform: translateY(50%);
            transition: all 2s cubic-bezier(0, 0, 0.2, 1);
        }

        .cbcn-diagram-media.active {
            transform: translateY(0%);
        }

        .cbcn-diagram-img {
            width: 121.45em;
            height: 252.4485em;
            position: absolute;
            left: 0;
            top: 0;
        }
    }

    /* flash */
    @media screen {
        .cbcn-flash-title {
            width: 24.1em;
        }

        .cbcn-flash-img {
            width: 80em;
            height: 43em;
            overflow: hidden;
            border-radius: 30px;
            margin-top: 4em;
        }
    }


    /* fireworks */
    @media screen {
        .cbcn-fireworks-img {
            width: 96em;
            height: 55em;
            position: relative;
        }

        .cbcn-fireworks-video {
            right: 0;
            width: 50%;
            height: 100%;
        }

        .cbcn-fireworks-box {
            left: 25%;
        }

        .cbcn-fireworks-title {
            width: 410px;
        }
    }

    /* tonality */
    @media screen {
        .cbcn-tonality-title {
            justify-content: space-between;
            align-items: flex-end;
        }

        .cbcn-tonality-title>.cbcn-title {
            width: 368px;
        }

        .cbcn-tonality-img {
            margin-top: 4em;
            width: 100%;
            height: 36em;
            border-radius: 1.5em;
            overflow: hidden;
        }

        .cbcn-tonality-b {
            width: 516px;
        }
    }

    /* sports */
    @media screen {
        .cbcn-sports-safe {
            justify-content: space-between;
            flex-direction: row-reverse;
        }

        .cbcn-sports-swiper {
            width: 28.25em;
            height: 37.5em;
        }

        .cbcn-sports-title {
            width: 25.45em;
        }

        .cbcn-sports-switchBtnlist {
            position: absolute;
            top: 20.3em;
            right: 25.45em;
            transform: translateX(100%);
        }

        .cbcn-tonality-sports {
            position: relative;
        }

        .cbcn-tonality-sports-bg {
            width: 100%;
            height: 137em;
            bottom: 0;
        }

        .cbcn-tonality-section,
        .cbcn-sports-section {
            background: transparent;
            position: relative;
            z-index: 2;
        }
    }

    /* frontshot */
    @media screen {
        .cbcn-frontshot-sliderlist {
            margin-top: 4em;
            --btnWidth: 158px;
        }

        .cbcn-frontshot-swiper {
            width: 80em;
            height: 43em;
            margin-top: 4em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .cbcn-frontshot-img {
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .swiper-slide-active .cbcn-frontshot-img {
            opacity: 1;
        }

        .cbcn-frontshot-text {
            margin-top: 2.4em;
            position: relative;
            height: 62px;
        }

        .cbcn-frontshot-text>p {
            position: absolute;
            opacity: 0;
            width: 648px;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 0.3s;
        }

        .cbcn-frontshot-text>p.active {
            opacity: 1;
        }
    }

    /* live */
    @media screen {
        .cbcn-live-title {
            width: 835px;
        }

        .cbcn-live-sliderlist {
            margin-top: 2.4em;
        }

        .cbcn-live-sliderbtn {
            opacity: 0;
        }

        .cbcn-live-sliderbtn.active {
            opacity: 1;
        }

        .cbcn-live-swiper {
            width: 20em;
            height: 30em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 80px;
        }

        .cbcn-live-img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            overflow: hidden;
            position: relative;
        }

        .cbcn-live-icon {
            width: 1.85em;
            height: 1.85em;
            top: 1.5em;
            right: 1.55em;
            position: absolute;
        }

        .cbcn-live-text {
            margin-top: 1.2em;
            position: relative;
            height: 31px;
        }

        .cbcn-live-text>p {
            position: absolute;
            opacity: 0;
            width: 100%;
        }

        .cbcn-live-text>p.active {
            opacity: 1;
        }

        .cbcn-live-switchBtnlist {
            bottom: 2.7em;
            justify-content: center;
            gap: 19.8em;
        }
        .cbcn-live-videobtn {
            padding: 0.4em 0.8em;
            width: max-content;
            bottom: 1.8em;
            margin-bottom: -10em;
            opacity: 0;
            border-radius: 49.95em;
            background: rgba(255, 255, 255, 0.46);
            -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
        }
        .cbcn-live-videobtn.active {
            opacity: 1;
            margin-bottom: 0;
            transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        }
    }


    /* vlog */
    @media screen {
        .cbcn-vlog-title {
            width: 49em;
        }

        .cbcn-vlog-mediaBox {
            /*height: 46.5em;*/
            margin-top: 4em;
        }

        .cbcn-vlog-mediaBox {
            flex-shrink: 0;
            flex-wrap: wrap;
            width: 600em;
        }

        .cbcn-vlog-mediaBox1,
        .cbcn-vlog-mediaBox2,
        .cbcn-vlog-mediaBox3,
        .cbcn-vlog-mediaBox4 {
            width: 96em;
            position: relative;
        }
        .cbcn-vlog-mediaBox1 video {
            z-index: 1;
        }
        .cbcn-vlog-mediaBox1 video:nth-child(1) {
            position: relative;
        }
        .cbcn-vlog-mediaBox1:not(.active) video:nth-child(1),
        .cbcn-vlog-mediaBox1.active video:nth-child(2) {
            z-index: 2;
        }
        .cbcn-vlog-videobtn {
            position: absolute;
            bottom: 1.8em;
            z-index: 20;
        }

        .cbcn-vlog-mediaBox>div {
            height: 100%;
        }

        .cbcn-vlog-mediaText1,
        .cbcn-vlog-mediaText2 {
            position: relative;
            padding: 6em 0 4.5em 8em;
            width: 63em;
        }

        .cbcn-vlog-mediaText1-content,
        .cbcn-vlog-mediaText2-content {
            width: 500px;
        }

        .cbcn-vlog-mediaText3-content {
            width: 500px;
            justify-content: center;
            align-items: center;
        }

        .cbcn-vlog-mediaText3 {
            width: 63em;
            position: relative;
        }

        .cbcn-vlog-mediaText4-content {
            width: 565px;
            right: 8em;
        }
    }

    /* aiimage */
    @media screen {
        .cbcn-aiimage-sliderlist {
            margin-top: 2.4em;
            --btnWidth: 10.1em;
        }

        .cbcn-aiimage-swiper {
            width: 63em;
            height: 34em;
            margin-top: 4em;
            position: relative;
            left: 50%;
            border-radius: 30px;
            overflow: hidden;
            transform: translateX(-50%);
        }
        .cbcn-aiimage-swiper .swiper-slide{
            opacity: 0!important;
        }
        .cbcn-aiimage-swiper .swiper-slide-active{
            opacity: 1!important;
        }

        .cbcn-aiimage-swiper2 {
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s;
        }

        .swiper-slide-active .cbcn-aiimage-swiper2 {
            opacity: 1;
        }
        .cbcn-aiimage-swiper2 .swiper-slide{
            opacity: 0!important;
        }
        .cbcn-aiimage-swiper2 .swiper-slide-active{
            opacity: 1!important;
        }

        .cbcn-aiimage-swiper2 .swiper-slide picture {
            opacity: 0;
            transition: all 0.3s 1.2s;
        }

        .cbcn-aiimage-swiper2 .swiper-slide:not(.active) picture:first-child,
        .cbcn-aiimage-swiper2 .swiper-slide.active picture:last-child {
            opacity: 1;
        }

        .cbcn-aiimage-mbtnlist {
            bottom: 1.8em;
            z-index: 9;
            width: fit-content;
            padding: 0.4em;
            gap: 0.4em;
            border-radius: 50em;
            background: rgba(255, 255, 255, 0.14);
            -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
        }

        .cbcn-aiimage-mbtn {
            padding: 0.4em 0.8em;
            color: rgba(255, 255, 255, 0.31);
            cursor: pointer;
            transition: all 0.3s;
        }

        .cbcn-aiimage-mbtn.show {
            color: rgba(0, 0, 0, 0.93);
            background: rgba(255, 255, 255, 0.96);
            border-radius: 50em;
        }

        .cbcn-aiimage-text {
            margin-top: 2.4em;
            width: 40.7em;
            position: relative;
            height: 62px;
        }

        .cbcn-aiimage-text>p {
            position: absolute;
            opacity: 0;
        }

        .cbcn-aiimage-text>p.active {
            opacity: 1;
        }

        .cbcn-aiimage-img2 {
            justify-content: space-between;
            width: 100%;
            height: 100%;
        }
        .cbcn-aiimage-img21,
        .cbcn-aiimage-img22,
        .cbcn-aiimage-img23 {
            width: 31.1em;
            height: 100%;
            border-radius: 30px;
            overflow: hidden;
            display: block;
        }
        .cbcn-aiimage-img23 {
            right: 0;
        }
        .cbcn-aiimage-img22,
        .cbcn-aiimage-img23 {
            opacity: 0;
            transition: all 0.3s 1.2s;
        }
        .cbcn-aiimage-img2:not(.active) .cbcn-aiimage-img22,
        .cbcn-aiimage-img2.active .cbcn-aiimage-img23 {
            opacity: 1;
        }
    }

    /* selfiescreen */
    @media screen {
        .cbcn-selfiescreen-bg {
            width: 100%;
            height: 80.3em;
            bottom: 0;
        }

        .cbcn-selfiescreen-row {
            position: relative;
            z-index: 2;
        }

        .cbcn-selfiescreen-box {
            width: 100%;
            height: 684px;
            align-items: center;
            position: relative;
        }

        .cbcn-selfiescreen-img {
            position: absolute;
            top: 0;
            right: 0;
            width: 25.8em;
            height: 37.95em;
        }

        .cbcn-selfiescreen-title {
            width: 542px;
            z-index: 12;
        }

        .cbcn-selfiescreen-Box2 {
            margin-top: 4em;
            z-index: 12;
            position: relative;
        }

        .cbcn-selfiescreen-itemBox {
            height: auto;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0.4em;
            margin-top: 2.4em;
        }

        .cbcn-selfiescreen-item {
            width: 31.3em;
            height: 100%;
            padding: 1.8em;
            border-radius: 0.8em;
            background: #fff;
        }
    }

    /* selfiescreen2 */
    @media screen {
        .cbcn-selfiescreen2-section {
            width: 100%;
            height: 56em;
            position: relative;
        }

        .cbcn-selfiescreen2-safe {
            justify-content: space-between;
            align-items: center;
            position: relative;
            height: 100%;
        }

        .cbcn-selfiescreen2-title {
            width: 516px;
            position: relative;
            z-index: 9;
        }

        .cbcn-selfiescreen2-title .cbcn-title {
            left: 0;
            transition: all 0.6s cubic-bezier(0, 0, 0.3, 1);
        }

        .cbcn-selfiescreen2-title1 {
            opacity: 1;
            margin-top: 0;
        }

        .cbcn-selfiescreen2-section.active .cbcn-selfiescreen2-title1 {
            opacity: 0;
            margin-top: -360px;
        }

        .cbcn-selfiescreen2-title2 {
            opacity: 0;
            margin-top: 360px;
        }

        .cbcn-selfiescreen2-section.active .cbcn-selfiescreen2-title2 {
            opacity: 1;
            margin-top: 0;
        }

        .cbcn-selfiescreen2-img {
            width: 24.3em;
            height: 48.7em;
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .cbcn-selfiescreen2-img1 {
            width: 31.1em;
            height: 40em;
            object-fit: cover;
            position: absolute;
            right: 0;
            bottom: 10em;
            z-index: 9;
            border-radius: 1.4em;
        }

        .cbcn-selfiescreen2-section.active .cbcn-selfiescreen2-img1 {
            bottom: 9.17em;
            right: 0.68em;
            width: 16.14125em;
            height: 18.5em;
            border-radius: 0.4em;
            transition: all 1.2s cubic-bezier(0, 0, 0.3, 1);
        }

        .cbcn-selfiescreen2-img2 {
            opacity: 0;
            transition: all 1.2s cubic-bezier(0, 0, 0.3, 1);
        }

        .cbcn-selfiescreen2-section.active .cbcn-selfiescreen2-img2 {
            opacity: 1;
        }
    }

    /* external */
    @media screen {
        .cbcn-external-title {
            width: 980px;
            position: relative;
            z-index: 11;
        }

        .cbcn-external-img {
            width: 78.9em;
            height: 44.4em;
            margin-top: -7.24em;
            position: relative;
            z-index: 10;
            left: 50%;
            transform: translateX(-50%);
        }

        .cbcn-external-note {
            position: relative;
            z-index: 11;
            width: 24.1em;
            margin-top: -6.06em;
        }
    }

    /* performance */
    @media screen {

        .cbcn-performance-section,
        .cbcn-image-section {
            width: 100%;
            height: 50em;
        }

        .cbcn-performance-media,
        .cbcn-image-media {
            width: 100%;
            height: 54em;
            top: -8.5em;
        }

        .cbcn-performance-txt-p {
            font-size: 150px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;
            background: linear-gradient(89deg, #FB6A98 -3.89%, #FF9B80 63.1%, #FFE966 145.06%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-performance-txt {
            gap: 20px;
            top: 27.7em;
            -webkit-mask-image: linear-gradient(100deg, #fff 0%, #fff 34%, #ffffff00 66%, #ffffff00 100%);
            mask-image: linear-gradient(100deg, #fff 0%, #fff 34%, #ffffff00 66%, #ffffff00 100%);
            mask-size: 300%;
            mask-position: 100% center;
        }

        .cbcn-performance-txt.active {
            mask-position: 0% center;
            transition: all 2s 0.5s cubic-bezier(0, 0, 0.2, 1);
        }
    }


    /* chip */
    @media screen {
        .cbcn-chip-section {
            position: relative;
        }

        .cbcn-chip-safe {
            justify-content: space-between;
            position: relative;
            z-index: 9;
        }

        .cbcn-chip-txt {
            width: 25.8em;
        }

        .cbcn-chip-param {
            width: 100%;
            margin-top: 3.4em;
            gap: 2.4em;
            flex-wrap: wrap;
        }

        .cbcn-chip-param .cbcn-param {
            min-width: 10.55em;
        }

        .cbcn-chip-param .cbcn-param>p:nth-child(2) {
            position: relative;
            -webkit-text-fill-color: initial !important;
        }

        .cbcn-chip-safe {
            z-index: 2;
            position: relative;
        }

        .cbcn-chip-box {
            position: relative;
            z-index: 1;
        }

        .cbcn-chip-media {
            width: 96em;
            height: 70.6em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            margin-top: -32.6em;
        }
    }

    /* game */
    @media screen {

        .cbcn-game-safe,
        .cbcn-game-media {
            position: relative;
            z-index: 12;
        }

        .cbcn-game-section.wt {
            background: #F9F9FB;
        }

        .cbcn-game-bg {
            width: 96em;
            height: 81.75em;
            bottom: 0;
            z-index: 11;
        }

        .cbcn-game-param .cbcn-param {
            width: 18.8em;
        }

        .cbcn-game-param {
            margin-top: 5em;
            width: 44.8em;
            gap: 2.4em;
            flex-wrap: wrap;
        }

        .cbcn-game-media {
            margin-top: 2em;
            width: 96em;
            height: 34em;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .cbcn-game-param .cbcn-param>p:nth-child(2) {
            position: relative;
            -webkit-text-fill-color: initial !important;
        }
    }

    /* eyeshield */
    @media screen {
        .cbcn-eyeshield-box {
            width: 100%;
            height: 100%;
        }

        .cbcn-eyeshield-img1 {
            width: 82%;
            height: 70%;
            border-radius: 1.5em;
            overflow: hidden;
        }

        .cbcn-eyeshield-title {
            z-index: 2;
            opacity: 0;
        }
        .cbcn-eyeshield-title .cbcn-h1 {
            padding-left: 0.25em;
        }

        .cbcn-eyeshield-box2 {
            background-color: #fff;
            margin-top: 100vh;
            z-index: 3;
        }

        .cbcn-eyeshield-content {
            width: 63em;
            justify-content: space-between;
        }

        .cbcn-eyeshield-txt {
            flex-shrink: 0;
            width: 24em;
        }

        .cbcn-eyeshield-param {
            width: 31em;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.2em 4em;
            background: linear-gradient(133deg, #FB6A98 5.44%, #FF9B80 34%, #FFE966 96.42%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-eyeshield-param .cbcn-param>p:nth-child(1),
        .cbcn-eyeshield-param .cbcn-param>p:nth-child(1) sup {
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-eyeshield-param .cbcn-param>p:nth-child(1) sup {
            position: static !important;
            margin-top: -1em;
        }

        .cbcn-eyeshield-param .cbcn-param>p:nth-child(2) {
            position: relative;
        }

        .cbcn-eyeshield-param .cbcn-param {
            width: 13.5em;
            min-height: 5.1em;
            justify-content: center;
        }

        .cbcn-param-icon1,
        .cbcn-param-icon2,
        .cbcn-param-icon3 {
            width: 13.5em;
            height: 5.1em;
        }
        .cbcn-param-icon6 {
            width: 13.8em;
            height: 4.45em;
        }


        .cbcn-eyeshield-box3 {
            opacity: 0;
            z-index: 2;
            background-color: #FFF;
        }

        .cbcn-eyeshield-img2 {
            width: 250%;
            height: 250%;
            -webkit-mask-image: linear-gradient((0deg, #fff 0%, #fff 90%));
            mask-image: linear-gradient(180deg, #fff 0%, #fff 80%, #ffffff00 100%);
        }

        .cbcn-eyeshield-content2 {
            bottom: 10em;
            width: 63em;
            padding: 5em 3.4em;
            border-radius: 1.5em;
            background-color: #f5f5f5;
            transform: translateX(-50%) translateY(150%);
        }

        .cbcn-eyeshield-txt2 {
            gap: 3.5em;
        }

        .cbcn-eyeshield-txt2 .cbcn-title {
            width: 25em;
            flex-shrink: 0;
        }

        .cbcn-desc {
            gap: 2.4em;
        }

        .cbcn-eyeshield-txt3 {
            gap: 10.8em;
        }

        .cbcn-eyeshield-title2 {
            width: 15em;
            flex-shrink: 0;
        }

        .cbcn-eyeshield-param2 {
            flex-wrap: wrap;
            gap: 2.4em;
        }

        .cbcn-eyeshield-param2>div {
            width: 12.8em;
        }

        .cbcn-eyeshield-iconbox {
            width: 12.8em;
            height: 8.75em;
        }
    }

    /* battery */
    @media screen {
        .cbcn-battery-section {
            position: relative;
        }

        .cbcn-battery-safe1,
        .cbcn-battery-safe2 {
            position: relative;
            z-index: 11;
        }

        .cbcn-battery-content {
            width: 100%;
            justify-content: space-between;
        }

        .cbcn-battery-bg {
            position: absolute;
            bottom: 0;
            width: 96em;
            height: 41.65em;
            z-index: 10;
        }

        .cbcn-battery-img {
            width: 80em;
            height: 35.75em;
            z-index: 10;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .cbcn-battery-title {
            width: 25.8em;
            flex-shrink: 0;
        }

        .cbcn-battery-paramBox {
            width: 25.9em;
            gap: 2.4em 4em;
            position: relative;
            z-index: 12;
            flex-wrap: wrap;
            background: linear-gradient(91deg, #FB6A98 -1.42%, #FF9B80 46.95%, #FFE966 106.14%);
            background-clip: text;
            -webkit-background-clip: text;
        }

        .cbcn-battery-paramBox .cbcn-param>p:nth-child(1),
        .cbcn-battery-paramBox .cbcn-param>p:nth-child(1) sup {
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .cbcn-battery-paramBox .cbcn-param>p:nth-child(1) sup {
            position: static !important;
            margin-top: -1em;
        }

        .cbcn-battery-paramBox .cbcn-param>p:nth-child(2) {
            position: relative;
        }

        .cbcn-battery-paramBox .cbcn-param:nth-child(5) {
            margin-left: 36px;
        }


        .cbcn-battery-swiper-title {
            margin-bottom: 2.4em;
        }

        .cbcn-battery-swiper {
            width: 100%;
        }

        .cbcn-battery-slide {
            width: 20.45em;
            height: auto;
            padding: 1.8em;
            border-radius: 0.8em;
            background: #FFF;
            overflow: hidden;
        }

        .cbcn-battery-switchBtnList {
            margin-top: 2.4em;
            justify-content: flex-end;
        }
    }


    /* signal1 */
    @media screen {
        .cbcn-signal1-section {
            width: 100%;
            height: 55.45em;
            position: relative;
        }

        .cbcn-signal1-img {
            width: 100%;
            height: 100%;
            z-index: 10;
        }

        .cbcn-signal1-safe {
            z-index: 11;
        }
    }

    /* signal2 */
    @media screen {
        .cbcn-signal2-section>div {
            position: relative;
        }

        .cbcn-signal2-swiper {
            position: relative;
            z-index: 10;
        }

        .cbcn-signal2-img {
            width: 980px;
            height: 550px;
            opacity: 0;
            transition: all 0.3s;
            border-radius: 30px;
            overflow: hidden;
        }

        .swiper-slide-active .cbcn-signal2-img {
            opacity: 1;
        }

        .cbcn-signal2-desc {
            margin-top: 50px;
            width: 731px;
            opacity: 0;
            transition: all 0.3s;
        }

        .cbcn-signal2-desc.active {
            opacity: 1;
        }

        .cbcn-signal2-switchBtnList {
            position: absolute;
            z-index: 99;
            top: 580px;
            right: 0;
        }
    }

    /* configurations */
    @media screen {
        .cbcn-configurations-section {
            position: relative;
        }

        .cbcn-configurations-safeRow {
            position: relative;
            z-index: 11;
        }

        .cbcn-configurations-bg {
            position: absolute;
            bottom: 0;
            width: 96em;
            height: 61.4em;
            z-index: 10;
        }


        .cbcn-configurations-swiper {
            margin-top: 68px;
            width: 100%;
        }

        .cbcn-configurations-slide {
            width: 482px !important;
            height: 380px;
            padding: 48px;
            justify-content: space-between;
            background: #fff;
            border-radius: 16px;
        }


        .cbcn-configurations-img {
            width: 100%;
            height: 4.4em;
        }

        .cbcn-configurations-switchBtnList {
            margin-top: 48px;
            justify-content: flex-end;
        }
    }

    /* os */
    @media screen {
        .cbcn-os-section.wt {
            background: #FFF;
        }

        .cbcn-os-section {
            width: 100%;
            height: 50em;
        }

        .cbcn-os-title {
            margin-top: 1em;
            margin-bottom: 3.4em;
        }

        .cbcn-os-box {
            align-items: center;
        }

        .cbcn-os-logo {
            width: 26.65em;
            height: 36.2em;
            -webkit-mask-image: linear-gradient(135deg, #ffffff00 0%, #ffffff00 40%, #fff 66%, #fff 100%);
            mask-image: linear-gradient(135deg, #ffffff00 0%, #ffffff00 40%, #fff 66%, #fff 100%);
            mask-size: 400%;
            mask-position: 100% center;
        }

        .cbcn-os-section.active .cbcn-os-logo {
            mask-position: 0% center;
            transition: all 1.2s cubic-bezier(0, 0, 0.2, 1);
        }

        .cbcn-os-img {
            width: 33.25em;
            height: 9.85em;
            margin-top: 10em;
            opacity: 0;
        }

        .cbcn-os-section.active .cbcn-os-img {
            margin-top: 0;
            opacity: 1;
            transition: all 1s 1.2s cubic-bezier(0, 0, 0.2, 1);
        }

        .cbcn-os-click {
            align-items: center;
            gap: 0.4em;
            flex-wrap: nowrap !important;
            justify-content: center;
            background: linear-gradient(91deg, #FB6A98 -1.42%, #FF9B80 46.95%, #FFE966 106.14%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 6em;
            opacity: 0;
        }

        .cbcn-os-section.active .cbcn-os-click {
            margin-top: 3.4em;
            opacity: 1;
            transition: all 1s 1.2s cubic-bezier(0, 0, 0.2, 1);
        }
    }

    /* smooth */
    @media screen {
        .cbcn-smooth-section.wt {
            background: #F9F9FB;
        }

        .cbcn-smooth-title {
            width: 814px;
        }

        .cbcn-smooth-box {
            margin-top: 3.4em;
            border-radius: 1.5em;
            gap: 4em;
            background: #fff;
            overflow: hidden;
            padding: 3.4em;
            width: 100%;
            height: auto;
        }

        .cbcn-smooth-itemFlex {
            gap: 0.8em;
            margin-top: 2.4em;
            flex-wrap: wrap;
        }

        .cbcn-smooth-itemFlex.index2 {
            gap: 2.4em 0.8em;
        }

        /* 灰色盒子 */
        .cbcn-smooth-itemFlexBox {
            padding: 0 0.8em;
            background: #F2F2F5;
            border-radius: 0.8em;
            overflow: hidden;
            height: 9.5em;
            width: 27.7em;
            align-items: center;
            gap: 1em;
        }

        .cbcn-smooth-img {
            width: 6em;
            height: 6em;
        }

        .cbcn-smooth-icon {
            width: 21.1em;
            height: 5em;
            margin-top: 2.4em;
        }

        .cbcn-smooth-safeRow {
            z-index: 11;
            position: relative;
        }

        .cbcn-smooth-bg {
            position: absolute;
            top: 0;
            width: 96em;
            height: 116em;
            z-index: 10;
        }

        .cbcn-smooth-itemFlexBox2 .cbcn-smooth-img {
            width: 27.7em;
            height: 23em;
            overflow: hidden;
            border-radius: 0.8em;
        }

        .cbcn-smooth-itemFlexBox2 .cbcn-smooth-dec {
            margin-top: 0.8em;
        }
    }

    /* individuation */
    @media screen {
        .cbcn-individuation-section.wt {
            background: #F9F9FB;
        }

        .cbcn-individuation-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .cbcn-individuation-title {
            width: 25.8em;
        }

        .cbcn-individuation-media {
            width: 31.1em;
            height: 35em;
        }
    }

    /* ecological */
    @media screen {
        .cbcn-ecological-section {
            position: relative;
        }

        .cbcn-ecological-bg {
            position: absolute;
            bottom: 0;
            width: 96em;
            height: 72.7em;
            z-index: 10;
        }

        .cbcn-ecological-safe {
            position: relative;
            z-index: 11;
        }

        .cbcn-ecological-section.wt {
            background: #F9F9FB;
        }


        /* 大轮播 */
        .cbcn-ecological-switchBtnList {
            margin-top: 2.4em;
            justify-content: flex-end;
        }

        .cbcn-ecological-bigswiper {
            height: 690px;
            width: 100%;
            margin-top: 3.4em;
        }



        /* 内轮播 */
        .cbcn-ecological-accordion {
            width: 100%;
            height: 100%;
            border-radius: 1.5em;
            background: #FFF;
            overflow: hidden;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

        .cbcn-ecological-swiper {
            flex: 1;
            height: 100%;
            overflow: hidden;
        }

        .cbcn-ecological-box {
            padding: 2.4em;
            width: 28.5em;
            height: auto;
        }

        .cbcn-ecological-itemBox {
            margin-top: 1.6em;
            gap: 1.6em;
        }

        .cbcn-ecological-slide {
            background-color: #FFFFFF;
        }

        .cbcn-ecological-item:first-child {
            padding-top: 0em;
            border-top: none;
        }

        .cbcn-ecological-item {
            padding-top: 1.6em;
            border-top: 1px solid rgba(0, 0, 0, 0.16);
            cursor: pointer;
        }

        .cbcn-ecological-txt {
            justify-content: space-between;
            opacity: 0.54;
            transition: all 0.5s;
        }

        .cbcn-ecological-dec {
            width: 20.1em;
            overflow: hidden;
            transition: all 0.5s;
            display: grid;
            grid-template-rows: 0fr;
        }

        .cbcn-ecological-drawer-icon {
            height: 32px;
            width: 32px;
            transition: all 0.5s;
            transform: rotateX(180deg);
            opacity: 0.54;
        }

        .cbcn-ecological-dec>* {
            min-height: 0;
            padding-top: 0;
            transition: all 0.5s;
            display: block;
        }

        .cbcn-ecological-item.active .cbcn-ecological-dec>* {
            padding-top: 16px;
        }


        .cbcn-ecological-item.active .cbcn-ecological-dec {
            grid-template-rows: 1fr;
        }

        .cbcn-ecological-item.active .cbcn-ecological-txt {
            opacity: 1;
        }

        .cbcn-ecological-item.active .cbcn-ecological-drawer-icon {
            transform: rotate(0);
            opacity: 1;
        }

    }

    /* ai */
    @media screen {
        .cbcn-ai-section.wt {
            background: #F9F9FB;
        }

        .cbcn-ai-safeRow {
            position: relative;
            z-index: 11;
        }

        .cbcn-ai-itemBox {
            justify-content: space-between;
            margin-top: 4em;
        }

        .cbcn-ai-item {
            width: 31.1em;
        }

        .cbcn-ai-title {
            width: 814px;
        }

        .cbcn-ai-img {
            height: 26em;
            width: 100%;
            border-radius: 1.5em;
            overflow: hidden;
        }

        .cbcb-ai-dec {
            margin-top: 2.4em;
        }
    }

    /* jump */
    @media screen {
        .cbcn-jump-section.wt {
            background: #F9F9FB;
        }

        .cbcn-jump-imgbox {
            height: 17.5em;
            width: 100%;
            border-radius: 1.5em;
            overflow: hidden;
        }
    }

    /* remark */
    @media screen {
        .cbcn-remark-section.wt {
            background: #F2F2F5;
        }

        .cbcn-remark-section ul,
        .cbcn-remark-section ol {
            padding-inline-start: 2em;
            font-size: 12px !important;
        }

        .cbcn-remark-section ol li {
            list-style: decimal;
            color: rgba(0, 0, 0, 0.40) !important;
        }
    }
}

/*    1024 */
@media screen and (min-width: 982px) and (max-width: 1439px) {
    .cbcn-ksp-wrapper {
        margin: 0;
        left: 50%;
        transform: translateX(-50%) scale(0.775);
    }

    .cbcn-appearance-p {
        transform: translate(-50%, -50%) scale(0.8);
    }

    .cbcn-color-safe {
        width: 49em;
        justify-content: space-around;
    }

    .cbcn-color-media {
        left: -5em;
    }

    .cbcn-color-btnbox {
        margin-top: 5em;
    }

    .cbcn-flash-safe {
        width: 72em;
    }

    .cbcn-diagram-row,
    .cbcn-tonality-safe,
    .cbcn-sports-safe,
    .cbcn-night-row {
        width: 980px;
    }

    .cbcn-sports-img {
        width: 436.8px;
        height: 516px;
    }

    .cbcn-vlog-content,
    .cbcn-aiimage-safe,
    .cbcn-selfiescreen2-safe {
        width: 49em;
    }

    .cbcn-sports-swiper {
        transform: scale(0.95);
        transform-origin: 0% 0%;
    }
    .cbcn-sports-title  {
        width: 20em;
    }
    .cbcn-sports-switchBtnlist {
        right: 20em;
    }

    .cbcn-aiimage-swiper {
        transform: translateX(-50%) scale(0.775);
    }

    .cbcn-performance-txt {
        top: 25em;
        transform: translateX(-50%) scale(0.8);
    }

    .cbcn-selfiescreen-row {
        width: 980px;
    }

    .cbcn-selfiescreen-title {
        width: 480px;
    }

    .cbcn-selfiescreen-item {
        width: 486px;
    }

    .cbcn-selfiescreen2-img {
        margin-right: -4em;
    }

    .cbcn-selfiescreen2-img1 {
        right: 4em;
        width: 466.5px;
        height: 645px;
    }

    .cbcn-chip-safe {
        width: 990px;
    }

    .cbcn-game-media {
        width: 1152px;
        height: 588px;
    }

    .cbcn-eyeshield-content,
    .cbcn-eyeshield-content2 {
        width: 945px;
    }

    .cbcn-eyeshield-txt {
        width: 350px;
    }

    .cbcn-eyeshield-param {
        width: 560px;
        gap: 10px 0px;
        justify-content: space-between;
    }

    .cbcn-eyeshield-txt2 .cbcn-title {
        width: 15em;
    }

    .cbcn-eyeshield-txt3 {
        gap: 3.5em;
    }

    .cbcn-eyeshield-param2 {
        gap: 1.5em;
    }

    .cbcn-eyeshield-param2>div {
        width: 10em;
    }
    .cbcn-eyeshield-iconbox {
        height: 6.8359375em;
    }

    .cbcn-battery-section .cbcn-pc-safeRow2 {
        width: 980px;
    }

    .cbcn-battery-img {
        transform: translateX(-49%) scale(0.75);
    }

    .cbcn-battery-paramBox .cbcn-param:nth-child(1),
    .cbcn-battery-paramBox .cbcn-param:nth-child(2) {
        width: 100%;
    }

    .cbcn-battery-section {
        padding-bottom: 100px;
    }


    .cbcn-smooth-safeRow,
    .cbcn-signal1-safe {
        width: 980px;
    }

    .cbcn-smooth-itemFlexBox.micro,
    .cbcn-smooth-itemFlexBox {
        width: 100%;
    }

    .cbcn-smooth-itemFlexBox2 .cbcn-smooth-img {
        width: 414px;
        height: 388.59px;
    }

    :is(.cbcn-individuation-section, .cbcn-ecological-section, .cbcn-jump-section) .cbcn-pc-safeRow2,
    .cbcn-ai-safeRow {
        width: 980px;
    }

    .cbcn-ecological-box {
        width: 26.35em;
    }

    .cbcn-ai-itemBox {
        justify-content: center;
        gap: 4em;
    }
    .cbcn-individuation-title {
        width: 30em;
    }
    .cbcn-individuation-media {
        transform: scale(0.8);
        transform-origin: 100% 50%;
    }
    .cbcn-design2-content {
        gap: 50px;
    }
}

@media screen and (min-width: 1921px) {
    .cbcn-camera-img {
        -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
        mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
    }
}