@media screen and (max-width: 980px) {
  /* 文本左对齐 */
  .cbcn-wap-left {
    text-align: left !important;
  }

  /* kv  */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
            height: 34em;
      position: relative;
      display: block;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section.wt {
      background: #ebebeb;
    }

    .cbcn-navigation-title {
      padding-bottom: 1em;
    }

    .cbcn-navigation-title .cbcn-stylecolor1 {
      display: block;
    }

    .cbcn-navigation-title .color1 {
      color: #b94582;
    }

    .cbcn-navigation-txt {
      padding-bottom: 0.5em;
    }

    .cbcn-navigation-item1 {
      order: 1;
      gap: 0.5em;
      background: linear-gradient(
        150deg,
        #fff9f3 5.19%,
        #fffefa 60.71%,
        #ffeec9 97.87%
      );
    }

    .cbcn-navigation-item2 {
      order: 2;
    }

    .cbcn-navigation-item3 {
      order: 4;
    }

    .cbcn-navigation-item4 {
      order: 3;
    }

    .cbcn-navigation-item5 {
      order: 5;
    }

    .cbcn-navigation-p24 {
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-navigation-info {
      gap: 1em;
    }

    .cbcn-navigation-img5,
    .cbcn-navigation-img4,
    .cbcn-navigation-img3,
    .cbcn-navigation-img2,
    .cbcn-navigation-img1 {
      width: 100%;
      height: 27.5em;
    }

    .cbcn-navigation-item-txt {
      position: absolute;
      z-index: 9;
      width: 14.75em;
    }

    .cbcn-navigation-item {
      width: 100%;
      height: 27.5em;
      padding: 1.5em 1em 0 1em;
      border-radius: 1em;
      overflow: hidden;
      position: relative;
      display: block;
    }
  }

  /* fourvideo */
  @media screen {
    .cbcn-fourvideo-boxtxt .cbcn-wt {
      color: rgba(0, 0, 0, 0.93) !important;
    }
    .cbcn-fourvideo-img {
      width: 100%;
      height: 8em;
      position: relative;
    }
    .cbcn-fourvideo-img1,
    .cbcn-fourvideo-img2 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      transition: all 0.5s;
    }
    .cbcn-fourvideo-img1.active,
    .cbcn-fourvideo-img2.active {
      opacity: 1;
    }

    .cbcn-fourvideo-boxtxt .cbcn-pc-h0 {
      margin-bottom: 0.75em !important;
    }

    .cbcn-fourvideo-txt {
      color: #b94582 !important;
      margin-bottom: 0.5em !important;
    }

    .cbcn-fourvideo-phone {
      position: relative;
      align-items: center;
      margin-top: 2.5em;
      height: 8.75em;
      width: 16.75em;
    }
    .cbcn-fourvideo-video {
      position: absolute;
      z-index: 1;
      top: 0.6em;
      left: 0.2em;
      width: 16.25em;
      height: 7.5em;
      opacity: 0;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-fourvideo-video.active {
      opacity: 1;
    }

    .cbcn-fourvideo-btnList {
      justify-content: center;
      /* gap: 1.2em; */
    }

    .cbcn-fourvideo-boxtxt2 {
      width: 8em;
      margin: 2.5em auto;
    }

    .cbcn-fourvideo-underline {
      width: 100%;
      height: 0.1em;
      border-radius: 0.45em;
      background: rgba(0, 0, 0, 0.15);
    }

    .cbcn-fourvideo-inbtn {
      position: relative;
      z-index: 99;
    }

    .cbcn-fourvideo-inbtn::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0.1em;
      bottom: -0.2em;
      left: 0;
      transition: width 0.3s ease;
    }

    .cbcn-fourvideo-inbtn.active::after {
      width: 100%;
    }

    .cbcn-fourvideo-inbtn.active {
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-fourvideo-inbtn::after {
      content: "";
      position: absolute;
      bottom: -0.1em;
      width: 0;
      height: 0.1em;
      border-radius: 0.45em;
      background: #b94582;
      transition: width 0.3s;
    }

    .cbcn-fourvideo-inbtn.active::after {
      width: 100%;
    }

    .cbcn-fourvideo-listbtn {
      width: 4em;
      text-align: center;
    }

    .cbcn-fourvideo-listbtn.active {
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


    .cbcn-fourvideo-front {
      position: relative;
      cursor: pointer;
    }

    .cbcn-fourvideo-rear {
      position: relative;
      cursor: pointer;
    }

    .cbcn-fourvideo-front.active {
      opacity: 1;
    }

    .cbcn-fourvideo-rear.active {
      opacity: 1;
    }

    .cbcn-fourvideo-front::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0);
      border-radius: 9px;
      bottom: 0px;
      left: 0;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-rear::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0);
      bottom: 0px;
      left: 0;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-front.active::after {
      background-color: #fff;
    }

    .cbcn-fourvideo-rear.active::after {
      background-color: #fff;
    }

    .cbcn-fourvideo-btnList {
      position: relative;
      height: 41px;
    }

    .cbcn-fourvideo-btnList::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background: rgba(0, 0, 0, 0.15);
      bottom: 0px;
    }

    .cbcn-fourvideo-rear.active::after,
    .cbcn-fourvideo-front.active::after {
      background: #b94582;
    }
  }

  /* aiimage2 */
  @media screen {
    .cbcn-aiimage2-titleDiv {
      position: relative;
      height: 10.8em;
    }

    .cbcn-aiimage2-icon {
      margin: auto;
      width: 3.25em;
      height: 3em;
      object-fit: contain;
    }

    .cbcn-aiimage2-title {
      position: absolute;
      top: 3.75em;
      left: 0;
      width: 100%;
      align-items: center;
      gap: 0.75em;
      opacity: 0;
    }

    .cbcn-aiimage2-title.active {
      opacity: 1;
    }

    .cbcn-aiimage2-swiper {
      margin: 1.45em auto 0;
      width: 16.75em;
      height: 29em;
      position: relative;
      overflow: hidden;
    }

    .cbcn-aiimage2-bg {
      position: absolute;
      top: -1.32em;
      left: -2.73em;
      width: 16.75em;
      height: 29em;
      z-index: 99;
    }

    .cbcn-aiimage2-img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .cbcn-aiimage2-videoBtnList {
      margin-top: -1.2em;
      justify-content: center;
      gap: 0.5em;
      z-index: 100;
      position: relative;
    }

    .cbcn-aiimage2-videoBtn-box {
      padding: 0 0.77em;
      height: 1.8375em;
      gap: 0.41em;
      align-items: center;
      border-radius: 1.8375em;
      overflow: hidden;
      background-color: #f0f0f0;
    }

    .cbcn-aiimage2-videoBtn {
      padding: 0.2em;
      cursor: pointer;
      position: relative;
      justify-content: center;
      align-items: center;
    }

    .cbcn-aiimage2-videoBtn::before {
      content: "";
      width: 0.425em;
      height: 0.425em;
      border-radius: 50%;
      background-color: #b3b3b3;
      overflow: hidden;
      transition: all 1s;
    }

    .cbcn-aiimage2-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-aiimage2-videoBtn.active::before {
      width: 3em;
      border-radius: 5em;
    }

    .cbcn-aiimage2-videoBtn.progress::after {
      animation: videoBtn 6.5s linear forwards;
    }

    @keyframes videoBtn {
      0% {
        width: 0;
      }

      100% {
        width: calc(100% - 0.4em);
      }
    }

    .cbcn-aiimage2-videoBtn-play {
      width: 1.8375em;
      height: 1.8375em;
      flex-shrink: 0;
      cursor: pointer;
    }

    .cbcn-pc-videoBtn-play.active {
      animation: videoPlay 2s forwards;
    }

    @keyframes videoPlay {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
  }

  /* fullfocusportrait */
  @media screen {
    .cbcn-fullfocusportrait-txt.wt,
    .cbcn-fullfocusportrait-section.wt {
      background: #fbfbfb;
    }

    .cbcn-fullfocusportrait-txt {
      padding-top: 4em;
    }

    .cbcn-fullfocusportrait-txt > div {
      /* 小语种要手动调整 */
      height: 16.75em;
      width: 100%;
      position: relative;
    }

    .cbcn-fullfocusportrait-txt2,
    .cbcn-fullfocusportrait-txt1 {
      width: calc(100vw - 2em);
      top: 0em;
      left: 1em;
      position: absolute;
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-txt2 {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-txt1 {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-txt2.active {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-txt1.active {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-InfoDiv {
      position: relative;
      z-index: 10;
    }

    .cbcn-fullfocusportrait-div {
      margin-top: 1.5em;
    }

    .cbcn-fullfocusportrait-img {
      width: 100%;
      height: 22.35em;
      display: block;
      overflow: hidden;
      border-radius: 1em;
      margin-bottom: 1.85em;
    }

    .cbcn-fullfocusportrait-Info .cbcn-wap-left {
      background: linear-gradient(90deg, #f4b75f 11.98%, #f2b35f 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      width: fit-content;
      margin-bottom: 0.35em !important;
    }

    .cbcn-fullfocusportrait-switchBtn-list {
      position: absolute;
      bottom: 4em;
      right: 1em;
      z-index: 12;
    }
  }

  /* auraportrait */
  @media screen {
    .cbcn-auraportrait-swiper {
      margin-top: 2.5em;
    }

    .cbcn-auraportrait-img {
      height: 19.55em;
      width: 100%;
      border-radius: 1em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-auraportrait-btn {
      border-radius: 49.95em;
      background: #fff;
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      position: absolute;
      bottom: 1em;
      left: 1em;
      padding: 0.25em 1em;
    }

    .cbcn-auraportrait-btn-txt {
      font-family: "vivo Sans Global" !important;
      font-size: 0.8em;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-auraportrait-switchBtn-list {
      margin-top: 2.5em;
    }
  }

  /* festival */
  @media screen {
    .cbcn-festival-swiper {
      margin-top: 2.5em;
    }

    .cbcn-festival-img {
      height: 22.33335em;
      width: 100%;
      border-radius: 1em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-festival-btn {
      border-radius: 49.95em;
      background: #fff;
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      position: absolute;
      bottom: 1em;
      left: 1em;
      padding: 0.25em 1em;
    }

    .cbcn-festival-btn-txt {
      font-family: "vivo Sans Global" !important;
      font-size: 0.8em;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-festival-switchBtn-list {
      margin-top: 2.5em;
    }
  }

  /* ultraclear */
  @media screen {
    .cbcn-ultraclear-img {
      margin-top: 2.5em;
      height: 9.6em;
      margin-bottom: 1em;
    }

    .cbcn-ultraclear-imgDiv {
      display: flex !important;
      flex-direction: row;
      margin-left: 1em;
      margin-right: 1em;
      width: fit-content;
      gap: 0.5em;
    }

    .cbcn-ultraclear-txt1 .cbcn-wap-sh {
      color: #b94582 !important;
    }

    .cbcn-ultraclear-img1 {
      width: 6em;
      height: 7.95em;
      border-radius: 0.4902em;
      overflow: hidden;
    }

    .cbcn-ultraclear-img2 {
      width: 6em;
      height: 9.4em;
      border-radius: 0.4902em;
      overflow: hidden;
    }

    .cbcn-ultraclear-img3 {
      width: 10.577em;
      height: 8.0019em;
      border-radius: 0.4902em;
      overflow: hidden;
    }
  }

  /* selfie */
  @media screen {
    .cbcn-selfie-img1 {
      margin-top: 2.5em;
      height: 12.61175em;
      width: 100%;
      overflow: hidden;
      border-radius: 1em;
    }

    .cbcn-selfie-img2 {
      margin-top: 1em;
      height: 22.25em;
      width: 100%;
      overflow: hidden;
      border-radius: 1em;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section {
      position: relative;
    }

    .cbcn-color-section.wt {
      background: #f5f5f5;
    }

    .cbcn-color-h1 {
      /* 小语种注意 */
      height: 2.4em;
    }

    .cbcn-color-img {
      height: 17.85em;
      width: 100%;
    }

    .cbcn-color-swiper {
      height: 17.85em;
      width: 100vw;
      position: relative;
      z-index: 12;
      margin: 1em 0;
      margin-bottom: 2em;
    }

    .cbcn-color-btnListDiv {
      width: fit-content;
      z-index: 13;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      flex-wrap: nowrap !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: 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-desc {
      position: relative;
      width: 100%;
      height: 4.8em;
    }

    .cbcn-color-desc > p {
      position: absolute;
      top: 0;
      opacity: 0;
      transition: all 0.1s;
    }

    .cbcn-color-desc > p.active {
      opacity: 1;
    }

    .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 .cbcn-pc-h1.index1 {
      background: rgba(0, 0, 0, 0.9);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index2 {
      background: rgba(0, 0, 0, 0.9);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index3 {
      background: rgba(0, 0, 0, 0.9);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index4 {
      background: rgba(0, 0, 0, 0.9);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-pc-h1.index5 {
      background: rgba(0, 0, 0, 0.9);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 {
      /* 小语种 */
      height: 2.4em;
      width: 100%;
      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: 6em;
      width: 100%;
      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-section .cbcn-wap-sh {
      color: #b94582 !important;
    }
  }

  @media screen {
    .cbcn-slim-section .cbcn-wap-sh {
      color: #b94582 !important;
    }
  }

  /* display */
  @media screen {
    .cbcn-display-img {
      width: 16.75em;
      height: 9.70115em;
      margin-top: 2.5em;
    }

    .cbcn-display-param {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1em;
      margin-top: -0.2em;
    }

    .cbcn-display-param .cbcn-param {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.75em;
    }

    .cbcn-display-icon {
      width: 100%;
      height: 2.28565em;
      object-fit: cover;
    }

    .cbcn-display-icon2 {
      width: 100%;
      height: 1.45em;
      object-fit: cover;
    }

    .cbcn-display-param .cbcn-param {
      width: 41.4vw;
    }

    .cbcn-display-param .cbcn-param p:last-child {
      opacity: 0.4 !important;
    }
  }

  /* speaker */
  @media screen {
    .cbcn-speaker-imgDiv {
      margin-top: 2.5em;
      width: 100%;
      height: 6.2em;
      position: relative;
    }

    .cbcn-speaker-img {
      width: 18.05em;
      height: 6.25em;
    }
  }

  /* curved */
  @media screen {
    .cbcn-curved-section .cbcn-title .cbcn-wap-h1 {
      text-align: left !important;
    }

    .cbcn-curved-vido {
      margin-top: 2.5em;
      height: 15.5em;
      width: 100vw;
    }
  }

  /* slim */
  @media screen {
    .cbcn-slim-img {
      width: 100vw;
      height: 17.25em;
      margin-top: 1em;
    }
  }

  /* rearcamera */
  @media screen {
    /* camera */
    .cbcn-rearcamera-video {
      height: 18.75em;
      width: 100vw;
      position: relative;
    }

    .cbcn-camera-title {
      padding: 0 1em;
      text-align: center;
      width: 100%;
    }

    .cbcn-camera-p {
      background: linear-gradient(90deg, #f4b75f 11.98%, #f2b35f 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800 !important;
    }

    .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: 1.6em;
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: 0.2em;
    }

    .cbcn-rearcamera-section2 {
      position: relative;
      height: 38.2em;
    }

    .cbcn-rearcamera-img {
      position: absolute;
      bottom: -12em;
      left: 7.95em;
      width: 16.35em;
      height: 33.45em;
    }

    .cbcn-rearcamera-txtBox {
      height: 100%;
      width: 100%;
    }

    .cbcn-rearcamera-param {
      position: absolute;
    }

    .cbcn-rearcamera-dec {
      margin-top: 0.5em;
    }

    .cbcn-rearcamera-param .cbcn-wap-b3 {
      opacity: 1 !important;
    }

    .cbcn-rearcamera-dec .cbcn-wap-fn {
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-rearcamera-param1 {
      width: 12em;
      height: 3.4em;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      bottom: 15.6em;
      left: 1.2em;
    }

    .cbcn-rearcamera-param1 .cbcn-rearcamera-item {
      position: absolute;
      /* 这里的top小语种要手动调整 */
      top: -6.8em;
      width: 11.35em;
      left: 0em;
    }

    .cbcn-rearcamera-param2 {
      width: 12em;
      height: 3.2em;
      border-bottom: 1px solid #999;
      border-right: 1px solid #999;
      bottom: 7.7em;
      left: 1.2em;
    }

    .cbcn-rearcamera-param2 .cbcn-rearcamera-item {
      position: absolute;
      width: 6.7em;
      left: 0em;
      bottom: 1em;
    }

    .cbcn-rearcamera-param3 {
      width: 14em;
      height: 6.05em;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      bottom: 20.4em;
      left: 1.2em;
    }

    .cbcn-rearcamera-param3 .cbcn-rearcamera-item {
      position: absolute;
      width: 11.35em;
      left: 0em;
      /* 这里的top小语种要手动调整 */
      top: -4.85em;
    }

    .cbcn-rearcamera-param4 {
      width: 15.8em;
      height: 0.75em;
      border-bottom: 1px solid #999;
      border-right: 1px solid #999;
      bottom: 13.7em;
      left: 1.34em;
    }

    .cbcn-rearcamera-param4 .cbcn-rearcamera-item {
      position: absolute;
      width: 6.75em;
      left: -0.1em;
      bottom: 1em;
    }
  }

  /* portrait */
  @media screen {
    .cbcn-portrait-img {
      margin-top: 1.5em;
      height: 22.35em;
    }
  }

  /* structure */
  @media screen {
    .cbcn-structure-section {
      position: relative;
    }

    .cbcn-structure-section.wt {
      background: #f7f7f7;
    }

    .cbcn-structure-title {
      margin-bottom: 19.15em;
      position: relative;
      z-index: 11;
    }

    .cbcn-structure-img {
      height: 37.5em;
      width: 100vw;
      bottom: 0;
      z-index: 10;
    }
  }

  /* stage */
  @media screen {
    .cbcn-stage-img {
      margin-top: 1.5em;
      height: 14.9em;
      width: 100vw;
    }
  }

  /* fullfocusportrait */
  @media screen {
    .cbcn-fullfocusportrait-txt.wt,
    .cbcn-fullfocusportrait-section.wt {
      background: #fbfbfb;
    }

    .cbcn-fullfocusportrait-txt {
      padding-top: 4em;
    }

    .cbcn-fullfocusportrait-txt > div {
      /* 小语种要手动调整 */
      height: 16.75em;
      width: 100%;
      position: relative;
    }

    .cbcn-fullfocusportrait-txt2,
    .cbcn-fullfocusportrait-txt1 {
      width: calc(100vw - 2em);
      top: 0em;
      left: 1em;
      position: absolute;
      transition: all 0.3s;
    }

    .cbcn-fullfocusportrait-txt2 {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-txt1 {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-txt2.active {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-txt1.active {
      opacity: 1;
    }

    .cbcn-fullfocusportrait-InfoDiv {
      position: relative;
      z-index: 10;
    }

    .cbcn-fullfocusportrait-div {
      margin-top: 1.5em;
    }

    .cbcn-fullfocusportrait-img {
      width: 100%;
      height: 22.35em;
      display: block;
      overflow: hidden;
      border-radius: 1em;
      margin-bottom: 1.85em;
    }

    .cbcn-fullfocusportrait-Info .cbcn-wap-left {
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      width: fit-content;
      margin-bottom: 0.35em !important;
    }

    .cbcn-fullfocusportrait-switchBtn-list {
      position: absolute;
      bottom: 4em;
      right: 1em;
      z-index: 12;
    }
  }

  /* movie */
  @media screen {
    .cbcn-movie-img {
      margin: 1.5em auto;
      width: 11.9em;
      overflow: hidden;
      height: 25.1309em;
    }

    .cbcn-movie-video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      overflow: hidden;
    }
  }

  /* aiseason */
  @media screen {
    .cbcn-aiseason-txt.wt,
    .cbcn-aiseason-section.wt {
      background: #fbfbfb;
    }

    .cbcn-aiseason-txt {
      padding-top: 4em;
    }

    .cbcn-aiseason-InfoDiv {
      position: relative;
      z-index: 10;
    }

    .cbcn-aiseason-div {
      margin-top: 2.5em;
    }

    .cbcn-aiseason-img {
      width: 100%;
      height: 22.35em;
      display: block;
      overflow: hidden;
      border-radius: 1em;
    }

    .cbcn-aiseason-Info .cbcn-wap-left {
      background: linear-gradient(90deg, #f4b75f 11.98%, #f2b35f 86.92%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      width: fit-content;
      margin-bottom: 0.35em !important;
    }

    .cbcn-aiseason-switchBtn-list {
      margin-top: 1.5em;
      z-index: 12;
    }
  }

  /* superlink */
  @media screen {
    .cbcn-superlink-video {
      margin-top: 2em;
      width: 17.25em;
      height: 10em;
    }
    .cbcn-superlink-param {
      gap: 1em 2em;
    }

    .cbcn-superlink-param .cbcn-wap-d2 {
      opacity: 1 !important;
      color: rgba(0, 0, 0, 0.90) !important;
    }
    .cbcn-superlink-param1 {
      border-top: #B3B3B3 1px solid  ;
      padding-top: 0.75em;
      padding-bottom: 1.45em;
      width: 7.3em;
    }
    .cbcn-superlink-param2 {
      border-top: #B3B3B3 1px solid  ;
      padding-top: 0.75em;
      padding-bottom: 1.45em;
      width: 7.3em;
    }
    .cbcn-superlink-param3 {
      border-top: #B3B3B3 1px solid  ;
      padding-top: 0.75em;
      padding-bottom: 1.45em;
      width: 7.3em;
    }
  }

  /* cooling */
  @media screen {
    .cbcn-cooling-section.wt {
      background: linear-gradient(
          71deg,
          rgba(229, 237, 255, 0.66) 9.11%,
          rgba(239, 244, 255, 0.6) 35.42%,
          rgba(255, 255, 255, 0.52) 57.32%,
          #e5edff 88.53%
        ),
        #fff;
    }

    .cbcn-cooling-img {
      margin-top: 2.5em;
      width: 100vw;
      height: 14.3em;
    }
  }

  /* cooling */
  @media screen {
    .cbcn-lasting-drag {
      width: 16.75em;
      height: 7.99em;
      position: relative;
      margin-top: 3em;
      user-select: none;
    }

    .cbcn-lasting-drag-img1,
    .cbcn-lasting-drag-img2 {
      z-index: 11;
      height: 100%;
      overflow: hidden;
    }

    .cbcn-lasting-drag-img1 {
      width: 100%;
      left: 0;
    }

    .cbcn-lasting-drag-img2 {
      width: 7.37em;
      position: absolute;
      top: 0;
      right: 0;
    }

    .cbcn-lasting-black {
      width: 7.37em;
      height: 7.3em;
      z-index: 15;
      position: absolute;
      top: 0;
      bottom: 0em;
      margin: auto;
      right: -5px;
      background-color: #000;
    }

    #cbcn-dom-container .cbcn-lasting-drag-img2 img {
      width: 16.75em;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-position: center;
      background-size: cover;
      object-fit: cover;
      object-position: 100% 50%;
    }

    .cbcn-lasting-drag-controlBtn {
      position: absolute;
      top: 0.4em;
      left: 0.3em;
      width: 16.15em;
      height: 7.3em;
      z-index: 11;
      border-radius: 0.8em;
      overflow: hidden;
    }

    .cbcn-lasting-drag-controlBtn .cbcn-lasting-line {
      position: absolute;
      top: 0px;
      left: 56%;
      width: 0.1em;
      height: 7.5em;
      background-color: #000;
      cursor: ew-resize;
      z-index: 15;
    }

    .cbcn-lasting-camera {
      position: absolute;
      top: 3.33em;
      left: 0.2em;
      z-index: 16;
      width: 0.525em;
      height: 0.525em;
      cursor: ew-resize;
    }

    .cbcn-lasting-param {
      width: 100%;
      gap: 1.5em 2em;
      margin-top: 3em;
    }

    .cbcn-lasting-param .cbcn-param {
      width: 7.3em;
      border-top: 1px solid #b3b3b3;
      padding-top: 1em;
    }

    .cbcn-lasting-param .cbcn-param p:last-child {
      opacity: 0.4 !important;
    }

    .cbcn-lasting-bg {
      top: -0.5em;
      right: -1em;
      position: absolute;
      z-index: 99;
      width: 17.45em;
      height: 20.1em;
      z-index: 1;
    }
  }

  /* aiimage2 */
  @media screen {
    .cbcn-aiimage2-icon {
      margin: auto;
      width: 3.25em;
      height: 3em;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .cbcn-aiimage2-title {
      display: flex;
      width: 16.75em;
      flex-direction: column;
      align-items: center;
      padding-top: 0.75em;
      gap: 0.75em;
    }

    .cbcn-aiimage2-Div .cbcn-wap-h3 {
      color: #b94582 !important;
    }

    .cbcn-aiimage2-img {
      width: 16.75em;
      height: 29em;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-section {
      width: 100%;
      height: 18.75em;
    }

    .cbcn-design-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 2em;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 2.4rem */
      text-transform: uppercase;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* camera1 */
  @media screen {
    .cbcn-camera1-section {
      width: 100%;
      height: 18.75em;
    }

    .cbcn-rearcamera-div-txt {
      margin-top: 2em;
      padding-bottom: 2em;
    }

    .cbcn-camera1-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 2em;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 2.4rem */
      text-transform: uppercase;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-section {
      width: 100%;
      height: 18.75em;
    }

    .cbcn-performance-p {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 1.6em;
      font-style: normal;
      font-weight: 800;
      text-transform: uppercase;
      background: #b94582;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section {
      justify-content: space-between !important;
    }

    .cbcn-battery-section.wt {
      background: #f5f5f5;
    }

    .cbcn-battery-txtBox {
      z-index: 11;
      width: 100%;
      position: relative;
      bottom: -2em;
    }

    .cbcn-battery-title1 {
      justify-content: center;
      align-items: baseline;
      transition: all 0.3s;
      opacity: 1;
      width: 10.6em;
      height: 5.65em;
    }

    .cbcn-battery-title2 {
      transition: all 0.3s;
      opacity: 0;
      width: 14.9em;
      height: 5.65em;
    }

    .cbcn-battery-section.active .cbcn-battery-title1 {
      transition: all 0.3s;
      opacity: 0;
    }

    .cbcn-battery-section.active .cbcn-battery-title2 {
      transition: all 0.3s;
      opacity: 1;
    }

    .cbcn-battery-video {
      width: 100%;
      height: 6.6em;
    }
  }

  /* monumental */
  @media screen {
    .cbcn-monumental-swiper {
      margin-top: 1.5em;
      width: 14.5em;
      height: 23.5em;
    }

    .cbcn-monumental-img {
      height: 100%;
      width: 100%;
    }

    .cbcn-monumental-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* resistance */
  @media screen {
    .cbcn-resistance-drawer-img {
      height: 13.75em;
      width: 100%;
      border-radius: 0.6em;
      overflow: hidden;
      margin-bottom: 2em;
    }

    .cbcn-resistance-h5 {
      width: fit-content;
    }

    .cbcn-resistance-drawer-item .desc {
      margin-top: 0.75em;
      margin-bottom: 1em;
    }

    .cbcn-resistance-content {
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-img {
      border-radius: 1em;
      overflow: hidden;
      height: 9.25em;
      width: 100%;
      margin-top: 2.5em;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-icon {
      width: 100%;
      height: 18.75em;
    }
  }

  /* gemini */
  @media screen {
    .cbcn-gemini-section.wt {
      background: linear-gradient(0deg, #fff 0%, #fff) 100%,
        linear-gradient(0deg, #fffaee 0%, #fffaee 100%),
        conic-gradient(
          from 180deg at 50% 50%,
          #fcf2d8 0deg,
          #fff 179.96479868888855deg,
          #fcf2d8 360deg
        ),
        #ebebeb;
    }

    .cbcn-gemini-swiper {
      margin-top: 2.5em;
    }

    .cbcn-gemini-swiper > .swiper-wrapper {
      height: 9.9em;
      width: 100%;
    }

    .cbcn-gemini-title {
      gap: 0.75em;
    }

    .cbcn-gemini-slide {
      width: 100%;
      height: 9.9em;
      overflow: hidden;
      border-radius: 1em;
    }

    .cbcn-gemini-switchBtn-list {
      margin-top: 2.5em;
    }
  }

  .cbcn-smart-section.wt {
    background: #f5f5f5;
  }

  .cbcn-smart-section > div {
    gap: 8em;
  }

  .cbcn-smart-icon {
    padding: 1.5em 1em;
    justify-content: space-between;
    align-items: center;
    border-radius: 1em;
    background: linear-gradient(0deg, rgba(229, 111, 184, 0.6) 0%, #a13b71 100%),
      #a13b71;
  }

  .cbcn-smart-iconimg {
    width: 3em;
    height: 3em;
  }

  .cbcn-smart-img {
    margin: 1em 0;
    width: 100%;
  }

  .cbcn-smart-item2 .cbcn-smart-img,
  .cbcn-smart-item3 .cbcn-smart-img {
    height: 18.6em;
  }

  .cbcn-smart-swiper {
    height: 23em;
    width: 100%;
    border-radius: 1em;
    margin: 2em 0;
    position: relative;
    background: #fff;
    overflow: hidden;
  }

  .cbcn-smart-swiper .swiper-wrapper {
    position: relative;
    z-index: 9;
  }

  .cbcn-smart-bg {
    width: 8em;
    height: 16.9em;
    display: block;
    margin: 1.5em auto;
    position: relative;
  }

  .cbcn-smart-slideVideo {
    width: 8em;
    height: 16.9em;
    display: block;
    overflow: hidden;
  }

  .cbcn-smart-videoBtn-list {
    bottom: 1em;
    z-index: 10;
    width: fit-content;
  }

  .cbcn-smart-videoBtn.progress::after {
    width: calc(100% - 0.4em);
    transition: width 10s linear;
  }

  .cbcn-smart-videoBtn:nth-child(2).progress::after {
    transition: width 3s linear !important;
  }

  .cbcn-smart-title {
    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;
  }

  /* layer-form */
  @media screen {
    .layer-form {
      width: 100%;
    }

    .form-wrap {
      margin-top: 1.75em;
      padding: 0.5em 1em 1.5em 1em;
      border-radius: 0.5em;
      background: #f4f4f4;
    }

    .input-group {
      width: 100%;
      padding: 1em 1em 1em 0;
      position: relative;
      border-bottom: 1px solid #b3b3b3;
    }

    .input-group.error {
      border-color: #ff0000;
    }

    .input-group label {
      align-items: center;
      justify-content: space-between;
    }

    .input-value {
      width: 9em;
    }

    .input-value input {
      border: none;
      background: transparent;
    }

    .input-value input::placeholder {
      color: rgba(29, 29, 31, 0.4);
    }

    .check-status {
      position: absolute;
      right: 1em;
      top: 40%;
    }

    .status-correct,
    .status-error {
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      opacity: 0;
    }

    .input-group.success .status-correct {
      opacity: 1;
    }

    .input-group.error .status-error {
      opacity: 1;
    }

    .tip-text {
      margin-top: 1em;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 1.25em;
    }

    .check-box {
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #b3b3b3;
      flex-shrink: 0;
      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-p {
      color: rgba(0, 0, 0, 0.35) !important;
    }

    .policy-text a {
      text-decoration: none;
      color: #3254fb;
    }

    .form-submit-btn {
      width: 12.5em;
      height: 2.25em;
      border-radius: 0.5em;
      background: linear-gradient(
          0deg,
          rgba(229, 111, 184, 0.6) 0%,
          #a13b71 100%
        ),
        #a13b71;
      margin: 1em auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .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;
    }

    .layer-form .cbcn-wap-b1 {
      font-weight: 700 !important;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.bk {
      background: #ebebeb;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 1em;
    }

    .cbcn-remark-section ol li,
    .cbcn-remark-section p {
      list-style: decimal;
      color: rgba(0, 0, 0, 0.6) !important;
      opacity: 0.6 !important;
    }
  }
}
