@media screen and (min-width: 981px) {

    /* kv */
    @media screen {


        .cbcn-kv-remark {
            position: absolute;
            bottom: 1.5em;
            right: 1.5em;
            text-align: right !important;
        }

        .cbcn-kv-remark div {
            color: #555;
            line-height: 150%;
        }
    }

    /* navigation */
    @media screen {
        .cbcn-navigation-screen {
            background: #f5f5f5 !important;
        }

        .cbcn-navigation-card {
            border-radius: 0.6em;
            background: #010101;
            overflow: hidden;
            position: relative;
        }

        #cbcn-navigation-card1 {
            height: 19em;
            width: 100%;
        }

        #cbcn-navigation-card2 {
            width: 33.25em;
            height: 26em;
        }

        #cbcn-navigation-card3,
        #cbcn-navigation-card4 {
            width: 33.25em;
            height: 12.5em;
        }

        .cbcn-navigation-txt {
            position: absolute;
            top: 1.5em;
            left: 1.5em;
        }

        .cbcn-navigation-gap {
            gap: 1em;
        }

        .cbcn-navigation-icon {
            width: 1.6em;
            height: 1.6em;
            position: absolute;
            bottom: 1em;
            left: 1.5em;
        }
    }

    /* appearance */
    @media screen {

        .cbcn-appearance-p1,
        .cbcn-appearance-p2,
        .cbcn-appearance-p3 {
            width: 80%;
        }
    }

    /* color */
    @media screen {
        .cbcn-color-swiper {
            width: 100%;
            height: 50em;
        }

        .cbcn-color-txt {
            width: 100%;
            bottom: 9.5em;
            gap: 0.75em;
        }

        .cbcn-color-btnListDiv {
            bottom: 4.5em;
            z-index: 99;
            display: inline-flex;
        }

        .cbcn-color-btnList {
            display: inline-flex !important;
            width: auto;
            padding: 0.5em;
            align-items: center;
            gap: 0.6em;
            border-radius: 4.25em;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(25px);
        }

        .cbcn-color-btn {
            width: 2.25em;
            height: 2.25em;
            cursor: pointer;
            position: relative;
        }


        .cbcn-color-btn svg {
            width: 2.25em;
            height: 2.25em;
        }

        .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: #00005B;
        }

        .cbcn-color-btn.index1 .cbcn-color-circle {
            stroke: #BEAD9F;
        }

        .cbcn-color-btn.index2 .cbcn-color-circle {
            stroke: #FFFFFF;
        }

        .cbcn-color-btn.index3 .cbcn-color-circle {
            stroke: #000000;
        }

        .cbcn-color-btn.active .cbcn-color-circle {
            stroke-dashoffset: 0;
            transition: stroke-dashoffset 3s ease-out;
        }
    }

    /* design */
    @media screen {
        .cbcn-design-card {
            border-radius: 0.6em;
            overflow: hidden;
        }

        .cbcn-design-card video {
            transition: all 0.5s;
        }

        .cbcn-design-card:hover video {
            transform: scale(1.05);
            transform-origin: center;
        }

        .cbcn-design-card-div {
            margin-top: 3.5em;
            gap: 1em;
        }

        .cbcn-design-card-row {
            justify-content: space-between;
        }

        #cbcn-design-card1 {
            width: 67.5em;
            height: 22.5em;
        }

        #cbcn-design-card2,
        #cbcn-design-card3 {
            width: 33.25em;
            height: 25em;
        }

        .cbcn-design-txt2 {
            justify-content: center;
            gap: 9.3em;
            margin-top: 3.5em;
        }
    }


    /* image */
    @media screen {
        .cbcn-image-screen {
            width: 100%;
            height: 45em;
        }

        .cbcn-image-txt1 {
            top: calc(50% + 12em);
            width: 100%;
        }


        .cbcn-image-txt1 p {
            font-size: 6.1em;
            background: linear-gradient(92deg, #F5F5F7 17.22%, #2C2C2C 98.95%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1;
            -webkit-text-stroke-color: #000;
        }
    }

    /* lensmodule */
    @media screen {
        .cbcn-lensmodule-img {
            width: 100%;
            height: 53.95em;
        }
    }

    /* zeiss */
    @media screen {
        .cbcn-zeiss-txt1 {
            width: 28.15em;
            position: relative;
            z-index: 99;
        }

        .cbcn-zeiss-img {
            width: 96em;
            height: 54em;
            top: 24.2em;
        }

        .cbcn-zeiss-txt2 {
            margin-top: 47.5em;
            justify-content: space-between;
        }

        .cbcn-zeiss-txt2 .cbcn-titletxt {
            width: 20em;
        }
    }

    /* rearCamera */
    @media screen {
        .cbcn-rearCamera-content {
            height: 46.5em;
        }

        .cbcn-rearCamera-txt1 {
            justify-content: space-between;
            width: 100%;
            position: absolute;
            top: 7.5em;
        }

        .cbcn-rearCamera-desc {
            width: 20em;
            gap: 2.5em;
        }

        .cbcn-rearCamera-img {
            width: 42.7543em;
            height: 91em;
            bottom: -47em;
            position: absolute;
            left: 50%;
        }

        .cbcn-rearCamera-img-mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .cbcn-rearCamera-param {
            position: absolute;
            left: 0;
            overflow: visible;
            z-index: 9;
        }

        .cbcn-rearCamera-param .title {
            position: absolute;
            left: 0;
            bottom: 30px;
        }

        .cbcn-rearCamera-param .desc {
            position: absolute;
            left: 0;
            top: 30px;
        }

        .cbcn-rearCamera-param1 {
            bottom: 26em;
            width: 32.725em;
        }

        .cbcn-rearCamera-param2 {
            bottom: 18.95em;
            width: 32.725em;
        }

        .cbcn-rearCamera-param1 .cbcn-rearCamera-line {
            width: 100%;
            height: 2px;
            stroke-dasharray: 655;
            stroke-dashoffset: 655;
        }

        .cbcn-rearCamera-param2 .cbcn-rearCamera-line {
            width: 100%;
            height: 2px;
            stroke-dasharray: 655;
            stroke-dashoffset: 655;
        }

        .cbcn-rearCamera-param3 {
            bottom: 14.85em;
            width: 42.85em;
        }

        .cbcn-rearCamera-param3 .cbcn-rearCamera-line {
            width: 100%;
            stroke-dasharray: 908;
            stroke-dashoffset: 908;
        }

        .cbcn-rearCamera-param3 .desc {
            top: 79px;
        }
    }

    /* longFocus */
    @media screen {
        .cbcn-longFocus-desc {
            width: 40.7em;
        }

        .cbcn-longFocus-img {
            width: 95.55em;
            height: 50em;
        }

        .cbcn-longFocus-txt2 {
            margin-top: 42.2em;
        }

        .cbcn-longFocus-param-div {
            width: 100%;
            gap: 3em;
        }

        .cbcn-longFocus-param-row {
            justify-content: space-between;
        }

        .cbcn-longFocus-param-row2 {
            gap: 7em;
            justify-content: flex-start;
        }

        .cbcn-longFocus-param-row2 .cbcn-param:nth-child(1) {
            min-width: 17.1em;
        }
    }

    /* stageMode */
    @media screen {
        .cbcn-stageMode-swiper {
            margin-top: 3.5em;
            width: 49em;
            height: 30.5em;
        }

        .cbcn-stageMode-dragDiv {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .cbcn-stageMode-info-div {
            margin-top: 3.5em;
            justify-content: end;
            position: relative;
        }

        .cbcn-stageMode-info {
            width: 24em;
        }

        .cbcn-stageMode-info-content {
            width: 200%;
            text-align: justify;
            position: relative;
        }

        .cbcn-stageMode-info-content p {
            width: 50%;
        }

        .cbcn-stageMode-switchBtn-div {
            display: inline-flex !important;
            flex-shrink: 0;
            width: auto;
            height: max-content;
            position: absolute;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: center;
            gap: 0.55em;
            border-radius: 2.2em;
            background: #212121;
            padding: 0.2em;
            z-index: 9;
        }

        .cbcn-stageMode-switchBtn {
            padding: 0.1em 1em;
            border-radius: 2em;
            cursor: pointer;
        }

        .cbcn-stageMode-switchBtn p {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .cbcn-stageMode-switchBtn.active {
            background: #FFF;
        }

        .cbcn-stageMode-switchBtn.active p {
            color: #000 !important;
        }

        .cbcn-drag-drag-desc p {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 0.25rem;
            line-height: 1.5;
        }

        .cbcn-stageMode-div-img {
            height: 100%;
        }
    }

    /* longFocusSpecimen */
    @media screen {
        .cbcn-longFocusSpecimen-swiper {
            width: 40.7em;
            height: 25em;
            margin-top: 5em;
        }

        .cbcn-longFocusSpecimen-swiper .swiper-wrapper {
            align-items: center;
        }

        .cbcn-longFocusSpecimen-swiper .swiper-slide {
            transition: width 0.3s, height 0.3s, opacity 0.3s;
            border-radius: 12px;
            overflow: hidden;
            opacity: 0.3;
            position: relative;
            z-index: 50;
        }

        .cbcn-longFocusSpecimen-slideMask {
            width: 100%;
            height: 100%;
            z-index: 99;
        }

        .cbcn-longFocusSpecimen-swiper .swiper-slide-active {
            opacity: 1;
            z-index: 98;
        }

        .cbcn-longFocusSpecimen-swiper .swiper-slide-active~.swiper-slide {
            width: 22.5em !important;
            height: 17.4em;
            flex-shrink: 0;
        }

        .cbcn-longFocusSpecimen-img1 {
            position: absolute;
            opacity: 0;
        }

        .cbcn-longFocusSpecimen-img1.active {
            opacity: 1;
        }

        .cbcn-longFocusSpecimen-inbtnListDiv {
            width: 100%;
            justify-content: center;
            top: 1.25em;
            z-index: 999;
        }

        .cbcn-longFocusSpecimen-inbtnList {
            display: inline-flex !important;
            width: auto;
            gap: 0.55em;
            border-radius: 2.2em;
            background: rgba(33, 33, 33, 0.30);
            backdrop-filter: blur(15px);
            justify-content: center;
            align-items: center;
            padding: 0.2em;
        }

        .cbcn-longFocusSpecimen-inbtn {
            padding: 0.1em 0.75em;
            border-radius: 2em;
            text-align: center;
            cursor: pointer;
        }

        .cbcn-longFocusSpecimen-inbtn p {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .cbcn-longFocusSpecimen-inbtn.active {
            background: #FFF;
        }

        .cbcn-longFocusSpecimen-inbtn.active p {
            color: #000 !important;
        }

        .cbcn-longFocusSpecimen-btnListDiv {
            width: 100%;
            justify-content: center;
            margin-top: 3.5em;
        }

        .cbcn-longFocusSpecimen-btnList {
            display: inline-flex !important;
            width: auto;
            gap: 0.55em;
            border-radius: 2.2em;
            background: #212121;
            justify-content: center;
            align-items: center;
            padding: 0.2em;
        }

        .cbcn-longFocusSpecimen-btn {
            padding: 0.1em 1em;
            border-radius: 2em;
            text-align: center;
            cursor: pointer;
        }

        .cbcn-longFocusSpecimen-btn p {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .cbcn-longFocusSpecimen-btn.active {
            background: #FFF;
        }

        .cbcn-longFocusSpecimen-btn.active p {
            color: #000 !important;
        }

        .cbcn-longFocusSpecimen-txt2 {
            margin-top: 3.5em;
            width: 100%;
        }

        .cbcn-longFocusSpecimen-txt2-content {
            position: relative;
            width: 300%;
        }

        .cbcn-longFocusSpecimen-txt2-item {
            width: 33.33333333%;
            gap: 1.5em;
        }

        .cbcn-longFocusSpecimen-desc {
            width: 32.3em;
        }
    }

    /* qualityEnhancement */
    @media screen {
        .cbcn-qualityEnhancement-imgDiv {
            margin-top: 3.5em;
            width: 100%;
            justify-content: space-between;
        }

        .cbcn-qualityEnhancement-img {
            width: 24em;
            height: 29em;
            border-radius: 0.6em;
        }

        .cbcn-qualityEnhancement-txt2 {
            margin-top: 3.5em;
            width: 32.4em;
        }

        .cbcn-qualityEnhancement-imgDiv {
            position: relative;
        }

        .cbcn-qualityEnhancement-p1,
        .cbcn-qualityEnhancement-p2 {
            overflow: hidden;
            position: absolute;

        }


        .cbcn-qualityEnhancement-p2 {
            left: auto;
            right: 1.35em;
            bottom: 1.35em;
        }
    }

    /* sensor */
    @media screen {
        .cbcn-sensor-imgDiv {
            margin-top: 3.5em;
            width: 100%;
            height: 35em;
        }

        .cbcn-sensor-img {
            width: 62em;
            height: 35em;
        }

        .cbcn-sensor-txt2 {
            margin-top: 5em;
            width: 42em;
        }

        .cbcn-sensor-param-div {
            margin-top: 3.5em;
            gap: 2.5em;
        }

        .cbcn-sensor-param-row1 {
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 2em 5.5em;
        }

        .cbcn-sensor-param-row1 .cbcn-param:nth-of-type(3n+1) {
            width: 13.15em;
        }

        .cbcn-sensor-param-row1 .cbcn-param:nth-of-type(3n+2) {
            width: 6.75em;
        }
    }

    /* nightView */
    @media screen {
        .cbcn-nightView-dragDiv {
            margin-top: 3.5em;
            width: 49em;
            height: 27.2em;
        }

        .cbcn-nightView-txt1-row {
            justify-content: space-between;
        }

        .cbcn-nightView-desc {
            width: 15.65em;
        }

        .cbcn-nightView-desc p {
            white-space: wrap !important;
        }

        .cbcn-nightView-p-div {
            display: flex;
            justify-content: space-between;
            padding: 0 1.5em;
            transform: translateY(-2.8em);
        }
    }

    /* videoRecording */
    @media screen {
        .cbcn-videoRecording-videoDiv {
            margin-top: 3.5em;
            width: 94em;
            height: 44em;
            position: relative;
            overflow: hidden;
        }

        .cbcn-videoRecording-videoDiv p {
            z-index: 99;
        }

        .cbcn-videoRecording-videoC {
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-videoRecording-video {
            width: 97vw;
            height: 44em;
            border-radius: 0.6em;
            overflow: hidden;
        }

        .cbcn-videoRecording-desc {
            margin-top: 3.5em;
            width: 33.5em;
        }
    }

    /* livePhoto */
    @media screen {
        .cbcn-livePhoto-content {
            justify-content: space-between;
            align-items: start;
        }

        .cbcn-livePhoto-desc {
            width: 313px;
        }

        .cbcn-livePhoto-img {
            width: 480px;
            height: 600px;
            flex-shrink: 0;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }
    }

    /* sceneryMode */
    @media screen {
        .cbcn-sceneryMode-txt1 {
            width: 32.5em;
        }

        .cbcn-sceneryMode-swiper {
            margin-top: 5em;
            width: 100%;
            height: 22.5em;
            overflow: hidden;
        }

        .cbcn-sceneryMode-btnListDiv {
            width: 100%;
            margin-top: 3.5em;
            justify-content: center;
        }

        .cbcn-sceneryMode-btnList {
            display: inline-flex !important;
            width: auto;
            padding: 0.2em;
            gap: 0.55em;
            border-radius: 2.2em;
            background: #212121;
            justify-content: center;
            align-items: center;
        }

        .cbcn-sceneryMode-btn {
            padding: 0.1em 1em;
            border-radius: 2em;
            text-align: center;
            cursor: pointer;
        }

        .cbcn-sceneryMode-btn p {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .cbcn-sceneryMode-btn.active {
            background: #FFF;
        }

        .cbcn-sceneryMode-btn.active p {
            color: #000 !important;
        }

        .cbcn-sceneryMode-txt2 {
            width: 24em;
            margin-top: 2em;
        }

        .cbcn-sceneryMode-txt2-content {
            width: 300%;
            position: relative;
        }

        /* .cbcn-sceneryMode-div-p{
            width: ;
        } */
        .cbcn-sceneryMode-txt2-content p {
            width: 100%;
        }

        .cbcn-sceneryMode-remark {
            margin-top: 3.5em;
            text-align: center;
        }

        .cbcn-sceneryMode-remark p {
            color: rgba(245, 245, 247, 0.40) !important;
        }
    }

    /* humanity */
    @media screen {
        .cbcn-humanity-txt1 {
            width: 28em;
        }

        .cbcn-humanity-swiper {
            margin-top: 5em;
            width: 100%;
            height: calc(27.5em + 2.25em + 2em);
            overflow: visible;
        }

        .cbcn-humanity-img {
            width: 100%;
            height: 27.5em;
            margin-bottom: 2.25em;
        }

        .cbcn-humanity-swiper .swiper-slide p {
            opacity: 0;
            transition: opacity 0.3s;
        }

        .cbcn-humanity-swiper .swiper-slide-active p {
            opacity: 1;
        }

        .cbcn-humanity-switchBtn-list {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 99;
        }
    }

    /* imageChip */
    @media screen {
        .cbcn-imageChip-imgDiv {
            margin-top: 3.5em;
            width: 100%;
            height: 32.3em;
            position: relative;
        }

        .cbcn-imageChip-txt2 {
            margin-top: 5em;
            width: 40.5em;
            display: flex !important;
            justify-content: space-between;
        }

        .cbcn-imageChip-desc {
            gap: 1.7em;
            width: 15.5em;
        }


        .cbcn-imageChip-paramDiv {
            gap: 2em 0.85em;
            width: 20em;
            flex-wrap: wrap;
        }

        .cbcn-imageChip-paramDiv .cbcn-param {
            width: 9.5em;
            flex-shrink: 0;
        }

        .cbcn-imageChip-remark p {
            color: rgba(245, 245, 247, 0.40) !important;
        }
    }

    /* backlightPortrait */
    @media screen {
        .cbcn-backlightPortrait-content {
            bottom: 0;
            width: 100%;
            height: 100%;
        }

        .cbcn-backlightPortrait-txt1 {
            width: 100%;
            justify-content: space-between;
        }

        .cbcn-backlightPortrait-desc {
            width: 20em;
        }
    }

    /* HDR */
    @media screen {
        .cbcn-HDR-imgDiv {
            margin-top: 5em;
            width: 49em;
            height: 30em;
        }

        .cbcn-HDR-imgDiv video {
            margin-top: 5em;
            width: 49em;
            height: 30em;
            border-radius: 0.6em;
        }

        .cbcn-HDR-desc {
            border-radius: 0.6em;
        }

        .cbcn-HDR-div-p {
            display: flex;
            justify-content: space-between;
            padding: 0 1em;
            transform: translateY(-2.3em);
        }
    }

    /* highRefreshRateVideo */
    @media screen {
        .cbcn-highRefreshRateVideo-txt1-row {
            justify-content: space-between;
        }

        .cbcn-highRefreshRateVideo-desc {
            width: 20em;
        }

        .cbcn-highRefreshRateVideo-desc p {
            white-space: wrap !important;
        }

        .cbcn-highRefreshRateVideo-img {
            margin-top: 3.5em;
            width: 49em;
            height: 27.55em;
            border-radius: 0.6em;
            overflow: hidden;
        }
    }

    /* fullFocusVideo */
    @media screen {
        .cbcn-fullFocusVideo-videoDiv {
            margin-top: 5em;
            width: 94em;
            height: 44em;
            position: relative;
            overflow: hidden;
        }

        .cbcn-fullFocusVideo-videoDiv p {
            z-index: 99;
        }

        .cbcn-fullFocusVideo-videoC {
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-fullFocusVideo-video {
            width: 97vw;
            height: 44em;
            border-radius: 0.6em;
            overflow: hidden;
        }

        .cbcn-fullFocusVideo-desc {
            width: 32.50em;
        }
    }

    /* fullFocusPortrait */
    @media screen {
        .cbcn-fullFocusPortrait-txt1 {
            width: 24em;
            position: absolute;
            top: 7.5em;
            left: 0;
        }

        .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.85;
        }

        .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;
        }

        .cbcn-fullFocusPortrait-image.left2 img {
            opacity: 0.4;
        }

        .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.85;
        }

        .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;
        }

        .cbcn-fullFocusPortrait-image.right2 img {
            opacity: 0.4;
        }

        .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% + 17em);
            margin-top: -2em;
        }

        .cbcn-fullFocusPortrait-video1,
        .cbcn-fullFocusPortrait-video2 {
            width: 22.45em;
            top: 1em;
        }

        .cbcn-fullFocusPortrait-Info {
            width: 15.7em;
            gap: 3.15em;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.3s;
        }

        .cbcn-fullFocusPortrait-Info.left {
            transform: translateX(-110%) scale(0.5);
            opacity: 0;
        }

        .cbcn-fullFocusPortrait-Info.right {
            transform: translateX(10%) scale(0.5);
            opacity: 0;
        }
    }

    /* performance */
    @media screen {
        .cbcn-performance-screen {
            width: 100%;
            height: 45em;
        }

        .cbcn-performance-txt1 {
            top: calc(50% + 12em);
            width: 100%;
        }

        .cbcn-performance-txt1 p {
            font-size: 6.1em;
            background: linear-gradient(92deg, #F5F5F7 17.22%, #2C2C2C 98.95%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1;
            -webkit-text-stroke-color: #000;
        }
    }

    /* chip */
    @media screen {
        .cbcn-chip-img {
            width: 80.2em;
            height: 45.1em;
            top: 16.35em;
        }

        .cbcn-chip-txt1 {
            position: relative;
            z-index: 99;
        }

        .cbcn-chip-txt1-row {
            justify-content: space-between;
        }

        .cbcn-chip-desc {
            width: 20em;
            gap: 1.5em;
        }

        .cbcn-chip-desc p {
            white-space: wrap !important;
        }

        .cbcn-chip-txt2 {
            position: relative;
            z-index: 99;
            margin-top: 41.2em;
        }

        .cbcn-chip-paramDiv {
            width: 100%;
            gap: 2.5em 3.4em;
            flex-wrap: wrap;
        }

        .cbcn-chip-paramDiv .cbcn-param:nth-of-type(3n+1) {
            width: 17em;
        }

        .cbcn-chip-paramDiv .cbcn-param:nth-of-type(3n+2) {
            width: 13.3em;
        }

    }

    /* game */
    @media screen {
        .cbcn-game-img {
            margin-top: 5em;
            width: 100%;
            height: 22.87585em;
        }

        .cbcn-game-txt2 {
            margin-top: 20.65em;
            z-index: 99;
        }

        .cbcn-game-txt2 {
            margin-top: 5em;
            gap: 3.5em;
            width: 41em;
            display: flex !important;
        }

        .cbcn-game-txt2-row {
            justify-content: space-between;
        }

        .cbcn-game-txt2 .cbcn-titletxt {
            width: 15.7em;
        }
    }

    /* battery */
    @media screen {
        .cbcn-battery-txt1 {
            width: 40.7em;
            position: relative;
            z-index: 99;
        }

        .cbcn-battery-iconDiv {
            margin-top: 3em;
            gap: 1em;
            justify-content: center;
            align-items: center;
        }

        .cbcn-battery-iconDiv img {
            width: 3.5em;
            height: 3.5em;
        }

        .cbcn-battery-iconTxt {
            gap: 0.2em;
        }

        .cbcn-battery-img {
            top: 10em;
            width: 80em;
            height: 45em;
        }

        .cbcn-battery-txt2 {
            margin-top: 20.65em;
            z-index: 99;
        }

        .cbcn-battery-param-div {
            margin-top: 5em;
        }

        .cbcn-battery-param-row {
            justify-content: space-between;
        }

        .cbcn-battery-param-row.index2 {
            margin-top: 2.5em;
        }

        .cbcn-battery-param-row.index2 .param {
            display: flex;
        }

        .cbcn-battery-param-row.index2 sup {
            margin-top: 0.5em;
        }

        .cbcn-battery-param-row.index3 {
            margin-top: 6em;
        }

        .cbcn-battery-param-item {
            width: 20em;
            gap: 0.75em;
        }

        .cbcn-battery-param-item .cbcn-battery-hr {
            width: 100%;
            height: 0.05em;
            background: #535353;
            margin: 0;
        }
    }

    /* display */
    @media screen {
        .cbcn-display-txt1 {
            position: relative;
            z-index: 99;
        }

        .cbcn-display-img {
            top: 18em;
            width: 81.3em;
            height: 45.7em;
        }

        .cbcn-display-txt2 {
            margin-top: 39em;
            z-index: 99;
            position: relative;
        }

        .cbcn-display-icon2 {
            margin-top: 2.5em;
            width: 49em;
            height: 5em;
        }

        .cbcn-display-param-div {
            width: 100%;
            gap: 2em 5.5em;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .cbcn-display-param-div .cbcn-param:nth-child(3n+1) {
            width: 14em;
        }

        .cbcn-display-param-div .cbcn-param:nth-child(3n+2) {
            width: 11em;
        }

        .cbcn-display-param-div .cbcn-param:nth-child(3n+3) {
            width: 11.7em;
        }

        .cbcn-displayicon-img {
            height: 5em;
            justify-content: center;
        }
    }


    /* eyeProtection */
    @media screen {
        .cbcn-eyeProtection-content {
            justify-content: space-between;
            align-items: center;
        }


        .cbcn-eyeProtection-img {
            height: 32.5em;
            right: 3.91em;
            transform: translateY(-16em);
        }

        .cbcn-eyeProtection-txt1 {
            width: 19.5em;
            left: 3.91em;
            z-index: 99;
        }

        .cbcn-eyeProtection-txt2 {
            left: 3.91em;
            z-index: 88;
        }

        .cbcn-eyeProtection-txt2-row1 {
            margin-top: 3.5em;
            gap: 3em;
        }

        .cbcn-eyeProtection-txt2-row2 {
            margin-top: 2em;
            gap: 3em;
        }

        .cbcn-eyeProtection-txt2-row3 {
            margin-top: 3.5em;
            gap: 0.5em;
            display: flex;
            justify-content: space-between;
        }

        .cbcn-eyeProtection-txt2-item {
            gap: 1em;
            width: 10.5em;
        }

        .cbcn-eyeProtection-txt2-line {
            width: 100%;
            height: 1px;
            background-color: #535353;
        }

        .cbcn-eyeProtection-txt2-logo {
            width: 10.5em;
            padding: 0.6em 0.8em;
            justify-content: center;
            align-items: flex-start;
            border-radius: 5px;
            border: 0.8px solid rgba(153, 153, 153, 0.00);
            background: linear-gradient(314deg, rgba(255, 255, 255, 0.10) 6.81%, rgba(255, 255, 255, 0.05) 81.91%);
        }

        .cbcn-eyeProtection-txt2-logo p {
            color: #F5F5F7 !important;
            opacity: 0.7em;
        }

        .cbcn-eyeProtection-bg {
            width: 237em;
            height: 237em;
            fill: #000;
            filter: blur(20px);
        }

        .cbcn-eyeProtectionicon-img1 {
            width: 4em;
            height: 1.8792em;
        }

        .cbcn-eyeProtectionicon-img2 {
            width: 3.05em;
            height: 1.8998em;
        }

        .cbcn-eyeProtection-txt2-logo {
            display: flex;
            flex-direction: row;
            gap: 0.75em;
            justify-content: flex-start;
            align-items: center;
            text-wrap: nowrap;
            white-space: nowrap;
        }
    }


    /* signal */
    @media screen {
        .cbcn-signal-screen {
            height: 70.5em;
        }

        .cbcn-signal-txt1 {
            top: 7.5em;
            width: 100%;
        }


        .cbcn-signal-swiper {
            width: 49em;
            height: 25em;
            flex-shrink: 0;
            z-index: 99;
        }


        .cbcn-signal-swiper>.swiper-wrapper>.swiper-slide {
            flex-shrink: 0;
            border-radius: 0.6em;
            overflow: visible;
            z-index: 50;
            background-color: #000;
        }

        .cbcn-signal-swiper>.swiper-wrapper>.swiper-slide.index1 {
            z-index: 99;
        }

        .cbcn-signal-imgDiv {
            width: 49em;
            height: 25em;
            overflow: hidden;
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-signal-imgDiv video {
            width: 102% !important;
            width: 102% !important;
            overflow: hidden;
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-signal-desc {
            width: 36.5em;
            position: absolute;
            top: 28.5em;
            left: 0;
            gap: 3.5em;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 50;
        }

        .cbcn-signal-swiper>.swiper-wrapper>.swiper-slide-active .cbcn-signal-desc {
            opacity: 1;
        }

        .cbcn-signal-switchBtn-list {
            position: absolute;
            bottom: 13.85em;
            right: 0;
            z-index: 50;
        }

        .cbcn-signal-imgDiv.index1 {
            overflow: visible;
            z-index: 99;
        }

        .cbcn-signal-imgDiv.index1 .cbcn-signal-imgContent {
            width: 100vw;
            height: 70.5em;
            background-color: #000;
            overflow: hidden;
            border-radius: 0.6em;
        }

        .cbcn-signal-img1 {
            width: 25em;
            height: 52.95em;
            z-index: 90;
        }

        .cbcn-signal-txt-swiperDiv {
            z-index: 99;
            bottom: 1em;
            width: 42.5em;
            height: 2.8em;
            mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 5%, #FFF 19.82%, #FFF 80%, rgba(255, 255, 255, 0.00) 95%);
            border-radius: 2.8em;
            backdrop-filter: blur(15px);
        }

        .cbcn-signal-txt-swiperDiv sup {
            color: rgba(245, 245, 247, 0.55);
        }

        .cbcn-signal-txt-swiper {
            width: 33.2em;
            height: 2.8em;
        }

        .cbcn-signal-txt-swiper>.swiper-wrapper>.swiper-slide {
            width: auto;
            padding: 0.5em 1.25em;
            align-items: flex-start;
            gap: 0.25em;
            border-radius: 2.8em;
            border: 1px solid rgba(222, 222, 222, 0.10);
            background: rgba(255, 255, 255, 0.10);
            backdrop-filter: blur(15px);
        }

        .cbcn-signal-txt-switchBtn-list {
            z-index: 100;
            bottom: 1.3em;
            width: 100%;
            gap: 43em;
            justify-content: center;
        }
    }

    /* antiFall */
    @media screen {
        .cbcn-antiFall-desc {
            width: 32.5em;
        }

        .cbcn-antiFall-imgDiv {
            width: 100%;
            height: 28.6em;
            position: relative;
        }

        .cbcn-antiFall-img {
            width: 96em;
            height: 28.6em;
        }

        .cbcn-antiFall-remark {
            margin-top: 7.5em;
        }
    }

    /* antiWater */
    @media screen {
        .cbcn-antiWater-screen {
            height: 58.4em;
        }

        .cbcn-antiWater-img {
            width: 42.35em;
            height: 70.5em;
            right: calc(50% - 167px);
        }

        .cbcn-antiWater-txt1 {
            right: 0;
            width: 20em;
        }

        .cbcn-antiWater-txt2 {
            width: 19.7em;
            margin-top: 3.5em;
        }
    }

    /* os */
    @media screen {
        .cbcn-os-img {
            width: 40.17295em;
            height: 15em;
        }
    }

    /* AI */
    @media screen {
        .cbcn-AI-swiper {
            overflow: hidden;
            margin-top: 5em;
            width: 100%;
            min-height: 32.15em;
        }

        .cbcn-AI-swiper .swiper-slide {
            padding-top: 2.5em;
            padding-left: 2.5em;
            background-color: #000;
            border-radius: 12px;
            overflow: hidden;
        }

        .cbcn-AI-img {
            width: 22.5em;
            height: 27.5em;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .cbcn-AI-swiper-txt {
            gap: 1.4em;
        }

        .cbcn-AI-drawer {
            width: 22em;
            position: relative;
        }

        .cbcn-AI-drawer-line {
            width: 100%;
            height: 0.025em;
            background: #404040;
        }

        .cbcn-AI-drawer-item {
            cursor: pointer;
            padding: 22px 0;
        }

        .cbcn-AI-drawer-item .title {
            justify-content: space-between;
            align-items: center;
        }

        .cbcn-AI-drawer-icon {
            width: 1.6em;
            height: 1.6em;
            transition: all 0.5s;
            transform: rotate(180deg);
        }

        .cbcn-AI-drawer-item.active .cbcn-AI-drawer-icon {
            transform: rotate(0);
        }

        .cbcn-AI-drawer-item .desc {
            box-sizing: border-box;
            overflow: hidden;
            padding-right: 1.5em;
            height: 0;
        }

        .cbcn-AI-drawer-item .desc p {
            padding-top: 22px;
        }

        .cbcn-AI-drawer-item:first-child .desc {
            height: auto;
        }

        .cbcn-AI-btnList {
            margin-top: 3em;
            gap: 0.75em;
            justify-content: center;
        }

        .cbcn-AI-btn {
            height: 4px;
            width: 154px;
            background-color: #404040;
            cursor: pointer;
        }

        .cbcn-AI-btn.active {
            background-color: #E6E6E6;
        }
    }

    /* blackTech */
    @media screen {
        .cbcn-blackTech-txt1 {
            width: 28.15em;
        }

        .cbcn-blackTech-list {
            margin-top: 3.5em;
            width: 100%;
            gap: 1em;
            flex-wrap: wrap;
        }

        .cbcn-blackTech-item {
            width: 24em;
            height: 11.5em;
            padding: 0em 1.5em 0em 1em;
            justify-content: space-between;
            align-items: center;
            flex-shrink: 0;
            border-radius: 0.6em;
            background: #000;
        }

        .cbcn-blackTech-img {
            width: 8em;
            height: 8em;
        }

        .cbcn-blackTech-txt {
            gap: 0.75em;
            width: 12em;
        }
    }

    /* remark */
    @media screen {

        .cbcn-remark-screen ul,
        .cbcn-remark-screen ol {
            padding-inline-start: 2em;
        }

        .cbcn-remark-screen ol li {
            list-style: decimal;
            color: rgba(245, 245, 247, 0.40);
            line-height: 150%;
        }
    }
}