@media screen and (min-width: 981px) {
  /* kv */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      height: calc(51.2 / 95.9795 * 100vw);
    }

    /* .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-dom-container a {
      text-decoration: none;
      outline: none;
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-navigation-section {
      padding: 8.6em 0;
    }

    .cbcn-navigation-swiper-slide {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      width: 100%;
      height: 28.9em;
    }

    .cbcn-navigation-img {
      border-radius: 28px;
      overflow: hidden;
      width: 100%;
      height: 28.9em;
    }

    .cbcn-navigation-desc {
      position: absolute;
      top: 1.85em;
      left: 2em;
      z-index: 99;
    }

    .cbcn-navigation-videoBtnList {
      gap: 0.5em;
      align-items: flex-end;
      justify-content: flex-end;
      position: absolute;
      right: 0;
      bottom: -4.5em;
    }

    .cbcn-navigation-videoBtn-box {
      padding: 0 0.94em;
      height: 2.25em;
      gap: 0.5em;
      align-items: center;
      border-radius: 2.25em;
      overflow: hidden;
      background-color: #f0f0f0;
    }

    .cbcn-navigation-videoBtn {
      padding: 0.2em;
      cursor: pointer;
      position: relative;

      justify-content: center;
      align-items: center;
    }

    .cbcn-navigation-videoBtn::before {
      content: "";
      width: 0.425em;
      height: 0.425em;
      border-radius: 50%;
      background-color: #b3b3b3;
      overflow: hidden;
      transition: all 1s;
    }

    .cbcn-navigation-videoBtn::after {
      content: "";
      width: 0;
      height: calc(100% - 0.4em);
      background-color: #fff;
      position: absolute;
      left: 0.2em;
      top: 0.2em;
      border-radius: 5em;
      overflow: hidden;
    }

    .cbcn-navigation-videoBtn.active::before {
      width: 3em;
      border-radius: 5em;
    }

    .cbcn-navigation-videoBtn.progress::after {
      animation: navigationVideoBtn 1.5s linear forwards;
    }

    .cbcn-navigation-videoBtn.progress1::after {
      animation: navigationVideoBtn 3s linear forwards;
    }

    .cbcn-navigation-desc .cbcn-wap-b1 {
      color: rgba(0, 0, 0, 0.6) !important;
    }

    @keyframes navigationVideoBtn {
      0% {
        width: 0;
      }

      100% {
        width: calc(100% - 0.4em);
      }
    }

    .cbcn-navigation-videoBtn-play {
      width: 2.25em;
      height: 2.25em;
      flex-shrink: 0;
      cursor: pointer;
    }

    .cbcn-navigation-videoBtn-play.active {
      animation: navigationVideoPlay 3s forwards;
    }

    @keyframes navigationVideoPlay {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .cbcn-navigation-img2  {
      transition: transform 1s;
    }

    .cbcn-navigation-img5 {
      display: block;
      transition: all 1s;
    }

    .cbcn-navigation-img4 {
      width: 49em;
      height: 28.9em;
    }

    .cbcn-navigation-img1-div {
      width: 49em;
      height: 28.9em;
      position: relative;
      overflow: hidden;
    }
    .cbcn-navigation-img7 {
      width: 27.5em;
      height: 23.9em;
      position: absolute;
      bottom: -2.2em;
      right: 2.38em;
      transition: all 1s;
    }

    .cbcn-navigation-item.active .cbcn-navigation-img7 {
      transform: translateY(-2.2em);
    }

    .cbcn-navigation-item.active .cbcn-navigation-img2 {
      transform: scale(1.08);
      transition: all 1s;
    }
    .cbcn-navigation-item.active .cbcn-navigation-img5 {
      transform: scale(1.2);
      transition: all 1s;
    }

    .cbcn-navigation-img1 {
      width: 49em;
      height: 28.9em;
    }

    .cbcn-navigation-img3 {
      width: 49em;
      height: 28.9em;
    }

    .cbcn-navigation-img3-video {
      width: 40em;
      height: 16.8em;
      z-index: 9;
      bottom: 1.33em;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-section {
      height: 100vh;
      width: 100%;
    }
  }

  /* screen */
  @media screen {
    .cbcn-sreen-param {
      justify-content: center;
      column-gap: 120px;
      margin-top: -190px;
    }

    .cbcn-screen-img {
      margin-top: -130px;
      height: 750px;
      width: 100%;
    }

    .cbcn-sreen-param .cbcn-param .cbcn-pc-d2 {
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section {
      padding: 7.35em 0 5.1em;
    }

    .cbcn-color-swiper {
      width: 39.6em;
    }

    .cbcn-color-swiper .swiper-slide {
      opacity: 0 !important;
    }

    .cbcn-color-swiper .swiper-slide-active {
      opacity: 1 !important;
    }

    .cbcn-color-img {
      width: 39.6em;
      height: 23.6em;
      display: block;
    }

    .cbcn-color-txt {
      margin-top: 2.55em;
      gap: 0.5em;
      align-items: center;
      opacity: 0;
    }

    .cbcn-color-txt.active {
      opacity: 1;
    }

    .cbcn-color-btnListDiv {
      margin-top: 1.3em;
      width: fit-content;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 0.5em;
      align-items: center;
      gap: 0.5em;
      border-radius: 2.5em;
      background: var(--background-background-A-state-2, rgba(0, 0, 0, 0.05));
    }

    .cbcn-color-btn {
      width: 1.6em;
      height: 1.6em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 1.6em;
      height: 1.6em;
    }

    .cbcn-color-circle {
      fill: none;
      stroke-width: 2.5px;
      stroke-dasharray: 125.6px;
      stroke-dashoffset: 125.6px;
    }

    .cbcn-color-btn.index0 .cbcn-color-circle {
      stroke: #b3b3b3;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #c6eeff;
    }

    .cbcn-color-p2 {
      color: #88c4de !important;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #fff0c8;
    }

    .cbcn-color-p3 {
      color: #e9cd82 !important;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #f6c2d9;
    }

    .cbcn-color-p4 {
      color: #f0b6cc !important;
    }

    .cbcn-color-btn.index4 .cbcn-color-circle {
      stroke: #434345;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }

    .cbcn-color-txt2 {
      margin-right: 25px;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-title,
    .cbcn-design-title > div {
      align-items: center;
    }

    .cbcn-design-title,
    .cbcn-design-param {
      position: relative;
      z-index: 9;
    }

    .cbcn-design-param {
      width: 100%;
      justify-content: space-between;
      margin-top: 3.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-design-param .cbcn-param:first-child {
      width: 8.5em;
    }

    .cbcn-design-param .cbcn-param:first-child .cbcn-pc-d2 {
      width: 100%;
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-design-param .cbcn-param:last-child .cbcn-pc-d2 {
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-design-media {
      width: 72em;
      height: 40.5em;
      margin-top: -13em;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

    .cbcn-design-remark {
      position: absolute;
      left: 0;
      bottom: 2.5em;
      z-index: 9;
    }
  }

  /* camerachapter */
  @media screen {
    .cbcn-camerachapter-section {
      width: 100%;
      height: 46.5em;
    }
  }

  /* camera */
  @media screen {
    .cbcn-camera-title {
      align-items: center;
      position: relative;
      z-index: 20;
    }

    .cbcn-camera-media {
      width: 100%;
      height: 41.75em;
      position: relative;
    }

    .cbcn-camera-video {
      width: 96em;
      height: 53.8em;
      top: -11.35em;
    }

    .cbcn-camera-param {
      position: absolute;
      z-index: 9;
      opacity: 0;
      transition: opacity 0.3s;
    }

    .cbcn-camera-txt {
      position: absolute;
      top: -56px;
      left: 0;
    }

    .cbcn-camera-line-p {
      position: relative;
      top: 20px;
    }

    .cbcn-camera-param h2 {
      width: 230px;
    }

    .cbcn-camera-param1 {
      width: 23.95em;
      top: 14.85em;
      right: 50%;
      margin-right: 0.5em;
    }

    .cbcn-camera-line1 {
      width: 23.95em;
      height: 5.45em;
      top: 8px;
      position: absolute;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
    }

    .cbcn-camera-param2 {
      width: 23.45em;
      top: 28.1em;
      right: 50%;
      margin-right: 1em;
    }

    .cbcn-camera-line2 {
      width: 23.45em;
      height: 1px;
      flex-shrink: 0;
      background: #999;
      position: absolute;
      margin: 0.4em 0 0.55em;
      stroke-width: 1px;
    }

    .cbcn-camera-param3 {
      top: 22.3em;
      right: 50%;
      margin-right: -24.5em;
    }

    .cbcn-camera-line3 {
      width: 20.2em;
      height: 1px;
      background: #999;
      position: absolute;
      right: 0;
      bottom: -0.5em;
      stroke-width: 1px;
    }

    .cbcn-camera-param3 .cbcn-camera-txt {
      position: absolute;
      top: -56px;
      right: 0;
      left: auto;
    }

    .cbcn-camera-param3 h2 {
      transform: translateX(42px);
    }
  }

  /* longfocus */
  @media screen {
    .cbcn-longfocus-img {
      width: 100%;
      height: 100%;
      z-index: 9;
    }

    .cbcn-longfocus-title {
      min-height: 54em;
      width: 542px;
      position: relative;
      z-index: 10;
      padding: 2em 0;
      justify-content: center;
      margin-right: 56em;
      margin-left: auto;
    }

    .cbcn-longfocus-title .cbcn-pc-b1 {
      color: #f2f2f2 !important;
    }

    .cbcn-longfocus-title .cbcn-pc-sh {
      color: rgba(255, 255, 255, 0.95) !important;
    }
  }

  /* longfocustage */
  @media screen {
    .cbcn-longfocustage-section {
      height: 42em;
      width: 100%;
    }

    .cbcn-longfocustage-section > div {
      justify-content: space-between;
      align-items: center;
    }

    .cbcn-longfocustage-titleBox {
      width: 520px;
    }

    .cbcn-longfocustage-imgBox {
      position: relative;
      width: 13.07535em;
      height: 28.4em;
    }

    .cbcn-longfocustage-bg {
      display: block;
      z-index: 10;
      width: 15.0211em;
      height: 30.2738em;
    }

    .cbcn-longfocustage-img {
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-longfocustage-btnlist {
      display: flex;
      bottom: 2.08em;
      width: 4.2857em;
      height: 2.5em;
      padding: 0.35715em;
      align-items: center;
      justify-content: space-between;
      border-radius: 1.5em;
      background: rgba(0, 0, 0, 0.3);
      z-index: 20;
    }

    .cbcn-longfocustage-btn {
      width: 1.35715em;
      height: 1.35715em;
      border-radius: 2.5em;
      background: rgba(38, 38, 38, 0.8);
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .cbcn-longfocustage-btn .cbcn-pc-p9 {
      font-size: 0.64285em !important;
    }

    .cbcn-longfocustage-btn.active {
      width: 1.7857em;
      height: 1.7857em;
      background: rgba(20, 20, 20, 0.8);
    }

    .cbcn-longfocustage-btn p {
      background: rgba(255, 255, 255, 0.95);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-longfocustage-btn.active p {
      background: rgba(255, 198, 53, 0.95);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* fullfocusportrait */
  @media screen {
    .cbcn-fullfocusportrait-txt1 {
      width: 980px;
      top: 7.5em;
    }

    .cbcn-fullfocusportrait-imageDiv {
      width: 20em;
      height: 30em;
      flex-shrink: 0;
      perspective: 1000;
      -webkit-perspective: 1000;
      margin-top: -4.5em;
    }

    .cbcn-fullfocusportrait-image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20em;
      height: 30em;
      transform-origin: center;
      z-index: 50;
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-image img {
      border-radius: 0.8em;
      overflow: hidden;
      width: 20em;
      height: 30em;
    }

    .cbcn-fullfocusportrait-imgborder {
      height: 34em;
      width: 24em;
      opacity: 0;
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-image:not(
        .left1,
        .right1,
        .left2,
        .right2,
        .left3,
        .right3
      )
      .cbcn-fullfocusportrait-imgborder {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-image.left1 {
      transform: translateY(-50%) translateX(-19em) scale(0.7);
      -webkit-transform: translateY(-50%) translateX(-19em) scale(0.7);
      z-index: 30;
    }

    .cbcn-fullfocusportrait-image.left2 {
      transform: translateY(-50%) translateX(-30em) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(-30em) scale(0.6);
      opacity: 0;
      z-index: 20;
    }

    .cbcn-fullfocusportrait-image.left2 img {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-image.left3 {
      transform: translateY(-50%) translateX(-30em) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(-30em) scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.left4 {
      transform: translateY(-50%) translateX(-30em) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(-30em) scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.right1 {
      transform: translateY(-50%) translateX(19em) scale(0.7);
      -webkit-transform: translateY(-50%) translateX(19em) scale(0.7);
      z-index: 30;
    }

    .cbcn-fullfocusportrait-image.right2 {
      transform: translateY(-50%) translateX(30em) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(30em) scale(0.6);
      z-index: 20;
      opacity: 0;
    }

    .cbcn-fullfocusportrait-image.right2 img {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-image.right3 {
      transform: translateY(-50%) translateX(30em) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(30em) scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.right4 {
      transform: translateY(-50%) translateX(30em) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(30em) scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-InfoDiv {
      top: calc(50% + 17em);
      margin-top: -3.5em;
    }

    .cbcn-fullfocusportrait-video1,
    .cbcn-fullfocusportrait-video2 {
      width: 30.5395em;
      top: 40px;
    }

    .cbcn-fullfocusportrait-Info {
      width: 25em;
      gap: 0.55em;
      position: absolute;
      top: 0.75em;
      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;
    }
  }

  /* landscapemode */
  @media screen {
    .cbcn-landscapemode-section {
      width: 100%;
    }

    .cbcn-landscapemode-safeRow {
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
    }

    .cbcn-landscapemode-titleBox {
      width: 520px;
    }

    .cbcn-landscapemode-imgBox {
      position: relative;
      width: 13.07535em;
      height: 28.4em;
    }

    .cbcn-landscapemode-bg {
      display: block;
      z-index: 10;
      width: 15.0211em;
      height: 30.2738em;
    }

    .cbcn-landscapemode-img {
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-landscapemode-btnlist {
      display: flex;
      bottom: 2.08em;
      width: 4.2857em;
      height: 2.5em;
      padding: 0.35715em;
      align-items: center;
      justify-content: space-between;
      border-radius: 1.5em;
      background: rgba(0, 0, 0, 0.3);
      z-index: 20;
    }

    .cbcn-landscapemode-btn {
      width: 1.35715em;
      height: 1.35715em;
      border-radius: 2.5em;
      background: rgba(38, 38, 38, 0.8);
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .cbcn-landscapemode-btn.active {
      width: 1.7857em;
      height: 1.7857em;
      background: rgba(20, 20, 20, 0.8);
    }

    .cbcn-landscapemode-btn .cbcn-pc-p9 {
      font-size: 0.64285em !important;
    }

    .cbcn-landscapemode-btn p {
      background: rgba(255, 255, 255, 0.95);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-landscapemode-btn.active p {
      background: rgba(255, 198, 53, 0.95);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* photography */
  @media screen {
    .cbcn-photography-imgBox {
      margin-top: 4em;
      width: 70em;
      height: 27.15em;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    .cbcn-photography-img1 {
      display: block;
      width: 49em;
      height: 100%;
      flex-shrink: 0;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-photography-img2 {
      display: block;
      width: 20em;
      height: 100%;
      flex-shrink: 0;
      border-radius: 1em;
      overflow: hidden;
    }
  }

  /* film */
  @media screen {
    .cbcn-film-safeRow {
      gap: 4em;
      align-items: center;
    }

    .cbcn-film-content {
      width: 22.45em;
    }

    .cbcn-film-imgBox {
      width: 18.4em;
      height: 32.7816em;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-film-btnBox {
      margin-top: 4em;
    }

    .cbcn-film-btnlist {
      width: max-content;
      width: 19em;
      padding: 0.15em;
      border-radius: 2.2em;
      background: rgba(0, 0, 0, 0.05);
      justify-content: space-between;
    }

    .cbcn-film-btn {
      padding: 0.25em 0.9em;
      border-radius: 1.85em;
      background: transparent;
      cursor: pointer;
      transition: all 0.3s;
    }

    .cbcn-film-btn.active {
      background: #000;
    }

    .cbcn-film-btn p {
      color: rgba(0, 0, 0, 0.3) !important;
      transition: all 0.3s;
    }

    .cbcn-film-btn.active p {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-film-txt {
      margin: auto;
      height: 1.2em;
      position: relative;
      margin-top: 0.3em;
    }

    .cbcn-film-txt p {
      width: 24.8em;
      position: absolute;
      opacity: 0;
      transition: all 0.3s;
    }

    .cbcn-film-txt p.active {
      opacity: 1;
    }

    .cbcn-film-left {
      margin-left: 0.3em !important;
      text-align: left !important;
    }

    .cbcn-film-right {
      text-align: right !important;
    }
  }

  /* aistudio */
  @media screen {
    .cbcn-aistudio-bg {
      height: 100%;
      width: 100%;
    }

    .cbcn-aistudio-txt-sh {
      padding-bottom: 15px;
    }

    .cbcn-aistudio-txt-h1 {
      padding-bottom: 20px;
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-aistudio-txt2 {
      opacity: 0;
      margin-top: 2em;
      align-items: center;
      gap: 0.5em;
      transform: translate(0, 12em);
      transition: all 1s;
    }

    .cbcn-aistudio-content.active .cbcn-aistudio-txt2 {
      transform: translate(0, 0em);
      opacity: 1;
    }

    .cbcn-aistudio-logo1 {
      width: 10.584em;
      height: 10.584em;
    }

    .cbcn-aistudio-title {
      position: relative;
    }

    .cbcn-aistudio-svg1 {
      position: absolute;
      left: -1.05em;
      top: -1.1em;
    }

    .cbcn-aistudio-svg2 {
      position: absolute;
      right: -1.05em;
      bottom: -0.6em;
    }

    .cbcn-aistudio-imgDiv {
      margin-top: 2.5em;
      justify-content: center;
      gap: 3.5em;
      flex-wrap: nowrap;
    }

    .cbcn-aistudio-img1,
    .cbcn-aistudio-img3 {
      width: 16em;
      height: 10.85em;
      border-radius: 0.5em;
      overflow: hidden;
      opacity: 0;
      transition: all 1s;
    }

    .cbcn-aistudio-img1 {
      transform: translate(0, 8em);
    }

    .cbcn-aistudio-content.active .cbcn-aistudio-img1 {
      transform: translate(0, 0em);
      opacity: 1;
    }

    .cbcn-aistudio-img2 {
      width: 19em;
      height: 12.5em;
      border-radius: 0.5em;
      overflow: hidden;
      margin-top: 4.25em;
      opacity: 0;
      transform: translate(0, 12em);
      transition: all 1s;
    }

    .cbcn-aistudio-content.active .cbcn-aistudio-img2 {
      transform: translate(0, 0em);
      opacity: 1;
    }

    .cbcn-aistudio-img3 {
      transform: translate(0, 5em);
    }

    .cbcn-aistudio-content.active .cbcn-aistudio-img3 {
      transform: translate(0, 0em);
      opacity: 1;
    }

    .cbcn-aistudio-txt-b1 {
      color: rgba(0, 0, 0, 0.72) !important;
    }
  }

  /* aiImage */
  @media screen {
    .cbcn-section.cbcn-aiImage-section {
      background: #ebebeb;
      padding: 200px 0;
    }

    .cbcn-aiImage-content {
      width: 49em;
      height: 26.95em;
      border-radius: 1.5em;
      background-color: #f5f5f5;
      overflow: hidden;
    }

    .cbcn-aiImage-title-p {
      color: var(--text-text-L2, rgba(0, 0, 0, 0.72)) !important;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 0.81665em;
      font-style: normal;
      font-weight: 600;
      width: 23.25em;
      padding-top: 0.94em;
    }

    .cbcn-aiImage-leftDiv {
      overflow: hidden;
      width: 24.5em;
      height: 100%;
      border-radius: 1.5em 0 0 1.5em;
      background-color: #fff;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .cbcn-aiImage-leftDiv::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1em;
      background: linear-gradient(
        280deg,
        #f3a75d 7.46%,
        #ea89ab 37.58%,
        #be85d5 58.73%,
        #60aef9 83.8%
      );
      filter: blur(11px);
      z-index: 0;
    }

    .cbcn-aiImage-icon {
      margin: auto;
      width: 3.25em !important;
      height: 3em !important;
    }

    .cbcn-aiImage-title {
      padding-top: 0.94em;
      display: none;
    }

    .cbcn-aiImage-title.active {
      display: block;
    }

    .cbcn-aiImage-videoBtn-list {
      padding-top: 3.5em;
      align-items: flex-end;
      justify-content: center;
    }

    .cbcn-aiImage-swiper {
      left: 50%;
      width: 24.5em;
      overflow: hidden;
      z-index: 99;
    }

    .cbcn-aiImage-video {
      width: 17.10915em;
      height: 34.48215em;
      flex-shrink: 0;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-aiImage-img {
      height: 100%;
      position: relative;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-aiImage-img video {
      /* width: 17.15em; */
      height: 92%;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-aiImage-img img {
      position: relative;
      z-index: 9;
    }

    .cbcn-aiImage-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 1.715em;
      font-style: normal;
      font-weight: 800;
    }

    .cbcn-aiImage-videoBtnList {
      gap: 0.5em;
    }

    .cbcn-aiImage-videoBtn-box {
      padding: 0 0.94em;
      height: 2.25em;
      gap: 0.5em;
      align-items: center;
      border-radius: 2.25em;
      overflow: hidden;
      background-color: #f0f0f0;
    }

    .cbcn-aiImage-videoBtn {
      padding: 0.2em;
      cursor: pointer;
      position: relative;

      justify-content: center;
      align-items: center;
    }

    .cbcn-aiImage-videoBtn::before {
      content: "";
      width: 0.425em;
      height: 0.425em;
      border-radius: 50%;
      background-color: #b3b3b3;
      overflow: hidden;
      transition: all 1s;
    }

    .cbcn-aiImage-videoBtn::after {
      content: "";
      width: 0;
      height: calc(100% - 0.4em);
      background-color: #fff;
      position: absolute;
      left: 0.2em;
      top: 0.2em;
      border-radius: 5em;
      overflow: hidden;
    }

    .cbcn-aiImage-videoBtn.active::before {
      width: 3em;
      border-radius: 5em;
    }

    .cbcn-aiImage-videoBtn.progress::after {
      animation: videoBtn 10s linear forwards;
    }

    @keyframes videoBtn {
      0% {
        width: 0;
      }

      100% {
        width: calc(100% - 0.4em);
      }
    }

    .cbcn-aiImage-videoBtn-play {
      width: 2.25em;
      height: 2.25em;
      flex-shrink: 0;
      cursor: pointer;
    }

    .cbcn-aiImage-videoBtn-play.active {
      animation: videoPlay 3s forwards;
    }

    @keyframes videoPlay {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-section {
      width: 100%;
      height: 46.5em;
    }
  }

  /* endurance */
  @media screen {
    .cbcn-endurance-section {
      padding-bottom: 4.5em;
    }

    .cbcn-endurance-swiper .swiper-slide {
      opacity: 0 !important;
    }

    .cbcn-endurance-swiper .swiper-slide-active {
      opacity: 1 !important;
    }

    .cbcn-endurance-top {
      width: 100%;
      justify-content: space-between;
    }

    .cbcn-endurance-title {
      width: 32.25em;
    }

    .cbcn-endurance-param {
      width: 14.4em;
      gap: 1em;
    }

    .cbcn-endurance-param-div,
    .cbcn-endurance-paramBox {
      gap: 1em;
    }

    .cbcn-endurance-param .cbcn-param .cbcn-pc-sh {
      width: auto;
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-endurance-media {
      margin-top: 3.5em;
      width: 100%;
      height: 14.5em;
    }

    .cbcn-endurance-lineList {
      margin-top: 4.5em;
      width: 100%;
      gap: 1.5em;
      z-index: 9;
    }

    .cbcn-endurance-line {
      flex: 1;
      height: 0.3em;
      background: #e6e6e6;
      border-radius: 2em;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }

    .cbcn-endurance-line::after {
      content: "";
      width: 0%;
      height: 100%;
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 2em;
      overflow: hidden;
    }

    .cbcn-endurance-line.active::after {
      width: 100%;
      transition: width 3s linear;
    }
  }

  /* chipVideo */
  @media screen {
    .cbcn-chipVideo-section {
      width: 100%;
      height: 55.35em;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-param-box {
      justify-content: center;
      gap: 80px 137px;
      margin-top: 80px;
    }

    .cbcn-chip-param-box .chip-pc-param {
      width: 288px;
      height: 105px;
    }

    .cbcn-chip-param-box .chip-pc-param h2 {
      width: 100%;
      color: rgba(0, 0, 0, 0.72);
    }
  }

  /* eyeprotection */
  @media screen {
    .cbcn-eyeprotection-img {
      display: block;
      width: 980px;
      height: 580px;
      margin-top: 63px;
    }
  }

  /* display */
  @media screen {
    .cbcn-display-param-box {
      justify-content: center;
      gap: 60px 115px;
      margin-top: 32px;
    }

    .cbcn-display-param-box .display-pc-param {
      width: 250px;
    }

    .display-pc-param h2 {
      width: 100%;
      color: rgba(0, 0, 0, 0.72);
    }

    .cbcn-display-img {
      width: 51.5em;
      height: 19.65em;
      margin-top: 28px;
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-51.75%);
    }

    .cbcn-display1-img {
      width: 223px;
      height: 52px;
      display: block;
    }
  }

  /* waterproof */
  @media screen {
    .cbcn-waterproof-section {
      position: relative;
    }

    .cbcn-waterproof-img {
      position: absolute;
      width: 763px;
      height: 908px;
      top: 0;
      left: 59%;
    }

    .cbcn-waterproof-txt {
      width: 583px;
    }

    .cbcn-waterproof-param-box {
      justify-content: space-between;
      width: 583px;
      gap: 60px 120px;
      margin-top: 150px;
    }

    .cbcn-waterproof-param-box .waterproof-pc-param {
      width: 232px;
    }
  }

  /* resistance */
  @media screen {
    .cbcn-resistance-video {
      width: 100%;
      height: 54em;
      margin-bottom: -16.65em;
    }

    .cbcn-resistance-param {
      margin-top: 6em;
      justify-content: space-between;
      position: relative;
      transform: translateX(-20px);
      padding-bottom: 180px;
    }

    .cbcn-resistance-icon {
      align-items: center;
      gap: 1.5em;
    }

    .cbcn-resistance-icon1 {
      width: 11.8em;
      height: 6em;
    }

    .cbcn-resistance-icon2 {
      width: 4.55em;
      height: 5.45em;
    }
  }

  /* superlink */
  @media screen {
    .cbcn-superlink-img {
      width: 1498px;
      height: 593px;
      margin-top: 80px;
    }

    .cbcn-superlink-param {
      position: absolute;
      gap: 120px;
      bottom: 75px;
      justify-content: center;
    }

    .cbcn-superlink-svg {
      width: 19px;
      height: 33px;
    }
  }

  /* nfc */
  @media screen {
    .cbcn-nfc-img {
      width: 84.4002em;
      height: 46.29755em;
    }
  }

  /* speaker */
  @media screen {
    .cbcn-speaker-section {
      position: relative;
    }

    .cbcn-speaker-section.wt {
      background: #fff !important;
    }

    .cbcn-speaker-title {
      position: relative;
      z-index: 9;
    }

    .cbcn-speaker-videoDiv {
      width: 100%;
      height: 45.8em;
    }

    .cbcn-speaker-video {
      width: 100%;
      height: 45.8em;
      padding-top: 5.6em;
      bottom: 0;
    }
  }

  /* system */
  @media screen {
    .cbcn-system-section {
      width: 100%;
      height: 46.5em;
    }

    .cbcn-system-img {
      width: 15.86455em;
      height: 15em;
      opacity: 1;
    }

    .cbcn-system-section.active .cbcn-system-img {
      opacity: 0;
      transition: all 0.5s;
      transition-delay: 1s;
    }

    .cbcn-system-txt1 {
      opacity: 0;
      width: 49em;
      opacity: 0;
    }

    .cbcn-system-section.active .cbcn-system-txt1 {
      opacity: 1;
      transition: all 0.5s;
      transition-delay: 1.5s;
    }
  }

  /* gemini */
  @media screen {
    .cbcn-gemini-section {
      height: 46.5em;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .cbcn-gemini-section > .cbcn-pc-safeRow {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    .cbcn-gemini-title {
      align-items: flex-end;
      gap: 1em;
      justify-content: center;
    }

    .cbcn-gemini-span {
      font-size: 3.02365em;
      font-weight: 600;
      line-height: 150%;
      color: rgba(255, 255, 255, 0.72);
    }

    .cbcn-gemini-p {
      font-size: 5.6916em;
      font-weight: 700;
      line-height: 120%;
      transform: all 2s ease-in-out;
    }

    .cbcn-gemini-icon {
      gap: 0.8em;
    }

    .cbcn-gemini-iconimg {
      width: 12.97455em;
      height: 4.23315em;
    }

    .cbcn-gemini-bg1 {
      border-radius: 78.05em;
      background: radial-gradient(
        54.02% 52.98% at 49.97% 52.98%,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 219, 184, 0.8) 49.04%,
        rgba(234, 145, 176, 0.64) 83.17%,
        rgba(255, 255, 255, 0.8) 100%
      );
      filter: blur(70.4000015258789px);
      width: 78.05em;
      height: 78.05em;
      position: absolute;
      top: 7em;
      left: -33em;
      opacity: 0;
      z-index: 9;
    }

    .cbcn-gemini-bg2 {
      border-radius: 87.55em;
      background: radial-gradient(
        48.22% 49.81% at 53.2% 47.17%,
        rgba(255, 255, 255, 0.6) 6.27%,
        rgba(96, 152, 220, 0.6) 57.69%,
        rgba(128, 130, 251, 0.6) 89.42%,
        rgba(255, 255, 255, 0.6) 100%
      );
      filter: blur(57px);
      width: 87.55em;
      height: 87.55em;
      position: absolute;
      bottom: 3em;
      right: -35em;
      opacity: 0;
      z-index: 9;
    }

    .cbcn-gemini-section.bk {
      transition: all 1s;
    }

    .cbcn-gemini-section.wt .cbcn-gemini-span {
      color: rgba(0, 0, 0, 0.72) !important;
    }

    .cbcn-gemini-section.wt .cbcn-gemini-bg2,
    .cbcn-gemini-section.wt .cbcn-gemini-bg1 {
      animation: gemini 2s forwards;
    }

    @keyframes gemini {
      0% {
        opacity: 0;
        transform: scale(1);
      }

      25% {
        opacity: 1;
      }

      50% {
        transform: scale(2);
      }

      100% {
        opacity: 0;
        transform: scale(3);
      }
    }
  }

  /* gemini2 */
  @media screen {
    .cbcn-gemini2-section.wt {
      background: #f5f5f5 !important;
    }

    .cbcn-gemini2-section > div {
      justify-content: space-between;
    }

    .cbcn-gemini2-titleBox {
      width: 500px;
      height: 28em;
    }

    .cbcn-gemini2-title {
      width: 500px;
      opacity: 0;
    }

    .cbcn-gemini2-imgBox {
      position: relative;
    }

    .cbcn-gemini2-bg {
      position: relative;
      z-index: 10;
      width: 14.8642em;
      height: 29.95em;
      display: block;
      overflow: hidden;
    }

    .cbcn-gemini2-img {
      width: 13.1em;
      height: 28em;
      z-index: 9;
      opacity: 0;
    }

    .cbcn-gemini2-img.active {
      opacity: 1;
    }

    .cbcn-gemini2-title1 {
      opacity: 1;
    }
  }

  /* aioffice */
  @media screen {
    .cbcn-aioffice-section {
      padding-bottom: 2.25em;
      padding-top: 2.25em;
    }

    .cbcn-aioffice-img {
      width: 91.4519em;
      height: 50.4606em;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
    }

    .cbcn-aioffice-bg {
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all 1s ease;
    }

    .cbcn-aioffice-p1 {
      text-align: center;
      font-size: 9em;
      font-weight: 800;
      line-height: 110%;
      background: linear-gradient(
        286deg,
        #f3a75d 4.13%,
        #ea89ab 34.65%,
        #be85d5 50.31%,
        #60aef9 73.46%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: scale(10);
      transition: transform 0.8s, background 0.5s;
    }

    .cbcn-aioffice-p1.active {
      transform: scale(1);
    }

    .cbcn-aioffice-p1.wt {
      background: rgba(255, 255, 255, 0.95);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-aioffice-bg.active {
      opacity: 1;
    }

    .cbcn-aioffice-img.active {
      opacity: 1;
    }
  }

  /* gemini3 */
  @media screen {
    .cbcn-section.cbcn-gemini3-section {
      background: #ebebeb;
      padding: 200px 0;
    }

    .cbcn-gemini3-content {
      width: 980px;
      height: 539px;
      border-radius: 24.5px;
      background-color: #f5f5f5;
      overflow: hidden;
    }

    .cbcn-gemini3-leftDiv {
      overflow: hidden;
      width: 490px;
      height: 100%;
      border-radius: 24.5px 0px 0px 24.5px;
      background-color: #fff;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .cbcn-gemini3-title {
      display: none;
      padding: 0 83px;
      margin-top: -100px;
    }

    .cbcn-gemini3-title > p {
      margin-top: 20px !important;
    }

    .cbcn-gemini3-title.active {
      display: block;
    }

    .cbcn-gemini3-videoBtn-list {
      bottom: 90px;
      align-items: flex-end;
      justify-content: center;
    }

    .cbcn-gemini3-swiper {
      left: 50%;
      width: 490px;
      overflow: hidden;
      z-index: 99;
    }

    .cbcn-gemini3-video {
      height: 865px;
      overflow: hidden;
    }

    .cbcn-gemini3-img {
      height: 100%;
      position: relative;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-gemini3-img video {
      height: 92%;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-gemini3-videoBtnList {
      gap: 0.5em;
    }

    .cbcn-gemini3-videoBtn-box {
      padding: 0 0.94em;
      height: 2.25em;
      gap: 0.5em;
      align-items: center;
      border-radius: 2.25em;
      overflow: hidden;
      background-color: #f0f0f0;
    }

    .cbcn-gemini3-videoBtn {
      padding: 0.2em;
      cursor: pointer;
      position: relative;

      justify-content: center;
      align-items: center;
    }

    .cbcn-gemini3-videoBtn::before {
      content: "";
      width: 0.425em;
      height: 0.425em;
      border-radius: 50%;
      background-color: #b3b3b3;
      overflow: hidden;
      transition: all 1s;
    }

    .cbcn-gemini3-videoBtn::after {
      content: "";
      width: 0;
      height: calc(100% - 0.4em);
      background-color: #fff;
      position: absolute;
      left: 0.2em;
      top: 0.2em;
      border-radius: 5em;
      overflow: hidden;
    }

    .cbcn-gemini3-videoBtn.active::before {
      width: 3em;
      border-radius: 5em;
    }

    .cbcn-gemini3-videoBtn.progress::after {
      animation: videoBtn 5s linear forwards;
    }
    .cbcn-gemini3-videoBtn.progress1::after {
      animation: videoBtn 1s linear forwards;
    }

    /* with goole */
    .cbcn-gemini3-spanBox {
      gap: 5.5px;
      justify-content: center;
    }

    .cbcn-gemini3-icon {
      gap: 8px;
      justify-content: flex-end;
      text-align: end;
    }

    .cbcn-gemini3-iconimg {
      width: 79.075px;
      height: 25.799px;
    }

    @keyframes videoBtn {
      0% {
        width: 0;
      }

      100% {
        width: calc(100% - 0.4em);
      }
    }

    .cbcn-gemini3-videoBtn-play {
      width: 2.25em;
      height: 2.25em;
      flex-shrink: 0;
      cursor: pointer;
    }

    .cbcn-gemini3-videoBtn-play.active {
      animation: videoPlay 3s forwards;
    }

    @keyframes videoPlay {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
  }

  /* stylish */
  @media screen {
    .cbcn-stylish-box {
      width: 100%;
      height: 700px;
      position: relative;
    }

    .cbcn-stylish-img {
      position: relative;
      z-index: 10;
      opacity: 0;
      top: -110px
    }

    .cbcn-stylish-img.active {
      opacity: 1;
      transition: all 0.3s;
      top: 0px
    }

    .cbcn-stylish-bg {
      width: 243px;
      height: 523px;
      border-radius: 523px;
      background: #c1ebfa;
      filter: blur(250px);
      z-index: 9;
    }

    .cbcn-stylish-title {
      z-index: 9;
    }

    .cbcn-stylish-p {
      color: #d4edf1 !important;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 13.8399em;
      font-weight: 800;
      line-height: 110%;
    }
  }

  /* safe */
  @media screen {
    .cbcn-safe-box {
      width: 100%;
      height: 700px;
      position: relative;
    }

    .cbcn-safe-img {
      position: relative;
      z-index: 10;
      opacity: 0;
    }

    .cbcn-safe-img.active {
      opacity: 1;
      transition: all 0.3s;
    }

    .cbcn-safe-bg {
      width: 243px;
      height: 523px;
      border-radius: 523px;
      background: #c1ebfa;
      filter: blur(250px);
      z-index: 9;
    }

    .cbcn-safe-title {
      z-index: 9;
    }

    .cbcn-safe-p {
      color: #d4edf1 !important;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 13.8399em;
      font-weight: 800;
      line-height: 110%;
    }
  }

  /* smooth */
  @media screen {
    .cbcn-smooth-box {
      width: 100%;
      height: 700px;
      position: relative;
    }

    .cbcn-smooth-img {
      position: relative;
      z-index: 10;
      opacity: 0;
    }

    .cbcn-smooth-img.active {
      opacity: 1;
      transition: all 0.3s;
    }

    .cbcn-smooth-bg {
      width: 243px;
      height: 523px;
      border-radius: 523px;
      background: #c1ebfa;
      filter: blur(250px);
      z-index: 9;
    }

    .cbcn-smooth-title {
      z-index: 9;
    }

    .cbcn-smooth-p {
      color: #d4edf1 !important;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 13.8399em;
      font-weight: 800;
      line-height: 110%;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      background: #ebebeb;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section .cbcn-pc-fn,
    .cbcn-remark-section li {
      color: rgba(0, 0, 0, 0.6) !important;
    }
  }
}

@media screen and (min-width: 981px) and (max-width: 1439px) {
  .cbcn-longfocus-title {
    margin-left: 2em;
  }
  /* superlink */
  @media screen {
    .cbcn-superlink-img {
      width: 100%;
      height: 388px;
      margin-top: 80px;
    }
  }
}
