@media screen and (min-width: 981px) {
  /* kv */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      min-height: 46em;
      position: relative;
    }

    .cbcn-kv-img {
      width: 100%;
      height: 46em;
      position: absolute;
      bottom: 0;
    }
  }

  /* camera */
  @media screen {
    .cbcn-camera-section {
      width: 100%;
      height: 54em;
    }
  }

  /* rearcamera */
  @media screen {

    /* camera */
    .cbcn-camera-title {
      width: 100%;
      position: absolute;
      top: 100px;
    }

    .cbcn-camera-p {
      color: rgba(0, 0, 0, 0.9);
      color: rgba(0, 0, 0, 0.9);
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 4em;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      transition: none;
    }

    .cbcn-camera-txt {
      background: linear-gradient(91deg,
          #f6c47d -9.58%,
          #f3a95f 49.99%,
          #f6c47d 106.64%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 9.4em;
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: 0.8em;
      transition: none;
    }

    .cbcn-camera-title.active {
      transform: translate(-50%, -50%) scale(0);
      transition: all 2s ease-in;
    }

    .cbcn-rearcamera-section {
      width: 96em;
      height: 54em;
      position: relative;
      --rearcamera-width: 230px;
      --rearcamera-opacity: 230px;
    }

    .cbcn-rearcamera-video {
      width: 100%;
      height: 100%;
    }

    .cbcn-rearcamera-txtBox {
      width: 49em;
      height: 25em;
      bottom: 6em;
    }

    .cbcn-rearcamera-param {
      position: absolute;
    }

    .cbcn-rearcamera-item {
      position: absolute;
      width: var(--rearcamera-width);
      margin-top: 15px;
      opacity: 0;
    }

    .cbcn-rearcamera-item .cbcn-param {
      align-items: flex-start;
      text-align: left;
    }

    .cbcn-rearcamera-item .cbcn-stylecolor1 {
      opacity: 1 !important;
    }

    .cbcn-rearcamera-dec {
      margin-top: 10px;
    }

    .cbcn-rearcamera-dec .cbcn-pc-fn {
      color: rgba(0, 0, 0, 0.72) !important;
    }

    .cbcn-rearcamera-dot {
      position: absolute;
    }

    /* 单独样式 */
    .cbcn-rearcamera-item.left {
      left: 0;
    }

    .cbcn-rearcamera-item.right {
      right: -1.57em;
    }

    .cbcn-rearcamera-dot1 {
      top: 9em;
      left: 19.85em;
    }

    .cbcn-rearcamera-param1 {
      /* width: calc(8.55em + var(--rearcamera-width)); */
      /* height: 7.35em; */
      right: 0em;
      top: -7.35em;
    }

    .cbcn-rearcamera-dot2 {
      top: 16.2em;
      left: 19.5em;
    }

    .cbcn-rearcamera-param2 {
      /* width: calc(8.55em + var(--rearcamera-width)); */
      height: 1px;
      top: 0;
      right: 0em;
    }

    .cbcn-rearcamera-dot3 {
      top: -2em;
      left: 20.5em;
    }

    .cbcn-rearcamera-param3 {
      /* width: calc(15.5em + var(--rearcamera-width));*/
      height: 1px;
      left: 0.5em;
      will-change: height, width;
      transform: translateZ(0);
    }

    .cbcn-rearcamera-dot4 {
      top: 8.8em;
      left: 25.8em;
    }

    .cbcn-rearcamera-param4 {
      /* width: calc(12.25em + var(--rearcamera-width));
      height: 0.85em; */
      left: 1.5em;
      will-change: height, width;
      transform: translateZ(0);
    }

    .cbcn-rearcamera-param4 .cbcn-rearcamera-item {
      margin-top: calc(10px + 0.85em);
    }

    /* 动画 */
    .cbcn-rearcamera-section.active .cbcn-rearcamera-param1 {
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      animation: rearcameraHeightThenWidth1 1s ease-out forwards;
    }

    .cbcn-rearcamera-div-txt {
      text-align: center;
      top: 5em;
    }

    @keyframes rearcameraHeightThenWidth1 {
      0% {
        width: 0;
        height: 0;
        --rearcamera-opacity: 0;
      }

      25% {
        width: 0;
        height: 7.35em;
        --rearcamera-opacity: 0;
      }

      75% {
        height: 7.35em;
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 0;
      }

      88% {
        height: 7.35em;
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 0.5;
      }

      100% {
        height: 7.35em;
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 1;
      }
    }

    .cbcn-rearcamera-section.active .cbcn-rearcamera-param2 {
      border-top: 1px solid #999;
      animation: rearcameraHeightThenWidth2 1s ease-out forwards;
    }

    @keyframes rearcameraHeightThenWidth2 {
      0% {
        width: 0;
        --rearcamera-opacity: 0;
      }

      25% {
        width: 0;
        --rearcamera-opacity: 0;
      }

      75% {
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 0;
      }

      88% {
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 0.5;
      }

      100% {
        width: calc(8.8em + var(--rearcamera-width));
        --rearcamera-opacity: 1;
      }
    }

    .cbcn-rearcamera-section.active .cbcn-rearcamera-param3 {
      border-top: 1px solid #999;
      animation: rearcameraHeightThenWidth3 1s ease-out forwards;
    }

    @keyframes rearcameraHeightThenWidth3 {
      0% {
        width: 0;
        --rearcamera-opacity: 0;
      }

      25% {
        width: 0;
        --rearcamera-opacity: 0;
      }

      75% {
        width: calc(17em + var(--rearcamera-width));
        --rearcamera-opacity: 0;
      }

      88% {
        width: calc(17em + var(--rearcamera-width));
        --rearcamera-opacity: 0.5;
      }

      100% {
        width: calc(17em + var(--rearcamera-width));
        --rearcamera-opacity: 1;
      }
    }

    .cbcn-rearcamera-section.active .cbcn-rearcamera-param4 {
      border-bottom: 1px solid #999;
      animation: rearcameraHeightThenWidth4 1s ease-out forwards;
    }

    .cbcn-rearcamera-section.active .cbcn-rearcamera-item {
      opacity: var(--rearcamera-opacity);
    }

    @keyframes rearcameraHeightThenWidth4 {
      0% {
        height: 0;
        width: 0;
        --rearcamera-opacity: 0;
      }

      25% {
        height: 0.85em;
        width: 0;
        --rearcamera-opacity: 0;
      }

      75% {
        height: 0.85em;
        width: calc(10.5em + var(--rearcamera-width));
        --rearcamera-opacity: 0;
      }

      88% {
        height: 0.85em;
        width: calc(10.5em + var(--rearcamera-width));
        --rearcamera-opacity: 0.5;
      }

      100% {
        height: 0.85em;
        width: calc(10.5em + var(--rearcamera-width));
        --rearcamera-opacity: 1;
      }
    }
  }

  /* structure */
  @media screen {
    .cbcn-structure-section {
      position: relative;
    }

    .cbcn-structure-section.wt {
      background-color: #f7f7f7;
    }

    .cbcn-structure-title {
      z-index: 11;
      position: relative;
      margin-bottom: 640px;
    }

    .cbcn-structure-img {
      margin-top: 60px;
      height: 1080px;
      width: 1920px;
      z-index: 10;
      bottom: 0;
    }
  }

  /* ultraclear */
  @media screen {
    .cbcn-ultraclear-section .cbcn-pc-sh {
      color: #b94582 !important;
    }

    .cbcn-ultraclear-imgDiv {
      margin-top: 60px;
      height: 100vh;
      width: 100vw;
      position: relative;
      overflow: hidden;
    }

    .cbcn-ultraclear-picture {
      display: block;
      transition: all 0.3s;
    }

    .cbcn-ultraclear-img {
      width: 100%;
      height: 100%;
      top: 0em;
      z-index: 10;
      cursor: none;
      overflow: hidden;
    }

    .cbcn-ultraclear-img2 {
      gap: 1em;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      opacity: 0;
    }

    .cbcn-ultraclear-img2-1 {
      width: 17.35em;
      height: 23.05em;
      border-radius: 1.5em;
      overflow: hidden;
    }

    .cbcn-ultraclear-img2-2 {
      width: 17.35em;
      height: 27.2em;
      border-radius: 1.5em;
      overflow: hidden;
    }

    .cbcn-ultraclear-img2-3 {
      width: 30.6em;
      height: 23em;
      border-radius: 1.5em;
      overflow: hidden;
    }

    .cbcn-ultraclear-icon {
      position: absolute;
      display: flex;
      width: 3.3em;
      height: 3.3em;
      opacity: 1;
      z-index: 9999;
    }
  }

  /* portrait */
  @media screen {
    .cbcn-portrait-section .cbcn-pc-flexRow {
      gap: 1.5em;
    }

    .cbcn-portrait-img {
      width: 22.5em;
      height: 30em;
    }

    .cbcn-portrait-txt2 {
      width: 25em;
      height: 30em;
      justify-content: center;
      align-items: center;
    }
  }

  /* aiseason */
  @media screen {
    .cbcn-aiseason-imgcomparison2 {
      margin-top: 60px;
      width: 920px;
      height: 600px;
      position: relative;
      margin-bottom: 100px;
    }

    .cbcn-aiseasoncomparison-btnList {
      width: 100%;
      gap: 658px;
      bottom: 20px;
      align-items: center;
      justify-content: center;
    }

    .cbcn-aiseasoncomparison-btn {
      width: 111px;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      border-radius: 999px;
      background: #fff;
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
    }

    .cbcn-aiseason-txt {
      background: #ffffff;
    }

    .cbcn-aiseason-txt1 {
      width: 980px;
    }

    .cbcn-aiseason-imageDiv {
      width: 20.55em;
      height: 27.4em;
      flex-shrink: 0;
      perspective: 1000;
      -webkit-perspective: 1000;
      /* margin-top: -4.5em; */
    }

    .cbcn-aiseason-image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20.55em;
      height: 27.4em;
      border-radius: 1.5em;
      overflow: hidden;
      transform-origin: center;
      z-index: 50;
      transition: all 0.3s;
    }

    .cbcn-aiseason-image.left1 {
      transform: translateY(-50%) translateX(-10em) rotateY(30deg) scale(0.8);
      -webkit-transform: translateY(-50%) translateX(-10em) rotateY(30deg) scale(0.8);
      z-index: 30;
      background-color: #fff;
      filter: blur(3px);
      -webkit-filter: blur(3px);
    }

    .cbcn-aiseason-image.left1 img {
      opacity: 0.4;
    }

    .cbcn-aiseason-image.left2 {
      transform: translateY(-50%) translateX(-17.5em) rotateY(45deg) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(-17.5em) rotateY(45deg) scale(0.6);
      z-index: 20;
      background-color: #fff;
      filter: blur(5px);
      -webkit-filter: blur(5px);
    }

    .cbcn-aiseason-image.left2 img {
      opacity: 0.2;
    }

    .cbcn-aiseason-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-aiseason-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-aiseason-image.right1 {
      transform: translateY(-50%) translateX(10em) rotateY(-30deg) scale(0.8);
      -webkit-transform: translateY(-50%) translateX(10em) rotateY(-30deg) scale(0.8);
      z-index: 30;
      background-color: #fff;
      filter: blur(3px);
      -webkit-filter: blur(3px);
    }

    .cbcn-aiseason-image.right1 img {
      opacity: 0.4;
    }

    .cbcn-aiseason-image.right2 {
      transform: translateY(-50%) translateX(17.5em) rotateY(-45deg) scale(0.6);
      -webkit-transform: translateY(-50%) translateX(17.5em) rotateY(-45deg) scale(0.6);
      z-index: 20;
      background-color: #fff;
      filter: blur(5px);
      -webkit-filter: blur(5px);
    }

    .cbcn-aiseason-image.right2 img {
      opacity: 0.2;
    }

    .cbcn-aiseason-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-aiseason-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-aiseason-txt2 .cbcn-pc-sh {
      color: #b94582 !important;
    }
  }

  /* aiimage2 */
  @media screen {
    .cbcn-aiimage2-section {
      padding: 11.5em 0;
    }

    .cbcn-aiimage2-section.wt {
      background: #f5f5f5;
    }

    .cbcn-aiimage2-Div {
      display: flex;
      height: 27em;
      align-items: center;
      border-radius: 1.5em;
      background: #fff;
    }

    .cbcn-aiimage2-item {
      display: flex;
      width: 24.5em;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 0.94em;
    }

    .cbcn-aiimage2-icon {
      margin: auto;
      width: 3.25em;
      height: 3em;
      object-fit: contain;
    }

    .cbcn-aiimage2-section .cbcn-pc-h3 {
      color: #b94582;
    }

    .cbcn-aiimage2-title {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.94em;
    }

    .cbcn-aiimage2-title .cbcn-pc-h3 {
      color: #b94582 !important;
    }

    .cbcn-aiimage2-title .cbcn-pc-b3 {
      width: 324px;
    }

    .cbcn-aiimage2-swiperbg {
      position: absolute;
      top: 6.61em;
      left: 50%;
      width: 38.9em;
      height: 43.4em;
      z-index: 100;
    }

    .cbcn-aiimage2-img {
      width: 16.1em;
      height: 35.65em;
      position: absolute;
      top: -4.74em;
      left: calc(50% + 3.97em);
      width: 16.2em;
      border-radius: 1.5em;
      overflow: hidden;
      z-index: 99;
      background: #000;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-section {
      width: 96em;
      height: 54em;
      position: relative;
    }

    .cbcn-design-title {
      width: fit-content;
    }

    .cbcn-design-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 4.5em;
      font-style: normal;
      font-weight: 800;
      line-height: 10.45455em;
      text-transform: uppercase;
      transition: none;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-design-section.active .cbcn-design-p {
      font-size: 9.4em;
      transition: all 0.4s ease-in;
    }
  }

  /* camera1 */
  @media screen {
    .cbcn-camera1-section {
      width: 96em;
      height: 54em;
      position: relative;
    }

    .cbcn-camera1-title {
      width: fit-content;
    }

    .cbcn-camera1-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 3.2em;
      font-style: normal;
      font-weight: 800;
      line-height: 110.256%;
      text-transform: uppercase;
      transition: none;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-camera1-section.active .cbcn-camera1-p {
      font-size: 4.5em;
      font-style: normal;
      font-weight: 800;
      line-height: 110.256%;
      transition: all 0.4s ease-in;
    }
  }

  /* stage */
  @media screen {
    .cbcn-stage-section {
      position: relative;
    }

    .cbcn-stage-title {
      opacity: 0;
      position: relative;
      z-index: 11;
    }

    .cbcn-stage-section.active .cbcn-stage-title {
      opacity: 1;
      transition: all 0.3s;
    }

    .cbcn-stage-imgBox {
      margin-top: 1em;
      width: 100%;
      height: 30.6em;
      z-index: 9;
    }

    .cbcn-stage-img {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0em;
      z-index: 9;
    }

    .cbcn-stage-img.active {
      height: 54em;
      transition: all 0.5s 1s;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance1-section {
      width: 100%;
      height: 54em;
    }

    .cbcn-appearance-p1::after {
      content: "";
      width: 200vw;
      height: 200vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .cbcn-appearance-p1 p {
      position: relative;
      z-index: 2;
      font-size: 3.7em !important;
    }
  }

  /* selfie */
  @media screen {
    .cbcn-selfie-imgBox {
      margin-top: 60px;
      position: relative;
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    .cbcn-selfie-img1 {
      display: block;
      width: 612px;
      height: 460.8px;
      border-radius: 30px;
      overflow: hidden;
    }

    .cbcn-selfie-img2 {
      display: block;
      width: 347px;
      height: 460.859px;
      border-radius: 30px;
      overflow: hidden;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-btn-color {
      width: 32px;
      height: 32px;
    }

    .cbcn-color-section.wt {
      background: #fbfbfb;
    }

    .cbcn-color-btn-color {
      width: 32px;
      height: 32px;
    }

    .cbcn-color-swiper {
      margin-top: 7.5em;
      width: 100%;
      height: 29.05em;
    }

    .cbcn-color-btnListDiv {
      bottom: calc(29.05em + 2.5em);
      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: rgba(0, 0, 0, 0.05);
    }

    .cbcn-color-btn {
      width: 2em;
      height: 2em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 2em;
      height: 2em;
    }

    .cbcn-color-circle {
      fill: none;
      stroke-width: 2.5px;
      stroke-dasharray: 125.6px;
      stroke-dashoffset: 125.6px;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #e1bd8b;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #883f62;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #717078;
    }

    .cbcn-color-btn.index4 .cbcn-color-circle {
      stroke: #3b4587;
    }

    .cbcn-color-btn.index5 .cbcn-color-circle {
      stroke: #9dc2ef;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }

    .cbcn-color-h1 {
      height: 89px;
      width: 820px;
      position: relative;
    }

    .cbcn-color-h1>.cbcn-pc-h1 {
      opacity: 0;
      transition: all 0.3s;
      width: 100%;
      top: 0;
    }

    .cbcn-color-h1>.cbcn-pc-h1.active {
      opacity: 1;
    }

    .cbcn-color-b1 {
      height: 60px;
      width: 820px;
      position: relative;
    }

    .cbcn-color-b1>.cbcn-pc-b1 {
      opacity: 0;
      top: 0;
      transition: all 0.3s;
      width: 100%;
    }

    .cbcn-color-b1>.cbcn-pc-b1.active {
      opacity: 1;
    }

    .cbcn-color-h1 .cbcn-pc-h1 {
      width: fit-content;
      text-wrap: nowrap !important;
    }

    .cbcn-color-desc {
      position: relative;
      width: 980px;
      height: 60px;
    }

    .cbcn-color-desc>p {
      position: absolute;
      width: 100%;
      text-align: center !important;
      top: 0;
      opacity: 0;
      transition: all 0.2s;
    }

    .cbcn-color-desc>p.active {
      opacity: 1;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index1 {
      background: linear-gradient(90deg, #f4b75f 11.98%, #f2b35f 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index2 {
      background: linear-gradient(90deg, #b35180 11.98%, #bb5485 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index3 {
      background: linear-gradient(90deg, #7c7b83 11.98%, #76757d 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index4 {
      background: linear-gradient(90deg, #3060a1 11.98%, #4586c4 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index5 {
      background: linear-gradient(91deg, #55b5e5 0.39%, #d0b9e6 103.61%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* curved */
  @media screen {
    .cbcn-curved-vido {
      margin-top: 3em;
      width: 100%;
      height: 25.65em;
    }
  }

  /* festival */
  @media screen {
    .cbcn-festival-txt1 .cbcn-stylecolor1 {
      margin: 0 auto !important;
    }

    .cbcn-festival-swiper {
      margin-top: 60px;
    }

    .cbcn-festival-img {
      width: 24em;
      height: 32em;
    }
    .cbcn-festival-imgDiv {
      gap: 1em;
    }

    .cbcn-festival-btn {
      position: absolute;
      bottom: 1em;
      padding: 10px 0;
      border-radius: 999px;
      background: #fff;
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      overflow: hidden;
      display: flex;
      width: 111px;
      justify-content: center;
    }

    .cbcn-festival-btn1 {
      right: 1em;
    }
    .cbcn-auraportrait-txt1 .cbcn-stylecolor1 {
      margin: 0 auto !important;
    }

    .cbcn-festival-btn-txt {
      color: rgba(0, 0, 0, 0.6) !important;
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
    }

    .cbcn-festival-btn2 {
      left: 1em;
    }
  }

  /* slim */
  @media screen {
    .cbcn-slim-section .cbcn-pc-sh {
      color: #b94582 !important;
    }

    .cbcn-slim-safeRow {
      margin-bottom: 780px;
    }

    .cbcn-slim-img {
      width: 1920px;
      height: 740px;
      bottom: 0;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section.wt {
      background: #f5f5f5;
    }

    .cbcn-battery-section {
      padding-top: 6em;
      justify-content: space-between;
      flex-wrap: nowrap !important;
    }

    .cbcn-battery-title {
      width: 850px;
    }

    .cbcn-battery-imgBox {
      margin-top: 3em;
      width: 100%;
      position: relative;
      width: 96em;
      height: 27.95em;
    }

    .cbcn-battery-txtBox {
      top: -1.2em;
    }

    .cbcn-battery-title1 {
      width: 31.4407em;
      height: 11.6em;
      opacity: 0;
      transform: translateX(-50%);
    }

    .cbcn-battery-title2 {
      width: 21em;
      height: 7.5em;
      opacity: 0;
      transform: translateY(2.4em) translateX(15em);
    }

    .cbcn-battery-section.active .cbcn-battery-title1 {
      animation: batteryAnimation 1.5s 3s linear forwards;
    }

    .cbcn-battery-section.active .cbcn-battery-title2 {
      animation: batteryAnimation1 0.3s 4.5s linear forwards;
    }

    @keyframes batteryAnimation {
      0% {
        opacity: 0;
      }

      50% {
        opacity: 1;
      }

      75% {
        width: 44.5em;
        height: 7.5em;
        opacity: 1;
        transform: translateY(2.9em) translateX(-50%);
      }

      100% {
        width: 44.5em;
        height: 7.5em;
        opacity: 1;
        transform: translateY(2.9em) translateX(-50%);
      }
    }

    @keyframes batteryAnimation1 {
      0% {
        opacity: 0;
        width: 21em;
        height: 7.5em;
        transform: translateY(2.4em) translateX(15em);
      }

      100% {
        width: 22.25em;
        height: 7.5em;
        opacity: 1;
        transform: translateY(2.4em) translateX(1em);
      }
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-section {
      width: 96em;
      height: 54em;
      position: relative;
    }

    .cbcn-performance-title {
      width: fit-content;
    }

    .cbcn-performance-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 2em;
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      transition: none;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-performance-section.active .cbcn-performance-p {
      font-size: 4.5em;
      transition: all 0.4s ease-in;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-section {
      position: relative;
    }

    .cbcn-chip-title {
      margin-bottom: 650px;
      width: 814px;
    }

    .cbcn-chip-imgbox {
      position: absolute;
      width: calc(100% - 2.75em);
      height: calc(100% - 2.75em);
      border-radius: 1.5em;
      transition: all 0.5s;
      bottom: 1em;
      overflow: hidden;
    }

    .cbcn-chip-imgbox.active {
      height: 540px;
      width: 980px;
      bottom: 50px;
    }

    .cbcn-chip-img {
      transition: all 0.5s;
      transform: scale(1);
    }

    .cbcn-chip-imgbox.active .cbcn-chip-img {
      transform: scale(1.2);
    }
  }

  /* resistance */
  @media screen {
    .cbcn-resistance-section.wt {
      background: #ebebeb;
    }

    .cbcn-resistance-safeRow {
      height: 700px;
      width: 100%;
    }

    .cbcn-resistance-content {
      height: 700px;
      width: 1400px;
      border-radius: 20px;
      background: #fff;
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
    }

    .cbcn-resistance-imgBox {
      position: relative;
    }

    .cbcn-resistance-img {
      width: 853px;
      height: 100%;
      position: relative;
      border-radius: 0 20px 20px 0;
      overflow: hidden;
    }

    #cbcn-dom-container .cbcn-resistance-img img.cover:not(.active) {
      display: none;
    }

    #cbcn-dom-container .cbcn-resistance-icon:not(.active) {
      display: none;
    }

    .cbcn-resistance-fn.active {
      display: none;
    }

    .cbcn-resistance-drawer {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      width: 387px;
      position: relative;
    }

    .cbcn-resistance-title {
      justify-content: space-between;
    }

    .cbcn-resistance-h5 {
      width: 351px;
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-resistance-h5.cbcn-stylecolor1 {
      color: #b94582 !important;
    }

    .cbcn-resistance-drawer-item {
      cursor: pointer;
      padding: 30px 0;
      border-bottom: 1px solid #ccc;
    }

    .cbcn-resistance-drawer-item:nth-child(2) {
      cursor: pointer;
      padding: 40px 0;
      border-bottom: 1px solid #ccc;
    }

    .cbcn-resistance-drawer-item:nth-last-of-type(1) {
      border: none;
    }

    .cbcn-resistance-drawer-icon {
      width: 34px;
      height: 34px;
      transition: all 0.5s;
      transform: rotateX(180deg);
    }

    .cbcn-resistance-drawer-item.active .cbcn-resistance-drawer-icon {
      transform: rotate(0);
    }

    .cbcn-resistance-drawer-item .desc {
      /* box-sizing: border-box; */
      overflow: hidden;
      width: 351px;
      display: grid;
      grid-template-rows: 0fr;
      transition: 0.5s;
    }

    .active .desc {
      margin-top: 25px;
    }

    .cbcn-resistance-drawer-item .desc p {
      min-height: 0;
      overflow: hidden;
    }

    .cbcn-resistance-drawer-item .desc .grey {
      color: rgba(0, 0, 0, 0.4) !important;
    }

    .cbcn-resistance-drawer-item.active .desc {
      grid-template-rows: 1fr;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-section {
      width: 96em;
      height: 54em;
      position: relative;
    }

    .cbcn-os-icon {
      width: 8em;
      height: 7.56405em;
      transition: none;
    }

    .cbcn-os-section.active .cbcn-os-icon {
      width: 19em;
      height: 17.9646em;
      transition: all 0.4s ease-in;
    }
  }

  /* gemini */
  @media screen {
    .cbcn-gemini-title {
      gap: 15px;
      align-items: center;
      transform: translateY(20vh);
      opacity: 0;
      transition: all 2s;
    }

    .cbcn-gemini-title.active {
      opacity: 1;
      transform: translateY(0em);
      transition: all 0.5s;
    }

    .cbcn-gemini-swiper {
      margin-top: 60px;
    }

    .cbcn-gemini-slide {
      width: 980px;
      height: 580px;
      border-radius: 30px;
      overflow: hidden;
    }

    .cbcn-gemini-videoBtn-list {
      margin-top: 60px;
      justify-content: center;
      align-items: center;
    }

    .cbcn-gemini-videoBtn:nth-child(1).progress::after {
      transition: width 11s linear !important;
      width: calc(100% - 0.4em);
    }

    .cbcn-gemini-videoBtn:nth-child(2).progress::after {
      transition: width 9s linear !important;
      width: calc(100% - 0.4em);
    }

    .cbcn-gemini-videoBtn:nth-child(3).progress::after {
      transition: width 13s linear !important;
      width: calc(100% - 0.4em);
    }
  }

  /* smart */
  @media screen {
    .cbcn-smart-section.wt {
      background: #f5f5f5;
    }

    .cbcn-smart-item {
      height: auto;
      justify-content: space-between;
    }

    .cbcn-smart-section>div {
      gap: 20px;
    }

    /* 信息盒子 */
    .cbcn-smart-info {
      background: #fff;
      padding: 50px 50px 0px 50px;
      border-radius: 30px;
      align-items: center;
      width: 647px;
      position: relative;
    }

    .cbcn-smart-title .cbcn-title.index1 {
      opacity: 0;
      transition: all 0.3s;
    }

    .cbcn-smart-title .cbcn-title.index2 {
      position: absolute;
      top: 0px;
      transition: all 0.3s;
      left: 0px;
      opacity: 0;
    }

    .cbcn-smart-title .cbcn-title.index1.active {
      opacity: 1;
      transition: all 0.3s;
    }

    .cbcn-smart-title .cbcn-title.index2.active {
      transition: all 0.3s;
      opacity: 1;
    }

    .cbcn-smart-item1 {
      /* 小语种注意 */
      height: 620px;
    }

    .cbcn-smart-item1 .cbcn-smart-title {
      height: 100%;
      width: 247px;
      position: relative;
      justify-content: space-between;
    }

    .cbcn-smart-item2 {
      flex-direction: row-reverse;
    }

    .cbcn-smart-item2 .cbcn-smart-img {
      width: 480px;
      height: 318px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .cbcn-smart-item3 .cbcn-smart-title {
      z-index: 9;
    }

    .cbcn-smart-item3 .cbcn-smart-img {
      position: absolute;
      bottom: 0;
    }

    .cbcn-smart-item3 .cbcn-smart-info {
      width: 32.35em;
      height: 31em;
    }

    /* 图标盒子 */
    .cbcn-smart-icon {
      height: auto;
      width: 313px;
      padding: 60px 30px;
      border-radius: 30px;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(0deg,
          rgba(229, 111, 184, 0.6) 0%,
          #a13b71 100%),
        #a13b71;
    }

    .cbcn-smart-iconimg {
      height: 10em;
      width: 10em;
    }

    /* 轮播 */
    .cbcn-smart-swiper {
      position: absolute;
      width: 304px;
      height: 642.178px;
      bottom: 35.25px;
      right: 31.08px;
    }

    .cbcn-smart-videoBtn-list {
      margin-bottom: 50px;
    }

    .cbcn-smart-videoBtn.active.progress::after {
      width: calc(100% - 0.4em);
      transition: width 3s linear;
    }

    .cbcn-smart-videoBtn:nth-child(1).progress::after {
      transition: width 10s linear !important;
    }

    .cbcn-smart-slide video {
      width: 282.246px;
      height: 620.695px;
      overflow: hidden;
      border-radius: 0.75em;
      z-index: 9;
    }

    .cbcn-smart-slide picture {
      position: relative;
      z-index: 10;
    }
  }

  /* layer-form */
  @media screen {
    .layer-form {
      width: 100%;
      height: 100%;
      padding: 4em 7em 3.4em;
      border-radius: 2.5em;
      background: #f4f4f4;
    }

    .form-wrap {
      margin-top: 2em;
    }

    .input-group {
      width: 100%;
      margin-bottom: 2em;
      position: relative;
    }

    .input-group label {
      align-items: center;
      justify-content: space-between;
    }

    .input-value input {
      width: 580px;
      height: 2.1em;
      border: none;
      background: transparent;
    }

    .input-value {
      border-bottom: 1px solid #b3b3b3;
    }

    .input-group.error .input-value {
      border-color: #ff0000;
    }

    .input-value input::placeholder {
      color: rgba(29, 29, 31, 0.35);
    }

    .check-status {
      position: absolute;
      right: -0.5em;
      top: 30%;
    }

    .status-correct,
    .status-error {
      position: absolute;
      top: 0;
      left: 0;
      width: 1.2em;
      height: 1.2em;
      opacity: 0;
    }

    .input-group.success .status-correct {
      opacity: 1;
    }

    .input-group.error .status-error {
      opacity: 1;
    }

    .tip-text {
      margin-top: 3.3em;
      justify-content: flex-end;
    }

    .check-box {
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #b3b3b3;
      flex-shrink: 0;
      margin-top: 0.4em;

      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .check-box.error {
      border-color: #ff0000;
      background: #fed7d6;
    }

    .check-box .tip-arrow {
      width: 0.625em;
      height: 0.4em;
      opacity: 0;
    }

    .check-box.active .tip-arrow {
      opacity: 1;
    }

    .policy-text {
      margin-left: 0.7em;
      width: 586px;
    }

    .policy-text p {
      color: rgba(0, 0, 0, 0.35) !important;
    }

    .policy-text a {
      text-decoration: none;
      color: #3254fb !important;
    }

    .form-submit-btn {
      margin: 1.8em auto 0;
      width: 13.6em;
      height: 5.55em;
      justify-content: center;
      align-items: center;
      border-radius: 1em;
      background: linear-gradient(0deg,
          rgba(229, 111, 184, 0.6) 0%,
          #a13b71 100%),
        #a13b71;
      cursor: pointer;
    }

    .form-submit-btn p {
      color: #f5f5f7 !important;
    }

    /* 解决回填后带背景色问题 */
    .input-group input:-webkit-autofill,
    .input-group input:-webkit-autofill:hover,
    .input-group input:-webkit-autofill:focus,
    .input-group input:-webkit-autofill:active {
      -webkit-transition-delay: 99999s;
      -webkit-transition: background-color 99999s ease-out;
    }

    .input-group input:focus-visible {
      outline: none;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.bk {
      background: #ebebeb;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section li,
    .cbcn-remark-section p {
      color: rgba(0, 0, 0, 0.6) !important;
      opacity: 0.6 !important;
    }
  }
}

@media screen and (max-width: 1439px) and (min-width: 981px) {
  .cbcn-kv-section {
    width: 100%;
    height: 46em !important;
    min-height: 46em !important;
  }

  /* resistance */
  @media screen {
    .cbcn-resistance-content {
      width: 95vw;
    }

    .cbcn-resistance-img {
      width: 50vw;
    }
  }

  .cbcn-rearcamera-div-txt .cbcn-pc-h1 {
    font-size: 50px !important;
  }
}