@media screen and (max-width: 980px) {
  /* kv  */
  @media screen {
    .cbcn-kv-screen {
      width: 100%;
      height: calc(37.5 / 20.7 * 100vw);
      position: relative;
      display: block;
    }

    .cbcn-kv-logo {
      position: absolute;
      width: 1.55em;
      bottom: 1.5em;
      left: 1em;
    }

    .cbcn-kv-remark {
      position: absolute;
      left: 1em;
      bottom: 0.6em;
    }

    .cbcn-kv-remark p {
      color: rgba(0, 0, 0, 0.4);
      font-size: 0.25em;
      font-weight: 400;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-gap {
      gap: 1em;
    }

    .cbcn-navigation-item {
      text-decoration: none;
      width: 100%;
      min-height: 27.5em;
      padding-bottom: 1.5em;
      border-radius: 1.5em;
      background: #fff;
      justify-content: space-between;
      overflow: hidden;
    }

    .cbcn-navigation-Text {
      padding: 0 1em;
      align-items: flex-end;
      justify-content: space-between;
      gap: 0.5em;
    }

    .cbcn-navigation-txt {
      gap: 0.75em;
    }

    .cbcn-navigation-txt h2 {
      color: rgba(0, 0, 0, 0.9);
    }

    .cbcn-navigation-txt p {
      color: rgba(0, 0, 0, 0.6);
    }

    .cbcn-navigation-img {
      height: 19em;
    }

    .cbcn-navigation-icon {
      width: 1.8em;
      height: 1.8em;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-screen {
      padding: 4em 5.3vw;
      background-color: #262626!important;
    }

    .cbcn-design-txt-p {
      font-size: 2em;
      line-height: 120%;
      font-family: "vivoSans-ExtraBold";
      background: linear-gradient(92deg, #AD9AE7 3.75%, #E3E0FA 91.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-design-txt-p sup {
      background: #f5aabb;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-design-img {
      margin-top: 1em;
      height: 25em;
      border-radius: 1em;
      overflow: hidden;
    }
  }

  /* curved */
  @media screen {
    .cbcn-curved-img {
      width: 100%;
      height: 15.05em;
    }

    .cbcn-curved-txt1 {
      padding: 0 1em;
    }

    .cbcn-curved-txt1 .ct {
      text-align: center;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-swiper {
      width: 100%;
      height: 36.7em;
    }

    .cbcn-color-txt {
      width: 100%;
      gap: 0.5em;
      text-align: center;
      padding: 0 1em;
      top: 24.25em;
    }

    .cbcn-color-btnListDiv {
      bottom: 3em;
      z-index: 99;
      display: inline-flex;
    }

    .cbcn-color-btnList {
      display: inline-flex!important;
      width: auto;
      padding: 0.45em;
      align-items: center;
      gap: 0.45em;
      border-radius: 2.25em;
      background: rgba(255, 255, 255, 0.15);
    }

    .cbcn-color-btn {
      width: 1.8em;
      height: 1.8em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 1.8em;
      height: 1.8em;
    }

    .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: #b94863;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #2d5dca;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #414141;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #a88df6;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-screen {
      padding: 4em 0;
    }

    .cbcn-appearance-videoDiv {
      height: 15em;
      overflow: hidden;
      border-radius: 1em;
      margin-top: 2.5em;
    }
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-DivBox {
      width: 100%;
      height: 30em;
      background: #0d0d0d;
      position: relative;
      display: flex;
      align-items: center;
      padding: 5.3vw;
    }

    .cbcn-zeiss-content1 {
      min-height: min-content;
      position: relative;
    }

    .cbcn-zeiss-box {
      width: min-content;
    }

    .cbcn-zeiss-title {
      font-size: 3.7em;
      line-height: 120%;
    }

    .cbcn-zeiss-h3 {
      color: rgba(255, 255, 255, 0.5)!important;
      font-size: 0.75em!important;
      font-style: normal;
      font-weight: 800;
      line-height: 110%;
      font-family: "vivoSans-Bold";
    }

    .cbcn-zeiss-txt {
      height: 0.6em;
      width: 0.6em;
      position: absolute;
      overflow: hidden;
      /* background: linear-gradient(0deg, #E3DFFA 0%, #E3DFFA 100%); */
      top: 83%;
      left: 105%;
      transform: translate(-83%, -105%);
    }

    .cbcn-zeiss-video {
      opacity: 0;
    }

    .cbcn-zeiss-desc {
      width: 100%;
      text-align: center;
      opacity: 0;
    }

    .cbcn-zeiss-desc p {
      font-size: 0.8em;
      line-height: 150%;
      font-weight: 600;
      padding: 0 3em;
      font-family: "vivoSans-Demibold";
      color: rgba(255, 255, 255, 0.5)!important;
    }
  }

  /* rearCamera */
  @media screen {
    .cbcn-rearCamera-screen {
      padding-top: 4em;
      display: flex;
      height: 100vh;
      justify-content: space-between;
    }

    .cbcn-rearCamera-title {
      padding: 0 1em 3em;
    }

    .cbcn-rearCamera-div {
      width: 100%;
      height: 19.4em;
      position: relative;
    }

    .cbcn-rearCamera-img1 {
      position: absolute;
      width: 7em;
      height: 100%;
      right: 0;
      bottom: 0;
      overflow: hidden;
      z-index: 2;
    }

    .cbcn-rearCamera-img2 {
      position: absolute;
      bottom: 0;
      right: 7em;
      width: 4.95em;
      height: 100%;
      margin-bottom: -12em;
      opacity: 0;
    }

    .cbcn-rearCamera-desc {
      gap: 0.4em;
    }

    .cbcn-rearCamera-descText {
      padding-bottom: 4px;
    }

    .cbcn-rearCamera-desc .cbcn-p3 {
      line-height: 120%;
    }

    .cbcn-rearCamera-param {
      width: 10em;
      position: absolute;
      left: 5.3vw;
      z-index: 3;
    }

    .cbcn-rearCamera-param3 {
      top: -2em;
    }

    .cbcn-rearCamera-param2 {
      top: 8em;
    }

    .cbcn-rearCamera-param1 {
      opacity: 0;
      top: -2em;
    }

    .cbcn-rearCamera-line {
      z-index: 3;
      position: absolute;
    }

    .cbcn-rearCamera-line3 {
      height: 3.65em;
      width: 10em;
      top: 0.6em;
      right: -4.7em;
    }

    .cbcn-rearCamera-line2 {
      height: 2.95em;
      width: 10em;
      right: -4.7em;
      top: -2em;
    }

    .cbcn-rearCamera-line1 {
      height: 5.25em;
      width: 5em;
      top: 0.6em;
      right: 0em;
    }
  }

  /* fullFocusPortrait */
  @media screen {
    .cbcn-fullFocusPortrait-screen {
      padding: 4em 0;
      background-color: #fafafa!important;
    }

    .cbcn-fullFocusPortrait-InfoDiv {
      height: 18.6em;
      margin-top: 2.5em;
    }

    .cbcn-fullFocusPortrait-Info {
      padding: 0 5.3vw;
      height: 18.6em;
    }

    .cbcn-fullFocusPortrait-image {
      width: 100%;
      height: 15em;
      border-radius: 0.6rem;
      overflow: hidden;
    }

    .cbcn-fullFocusPortrait-title {
      margin-top: 1.5em!important;
      color: rgba(0, 0, 0, 0.9)!important;
      font-size: 0.8em;
      line-height: 150%;
      font-family: "vivoSans-DemiBold";
    }

    .cbcn-fullFocusPortrait-text {
      color: rgba(0, 0, 0, 0.4)!important;
      font-size: 0.5em;
      line-height: 150%;
      font-family: "vivoSans-Medium";
    }

    .cbcn-fullFocusPortrait-switchBtn-list {
      padding: 1em 1em 0em 5em;
      position: absolute;
      right: 0;
      bottom: 4em;
      z-index: 99;
      background: linear-gradient(90deg,
          rgba(250, 250, 250, 0) 24.69%,
          #fafafa 42.24%);
    }

    .cbcn-fullFocusPortrait-text.cbcn-class {
      bottom: 6em;
      color: rgba(255, 255, 255, 0.95)!important;
      font-size: 0.75em;
      display: flex;
      padding: 0.3em 0.8em;
      justify-content: center;
      align-items: center;
      border-radius: 1.5em;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(7.037036895751953px);
    }
  }

  /* classicStyle */
  @media screen {
    .cbcn-classicStyle-screen {
      background-color: #fff!important;
    }

    .cbcn-classicStyle-swiper {
      margin-top: 2.5em;
    }

    .cbcn-classicStyle-swiper .swiper-wrapper {
      width: 100%;
      height: 18.5em;
    }

    .cbcn-classicStyle-img,
    .cbcn-classicStyle-img2 {
      width: 100%;
      height: 100%;
    }

    .cbcn-classicStyle-Divimg {
      width: 100%;
      height: 15em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-classicStyle-switchBtn-list {
      position: absolute;
      right: 0;
      bottom: 4em;
      z-index: 99;
      padding: 0em 1em 0em 3em;
      background: linear-gradient(90deg,
          rgba(250, 250, 250, 0) 24.69%,
          #fff 42.24%);
    }

    .cbcn-classicStyle-desc {
      margin-top: 1.5em;
    }

    .cbcn-classicStyle-desc p {
      color: rgba(0, 0, 0, 0.9)!important;
      font-size: 0.8em!important;
      font-family: "vivoSans-DemiBold";
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
    }
  }

  /* backlitSelfie */
  @media screen {
    .cbcn-backlitSelfie-screen {
      padding: 0 !important;
    }

    .cbcn-backlitSelfie-cardList {
      padding: 0 !important;
    }

    .cbcn-backlitSelfie-content {
      padding: 4em 5.3vw !important;
    }

    .cbcn-backlitSelfie-swiper {
      margin-top: 1.5em;
    }

    .cbcn-backlitSelfie-imgDiv {
      height: 19em;
    }

    .cbcn-backlitSelfie-img {
      height: 19em;
      width: 100%;
      border-radius: 1.05555em;
      overflow: hidden;
    }

    .cbcn-backlitSelfie-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-backlitSelfie-btn {
      position: absolute;
      bottom: 0.75em;
      left: 0.75em;
      padding: 0.2em 0.5em;
      border-radius: 0.84445em;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(7.037036895751953px);
      overflow: hidden;
    }
  }

  /* 50MP */
  @media screen {
    .cbcn-50MP-content-txt {
      margin-top: 2em;
      display: inline-block;
    }

    .cbcn-50MP-content-txt .param {
      border-top: 1px solid #b3b3b3;
      color: rgba(0, 0, 0, 0.9)!important;
      padding-top: 1em;
    }

    .cbcn-50MP-content-txt .txt {
      color: rgba(0, 0, 0, 0.5)!important;
    }

    .cbcn-50MP-img1 {
      width: 100%;
      height: 15em;
      overflow: hidden;
      border-radius: 0.6em;
      margin-top: 2.5em;
    }

    .cbcn-50MP-content {
      padding: 0!important;
    }

    .cbcn-50MP-box1 {
      padding: 4em 5.3vw;
      background-color: #fafafa!important;
    }

    .cbcn-50MP-txt1 .cbcn-param {
      margin-top: 2.5em;
      display: inline-block;
    }

    .cbcn-50MP-txt1 .cbcn-param .param {
      border-top: 1px solid #b3b3b3;
      padding-top: 1em;
    }

    .cbcn-50MP-param {
      margin-top: 2.5em;
      display: inline-block;
      padding: 0em 5.3vw 4em;
    }

    .cbcn-50MP-param .cbcn-param {
      border-top: 1px solid #b3b3b3;
    }

    .cbcn-50MP-param .param {
      color: rgba(0, 0, 0, 0.9)!important;
      padding-top: 1em;
    }

    .cbcn-50MP-param .txt {
      color: rgba(0, 0, 0, 0.5)!important;
      padding-bottom: 1.5em;
    }

    .cbcn-50MP-box2 {
      padding: 4em 5.3vw 0em;
      background-color: #fff!important;
    }

    .cbcn-50MP-img2 {
      width: 100%;
      height: 15em;
      border-radius: 0.6em;
      overflow: hidden;
      margin-top: 2.5em;
    }

    .cbcn-50MP-param-txt1 {
      margin-top: 1em !important;
      padding-bottom: 0em !important;
    }

    .cbcn-50MP-param-txt2 {
      padding-top: 0em !important;
    }
  }

  /* 4K */
  @media screen {
    .cbcn-4K-screen {
      background-color: #fafafa!important;
      padding: 4em 5.3vw;
    }

    .cbcn-4K-img {
      width: 100%;
      height: 11.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-4K-txt1 {
      margin-top: 2.5em;
    }

    .cbcn-4k-txt1-p1 {
      color: rgba(0, 0, 0, 0.9)!important;
    }

    .cbcn-4k-txt1-p2 {
      background: linear-gradient(270deg, #A9ABE2 1.33%, #6B51B2 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-4k-txt1-p3 {
      color: rgba(0, 0, 0, 0.6)!important;
    }
  }

  /* night */
  @media screen {
    .cbcn-night-img {
      width: 100%;
      height: 12em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-night-txt1 {
      margin-top: 2em;
    }
  }

  /* studioQuality */
  @media screen {
    .cbcn-studioQuality-screen {
      height: 100vh;
    }

    .cbcn-studioQuality-txt1 {
      position: absolute;
      gap: 1.5em;
      top: -9em;
      align-items: center;
      width: 100%;
      z-index: 2;
      opacity: 0;
    }

    .cbcn-studioQuality-txt1 .cbcn-h1 {
      font-size: 1.3124em;
      line-height: 110%;
    }

    .cbcn-studioQuality-txt1 .color1 {
      font-size: 2.6em;
      line-height: 110%;
      text-align: center;
    }

    .cbcn-studioQuality-txt2 {
      position: absolute;
      text-align: center;
      z-index: 9;
      opacity: 0;
      width: 100%;
      padding: 0 5.3vw;
    }

    .cbcn-studioQuality-txt2 p {
      font-size: 1.2em;
      line-height: 150%;
      /* 1.125rem */
    }

    .cbcn-studioQuality-txt2 span {
      background: linear-gradient(92deg, #AD9AE7 3.75%, #E3E0FA 91.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-studioQuality-txtDiv {
      z-index: 1;
    }

    .cbcn-studioQuality-txt3 {
      position: absolute;
      height: 100%;
      top: 3.5em;
      z-index: 9;
      opacity: 0;
    }

    .cbcn-studioQuality-txt3 .cbcn-studioQuality-param {
      position: absolute;
      bottom: 7.5em;
      width: 8em;
      gap: 1em;
    }
    .cbcn-studioQuality-txt3 .color1 {
      font-size: 1.8em;
    }

    .cbcn-studioQuality-imgDiv {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 18em;
      width: 10em;
      transform-origin: 100% 100%;
    }

    .cbcn-studioQuality-img2 {
      position: absolute;
      width: 4.28em;
      height: 4.28em;
      left: 2.63em;
      top: 9.76em;
    }

    .cbcn-studioQuality-img1 {
      height: 18em;
      width: 100%;
      position: absolute;
      opacity: 0;
    }

    .cbcn-studioQuality-param1 .param {
      background: linear-gradient(92deg, #AD9AE7 3.75%, #E3E0FA 91.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-studioQuality-param1 svg {
      width: 10.8px;
      height: 19.8px;
    }
  }

  /* auraLight */
  @media screen {
    .cbcn-auraLight-swiper {
      margin-top: 1.5em;
    }

    .cbcn-auraLight-img {
      width: 16.8889em;
      height: 19em;
      border-radius: 1.05555em;
      overflow: hidden;
    }

    .cbcn-auraLight-btn {
      position: absolute;
      bottom: 0.75em;
      left: 0.75em;
      padding: 0.2em 0.5em;
      border-radius: 0.84445em;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(7.037036895751953px);
      overflow: hidden;
    }

    .cbcn-auraLight-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* 3DStudio */
  @media screen {
    .cbcn-3DStudio-screen {
      background-color: #fafafa!important;
    }

    .cbcn-3DStudio-swiper {
      margin-top: 1.5em;
      width: 100%;
      height: 24em;
    }

    .cbcn-3DStudio-insideImg {
      width: 100%;
      height: 20.3em;
      border-radius: 0.9306em;
    }

    .cbcn-3DStudio-switchBtn-list {
      position: absolute;
      bottom: 4em;
      padding: 1em 1em 0em 5em;
      right: 0;
      z-index: 99;
      background: linear-gradient(90deg,
          rgba(250, 250, 250, 0) 24.69%,
          #fafafa 42.24%);
    }

    .cbcn-3DStudio-btn-p {
      color: rgba(0, 0, 0, 0.9)!important;
      font-size: 0.9em;
      font-family: "vivoSans-DemiBold";
    }

    .cbcn-3DStudio-btn {
      margin-top: 1.5em;
    }
  }

  /* filmCamera */
  @media screen {
    .cbcn-filmCamera-screen {
      padding: 4em 0;
      height: 100%;
    }

    .cbcn-filmCamera-Content {
      height: 100%;
    }

    .cbcn-filmCamera-txt1 {
      z-index: 11;
    }

    .cbcn-filmCamera-div {
      overflow: hidden;
      position: relative;
      margin-top: 1em;
    }

    .cbcn-filmCamera-shadow.shadow {
      height: 1.5em;
      width: 100%;
      background: linear-gradient(rgb(255, 255, 255, 0.8),
          rgba(255, 255, 255, 0.3));
      z-index: 11;
      filter: blur(5px);
      position: absolute;
      transform: translateY(-1px);
    }

    .cbcn-filmCamera-imgWrapper {
      width: 10.5em;
      height: 22.04em;
      position: relative;
      left: 50%;
      margin-top: 1.5em;
      transform: translateX(-50%);
      z-index: 10;
    }

    .cbcn-filmCamera-bg1 {
      position: absolute;
      top: 0;
      z-index: 10;
      width: 10.4em;
      height: 18.85em;
    }

    .cbcn-filmCamera-bg2 {
      position: absolute;
      bottom: 0;
      z-index: 8;
      width: 10.4em;
      height: 3.2em;
    }

    .cbcn-filmCamera-img1 {
      z-index: 9;
      width: 8.1em;
      height: 13.13055em;
      transform: translate(-51%, -50%);
    }
  }

  /* dopamine */
  @media screen {
    .cbcn-dopamine-screen {
      padding: 4em 5.3vw;
    }

    .cbcn-dopamine-swiper {
      margin-top: 2.5em;
    }

    .cbcn-dopamine-Icon {
      width: 2.80395em;
      height: 0.85835em;
      position: absolute;
      top: 1.05em;
      right: 1.05em;
    }

    .cbcn-dopamine-img {
      height: 13.85em;
      width: 100%;
    }

    .cbcn-dopamine-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* aiImage、aiImage2*/
  @media screen {
    .cbcn-aiImage-screen {
      background-color: #fff!important;
      padding: 4em 5.3vw 0!important;
    }

    .cbcn-aiImage2-screen {
      background-color: #fff!important;
      padding: 2.5em 5.3vw 4em 5.3vw!important;
    }

    .cbcn-aiImage2-icon {
      width: 2em;
      height: 2em;
    }

    .cbcn-aiImage2-p {
      font-size: 1.2em;
    }

    .cbcn-aiImage2-video {
      width: 12em;
      height: 25.43075em;
      margin-top: 1.5em;
      position: relative;
      display: flex;
      justify-content: center;
    }

    .cbcn-aiImage2-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-aiImage2-titleDiv {
      position: relative;
      width: 100%;
      height: 2em;
    }

    .cbcn-aiImage2-title {
      position: absolute;
      left: 2.5em;
      transition: all 0.3s;
      opacity: 0;
    }

    .cbcn-aiImage2-title.active {
      opacity: 1;
    }

    .cbcn-aiImage2-img {
      width: 12em;
      height: 25.5em;
      display: block!important;
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-DivBox {
      width: 100%;
      height: 30em;
      background: #0d0d0d;
      padding: 5.3vw;
      position: relative;
    }

    .cbcn-performance-content1 {
      display: flex;
      flex-direction: column;
      gap: 1.2em;
    }

    .cbcn-performance-h3 {
      color: rgba(255, 255, 255, 0.5)!important;
      font-size: 0.75em!important;
      font-style: normal;
      font-weight: 800;
      line-height: 110%;
    }

    .cbcn-performance-box p {
      font-size: 1.9em;
      line-height: 110%;
      background: linear-gradient(276deg,
          #ffeef2 6.93%,
          #f5aabb 41.72%,
          #b94863 75.81%,
          #b42247 111.3%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-performance-txt {
      height: 0.6em;
      width: 0.6em;
      position: absolute;
      overflow: hidden;
      background: transparent;
      top: 93%;
      left: 98%;
      transform: translate(-93%, -98%);
    }

    .cbcn-performance-video {
      opacity: 0;
    }
    .cbcn-performance-p {
      font-size: 1.4em !important;
    }
  }

  /*battery*/
  @media screen {
    .cbcn-battery-txtDiv {
      padding: 4em 5.3vw;
    }

    .cbcn-battery-swiper {
      height: 28em;
    }

    .cbcn-battery-swiper .swiper-slide {
      justify-content: space-between;
      padding: 2.5em 1.5em;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      border-radius: 1em;
      background: #171717;
    }

    .cbcn-battery-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-battery-iconTxt {
      background: linear-gradient(276deg,
          #ffeef2 6.93%,
          #f5aabb 67.98%,
          #b94863 90.24%,
          #b42247 107.86%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2.05555em;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      /* 2.2611rem */
    }

    .cbcn-battery-iconTxt1 {
      background: linear-gradient(180deg,
          rgba(242, 255, 254, 1),
          rgba(170, 245, 187, 1),
          rgba(47, 219, 150, 1),
          rgba(36, 184, 100, 1));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2.05555em;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
    }

    .cbcn-battery-txt3 p:nth-child(3) {
      color: rgba(255, 255, 255, 0.65)!important;
    }

    .cbcn-battery-icon {
      width: 3.44575em;
      height: 2.03295em;
    }

    .cbcn-battery-iconBox {
      gap: 0.5em;
    }

    .cbcn-battery-icon2 {
      width: 8em;
      height: 2.4431em;
    }

    .cbcn-battery-iconBox1 {
      width: 100%;
      height: 6em;
    }

    .cbcn-battery-iconBox2 {
      width: 100%;
      height: 6em;
    }

    .cbcn-battery-iconBox3 {
      width: 100%;
      height: 6em;
    }

    .cbcn-battery-flexRow {
      justify-content: space-between;
      margin-top: 1em;
    }
  }

  /* waterproof */
  @media screen {
    .cbcn-waterproof-screen {
      padding: 4em 0 0 0!important;
    }

    .cbcn-waterproof-imgDiv {
      height: 23.7em;
      width: 100%;
      margin-top: 0.5em;
    }

    .cbcn-waterproof-img {
      height: 23.7em;
      width: 100%;
    }
  }

  /* waterproof2 */
  @media screen {
    .cbcn-waterproof2-safeRow {
      padding: 4em 5.3vw!important;
    }

    .cbcn-waterproof2-img {
      height: 18.5em;
      width: 100%;
      border-radius: 1em;
      overflow: hidden;
      margin-top: 2em;
    }
  }

  /* antiFall */
  @media screen {
    .cbcn-antiFall-screen {
      padding: 4em 0;
    }

    .cbcn-antiFall-imgDiv {
      margin: 0.7em 0;
      height: 17.1em;
      width: 100%;
    }

    .cbcn-antiFall-iconParam {
      margin-top: 1em;
      gap: 1em;
      justify-content: center;
      align-items: center;
    }

    .cbcn-antiFall-txt1 .cbcn-antiFall-iconParam p {
      margin: 0!important;
      width: 14.5em;
    }

    .cbcn-antiFall-icon {
      width: 3.1941em;
      height: 3.2571em;
      flex-shrink: 0;
    }

    .cbcn-antiFall-img {
      height: 17.1em;
      width: 100%;
    }

    .cbcn-antiFall-content2 {
      padding: 1em 0;
      width: 100%;
      gap: 1.5em 0;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .cbcn-antiFall-param {
      width: 43.1vw;
    }

    .cbcn-antiFall-param .param {
      white-space: wrap;
    }

    .cbcn-antiFall-param .txt {
      font-size: 0.75em;
      line-height: 120%;
    }

    .cbcn-antiFall-p1 {
      background: linear-gradient(92deg, #AD9AE7 3.75%, #E3E0FA 91.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-swiper {
      padding: 4em 5.3vw;
    }

    .cbcn-chip-title3-sh {
      font-family: "vivoSans-ExtraBold";
      font-size: 1.2em;
    }

    .cbcn-chip-title3-h1 {
      background: linear-gradient(270deg, #A9ABE2 1.33%, #6B51B2 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "vivoSans-ExtraBold";
      font-size: 2em;
    }

    .cbcn-chip-card2 {
      margin-top: 8em;
    }

    .cbcn-chip-img {
      height: 11.8em;
      width: 100%;
      overflow: hidden;
      border-radius: 0.6em;
      margin: 2.5em 0;
    }

    .cbcn-chip-param .cbcn-param .param {
      background: #A58BEE;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-param {
      flex-wrap: wrap;
      gap: 1.2em;
      justify-content: space-between;
    }

    .cbcn-chip-param .cbcn-param {
      width: 41vw;
    }

    .cbcn-chip-card2 .cbcn-chip-param .cbcn-param {
      width: 100%;
    }
  }

  /* sound */
  @media screen {
    .cbcn-sound-content {
      padding: 0em!important;
    }

    .cbcn-sound-txt1 {
      text-align: center;
      padding: 0 5.3vw;
    }

    .cbcn-sound-imgDiv {
      margin-top: 2.5em;
      width: 100%;
      height: 7.15em;
      position: relative;
    }

    .cbcn-sound-img {
      width: 11.84805em;
      height: 5.5807em;
    }

    .cbcn-sound-round {
      width: 3em;
      height: 7.15em;
    }

    .cbcn-sound-round div {
      width: 1.5em;
      height: 3.5em;
      border-radius: 50%;
      background: radial-gradient(277.66% 213.89% at 122.92% 50%, rgba(255, 247, 247, 0.00) 0.67%, rgba(66, 47, 150, 0.80) 100%);
      right: 0;
      opacity: 0;
      transform-origin: center center;
    }

    .cbcn-sound-round.left {
      left: 0em;
    }

    .cbcn-sound-round.right {
      right: 0em;
      transform: translateY(-50%) rotate(-180deg);
    }

    .cbcn-sound-round div:nth-of-type(1) {
      animation: soundScale 3s 0s infinite;
    }

    .cbcn-sound-round div:nth-of-type(2) {
      animation: soundScale 3s 0.3s infinite;
    }

    .cbcn-sound-round div:nth-of-type(3) {
      animation: soundScale 3s 0.6s infinite;
    }

    .cbcn-sound-round div:nth-of-type(4) {
      animation: soundScale 3s 0.9s infinite;
    }

    .cbcn-sound-round div:nth-of-type(5) {
      animation: soundScale 3s 1.2s infinite;
    }

    .cbcn-sound-round div:nth-of-type(6) {
      animation: soundScale 3s 1.5s infinite;
    }

    @keyframes soundScale {
      0% {
        opacity: 1;
        right: -20%;
        width: 0em;
        height: 0em;
      }

      75% {
        opacity: 0;
        right: 2em;
        width: 1.5em;
        height: 7.15em;
      }

      100% {
        opacity: 0;
        right: -20%;
        width: 0em;
        height: 0em;
      }
    }
  }

  /* display */
  @media screen {
    .cbcn-display-img {
      width: 100vw;
      height: 17.55em;
    }

    .cbcn-display-param {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1.2em;
    }

    .cbcn-display-param .cbcn-param {
      border-top: 1px solid #b3b3b3;
      padding-top: 1.5em;
    }

    .cbcn-display-icon {
      width: 6.7em;
      height: 2em;
    }

    .cbcn-display-icon2 {
      width: 4.448em;
      height: 2.1012em;
      margin-right: 0.5em;
    }

    .cbcn-display-param .cbcn-param {
      width: 41vw;
    }

    .cbcn-display-param .cbcn-param:last-child {
      width: 100%;
    }

    .cbcn-display-param .cbcn-param .param {
      white-space: normal!important;
    }

    .cbcn-display-param .txt {
      font-size: 0.7em !important;
    }
  }

  /* cool */
  @media screen {
    .cbcn-cool-txt1 {
      text-align: center;
    }

    .cbcn-cool-imgDiv {
      margin-top: 1.5em;
    }

    .cbcn-cool-img {
      width: 100%;
      height: 6.85em;
    }

    .cbcn-cool-param {
      margin-top: 1.5em;
      gap: 1em;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-screen {
      height: 100vh;
    }

    .cbcn-os-imgBg {
      width: 100%;
      height: calc(30 / 18.5 * 100vw);
    }

    .cbcn-os-img {
      width: 8.8364em;
      height: 8.35485em;
      opacity: 1;
    }

    .cbcn-os-screen.active .cbcn-os-img {
      opacity: 0;
      transition: all 0.5s;
      transition-delay: 1s;
    }

    .cbcn-os-txt1 {
      width: calc(100% - 21.2vw);
      text-align: center;
      opacity: 0;
    }

    .cbcn-os-screen.active .cbcn-os-txt1 {
      opacity: 1;
      transition: all 0.5s;
      transition-delay: 1.5s;
    }
  }

  /* overall */
  @media screen {
    .cbcn-overall-screen {
      padding: 4em 5.3vw 6em;
      display: flex;
      height: 100vh;
      gap: 1em;
      justify-content: space-between;
      flex-direction: column;
    }

    .cbcn-overall-box1 {
      width: 100%;
      height: 4.05em;
    }

    .cbcn-overall-box1 p {
      font-size: 2.7em;
      line-height: 110%;
    }

    .cbcn-overall-txt2 {
      opacity: 0;
    }

    .cbcn-overall-txt3 {
      opacity: 0;
    }

    .cbcn-overall-box2 {
      height: 20em;
      position: relative;
      justify-content: center;
      display: flex;
    }

    .cbcn-overall-box2 .cbcn-overall-img {
      position: absolute;
      height: 16.7em;
      width: 14em;
      border-radius: 0.56115em;
      overflow: hidden;
    }

    .cbcn-overall-img2 {
      z-index: 9;
    }

    .cbcn-overall-img1::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      transition: background 0.3s;
    }

    .cbcn-overall-img1.masked::before {
      background: rgba(0, 0, 0, 0.1);
    }

    .cbcn-overall-img1.masked2::before {
      background: rgba(0, 0, 0, 0.2);
    }

    .cbcn-overall-img2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      transition: background 0.3s;
    }

    .cbcn-overall-img2.masked::before {
      background: #e6e6e6;
    }

    .cbcn-overall-img3 {
      z-index: 10;
    }
  }

  /* gemini */
  @media screen {
    .cbcn-gemini-img {
      width: 12.02415em;
      height: 25.5em;
      display: block!important;
    }

    .cbcn-gemini-img canvas {
      width: 12.02415em!important;
      height: 25.5em!important;
      display: block!important;
    }

    .cbcn-gemini-swiper {
      height: 100%;
      position: relative;
    }

    .cbcn-gemini-txt2 {
      display: flex;
      flex-direction: column-reverse;
      height: 100%;
      justify-content: space-between;
      opacity: 0;
    }

    .cbcn-gemini-left {
      padding-left: 2.5em;
      font-size: 1em;
    }

    .cbcn-gemini-txt2.active {
      opacity: 1;
    }

    .cbcn-gemini-card {
      display: flex;
      align-items: center;
      flex-direction: column;
      height: 38em;
      gap: 1.5em;
    }

    .cbcn-gemini-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-gemini-icon {
      width: 2em;
      height: 2em;
    }

    .cbcn-gemini-titleDiv {
      position: absolute;
      bottom: 69.5%;
      object-fit: contain;
    }
  }

  /* signal */
  @media screen {
    .cbcn-signal-txt1 {
      text-align: center;
    }

    .cbcn-signal-img {
      margin-top: 2.5em;
      width: 100%;
      height: 24em;
    }

    .cbcn-signal-param {
      margin-top: 2.5em;
      justify-content: space-between;
    }

    .cbcn-signal-param .cbcn-param {
      width: 10em;
    }
  }

  /* experience */
  @media screen {
    .cbcn-experience-cardDiv {
      margin-top: 2.5em;
      gap: 0.5em;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .cbcn-experience-card1 {
      width: 100%;
      height: 14.19635em;
      border-radius: 0.75em;
      background-color: #f0f0f0;
      overflow: hidden;
      flex-shrink: 0;
      position: relative;
    }

    .cbcn-experience-img {
      height: 18.10625em;
      width: 100%;
      margin-top: 2.5em;
      border-radius: 0.5em;
      overflow: hidden;
    }

    .cbcn-experience-img1 {
      width: 7.32635em;
      position: absolute;
      right: 7.25em;
      bottom: 0;
    }

    .cbcn-experience-img2 {
      width: 7.22975em;
      position: absolute;
      left: 7.5em;
      bottom: 0;
    }

    .cbcn-experience-card2 {
      width: calc(50% - 0.25em);
      height: 100%;
      padding: 1em 0.7em;
      border-radius: 0.75em;
      background-color: #f0f0f0;
      overflow: hidden;
      flex-shrink: 0;
      justify-content: space-between;
    }

    .cbcn-experience-icon {
      width: 2em;
      height: 2em;
    }

    .cbcn-experience-card-p {
      font-size: 0.75em!important;
      line-height: 120%;
      font-family: "vivoSans-Medium";
    }
  }

  /* prolonged */
  @media screen {
    .cbcn-prolonged-screen {
      background-color: #fff!important;
    }

    .cbcn-prolonged-txt1 {
      text-align: center;
    }

    .cbcn-prolonged-img {
      width: 13.8625em;
      height: 11.64455em;
      margin-top: 2.5em;
    }
  }

  /* remark */
  @media screen {

    .cbcn-remark-screen ul,
    .cbcn-remark-screen ol {
      padding-inline-start: 2em;
    }
  }
}