@media screen and (max-width: 980px) {
  /* kv  */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      height: calc(33.35 / 18.75 * 100vw);
      position: relative;
      display: block;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section {
      background-color: #d9d9d9 !important;
    }

    .cbcn-navigation-content {
      padding: 0 5.3vw;
      gap: 1.5em;
    }

    .cbcn-navigation-card {
      display: block;
      width: 100%;
      padding: 0.5em;
      border-radius: 0.4em;
      background: #fff;
      overflow: hidden;
      position: relative;
    }

    .cbcn-navigation-txt {
      width: 100%;
      margin-top: 0.85em;
      gap: 0.4em;
      padding: 0 0.5em;
    }

    .cbcn-navigation-icon {
      width: 1.8em;
      height: 1.8em;
      margin: 0 0.5em 0.5em;
      float: right;
      clear: both;
    }
    .cbcn-navigation-img {
      height: 11.7em;
      width: 100%;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-section {
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .cbcn-appearance-section div {
      width: 100%;
    }

    .cbcn-appearance-video {
      width: 100%;
      height: 100%;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section.bk {
      background: var(--background-l2, #0d0d0d);
    }
    .cbcn-color-section {
      padding: 0 0 2.85em !important;
    }

    .cbcn-color-swiper {
      width: 100%;
      position: relative;
    }

    .cbcn-color-p-div {
      position: absolute;
      top: 3.1em;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9;
    }

    .cbcn-color-p {
      background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-slide {
      gap: 6em;
    }
    .cbcn-color-txt {
      width: 100%;
      margin: 0 auto;
      align-items: center;
      gap: 1em;
      opacity: 0;
    }

    .swiper-slide-active .cbcn-color-txt {
      opacity: 1;
    }

    .cbcn-color-img {
      width: 100%;
      height: 30.2em;
      display: block;
      object-fit: cover;
      position: relative;
    }

    .cbcn-color-btnListDiv {
      position: absolute;
      bottom: 7em;
      left: 0;
      right: 0;
      z-index: 9;
      justify-content: center;
    }

    .cbcn-color-btnList {
      width: max-content;
      padding: 0.5em;
      gap: 0.4em;
      border-radius: 999px;
      background: rgba(47, 47, 47, 0.3);
      box-shadow: -4px -4px 10px 0px rgba(43, 43, 43, 0.8) inset,
        3px 3px 10px 0px #000 inset;
    }

    .cbcn-color-btn {
      cursor: pointer;
      padding: 0.4em 0.7em;
      border-radius: 99px;
      border: 1px solid #1d1d1d;
      background: linear-gradient(180deg, #101010 0%, #262626 100%);
      box-shadow: -3px -3px 4px 0px rgba(99, 99, 99, 0.24),
        3px 3px 10px 0px rgba(0, 0, 0, 0.65);
    }

    .cbcn-color-btn-txt {
      align-items: center;
      gap: 0.5em;
      opacity: 0.3;
      transition: all 0.5s;
    }

    .cbcn-color-btn.active {
      box-shadow: -3px -3px 4px 0px rgba(138, 138, 138, 0.24),
        3px 3px 10px 0px rgba(0, 0, 0, 0.65);
    }
    .cbcn-color-btn.active .cbcn-color-btn-txt {
      opacity: 1;
    }

    .cbcn-color-cycle {
      display: inline-block;
      width: 0.35em;
      height: 0.35em;
      border-radius: 50%;
    }

    .cbcn-color-btn.index0 .cbcn-color-cycle {
      background-color: #fff;
    }

    .cbcn-color-btn.index1 .cbcn-color-cycle {
      background-color: rgba(255, 255, 255, 0.5);
    }

    .cbcn-color-btn.index2 .cbcn-color-cycle {
      background-color: #ef4539;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-img {
      width: 100%;
      height: 27.8em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-design-txt {
      margin-top: 1.5em;
    }

    .cbcn-design-switchBtn-list {
      margin-top: 1.5em;
      justify-content: flex-end;
    }
  }

  /* image */
  @media screen {
    .cbcn-image-img {
      width: 100%;
      height: 24em;
    }
  }

  /* left-nav */
  @media screen {
    .cbcn-left-nav-div {
      display: none;
      position: fixed;
      left: 60px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9999;
      transition: all 0.5s;
    }

    .cbcn-left-nav {
      gap: 13px;
    }

    .cbcn-left-bar {
      padding: 7.5px 0;
      width: 10px;
      gap: 5px;
      position: relative;
    }

    .cbcn-left-bar span {
      width: 100%;
      height: 1px;
      background-color: #333;
    }

    .cbcn-left-bar .cbcn-left-bar-now {
      background-color: #ef4539;
      position: absolute;
      top: 7.5px;
      left: 0;
      z-index: 10000;
    }

    .cbcn-left-btnList {
      justify-content: space-between;
    }

    .cbcn-left-btn {
      cursor: pointer;
      transition: all 0.5s;
      color: var(--text-l4, rgba(255, 255, 255, 0.35));
    }

    .cbcn-left-btn.active {
      color: #fff;
    }
  }

  /* lensmodule */
  @media screen {
    .cbcn-lensmodule-section {
      padding: 4em 0;
    }
    .cbcn-lensmodule-img {
      width: 100%;
      height: 11em;
      margin-top: 2.5em;
    }

    .cbcn-lensmodule-box {
      text-align: center;
      margin-top: 2.5em;
    }

    .cbcn-lensmodule-box .grey {
      opacity: 0.75;
    }
    .cbcn-lensmodule-popup-content .cbcn-param {
      padding-top: var(--spacing-head-m3, 0.5em);
      border-top: 1px solid #4d4d4d;
    }

    .cbcn-lensmodule-img1 {
      width: 100vw;
      height: 19.8em;
      position: relative;
      left: calc(-5.3vw - 0.5em);
    }

    .cbcn-lensmodule-param4 {
      margin-top: -3.15em;
      position: relative;
      z-index: 2;
      gap: 1em;
      justify-content: space-between;
    }

    .cbcn-lensmodule-param4 .cbcn-param {
      width: 42vw;
    }

    .cbcn-lensmodule-img2 {
      width: 100vw;
      height: 35.75em;
      position: absolute;
      left: 0;
      top: 30em;
    }

    .cbcn-lensmodule-param5 {
      margin-top: 2.5em;
      position: relative;
      z-index: 2;
      gap: 1em;
      padding-bottom: 9em;
    }

    .cbcn-lensmodule-param5 .cbcn-param {
      width: fit-content;
    }

    .cbcn-lensmodule-img3 {
      width: 100vw;
      height: 35.65em;
      position: absolute;
      left: 0;
      bottom: -9.5em;
    }

    .cbcn-lensmodule-param6 {
      margin-top: 2.5em;
      position: relative;
      z-index: 2;
      gap: 1em;
      margin-bottom: -1em;
    }
    .cbcn-lensmodule-box .cbcn-wap-h4 {
      background: linear-gradient(86deg, #404040 -8.6%, #fff 114.12%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .cbcn-lensmodule-param6 .cbcn-param {
      width: fit-content;
    }

    .cbcn-lensmodule-btn {
      display: inline-flex !important;
      align-items: center;
      gap: 0.5em;
      margin-top: 1em;
      padding: 0.4em 0.8em 0.4em 0.6em;
      border-radius: 5em;
      border: 1px solid #000;
      background: linear-gradient(161deg, #101010 -23.41%, #4b4b4b 95.71%);
      cursor: pointer;
      position: relative;
    }

    .cbcn-lensmodule-btnicon {
      width: 0.8em;
      height: 0.8em;
    }

    .cbcn-lensmodule-btn p {
      color: #ccc !important;
    }

    .cbcn-lensmodule-swiper {
      margin-top: 4em;
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .cbcn-lensmodule-pupimg {
      width: 100%;
      height: 12.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-lensmodule-puptxt {
      margin: 6.3em auto 0;
      width: 11.5em;
    }

    .cbcn-lensmodule-btnListDiv {
      position: absolute;
      bottom: 6.5em;
      left: 50%;
      transform: translateX(-50%);
      width: max-content;
      z-index: 50;
    }

    .cbcn-lensmodule-btnList {
      display: flex;
      padding: 0.3em;
      align-items: center;
      flex-wrap: nowrap;
      border-radius: 43.23835em;
      justify-content: space-between;
      background: #333;
      box-shadow: -3.463px -3.463px 8.656px 0px rgba(255, 255, 255, 0.2) inset,
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.7) inset;
    }

    .cbcn-lensmodule-pupbtn {
      cursor: pointer;
      padding: 0.3em 0.6em;
      border: 1px solid transparent;
    }

    .cbcn-lensmodule-pupbtn.active {
      border-radius: 20em;
      border: 1px solid #0e0e0e;
      background: linear-gradient(180deg, #050505 0%, #1f1f1f 100%);
      box-shadow: -2.597px -2.597px 3.463px 0px rgba(138, 138, 138, 0.24),
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.65);
    }

    .cbcn-lensmodule-btn-txt {
      opacity: 0.5;
    }

    .cbcn-lensmodule-pupbtn.active .cbcn-lensmodule-btn-txt {
      opacity: 1;
    }

    .cbcn-lensmodule-pupbox {
      margin-top: 5em;
      width: 100%;
      gap: 1.5em;
      align-items: center;
    }
    .cbcn-lensmodule-remark {
      margin-top: 1em;
    }
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-txt2 {
      margin-top: 70px;
      gap: 40px 45px;
      position: relative;
      z-index: 10;
    }

    .cbcn-zeiss-img {
      margin-top: 2.5em;
      width: 100vw;
      height: 18.65em;
      position: relative;
      left: -5.3vw;
    }

    .cbcn-zeiss-txt2 {
      gap: 1em;
    }
    .cbcn-zeiss-txt2 .cbcn-param {
      padding-top: 15px;
      border-top: 1px solid #4d4d4d;
    }
  }

  /* imagechip */
  @media screen {
    .cbcn-imagechip-img {
      width: 100vw;
      height: 10.8em;
      margin-top: 2.5em;
      position: relative;
      left: -5.3vw;
    }

    .cbcn-imagechip-txt2 {
      margin-top: 2.5em;
      width: 100%;
      padding: 0 calc(2em - 5.3vw);
      gap: 1.5em;
      text-align: left !important;
    }

    .cbcn-imagechip-txt2 > div {
      width: 100%;
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }

    .cbcn-imagechip-txt3 {
      margin-top: 1.5em;
      width: 100%;
      padding: 0 calc(2em - 5.3vw);
      gap: 1.5em 0;
      justify-content: space-between;
      text-align: left !important;
    }

    .cbcn-imagechip-txt3 .cbcn-param {
      width: 7em;
      padding-top: 15px;
      border-top: 1px solid #4d4d4d;
    }
  }

  /* photobutton */
  @media screen {
    .cbcn-photobutton-txt1 {
      position: relative;
      z-index: 2;
    }

    .cbcn-photobutton-img {
      width: 100%;
      height: 13.6em;
      margin-top: 1.5em;
    }

    .cbcn-photobutton-txt2 {
      width: 100%;
      padding: 0 1.5em;
      margin-top: 2.15em;
    }

    .cbcn-photobutton-remark {
      margin-top: 1.35em;
    }
  }

  /* photobuttondetail */
  @media screen {
    .cbcn-photobuttondetail-img {
      width: 100%;
      height: 12.6em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-photobuttondetail-desc {
      margin-top: 1.5em;
      width: 100%;
      gap: 0.75em;
    }

    .cbcn-photobuttondetail-remark {
      width: 100%;
      bottom: 6em;
    }

    .cbcn-photobuttondetail-switchBtn-list {
      margin-top: 1.5em;
    }
    .cbcn-photobuttondetail-p-remark {
      margin-top: 0.25em;
    }
  }

  /* fullfocus */
  @media screen {
    .cbcn-fullfocus-section {
      padding-top: 4em;
      background: radial-gradient(
          121.47% 67.46% at 50.94% 131.4%,
          #656565 0%,
          #000 100%
        ),
        var(--background-l1, #000);
    }

    .cbcn-fullfocus-title {
      text-align: center;
      z-index: 9;
    }

    .cbcn-fullfocus-icon {
      position: absolute;
      top: 0.3em;
      left: 2.5em;
      width: 7.6em;
      /* transform: scale(0.8);
      transition: all 1s; */
    }

    /* .cbcn-fullfocus-title.active .cbcn-fullfocus-icon {
      transform: scale(1.1);
    } */

    .cbcn-fullfocus-top {
      gap: 0.5em;
      width: 12.6em;
      position: relative;
      margin: auto;
    }
    .cbcn-fullfocus-top p {
      display: inline;
      line-height: 150%;
    }

    .cbcn-fullfocus-desc {
      margin-top: 1em;
    }

    .cbcn-fullfocus-img {
      width:100%;
      height: 11.2em;
      margin-top: 1em;
      display: block;
    }
  }

  /* concert */
  @media screen {
    .cbcn-concert-swiper {
      margin-top: 2.5em;
      position: relative;
      z-index: 8;
    }

    .cbcn-concert-img {
      width: 100%;
      height: 19.2em;
      border-radius: 0.6em;
      overflow: hidden;
      margin-top: 1em;
    }

    .cbcn-concert-txt {
      margin-top: 1.5em;
      width: 15em;
    }
    .cbcn-concert-remark {
      margin-top: 1.5em;
      width: 11em;
    }
    .cbcn-concert-btn-txt {
      opacity: 0.65;
    }

    .cbcn-concert-switchBtn-list {
      position: absolute;
      right: 5.3vw;
      bottom: 9em;
      z-index: 9;
    }
  }

  /* street */
  @media screen {
    .cbcn-street-section {
      height: 26em;
    }

    .cbcn-street-img {
      width: 100%;
      height: 100%;
      bottom: 0;
    }

    .cbcn-street-title {
      top: 4em;
      z-index: 9;
    }

    .cbcn-street-icon {
      position: absolute;
      top: 4.3em;
      left: -0.5em;
      width: 7.6em;
      /* transform: scale(0.9);
          transition: all 1s; */
    }

    .cbcn-street-top {
      gap: 0.5em;
      width: max-content;
      position: relative;
      padding-top: 4em;
      margin: auto;
    }
    .cbcn-street-top p {
      display: inline;
      line-height: 150%;
    }

    .cbcn-street-desc {
      margin: 0.8em auto 0;
      position: relative;
      width: 88%;
      z-index: 9;
      text-align: center;
    }
  }

  /* humanitylens */
  @media screen {
    .cbcn-humanitylens-txt2 {
      margin-top: 2.5em;
    }

    .cbcn-humanitylens-swiper .swiper-slide {
      opacity: 0.3;
      transition: all 0.3s;
    }

    .cbcn-humanitylens-swiper .swiper-slide-active {
      opacity: 1;
    }

    .cbcn-humanitylens-img {
      width: 100%;
      height: 12.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-humanitylens-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* humanity */
  @media screen {
    .cbcn-humanity-content {
      width: 100%;
      height: 31.2em;
      position: relative;
    }

    .cbcn-humanity-txt1 {
      z-index: 10;
      text-align: center;
    }

    .cbcn-humanity-imgbg {
      width: 100%;
      height: 31.2em;
      z-index: 9;
    }
    .cbcn-humanity-content1 {
      padding: 4em 5.3vw;
    }
    .cbcn-humanity-img {
      width: 100%;
      height: 8.0085em;
      margin-bottom: 2.5em;
    }
  }
  /* 4k120fps */
  @media screen {
    .cbcn-4k10bit-box1 {
      background: radial-gradient(
          111.42% 61.54% at 47.68% 128.81%,
          #656565 0%,
          #000 100%
        ),
        var(--background-l1, #000);
    }
    .cbcn-4k120fps-icon {
      position: absolute;
      top: 4.3em;
      left: -0.5em;
      width: 7.6em;
      /* transform: scale(0.9);
      transition: all 1s; */
    }

    .cbcn-4k120fps-top {
      gap: 1em;
      width: max-content;
      position: relative;
      padding-top: 4em;
      margin: auto;
    }
    .cbcn-4k120fps-top p {
      display: inline;
      line-height: 150%;
    }

    .cbcn-4k120fps-desc {
      margin: 0.8em auto 0;
      position: relative;
      width: 88%;
      z-index: 9;
      text-align: center;
    }

    .cbcn-4k120fps-img {
      width: 100%;
      height: 13.85em;
      margin-top: 1.5em;
    }

    .cbcn-4k120fps-txt2 {
      margin-top: 4em;
      padding: 0 5.3vw;
    }
    .cbcn-4k120fps-txt2 .cbcn-wap-sh {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-4k120fps-video {
      width: 100%;
      height: 12.8em;
      margin-top: 2.5em;
    }

    .cbcn-4k120fps-txt1 {
      width: 100%;
      padding: 0 5.3vw;
      margin-top: 2.5em;
    }
  }

  /* 4k10bit */
  @media screen {
    .cbcn-4k10bit-img {
      margin-top: 2.5em;
      width: 100%;
      height: 12.8em;
    }

    .cbcn-4k10bit-txt2 {
      width: 100%;
      padding: 0 5.3vw;
      margin-top: 2.5em;
    }
  }

  /* antishake */
  @media screen {
    .cbcn-antishake-section.bk {
      background: var(--background-l3, #141414);
    }
    .cbcn-antishake-img {
      margin: auto;
      margin-top: 2.5em;
      width: 18.75em;
      height: 12.8em;
    }
  }

  /* dolby */
  @media screen {
    .cbcn-dolby-section {
      padding-bottom: 4em;
    }
    .cbcn-dolby-video {
      margin-top: 2.5em;
      width: 100%;
      height: 12.8em;
    }
  }

  /* movieportrait */
  @media screen {
    .cbcn-movieportrait-section {
      padding-bottom: 1em !important;
    }
    .cbcn-movieportrait-section.bk {
      background: var(--background-l3, #141414);
    }
    .cbcn-movieportrait-imgDiv {
      width: 100%;
      height: 16.8em;
      margin-top: 2.5em;
      border-radius: 0.6em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-movieportrait-img {
      width: 16.75em;
    }
  }

  /* timelapse */
  @media screen {
    .cbcn-timelapse-swiper {
      width: 100%;
      margin-top: 2.5em;
    }

    .cbcn-timelapse-img {
      width: 100%;
      height: 12.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-timelapse-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* portrait */
  @media screen {
    .cbcn-portrait-icon {
      position: absolute;
      top: 4.3em;
      left: -0.5em;
      width: 7.6em;
      /* transform: scale(0.9);
        transition: all 1s; */
    }

    .cbcn-portrait-top {
      gap: 1em;
      width: max-content;
      position: relative;
      padding-top: 4em;
      margin: auto;
    }
    .cbcn-portrait-top p {
      display: inline;
      line-height: 150%;
    }

    .cbcn-portrait-desc {
      margin: 0.8em auto 0;
      position: relative;
      width: 88%;
      z-index: 9;
      text-align: center;
    }

    .cbcn-portrait-img {
      width: 100%;
      height: 13.85em;
      margin-top: 1.5em;
    }
  }

  /* flash */
  @media screen {
    .cbcn-flash-img {
      margin-top: 2.5em;
      width: 100%;
      height: 12.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }
  }

  /* artistic */
  @media screen {
    .cbcn-artistic-swiper {
      width: 100%;
      margin-top: 2.5em;
    }

    .cbcn-artistic-img {
      width: 100%;
      height: 12.55em;
      position: relative;
    }
    .cbcn-artistic-img img {
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-artistic-p {
      position: absolute;
      left: 0;
      bottom: -3em;
    }
    .cbcn-artistic-p p {
      color: rgba(255, 255, 255, 0.65) !important;
    }

    .cbcn-artistic-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* live */
  @media screen {
    .cbcn-live-section {
      padding-bottom: 4em;
    }
    .cbcn-live-remark {
      margin-top: 10px;
    }
    .cbcn-live-swiper {
      width: 100%;
      margin-top: 2.5em;
      overflow: hidden;
    }

    .cbcn-live-div {
      display: flex;
      flex-wrap: nowrap;
    }
    .cbcn-live-img {
      height: 22.333em;
      border-radius: 0.6em;
      overflow: hidden;
      flex-shrink: 0;
    }
    .cbcn-live-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* fullFocusPortrait */
  @media screen {
    .cbcn-fullfocusportrait-section {
      padding: 4em 5.3vw;
    }

    .cbcn-fullfocusportrait-txt1 {
      text-align: left !important;
    }

    .cbcn-fullfocusportrait-swiper {
      margin-top: 2.5em;
      height: 22.35em;
    }

    .cbcn-fullfocusportrait-img {
      height: 22.35em;
      width: 100%;
      border-radius: 0.8em;
      overflow: hidden;
      display: block;
    }

    .cbcn-fullfocusportrait-divBox {
      margin-top: 1.5em;
      position: relative;
      justify-content: space-between;
    }

    .cbcn-fullfocusportrait-btnSwiper {
      position: absolute;
      left: 0;
      top: 0.5em;
    }

    .cbcn-fullfocusportrait-Info p {
      position: absolute;
      color: rgba(255, 255, 255, 0.65) !important;
      opacity: 0;
    }
    .cbcn-fullfocusportrait-Info p.active {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* aiweather */
  @media screen {
    .cbcn-aiweather-txt-Div {
      text-align: left !important;
    }
    .cbcn-aiweather-swiper {
      margin-top: 2.5em;
    }

    .cbcn-aiweather-slide {
      height: 22.4em;
      position: relative;
      border-radius: 0.6em;
      overflow: hidden;
      opacity: 0 !important;
    }
    .cbcn-aiweather-slide.swiper-slide-active {
      opacity: 1 !important;
    }

    .cbcn-aiweather-img1 {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .cbcn-aiweather-inbtnListDiv {
      bottom: 0.5em;
      z-index: 9;
    }

    .cbcn-aiweather-swiper2,
    .cbcn-aiweather-swiper3,
    .cbcn-aiweather-swiper4 {
      width: 100%;
      height: 100%;
    }

    .cbcn-aiweather-swiper2 .swiper-slide {
      height: 22.4em;
      width: 100%;
      opacity: 0 !important;
    }
    .cbcn-aiweather-swiper2 .swiper-slide-active {
      opacity: 1 !important;
    }

    .cbcn-aiweather-img {
      height: 22.4em;
      width: 100%;
    }

    .cbcn-aiweather-btnListDiv {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-aiweather-btnList {
      display: flex;
      padding: 0.34625em;
      align-items: center;
      flex-wrap: nowrap;
      border-radius: 43.23835em;
      justify-content: space-between;
      background: #333;
      box-shadow: -3.463px -3.463px 8.656px 0px rgba(255, 255, 255, 0.2) inset,
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.7) inset;
    }

    .cbcn-aiweather-btn-txt {
      font-family: "vivo Sans Web";
      font-size: 0.82235em !important;
      font-weight: 550 !important;
      line-height: 120% !important;
      color: rgba(255, 255, 255, 0.5);
      /* 0.8294rem */
    }

    .cbcn-aiweather-inbtnList {
      display: inline-flex !important;
      padding: 0.3em;
      align-items: center;
      border-radius: 49.95em;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      flex-wrap: nowrap;
    }

    .cbcn-aiweather-inbtn {
      display: flex;
      padding: 0.3em 1em;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      border-radius: 4.95em;
    }

    .cbcn-aiweather-button-div {
      bottom: 0.5em;
      display: inline-flex;
      width: max-content;
      padding: 0.3em;
      align-items: center;
      border-radius: 49.95em;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      z-index: 99;
    }

    .cbcn-aiweather-button,
    .cbcn-aiweather-button2 {
      display: flex;
      padding: 0.3em 1em;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      border-radius: 4.95em;
    }

    .cbcn-aiweather-button.active,
    .cbcn-aiweather-button2.active {
      background: #fff;
    }

    .cbcn-aiweather-button > p,
    .cbcn-aiweather-button2 p {
      color: rgba(255, 255, 255, 0.65) !important;
    }

    .cbcn-aiweather-button.active p,
    .cbcn-aiweather-button2.active p {
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-aiweather-inbtn.active {
      background: #fff;
    }

    .cbcn-aiweather-inbtn.active > p {
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-aiweather-btn {
      padding: 0.34625em 0.4em;
      border-radius: 4.2849em;
    }

    .cbcn-aiweather-btn.active {
      background: linear-gradient(180deg, #050505 0%, #1f1f1f 100%) !important;
      box-shadow: -2.597px -2.597px 3.463px 0px rgba(138, 138, 138, 0.24),
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.65);
      background: #333;
    }

    .cbcn-aiweather-txt2 {
      position: relative;
      height: 2.4em;
    }

    .cbcn-aiweather-txt2-item {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
    }

    .cbcn-aiweather-btn p {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-aiweather-btn.active p {
      color: rgba(255, 255, 255, 0.95) !important;
    }
  }

  /* airetoucher */
  @media screen {
    .cbcn-airetoucher-img {
      width: 100%;
      height: 22.4em;
      position: relative;
    }
    .cbcn-airetoucher-imgafter {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-imgafter {
      opacity: 1;
    }

    .cbcn-airetoucher-slide.swiper-slide-active .cbcn-airetoucher-desc {
      opacity: 1;
    }
    .cbcn-airetoucher-desc {
      margin: 1em auto 0;
      width: 3.05em;
      height: 1.3em;
      justify-content: center;
      align-items: center;
      border-radius: 1.2em;
      background: var(--icon-l4, rgba(255, 255, 255, 0.35));
      backdrop-filter: blur(10px);
      opacity: 0;
    }
    .cbcn-airetoucher-desc2 {
      position: absolute;
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-desc1 {
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-desc2 {
      opacity: 1;
    }

    .cbcn-airetoucher-swiper {
      margin-top: 1em;
    }

    .cbcn-airetoucher-btnListDiv {
      margin: auto;
      width: max-content;
      padding: 0.2717em;
      align-items: center;
      border-radius: 45.23775em;
      background: #333;
      box-shadow: -3.463px -3.463px 8.656px 0px rgba(255, 255, 255, 0.2) inset,
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.7) inset;
      justify-content: center;
    }

    .cbcn-airetoucher-btn {
      padding: 0.36em 0.7em;
      justify-content: center;
      align-items: center;
      border-radius: 4.483em;
    }

    .cbcn-airetoucher-btn.active {
      border: 0.866px solid #0e0e0e;
      background: linear-gradient(180deg, #050505 0%, #1f1f1f 100%);
      box-shadow: -2.597px -2.597px 3.463px 0px rgba(138, 138, 138, 0.24),
        2.597px 2.597px 8.656px 0px rgba(0, 0, 0, 0.65);
    }

    .cbcn-airetoucher-btn.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-airetoucher-txt2 {
      position: relative;
      min-height: 1.5em;
    }

    .cbcn-airetoucher-txt2-item > p {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-airetoucher-txt2-item {
      top: 0;
      width: 100%;
      text-align: center;
    }
  }

  /* ecosystem */
  @media screen {
    .cbcn-ecosystem-txt2 {
      margin-top: 2.5em;
      justify-content: space-between;
      align-items: center;
      gap: 1.5em 0;
    }
    .cbcn-ecosystem-txt2 .cbcn-param {
      min-width: 8em;
    }

    .cbcn-ecosystem-icon1 {
      width: 5.7609em;
      height: 2.1563em;
      margin-left: 1.11em;
    }

    .cbcn-ecosystem-txt3 {
      margin-top: 2em;
      justify-content: flex-start;
      align-items: center;
      gap: 1em;
    }

    .cbcn-ecosystem-icon2 {
      height: 3.35em;
    }

    .cbcn-ecosystem-icon3 {
      height: 2.8em;
    }
  }

  /* extcamera */
  @media screen {
    .cbcn-extcamera-img-bg {
      height: 100%;
      width: 100%;
      top: 0;
      z-index: 8;
    }
    .cbcn-extcamera-content {
      position: relative;
      z-index: 9;
    }
    .cbcn-extcamera-img {
      width: 16.75em;
      height: 11.2em;
      margin-top: 2.5em;
    }

    .cbcn-extcamera-remark {
      margin-top: 1em;
    }

    .cbcn-extcamera-Box {
      margin-top: 2.5em;
    }
    .cbcn-extcamera-ct {
      display: flex;
      justify-content: center;
    }

    .cbcn-extcamera-link {
      display: flex;
      align-items: center;
      padding: 0.2em 0.5em;
      color: rgba(0, 0, 0, 0.6);
      border-radius: 99px;
      border: 1px solid #d9d9d9;
      background: linear-gradient(161deg, #bdbdbd -23.41%, #f1f1f1 95.71%);
      box-shadow: -3px -3px 4px 0px rgba(138, 138, 138, 0.24),
        3px 3px 10px 0px rgba(0, 0, 0, 0.65);
    }
  }

  /* handleset */
  @media screen {
    .cbcn-handleset-section {
      padding-bottom: 2.2em;
    }
    .cbcn-handleset-img {
      width: 100vw;
      height: 23.25em;
      position: relative;
      left: -5.3vw;
      margin-bottom: 1em;
      margin-top: -3em;
      z-index: 8;
    }
    .cbcn-handleset-txt1 {
      position: relative;
      z-index: 9;
    }

    .cbcn-handleset-txtdiv {
      margin-bottom: 1.5em;
      position: relative;
      z-index: 10;
    }
    .cbcn-handleset-link {
      display: flex;
      align-items: center;
      width: max-content;
      padding: 0.2em 0.5em;
      border-radius: 99px;
      border: 1px solid #d9d9d9;
      background: linear-gradient(161deg, #bdbdbd -23.41%, #f1f1f1 95.71%);
      color: rgba(0, 0, 0, 0.6);
    }

    .cbcn-handleset-txt3 {
      gap: 2.5em;
      align-items: center;
    }
    .cbcn-handleset-txt3 > div {
      width: 100%;
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }
    .cbcn-handleset-remark {
      margin-top: 1em;
    }

    .cbcn-handleset-txt2 {
      width: 100%;
      margin-top: 2.5em;
      gap: 1.5em;
    }

    .cbcn-handleset-txt2 > div {
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }
    .cbcn-handleset-txt4 {
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }
  }

  /* display */
  @media screen {
    .cbcn-display-img {
      width: 100%;
      height: 23.75em;
    }
  }

  /* screen */
  @media screen {
    .cbcn-screen-img {
      width: 100%;
      height: 12.3em;
      position: relative;
      margin-top: 2.5em;
    }

    .cbcn-screen-txt2 {
      margin-top: 2.5em;
    }

    .cbcn-screen-param-div {
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1em 0;
    }

    .cbcn-screenicon-img1 {
      height: 3.2em;
    }

    .cbcn-screenicon-img2 {
      height: 3.2em;
    }

    .cbcn-screenicon-img3 {
      height: 1.65em;
    }

    .cbcn-screen-param-div .cbcn-param:nth-of-type(2n) {
      width: 8em;
    }

    .cbcn-screen-param-div .cbcn-param:nth-of-type(2n + 1) {
      width: 7.5em;
    }
  }

  /* eyeprotection */
  @media screen {
    .cbcn-eyeprotection-section {
      padding: 4em 0 !important;
    }
    .cbcn-eyeprotection-img {
      width: 100%;
      height: 24.5em;
      margin-top: 2.5em;
    }

    .cbcn-eyeprotection-credential-div {
      width: 100%;
      margin-top: 2.5em;
      justify-content: space-between;
      gap: 0.35em 0;
    }
    .cbcn-eyeprotection-icon {
      width: 8.2em;
      height: 3.5em;
    }

    .cbcn-eyeprotection-swiper {
      margin-top: 8em;
    }

    .cbcn-eyeprotection-swiper .swiper-wrapper {
      margin-top: 1.5em;
    }

    .cbcn-eyeprotection-txt2,
    .cbcn-eyeprotection-txt3 {
      padding: 1.5em 0.5em 2.5em;
      border-radius: 0.6em;
      background: var(--background-l3, #141414);
      overflow: hidden;
      height: auto;
    }

    .cbcn-eyeprotection-txt2-p2 {
      margin-bottom: 2em;
    }

    .cbcn-eyeprotection-txt2 .cbcn-eyeprotection-param-div {
      width: 100%;
      gap: 1em;
    }

    .cbcn-eyeprotection-txt2 .cbcn-eyeprotection-param-div > div {
      width: 100%;
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }

    .cbcn-eyeprotection-txt3-p2 {
      margin-bottom: 2em;
    }

    .cbcn-eyeprotection-txt3 .cbcn-eyeprotection-param-div {
      width: 100%;
      gap: 1.5em 0em;
      justify-content: space-between;
    }

    .cbcn-eyeprotection-txt3 .cbcn-eyeprotection-param-div .cbcn-param {
      width: 7em;
      padding-top: 0.75em;
      border-top: 1px solid #4d4d4d;
    }

    .cbcn-eyeprotection-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-img {
      width: 100%;
      height: 16.05em;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-section {
      padding: 4em 1em;
      gap: 2.5em;
    }
    .cbcn-chip-txt1 {
      text-align: left !important;
    }

    .cbcn-chip-txt2 {
      display: flex !important;
      gap: 1.8em 2em;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .cbcn-chip-txt2 div {
      width: 6.8em;
    }
    .cbcn-chip-img-div {
      width: 16.75em;
      height: 16.2em;
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }
    .cbcn-chip-p {
      vertical-align: 18%;
      height: 0.6em;
      width: 0.6em;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section {
      padding: 4em 0;
    }

    .cbcn-battery-img {
      margin-top: 2.5em;
      margin-bottom: 2.5em;
      width: 16.75em;
      height: 16.2em;
    }

    .cbcn-battery-content {
      height: 100%;
    }
    /* txt2 */
    .cbcn-battery-txt2 {
      display: flex;
      gap: 1.8em !important;
      flex-wrap: wrap;
    }

    .cbcn-battery-flexRow {
      display: flex;
      gap: 2.5em;
    }
  }

  /* signal */
  @media screen {
    .cbcn-signal-section.bk {
      background: var(--background-l3, #141414);
    }
    .cbcn-signal-swiper-div {
      margin-top: 2.5em;
      width: 100%;
      height: 100%;
    }
    .cbcn-signal-subtitle {
      opacity: 0.65;
    }
    .cbcn-signal-swiper-div .swiper-wrapper {
      z-index: 10;
    }

    .cbcn-signal-swiper .swiper-wrapper {
      margin-top: 1em;
    }

    .cbcn-signal-swiper1 .swiper-wrapper {
      margin-top: 1em;
    }

    .cbcn-signal-img {
      width: 16.75em;
      height: 19.2em;
      border-radius: 0.6em;
      overflow: hidden;
    }
    .cbcn-signal-switchBtn-list1 {
      margin-top: 1em;
    }
    .cbcn-signal-switchBtn-list {
      margin-top: 1em;
    }
    .cbcn-signal-swiper1 {
      margin-top: 5.25em;
    }

    .cbcn-signal-desc {
      margin-top: 1.5em;
    }
  }

  /* cooling */
  @media screen {
    .cbcn-cooling-img {
      width: 16.8em;
      height: 9.5em;
      position: relative;
      margin-top: 2.5em;
    }

    .cbcn-cooling-img img {
      height: 100%;
    }
  }

  /* experience */
  @media screen {
    .cbcn-experience-section.bk {
      background: #141414;
    }
    .cbcn-experience-swiper {
      margin-top: 2.5em;
      margin-bottom: 1em;
    }

    .cbcn-experience-img {
      height: 19.1em;
      width: 100%;
      border-radius: 0.6em;
      margin-bottom: 1.5em;
      overflow: hidden;
    }
  }

  /* ostitle */
  @media screen {
    .cbcn-ostitle-section {
      padding: 7.5em 5.3vw !important;
    }

    .cbcn-ostitle-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-ostitle-img {
      width: 15em;
      height: 2.75em;
      margin-bottom: 0.5em;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-section.bk {
      background: #141414;
    }
    .cbcn-os-ct {
      text-align: left !important;
    }
    .cbcn-os-content {
      margin-top: 2.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-os-drawer-img {
      height: 19.2em;
      width: 100%;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-os-drawer-item .title {
      margin-top: 1.5em;
      margin-bottom: 0.75em;
    }
  }

  /* AI */
  @media screen {
    .cbcn-ai-section.bk {
      background: #141414;
    }
    .cbcn-ai-swiper {
      margin-top: 2.5em;
      margin-bottom: 1em;
      text-align: center;
    }

    .cbcn-ai-desc {
      margin-top: 1.5em;
    }

    .cbcn-ai-desc p:nth-child(2) {
      margin-top: 0.75em;
    }

    .cbcn-ai-img {
      height: 19.2em;
      width: 100%;
      display: block;
    }
    .cbcn-ai-switchBtn-list {
      justify-content: center;
    }
  }

  /* technology */
  @media screen {
    .cbcn-technology-swiper {
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .cbcn-technology-box {
      width: 100%;
      height: 100%;
      padding: 1.5em;
      gap: 0.5em;
      border-radius: 0.4em;
      background: #1f1f1f;
      overflow: hidden;
    }

    .cbcn-technology-img {
      height: 12.1em;
      width: 100%;
    }

    .cbcn-technology-txt p {
      text-align: left;
    }
  }

  /* learnmore */
  @media screen {
    .cbcn-learnmore-section {
      padding: 1em 0 !important;
    }
    .cbcn-learnmore-img {
      width: 100%;
      height: 9.95em;
      border-radius: 1.2em;
      overflow: hidden;
      cursor: pointer;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      background: #f2f2f2;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section ol li {
      list-style: decimal;
      color: #7f7f7f;
    }
  }
}
