@media screen and (min-width: 981px) {
  /* kv */
  @media screen {
    .cbcn-kv-section {
      width: 100vw;
      height: calc(930 / 1920 * 100vw);
      margin-top: 50px;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-navigation-content {
      width: 70.8em;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1em;
      margin: 0 auto;
    }

    .cbcn-navigation-gap {
      gap: 1em;
      justify-content: center;
    }

    .cbcn-navigation-img1 {
      width: 34.25em;
      height: 45em;
    }

    .cbcn-navigation-img2 {
      width: 34.25em;
      height: 19em;
    }

    .cbcn-navigation-img3 {
      width: 16.6em;
      height: 25em;
    }

    .cbcn-navigation-card {
      overflow: hidden;
      border-radius: 1em;
      position: relative;
      background: #fff;
    }

    .cbcn-navigation-icon {
      width: 1.8em;
      height: 1.8em;
      position: absolute;
      left: 1.25em;
      bottom: 1.35em;
    }

    .cbcn-navigation-txt {
      position: absolute;
      left: 1.25em;
      top: 1.25em;
    }

    .cbcn-navigation-color1 {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-navigation-color2 {
      color: rgba(255, 255, 255, 0.65) !important;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-video {
      width: 100%;
      height: 50em;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section {
      height: 1067px;
    }
    .cbcn-color-title > p {
      background: linear-gradient(
        90deg,
        #b3a6ee 35%,
        #82b4d9 48.46%,
        #82c8c8 100%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .cbcn-color-swiper {
      width: 100%;
      height: 100%;
      z-index: 9;
    }
    .cbcn-color-swiper .swiper-slide {
      width: 100% !important;
      height: 1067px;
      transition: all 0.3s;
    }
    .cbcn-color-section .safeRow {
      z-index: 10;
    }

    .cbcn-color-div {
      margin-top: 620px;
      position: relative;
    }
    .cbcn-color-content {
      width: 420px;
      height: 80px;
    }

    .cbcn-color-txt {
      position: absolute;
      top: 0;
    }

    .cbcn-color-swiper .swiper-slide-active.index0 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #f7f4ff 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index1 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #ecfffb 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index2 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #fffbf3 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index3 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 19.64%,
        #e8e8e8 100%
      );
    }

    .cbcn-color-img {
      width: 432.602px;
      height: 500px;
      transition: all 0.3s;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      transform: translate(-700px, 200px);
      opacity: 0;
    }

    .cbcn-color-swiper .swiper-slide-active .cbcn-color-img {
      transform: translate(0px, -50px);
      opacity: 1;
    }

    .cbcn-color-swiper .swiper-slide-next .cbcn-color-img,
    .cbcn-color-swiper .swiper-slide-next ~ .swiper-slide .cbcn-color-img {
      transform: translate(700px, 200px);
      opacity: 0;
    }

    .cbcn-color-btnListDiv {
      margin-top: 20px;
      z-index: 99;
      justify-content: center;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.05);
      width: fit-content;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 10px;
      align-items: center;
      gap: 12px;
      border-radius: 85px;
    }

    .cbcn-color-txt {
      opacity: 0;
    }

    .cbcn-color-btn {
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 40px;
      height: 40px;
    }

    .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: #DAD4E6;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #CFE3DF;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #fff;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #6D6C6C;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }

    .cbcn-color-txt.active {
      opacity: 1;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-design-swiper-item {
      height: 600px;
      width: 980px;
      position: relative;
      border-radius: 20px;
      background: linear-gradient(0deg, #fff 0%, #fff 100%),
        linear-gradient(180deg, #98d9ff -2.83%, #fff 48.25%);
      overflow: hidden;
    }

    .cbcn-design-img1-1 {
      width: 250px;
      height: 444px;
      position: absolute;
      bottom: -249px;
      left: 351px;
      z-index: 99;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img1-1 {
      bottom: 0;
    }

    .cbcn-design-img1-2 {
      width: 250px;
      height: 530px;
      position: absolute;
      bottom: -227px;
      left: 556px;
      z-index: 50;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img1-2 {
      bottom: 0;
    }

    .cbcn-design-img2 {
      width: 739px;
      height: 600px;
      position: absolute;
      bottom: -270px;
      right: -270px;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img2 {
      bottom: 0;
      right: 0;
    }

    .cbcn-design-img3 {
      width: 462px;
      height: 559px;
      position: absolute;
      right: 55px;
      bottom: -140px;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img3 {
      bottom: 0;
    }

    .cbcn-design-img4 {
      width: 786px;
      height: 536px;
      position: absolute;
      bottom: -50px;
      right: 0;
      transform: rotate(-10deg);
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img4 {
      bottom: 0;
      transform: rotate(0deg);
    }

    .cbcn-design-img5-1 {
      width: 545px;
      height: 397px;
      position: absolute;
      left: -240px;
      bottom: -150px;
      z-index: 2;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img5-1 {
      bottom: 0;
      left: 0;
    }
    .cbcn-design-img5-2 {
      width: 646px;
      height: 439px;
      position: absolute;
      right: -100px;
      top: -185px;
      z-index: 2;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img5-2 {
      right: 0;
      top: 88px;
    }
    .cbcn-design-img5-3 {
      width: 453px;
      height: 453px;
      z-index: 1;
      opacity: 0;
      transition: all 1s 0.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img5-3 {
      opacity: 1;
    }

    .cbcn-design-img6 {
      width: 462px;
      height: 559px;
      position: absolute;
      right: 55px;
      bottom: -140px;
      transition: all 1.5s;
    }
    .cbcn-design-swiper-item.active .cbcn-design-img6 {
      bottom: 0;
    }

    .cbcn-design-txt {
      position: absolute;
      top: 30px;
      left: 30px;
    }

    .cbcn-design-btnDiv {
      position: relative;
      margin-top: 60px;
      padding: 0 30px;
    }

    .cbcn-design-btnList {
      gap: 20px;
    }

    .cbcn-design-btn {
      flex: 1;
      height: 5px;
      background: rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }

    .cbcn-design-btn::after {
      content: "";
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px;
      overflow: hidden;
      transition: all 1.5s;
      width: 0%;
      opacity: 0;
      transition: width 2.5s linear;
    }

    .cbcn-design-btn.active::after {
      width: 100%;
      opacity: 1;
    }
  }

  /* image */
  @media screen {
    .cbcn-image-video {
      height: 100vh;
      width: 100%;
      position: relative;
    }

    .cbcn-image-div {
      margin-top: -13em;
      width: fit-content;
      z-index: 9;
      transition: all 0.5s;
    }
    .cbcn-image-div.active {
      transform: scale(0.5) translate(-100vw, -100vh) rotate(-45deg) !important;
    }

    .cbcn-image-div > p {
      font-size: 3.6em;
      font-style: normal;
      font-weight: 550;
      line-height: 110%;
      font-family: "vivo Sans Web";
    }

    .cbcn-image-imgbg {
      top: 50%;
      width: 96em;
      height: 46.5em;
      margin-top: 100em;
      background: linear-gradient(
        0deg,
        #ecdbfd 0%,
        rgba(255, 255, 255, 0) 60.44%
      );
    }

    .cbcn-image-img1 {
      width: 36em;
      height: 45.7em;
      display: block;
      top: 0em;
      margin-top: -30em;
    }

    .cbcn-image-img2 {
      width: 36em;
      height: 49.975em;
      display: block;
      top: 8em;
    }

    .cbcn-image-section.active .cbcn-image-section-div {
      margin-top: -13em;
    }

    .cbcn-image-section.active .cbcn-image-imgbg {
      margin-top: -12em;
      transition: all 0.75s 0.15s;
    }

    .cbcn-image-section.active .cbcn-image-img1 {
      margin-top: 0em;
      transition: all 0.5s 0.4s;
    }

    /* .cbcn-image-section {
      position: relative;
    }

    .cbcn-image-section-div {
      z-index: 9;
      gap: 1.5em;
      margin-top: 0;
      transition: all 0.5s;
    }

    .cbcn-image-img {
      width: 60em;
      transform: perspective(200px) rotateX(0deg);
    }

    .cbcn-image-div {
      transform: scale(1) translate(0, 0) rotate(0deg);
    }

    */
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-section.wt {
      background: linear-gradient(180deg, #fff 61.5%, #f5f5f5 100%);
    }

    .cbcn-zeiss-txt1 {
      width: 565px;
    }

    .cbcn-zeiss-txt2 {
      width: 400px;
      border-top: 1px solid #b3b3b3;
      padding-top: 15px;
      margin-top: 101px;
    }

    .cbcn-zeiss-img {
      width: 100%;
      height: 394px;
      margin-top: 49px;
    }
  }

  /* lensmodule */
  @media screen {
    .cbcn-lensmodule-txt1 {
      margin-top: 10em;
      width: 396px;
      opacity: 0;
    }

    .cbcn-lensmodule-img {
      width: 46.4em;
      height: 41.5em;
      position: absolute;
      left: 50%;
      bottom: 0em;
      margin-left: -2.1em;
    }

    .cbcn-lensmodule-param1 {
      width: 46.5em;
      position: absolute;
      right: 24.55em;
      top: 11.2em;
    }

    .cbcn-lensmodule-line1 {
      width: 100%;
      height: 1px;
      background: #919191;
    }

    .cbcn-lensmodule-txt2 {
      width: 380px;
      gap: 1.5em;
      position: absolute;
      top: -50px;
    }

    .cbcn-lensmodule-param2 {
      width: 39.45em;
      position: absolute;
      right: 32em;
      top: 25.5em;
    }

    .cbcn-lensmodule-line2 {
      width: 100%;
      height: 1px;
      background: #919191;
    }
    .cbcn-lensmodule-line2-1 {
      height: 3.1em;
      position: absolute;
      background: #919191;
      width: 1px;
      bottom: 0;
      right: 0;
    }

    .cbcn-lensmodule-param3 {
      width: 36.1em;
      position: absolute;
      left: 34.9em;
      top: 20.5em;
      text-align: right;
    }
    .cbcn-lensmodule-txt3 {
      position: absolute;
      top: -50px;
      right: 0;
    }

    .cbcn-lensmodule-line3 {
      position: relative;
      width: 100%;
      height: 1px;
      background: #919191;
    }
  }

  /* telephoto */
  @media screen {
    .cbcn-telephoto-section.wt {
      background: linear-gradient(180deg, #fafafa 50.04%, #e9e9e9 100%);
    }

    .cbcn-telephoto-txt1 {
      width: 814px;
    }

    .cbcn-telephoto-txt2 {
      gap: 73px;
      justify-content: center;
      margin-top: 75px;
    }

    .cbcn-telephoto-txt2 > div {
      width: 220px;
      border-top: 1px solid #b3b3b3;
      padding-top: 15px;
    }

    .cbcn-telephoto-txt2 .cbcn-pc-d2 {
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 26.91%, #82C8C8 55.53%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-telephoto-div {
      width: 100%;
      height: 30.75em;
      margin-top: 115px;
    }

    .cbcn-telephoto-img {
      height: 30.75em;
      width: 77.5em;
      right: 0;
      bottom: 0;
      position: absolute;
    }
  }

  /* longfocusspecimen */
  @media screen {
    .cbcn-longfocusspecimen-swiper {
      width: 4.55em;
      transition: all 0.3s;
    }

    .cbcn-longfocusspecimen-swiper .swiper-slide {
      overflow: hidden;
      transition: all 0.3s;
      border-radius: 20px;
      overflow: hidden;
    }

    .cbcn-longfocusspecimen-swiper.active .swiper-slide-active {
      width: 647px !important;
    }

    .cbcn-longfocusspecimen-swiper .swiper-slide .cbcn-longfocusspecimen-desc {
      opacity: 0;
      transition: all 0.3s;
    }

    .cbcn-longfocusspecimen-swiper.active
      .swiper-slide-active
      .cbcn-longfocusspecimen-desc {
      opacity: 1;
    }

    .cbcn-longfocusspecimen-img {
      width: 100%;
      height: 510px;
      /* transition: all 0.3s 0.35s; */
    }
    /* #cbcn-dom-container .swiper-slide:nth-of-type(1) .cbcn-longfocusspecimen-img img {
      object-position: 65% center;
    }
    #cbcn-dom-container .swiper-slide:nth-of-type(3) .cbcn-longfocusspecimen-img img {
      object-position: 30% center;
    }
    .swiper-slide-active .cbcn-longfocusspecimen-img {
      transform: scale(1.2);
    } */

    .cbcn-longfocusspecimen-btnListDiv {
      width: 100%;
    }

    .cbcn-longfocusspecimen-list {
      margin-top: 60px;
      border-radius: 999px;
      background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
      backdrop-filter: blur(10px);
      width: fit-content;
      justify-content: center;
      padding: 6px;
      align-items: center;
    }

    .cbcn-longfocusspecimen-btn-div {
      display: flex;
      padding: 8px 24px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      cursor: pointer;
    }

    .cbcn-longfocusspecimen-btn-div.active {
      border-radius: 99px;
      background: var(--bottom-bg-l1, #000);
    }

    .cbcn-longfocusspecimen-btn-div.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
    }
  }

  /* night */
  /* @media screen {
    .cbcn-night-txt1 {
      width: 668px;
    }

    .cbcn-night-div {
      margin-top: 90px;
      width: 100%;
      height: 38.9em;
      position: relative;
    }

    .cbcn-night-img {
      overflow: hidden;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
    }
  } */

  /* live */
  @media screen {
    .cbcn-live-content {
      justify-content: space-between;
      align-items: center;
      gap: 100px;
    }

    .cbcn-live-swiper {
      width: 397px;
      height: 600px;
    }

    /* .cbcn-live-swiper.active .swiper-wrapper {
      transform: none!important;
    } */

    .cbcn-live-swiper .swiper-slide {
      position: absolute;
      top: 0;
      right: 0;
      width: 397px !important;
      height: 100%;
      flex-shrink: 0;
      border-radius: 10px;
      overflow: hidden;
      z-index: 3;
      transition: all 0.5s !important;
    }
    .cbcn-live-img {
      width: 100%;
      height: 100%;
    }
    .cbcn-live-icon {
      width: 38px;
      height: 38px;
      top: 23px;
      left: 20.37px;
      position: absolute;
    }

    .cbcn-live-swiper .rot5 {
      z-index: 2;
      transform: scale(0.95) translateX(-18px) rotate(-5deg) !important;
      transform-origin: 0% 100% !important;
    }

    .cbcn-live-swiper .swiper-slide:not(.swiper-slide-active):not(.rot5) {
      transform: scale(0.8) translateX(-40px) rotate(-10deg) !important;
      transform-origin: 0% 100% !important;
      z-index: 1;
    }

    .cbcn-live-switchBtn-list {
      margin-top: 38px;
    }

    .cbcn-live-txt2 {
      width: 408px;
    }
  }

  /* fullfocusportrait */
  @media screen {
    .cbcn-fullfocusportrait-section.wt {
      background: #fafafa;
    }

    .cbcn-fullfocusportrait-txt1 {
      width: 730px;
      position: absolute;
      top: 150px;
    }

    .cbcn-fullfocusportrait-imageDiv {
      width: 20em;
      height: 30em;
      flex-shrink: 0;
      perspective: 1000;
      -webkit-perspective: 1000;
      margin-top: -2em;
    }

    .cbcn-fullfocusportrait-image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20em;
      height: 30em;
      border-radius: 0.8em;
      overflow: hidden;
      transform-origin: center;
      z-index: 50;
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-image.left1 {
      transform: translateY(-50%) translateX(-12em) rotateY(30deg) scale(0.8);
      -webkit-transform: translateY(-50%) translateX(-12em) rotateY(30deg)
        scale(0.8);
      z-index: 30;
      background-color: #fafafa;
    }

    .cbcn-fullfocusportrait-image.left1 img {
      opacity: 0.85;
    }

    .cbcn-fullfocusportrait-image.left2 {
      transform: translateY(-50%) translateX(-20em) rotateY(60deg) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(-20em) rotateY(60deg)
        scale(0.6);
      z-index: 20;
      background-color: #fafafa;
    }

    .cbcn-fullfocusportrait-image.left2 img {
      opacity: 0.4;
    }

    .cbcn-fullfocusportrait-image.left3 {
      transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(-27em) rotateY(90deg)
        scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.left4 {
      transform: translateY(-50%) translateX(-27em) rotateY(90deg) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(-27em) rotateY(90deg)
        scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.right1 {
      transform: translateY(-50%) translateX(12em) rotateY(-30deg) scale(0.8);
      -webkit-transform: translateY(-50%) translateX(12em) rotateY(-30deg)
        scale(0.8);
      z-index: 30;
      background-color: #fafafa;
    }

    .cbcn-fullfocusportrait-image.right1 img {
      opacity: 0.85;
    }

    .cbcn-fullfocusportrait-image.right2 {
      transform: translateY(-50%) translateX(20em) rotateY(-60deg) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(20em) rotateY(-60deg)
        scale(0.6);
      z-index: 20;
      background-color: #fafafa;
    }

    .cbcn-fullfocusportrait-image.right2 img {
      opacity: 0.4;
    }

    .cbcn-fullfocusportrait-image.right3 {
      transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(27em) rotateY(-90deg)
        scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-image.right4 {
      transform: translateY(-50%) translateX(27em) rotateY(-90deg) scale(0.4);
      -webkit-transform: translateY(-50%) translateX(27em) rotateY(-90deg)
        scale(0.4);
      z-index: 10;
      opacity: 0;
      transition: none;
    }

    .cbcn-fullfocusportrait-InfoDiv {
      top: calc(50% + 17em);
      margin-top: -2em;
    }

    .cbcn-fullfocusportrait-video1,
    .cbcn-fullfocusportrait-video2 {
      width: 449px;
      top: 1em;
    }

    .cbcn-fullfocusportrait-Info {
      width: 15.7em;
      gap: 3.15em;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-Info.left {
      transform: translateX(-110%) scale(0.5);
      opacity: 0;
    }

    .cbcn-fullfocusportrait-Info.right {
      transform: translateX(10%) scale(0.5);
      opacity: 0;
    }

    .cbcn-fullfocusportrait-linebox {
      width: 466px;
      height: 32px;
      padding: 0 2px;
      background: #fafafa;
      position: absolute;
      top: 50px;
      overflow-x: hidden;
      z-index: -1;
    }
    .cbcn-fullfocusportrait-linebox::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      background: linear-gradient(
        90deg,
        #fafafa 0%,
        #fafafa 5%,
        rgba(255, 255, 255, 0) 50%,
        #fafafa 95%,
        #fafafa 100%
      );
    }
    .cbcn-fullfocusportrait-linebox::before {
      content: "";
      width: 2px;
      height: 28px;
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-1px);
      background: #f00403;
      border-left: 2px solid #fafafa;
      border-right: 2px solid #fafafa;
      z-index: 9;
    }

    .cbcn-fullfocusportrait-lineitem {
      position: absolute;
      top: 0;
      left: 50%;
      height: 24px;
      gap: 8px;
      align-items: flex-end;
      flex-wrap: nowrap;
      transform: translateX(-200px);
      transition: all 0.3s;
    }
    .cbcn-fullfocusportrait-lineitem span {
      display: block;
      width: 2px;
      height: 18px;
      flex-shrink: 0;
      background: #C2C2C2;
    }
  }

  /* aiweather */
  @media screen {
    .cbcn-aiweather-swiper {
      margin-top: 80px;
      width: 980px;
      height: 550px;
      background-color: #fff;
    }

    .cbcn-aiweather-swiper2 {
      width: 100%;
      height: 100%;
    }

    .cbcn-aiweather-txt-Div {
      width: 661px;
    }

    .cbcn-aiweather-txt2 {
      position: relative;
      margin-top: 30px;
    }

    .cbcn-aiweather-slide {
      border-radius: 12px;
      overflow: hidden;
      background-color: #fff !important;
    }

    .bcn-aiweather-slide1 {
      position: relative;
    }

    .cbcn-aiweather-inbtnListDiv {
      bottom: 25px;
      z-index: 9;
    }

    .cbcn-aiweather-img1 {
      position: absolute;
    }

    .cbcn-aiweather-inbtnList {
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      display: inline-flex;
      padding: 6px;
      align-items: center;
    }

    .cbcn-aiweather-inbtn {
      display: flex;
      padding: 6px 20px;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .cbcn-aiweather-inbtn.active {
      border-radius: 99px;
      background: #fff;
    }

    .cbcn-aiweather-inbtn.active p {
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-aiweather-button,
    .cbcn-aiweather-button2 {
      position: absolute;
      bottom: 20px;
      display: inline-flex;
      padding: 8px 18px;
      justify-content: center;
      align-items: center;
      border-radius: 999px;
      background: rgba(224, 224, 224, 0.3);
      backdrop-filter: blur(25px);
    }

    .cbcn-aiweather-button > p,
    .cbcn-aiweather-button2 > p {
      color: #fff;
      font-family: "vivo Sans Web";
      font-size: 22px;
      font-style: normal;
      font-weight: 550;
      line-height: 110%;
      /* 24.2px */
    }

    .cbcn-aiweather-button.left,
    .cbcn-aiweather-button2.left {
      left: 20px;
    }

    .cbcn-aiweather-button.right,
    .cbcn-aiweather-button2.right {
      right: 20px;
    }

    /* 按钮 */
    .cbcn-aiweather-btnListDiv {
      margin-top: 60px;
      display: flex;
      justify-content: center;
    }

    .cbcn-aiweather-btnList {
      flex-wrap: nowrap !important;
      width: fit-content;
      padding: 8px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
      backdrop-filter: blur(10px);
    }

    .cbcn-aiweather-btn {
      cursor: pointer;
      padding: 8px 24px;
    }

    .cbcn-aiweather-btn.active {
      border-radius: 99px;
      background: var(--bottom-bg-l1, #000);
    }

    .cbcn-aiweather-btn.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
      font-style: normal;
      font-weight: 550;
      line-height: 120%;
    }

    .cbcn-aiweather-btn-txt {
      opacity: 0.5;
    }

    .cbcn-aiweather-btn.active .cbcn-aiweather-btn-txt {
      opacity: 1;
    }

    .cbcn-aiweather-button > p,
    .cbcn-aiweather-button2 > p {
      color: #fff !important;
    }
  }

  /* airetoucher */
  @media screen {
    .cbcn-airetoucher-flexRow {
      gap: 130px;
    }

    .cbcn-airetoucher-txt {
      width: 452px;
      justify-content: center;
    }

    .cbcn-airetoucher-txt2 {
      position: relative;
      margin-top: -20px;
      min-height: 35px;
    }

    .cbcn-airetoucher-txt2-item {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
    }

    .cbcn-airetoucher-swiper {
      width: 15.6793em;
    }

    .cbcn-airetoucher-img {
      width: 100%;
      height: 656px;
      position: relative;
    }
    .cbcn-airetoucher-imgafter {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
    }
    .cbcn-airetoucher-img.active .cbcn-airetoucher-imgafter {
      opacity: 1;
    }

    .cbcn-airetoucher-slide.swiper-slide-active .cbcn-airetoucher-desc {
      opacity: 1;
    }
    .cbcn-airetoucher-desc {
      position: absolute;
      left: 8px;
      top: 676px;
      width: 3.05em;
      height: 1.3em;
      justify-content: center;
      align-items: center;
      border-radius: 1.2em;
      background: rgba(0, 0, 0, 0.08);
      backdrop-filter: blur(10px);
      opacity: 0;
    }
    .cbcn-airetoucher-desc2 {
      position: absolute;
      opacity: 0;
    }
    .cbcn-airetoucher-img.active .cbcn-airetoucher-desc1 {
      opacity: 0;
    }
    .cbcn-airetoucher-img.active .cbcn-airetoucher-desc2 {
      opacity: 1;
    }

    /* 按钮 */
    .cbcn-airetoucher-btnListDiv {
      margin-top: 10px;
      display: flex;
    }

    .cbcn-airetoucher-btnList {
      flex-wrap: nowrap !important;
      width: fit-content;
      padding: 8px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      opacity: 0.8;
      background: rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(10px);
    }

    .cbcn-airetoucher-btn {
      cursor: pointer;
      padding: 8px 24px;
      border: 1px solid transparent;
    }

    .cbcn-airetoucher-btn.active {
      border-radius: 99px;
      background: #000;
    }

    .cbcn-airetoucher-btn.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-airetoucher-btn-txt {
      opacity: 0.5;
    }

    .cbcn-airetoucher-btn.active .cbcn-airetoucher-btn-txt {
      opacity: 1;
    }
  }

  /* humanity */
  @media screen {
    .cbcn-humanity-section {
      padding: 1em;
      position: relative;
    }

    .cbcn-humanity-content {
      width: 100%;
      height: 100%;
      border-radius: 1.6em;
      overflow: hidden;
    }

    .cbcn-humanity-txt1 {
      margin-top: 12em;
      position: relative;
      z-index: 3;
      /* transition: all 0.3s; */
    }
    .cbcn-humanity-b1 {
      width: 627px;
    }

    .cbcn-humanity-txt1 .cbcn-pc-sh,
    .cbcn-humanity-txt1 .cbcn-pc-b1 {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-humanity-txt1 .cbcn-pc-h1 {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-humanity-bg {
      width: 100%;
      height: 100%;
      /* transition:all 0.75s 0.3s, opacity 0.25s 1.05s; */
    }

    .cbcn-humanity-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 2;
      /* transition: all 0.3s; */
    }

    .cbcn-humanity-img {
      width: 42.8em;
      height: 20em;
      opacity: 0;
      /* transition: opacity 0.5s 0.6s, margin 0.3s 1.5s; */
    }

    .cbcn-humanity-txt2 {
      width: 40.7em;
      opacity: 0;
      margin-top: 100em;
      /* transition: all 0.3s 1.5s; */
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-video {
      height: 100vh;
      width: 100%;
      position: relative;
    }

    .cbcn-performance-div {
      transition: all 0.5s;
      margin-top: -7em;
      z-index: 9;
    }

    .cbcn-performance-div.active {
      transform: translate(-800px, -800px) scale(0) rotate(-15deg) !important;
    }

    .cbcn-performance-div > p {
      font-size: 3.6em;
      font-style: normal;
      font-weight: 550;
      line-height: 110%;
      font-family: "vivo Sans Web";
    }

    .cbcn-performance-imgbg {
      bottom: -100vh;
      transition: all 0.75s;
      height: 100vh;
      width: 100%;
      transition: all 0.75s 0.15s;
      background: linear-gradient(
        0deg,
        #ecdbfd 0%,
        rgba(255, 255, 255, 0) 45.44%
      );
    }
    .cbcn-performance-img1 {
      position: absolute;
      top: 70%;
      left: 57%;
      transform: translate(100%, 200%) rotate(12.661deg);
      z-index: 10;
      width: 74.8277em;
      height: 15.84065em;
      display: block;
    }

    .cbcn-performance-img2 {
      position: absolute;
      top: 74%;
      left: 37%;
      transform: translate(-150%, -250%) rotate(12.661deg);
      z-index: 9;
      width: 65.8253em;
      height: 13.9432em;
      display: block;
    }
    .cbcn-performance-section.active .cbcn-performance-imgbg {
      bottom: 0vh;
      transition: all 0.75s 0.15s;
    }
    .cbcn-performance-section.active .cbcn-performance-img1 {
      transform: translate(-50%, -50%) rotate(12.661deg);
      transition: all 0.75s 0.15s;
    }

    .cbcn-performance-section.active .cbcn-performance-img2 {
      transform: translate(-50%, -50%) rotate(12.661deg);
      transition: all 0.75s 0.15s;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-section.wt {
      background: #f2f2f2;
    }

    .cbcn-chip-txt2 {
      margin-top: 60px;
      width: 100%;
      display: flex;
    }

    .cbcn-chip-txt2 > div {
      width: 320px;
      padding-top: 15px;
      border-top: 1px solid #b3b3b3;
      margin: auto;
    }

    .cbcn-chip-img-div {
      margin-top:40px;
      height: 709px;
    }

    .cbcn-chip-img {
      width: 648px;
      height: 656px;
      bottom: 53px;
    }

    .cbcn-chip-txt3 {
      padding-top: 70px;
      gap: 30px 80px;
      justify-content: center;
    }

    .cbcn-chip-txt3 > div {
      padding-top: 15px;
      border-top: 1px solid #b3b3b3;
      margin: auto;
    }

    .cbcn-chip-txt3 .cbcn-title {
      width: 270px;
    }

    .cbcn-chip-txt3 .cbcn-title .cbcn-chip-p {
      width: max-content;
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* game */
  @media screen {
    .cbcn-game-img-div {
      width: 100%;
      height: 38.7em;
      margin-top: -4em;
    }

    .cbcn-game-img {
      width: 100vw;
    }

    .cbcn-game-swiper {
      margin-top: 50px;
      width: 100%;
    }

    .cbcn-game-swiper .swiper-slide {
      position: relative;
      background: #f6f6f6;
      border-radius: 12px;
      width: 480px;
      height: 278px;
      padding-left: 40px;
      padding-right: 40px;
    }

    /* .cbcn-game-desc-txt1 {
      background: linear-gradient(90deg, #56a799 -18.75%, #1de6c3 34.52%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .cbcn-game-desc-txt1 > sup {
      background: inherit;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .cbcn-game-desc {
      margin-top: 30px;
      width: 336px;
    }

    .cbcn-game-switchBtn-list {
      margin-top: 30px;
      justify-content: end;
    }

    .cbcn-game-icon {
      position: absolute;
      right: 40px;
      bottom: 30px;
      width: 46px;
      height: 46px;
    }
  }

  /* cool */
  @media screen {
    .cbcn-cool-section.wt {
      background: linear-gradient(180deg, #fff 42.53%, #d9edfc 131.71%),
        var(--background-l1, #fff);
    }

    .cbcn-cool-txt {
      width: 730px;
    }

    .cbcn-cool-img-div {
      margin-top: 70px;
      height: 31.35em;
      width: 100%;
    }

    .cbcn-cool-img {
      width: 72.4658em;
      height: 31.35em;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section.wt {
      background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          #f0f4ff 100%
        ),
        var(--background-l1, #fff);
    }

    .cbcn-battery-txt {
      width: 880px;
    }

    /* .cbcn-battery-txt1 {
      font-family: "vivo Sans Web";
      background: linear-gradient(
        0deg,
        #cee7ff 14.39%,
        #86bdfd 57.58%,
        #839aff 83.33%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 60px;
      margin-bottom: -70px;
    }

    .cbcn-battery-txt1-div {
      display: flex;
      margin: auto;
    } */

    .cbcn-battery-p-txt1 {
      font-size: 12em;
      font-style: normal;
      font-weight: 550;
      line-height: 110%;
    }

    .cbcn-battery-img {
      width: 1274px;
      height: 532px;
      margin: 0 auto 99px;
    }

    .cbcn-battery-p-txt2 {
      font-size: 2.8em;
      font-style: normal;
      font-weight: 750;
      line-height: 120%;
      padding-top: 140px;
    }

    .cbcn-battery-txt2 {
      gap: 50px 45px;
      justify-content: center;
    }
    .cbcn-battery-txt2 .cbcn-pc-h2 {
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    /* .cbcn-battery-txt2 .cbcn-pc-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .cbcn-battery-txt2 > div {
      padding-top: 15px;
      white-space: nowrap;
      border-top: 1px solid #b3b3b3;
    }

    .cbcn-battery-txt2 .cbcn-title:nth-of-type(1) {
      width: 486px;
    }
    .cbcn-battery-txt2 .cbcn-title:nth-of-type(2) {
      width: 224px;
    }
    .cbcn-battery-txt2 .cbcn-title:nth-of-type(3n) {
      width: 148px;
    }
    .cbcn-battery-txt2 .cbcn-title:nth-of-type(4) {
      width: 369px;
    }

    .cbcn-battery-txt2 .cbcn-title:nth-of-type(n + 4) {
      white-space: nowrap;
      /* flex: 1 0 19%; */
    }
  }

  /* screen */
  @media screen {
    .cbcn-screen-section.wt {
      background: #fafafa;
    }

    /* .cbcn-screen-txt1 {
      width: 800px;
    } */

    .cbcn-screen-video {
      height: 39em;
      width: 100%;
      margin:50px 0 0;
      position: relative;
    }
    .cbcn-screen-video1{
      width: 100%;
      height: 100%;
    }
    .cbcn-screen-video2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
    }
    .cbcn-screen-video.active .cbcn-screen-video2{
      opacity: 1;
    }

    .cbcn-screen-btnListDiv {
      width: 100%;
      z-index: 9;
      top: 50px;
    }

    .cbcn-screen-btnList {
      width: fit-content;
      border-radius: 999px;
      background: rgba(136, 136, 136, 0.25);
      backdrop-filter: blur(10px);
      display: inline-flex;
      padding: 6px;
      align-items: center;
      justify-content: center;
    }

    .cbcn-screen-btn {
      display: flex;
      padding: 8px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 99px;
      cursor: pointer;
    }
    .cbcn-screen-btn.index1.active {
      background: #000 !important;
    }
    .cbcn-screen-btn.index1.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-screen-btn p {
      color: rgba(136, 136, 136, 0.4) !important;
    }

    .cbcn-screen-btn.active {
      background: #fff;
    }

    .cbcn-screen-btn.active p {
      color: rgba(0, 0, 0, 0.95) !important;
    }

    .cbcn-screen-param-div {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 26px 88px;
      opacity: 0 !important;
    }
    .cbcn-screen-param-div.active {
      opacity: 1 !important;
    }

    .cbcn-screen-param-div .cbcn-pc-d2 {
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent!important;
    }
    .cbcn-screen-param-div .cbcn-pc-d2 sup{
      position: static!important;
    }
    /* .cbcn-screen-param-div .cbcn-pc-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .cbcn-screen-wrapper {
      padding-top: 160px;
      height: 430px;
      position: relative;
    }

    .cbcn-screen-param-div {
      position: absolute;
      top: 0;
    }

    .cbcn-screen-param-div1 {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px 110px;
    }

    .cbcn-screen-param-div2 {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 50px 111px;
    }

    .cbcn-screen-param-div2 .cbcn-param {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.75em;
    }

    .cbcn-screenicon-img {
      width: 256px;
      height: 83px;
    }

    .cbcn-screenicon-iconBox-img1 {
      width: 72.428px;
      height: 43.6px;
    }

    .cbcn-screenicon-iconBox-img2 {
      width: 89.624px;
      height: 37.584px;
    }

    .cbcn-screenicon-iconBox-img3 {
      width: 46px;
      height: 46px;
    }

    .cbcn-screen-param-div1 .cbcn-param:nth-of-type(3n + 1) {
      width: 260px;
    }

    .cbcn-screen-param-div1 .cbcn-param:nth-of-type(3n + 2) {
      width: 260px;
    }

    .cbcn-screen-param-div1 .cbcn-param:nth-of-type(3n + 3) {
      width: 205px;
    }

    .cbcn-screen-param-div2 .cbcn-param:nth-of-type(-n + 4) {
      width: 160px;
    }

    .cbcn-screenicon-Box {
      justify-content: space-between;
      width: 100%;
      height: 100%;
    }

    .cbcn-screenicon-iconBox {
      padding: 15px 23px 14px 22px;
      gap: 22px;
      border-radius: 8px;
      height: 77px;
      width: 300px !important;
      align-items: center;
      background: rgba(185, 185, 185, 0.12);
      overflow: hidden;
    }
  }

  /* experience */
  @media screen {
    .cbcn-experience-swiper {
      margin-top: 50px;
      width: 100%;
    }

    .cbcn-experience-img {
      width: 100%;
      height: 550px;
      border-radius: 12px;
      overflow: hidden;
    }

    .cbcn-experience-desc {
      margin-top: 30px;
      width: 575px;
    }

    .cbcn-experience-switchBtn-list {
      margin-top: 0px;
      justify-content: end;
    }
  }

  /* ostitle */
  @media screen {
    .cbcn-ostitle-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-ostitle-img {
      width: 549.117px;
      height: 100px;
      margin-bottom: 20px;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-os-content {
      margin-top: 80px;
      height: 560px;
      border-radius: 12px;
      background: var(--background-l1, #fff);
      overflow: hidden;
      position: relative;
    }

    .cbcn-os-img {
      position: absolute;
      width: 480px;
      height: 100%;
      top: 0;
      right: 0;
    }

    #cbcn-dom-container .cbcn-os-img img.contain:not(.active) {
      display: none;
    }

    .cbcn-os-drawer {
      margin-top: 28px;
      margin-left: 50px;
      width: 21.5em;
      position: relative;
    }

    /* .cbcn-os-drawer-line {
      width: 100%;
      height: 0.025em;
      background: #ccc;
    } */

    .cbcn-os-drawer-item {
      cursor: pointer;
      padding: 22px 0;
      border-bottom: 1px solid #ccc;
    }
    .cbcn-os-drawer-item:nth-last-of-type(1) {
      border: none;
    }
    .cbcn-os-drawer-item .title {
      justify-content: space-between;
      align-items: center;
    }

    .cbcn-os-drawer-icon {
      width: 1.6em;
      height: 1.6em;
      transition: all 0.5s;
      transform: rotateX(180deg);
    }

    .cbcn-os-drawer-item.active .cbcn-os-drawer-icon {
      transform: rotate(0);
    }

    .cbcn-os-drawer-item .desc {
      box-sizing: border-box;
      overflow: hidden;
      padding-right: 1.5em;
      height: 0;
    }

    .cbcn-os-drawer-item .desc p {
      padding-top: 18px;
    }

    .cbcn-os-drawer-item:first-child .desc {
      height: auto;
    }
  }

  /* AI */
  @media screen {
    .cbcn-ai-swiper {
      margin-top: 80px;
      width: 100%;
    }

    .cbcn-ai-swiper .swiper-wrapper {
      justify-content: center;
      gap: 60px;
    }
    .cbcn-ai-swiper .swiper-slide {
      width: 258px;
    }
    .cbcn-ai-img {
      width: 258px;
      height: 550px;
      border-radius: 12px;
      /* background: #f2f2f2; */
      overflow: hidden;
    }

    .cbcn-ai-desc {
      margin-top: 30px;
      width: 100%;
      gap: 10px;
    }

    .cbcn-ai-switchBtn-list {
      margin-top: 55px;
      justify-content: end;
    }
  }

  /* technology */
  @media screen {
    .cbcn-technology-div {
      margin-top: 80px;
      margin-bottom: 80px;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
    }

    .cbcn-technology-box {
      width: 480px;
      height: 230px;
      padding: 0px 30px 0px 20px;
      justify-content: space-between;
      align-items: center;
      border-radius: 12px;
      background: #f2f2f2;
    }

    .cbcn-technology-img {
      width: 160px;
      height: 160px;
    }

    .cbcn-technology-desc {
      width: 240px;
    }

    .cbcn-technology-img-a {
      width: 100%;
      height: 320px;
      border-radius: 24px;
      overflow: hidden;
      cursor: pointer;
    }
  }

  /* learnmore */
  @media screen {
    .cbcn-learnmore-img {
      width: 100%;
      height: 320px;
      border-radius: 24px;
      overflow: hidden;
      cursor: pointer;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      background: var(--background-l3, #ebebeb);
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section ol li {
      list-style: decimal;
      color: #7f7f7f;
    }
  }
}

@media screen and (min-width: 981px) and (max-width: 1439px) {
  .cbcn-navigation-section {
    font-size: 20px !important;
    font-size: 1.0416666667vw !important;
  }
  .cbcn-navigation-section .cbcn-title.m {
    gap: 0.75em !important;
  }
  .cbcn-navigation-txt .cbcn-pc-h4 {
    font-size: 1.8em;
  }
  .cbcn-navigation-txt .cbcn-pc-b2 {
    font-size: 0.9em;
  }

  .cbcn-lensmodule-param1 {
    width: 57em;
  }
  .cbcn-lensmodule-param2 {
    width: 49.5em;
  }
  .cbcn-lensmodule-param3 {
    width: 46em;
  }
  .cbcn-live-content {
    justify-content: flex-end;
    gap: 80px;
  }
}
