@media screen and (min-width: 981px) {
  /* kv */
  @media screen {
    .cbcn-kv-screen {
      width: 100vw;
      height: calc(46.5 / 96 * 100vw);
    }
    .cbcn-kv-remark {
      position: absolute;
      bottom: 1.5em;
      left: 1.5em;
      text-align: left !important;
    }

    .cbcn-kv-logo {
      width: 2.75em;
      height: 3.2em;
      position: absolute;
      left: 1.3em;
      bottom: 2.95em;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-content {
      width: 100%;
      height: 100%;
      background-color: #262626;
      justify-content: space-between;
      transition: all 1s;
    }
    .cbcn-design-content.active {
      padding: 1em;
      gap: 1em;
    }

    .cbcn-design-video {
      flex: 1;
      height: 100%;
      overflow: hidden;
      transition: all 1s;
    }
    .cbcn-design-content.active .cbcn-design-video {
      border-radius: 1.8em;
    }

    .cbcn-design-txt {
      width: 0%;
      height: 100%;
      opacity: 0;
      position: relative;
      border-radius: 1.8em;
      background: linear-gradient(
        220deg,
        #ab1137 3.11%,
        #b94863 51.56%,
        #f5aabb 100%
      );
      overflow: hidden;
      transition: all 1s;
    }
    .cbcn-design-content.active .cbcn-design-txt {
      width: calc(50% - 0.5em);
      opacity: 1;
    }

    .cbcn-design-txt p {
      font-size: 2.8em;
      line-height: 110%;
      transform-origin: right center;
      transform: translate(-50%, -50%) scale(10);
      transition: transform 1s;
    }
    .cbcn-design-content.active .cbcn-design-txt p {
      transform: translate(-50%, -50%) scale(1);
    }
  }

  /* curved */
  @media screen {
    /* .cbcn-curved-screen {
      width: 100%;
      height: 67em;
    } */

    .cbcn-curved-video {
      width: 100%;
      height: 30em;
    }
    #cbcn-dom-container .cbcn-curved-video video {
      object-position: bottom center;
    }

    .cbcn-curved-txt1 {
      margin-top: 1.5em;
      width: 32.3em;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-swiper {
      width: 100%;
      height: 46.5em;
    }

    .cbcn-color-txt {
      width: 24em;
      bottom: 10em;
      gap: 0.5em;
    }

    .cbcn-color-btnListDiv {
      bottom: 5.5em;
      z-index: 99;
      display: inline-flex;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 0.5em;
      align-items: center;
      gap: 0.6em;
      border-radius: 4.25em;
      background: rgba(255, 255, 255, 0.15);
    }

    .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.index0 .cbcn-color-circle {
      stroke: #b94863;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #2d5dca;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #414141;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #a58bee;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-content {
      width: 200%;
      height: 100%;
      position: absolute;
      transition: all 0.5s;
    }
    .cbcn-battery-content.active {
      margin-left: -100%;
    }

    .cbcn-battery-txt1 {
      width: 50%;
      position: relative;
    }

    .cbcn-battery-title {
      font-size: 120px;
      line-height: 120%;
    }

    .cbcn-battery-desc {
      margin-top: 3.5em;
    }

    .cbcn-battery-card {
      width: 50%;
      height: 100%;
      background-color: #262626;
      transition: all 1s;
      justify-content: space-between;
    }
    .cbcn-battery-card.active {
      padding: 1em;
    }

    .cbcn-battery-videoDiv {
      width: 100%;
      background-color: #000;
      position: relative;
      overflow: hidden;
      transition: all 0.25s, width 1s;
    }
    .cbcn-battery-card.active .cbcn-battery-videoDiv {
      border-radius: 1.5em;
      width: calc(50% - 0.5em);
    }
    .cbcn-battery-video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .cbcn-battery-txtDiv {
      position: relative;
      width: 0%;
      height: 100%;
      transition: all 1s;
    }
    .cbcn-battery-card.active .cbcn-battery-txtDiv {
      width: calc(50% - 0.5em);
    }
    .cbcn-battery-txt2 {
      width: 100%;
      height: 100%;
      border-radius: 1.5em;
      background-color: #0d0d0d;
      padding: 4em 2.5em;
      overflow: hidden;

      justify-content: space-between;
      position: absolute;
      left: 0;
    }
    .cbcn-battery-txt3 {
      opacity: 0;
      margin-bottom: -3em;
      transition: all 0.5s 1s;
    }
    .cbcn-battery-card.active .cbcn-battery-txt3 {
      opacity: 1;
      margin-bottom: 0;
    }

    .cbcn-battery-iconBox {
      width: 100%;
      align-items: center;
      justify-content: center;
      gap: 1.6em;
    }
    .cbcn-battery-icon {
      width: 41.5em;
      height: 22em;
      flex-shrink: 0;
      object-fit: contain;
    }
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-screen {
      background-color: #0d0d0d;
    }
    .cbcn-zeiss-content1 {
      transform-origin: 100% 70%;
      transition: all 2s, opacity 0.5s;
    }

    .cbcn-zeiss-box {
      margin-top: 1.5em;
      align-items: flex-end;
      gap: 0.7em;
    }

    .cbcn-zeiss-title {
      font-size: 160px;
      line-height: 110%;
    }

    .cbcn-zeiss-txt {
      width: 20px;
      height: 20px;
      background: #ffe3ea;
      position: relative;
      z-index: 9;
      margin-bottom: 28px;
    }

    .cbcn-zeiss-content2 {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .cbcn-zeiss-video {
      width: 20px;
      height: 20px;
      position: absolute;
      left: calc(50% + 343px);
      top: calc(50% + 74px);
    }
    .cbcn-zeiss-video.active {
      opacity: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: all 1.5s, opacity 0.5s;
    }
    .cbcn-zeiss-desc,
    .cbcn-zeiss-video {
      opacity: 0;
    }
    .cbcn-zeiss-desc {
      width: 49em;
    }
  }

  /* rearCamera */
  @media screen {
    .cbcn-rearCamera-screen {
      position: relative;
      height: 48.5em;
    }

    .cbcn-rearCamera-title {
      top: 4.5em;
      width: 1000px;
      z-index: 9;
    }

    .cbcn-rearCamera-img {
      width: 82.72435em;
      height: 46.5em;
      bottom: 0;
    }

    .cbcn-rearCamera-param {
      position: absolute;
      z-index: 9;
      gap: 1em;
    }

    .cbcn-rearCamera-param1 {
      width: 17.25em;
      top: 25.25em;
      left: calc(50% - 24em);
    }

    .cbcn-rearCamera-param2 {
      width: 26.9em;
      top: 26.5em;
      left: calc(50% - 24em);
    }

    .cbcn-rearCamera-param3 {
      width: 20.2em;
      top: 23.2em;
      right: calc(50% - 25em);
      align-items: flex-end;
    }

    .cbcn-rearCamera-desc {
      width: 11.5em;
      gap: 0.5em;
    }
    .cbcn-rearCamera-descText {
      margin-bottom: 4px;
    }
  }

  /* fullFocusPortrait */
  @media screen {
    .cbcn-fullFocusPortrait-txt1 {
      width: 100%;
      position: absolute;
      top: 7.5em;
      left: 0;
    }

    .cbcn-fullFocusPortrait-imageDiv {
      width: 20.55em;
      height: 25.7em;
      flex-shrink: 0;
      perspective: 1000;
      -webkit-perspective: 1000;
      margin-top: -2em;
    }

    .cbcn-fullFocusPortrait-image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20.55em;
      height: 25.7em;
      border-radius: 0.8em;
      overflow: hidden;
      transform-origin: center;
      z-index: 50;
      transition: all 1s;
    }

    .cbcn-fullFocusPortrait-image.left1 {
      transform: translateY(-50%) translateX(-16em) rotateY(30deg) scale(0.7);
      -webkit-transform: translateY(-50%) translateX(-16em) rotateY(30deg)
        scale(0.7);
      z-index: 30;
      background-color: #fff;
    }

    .cbcn-fullFocusPortrait-image.left1 img {
      fill: linear-gradient(
          270deg,
          rgba(242, 242, 242, 0.6) 0%,
          rgba(242, 242, 242, 0.24) 100%
        ),
        lightgray 50% / cover no-repeat;
      opacity: 0.6;
      filter: blur(5px);
    }

    .cbcn-fullFocusPortrait-image.right1 {
      transform: translateY(-50%) translateX(16em) rotateY(-30deg) scale(0.7);
      -webkit-transform: translateY(-50%) translateX(16em) rotateY(-30deg)
        scale(0.7);
      z-index: 30;
      background-color: #fff;
    }

    .cbcn-fullFocusPortrait-image.right1 img {
      fill: linear-gradient(
          270deg,
          rgba(242, 242, 242, 0.6) 0%,
          rgba(242, 242, 242, 0.24) 100%
        ),
        lightgray 50% / cover no-repeat;
      opacity: 0.6;
      filter: blur(5px);
    }

    .cbcn-fullFocusPortrait-InfoDiv {
      top: calc(50% + 15.5vw);
      margin-top: -2em;
    }

    .cbcn-fullFocusPortrait-video1,
    .cbcn-fullFocusPortrait-video2 {
      width: 22.45em;
      top: 2.2em;
    }

    .cbcn-fullFocusPortrait-Info {
      width: 15.7em;
      gap: 0.3em;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: all 1s;
    }

    .cbcn-fullFocusPortrait-Info.left {
      transform: translateX(-110%) scale(0.5);
      opacity: 0;
    }

    .cbcn-fullFocusPortrait-Info.right {
      transform: translateX(10%) scale(0.5);
      opacity: 0;
    }
  }

  /* classicStyle */
  @media screen {
    .cbcn-classicStyle-swiper {
      width: 19em;
      position: relative;
      margin-top: 3.5em;
    }

    .cbcn-classicStyle-img {
      width: 19em;
      height: 25.175em;
      border-radius: 1em;
      overflow: hidden;
      background-color: #fff;
      opacity: 0.3;
      transition: all 0.3s;
    }

    .cbcn-classicStyle-img.active {
      opacity: 1;
    }

    .cbcn-classicStyle-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-classicStyle-desc {
      margin-top: 2.5em;
      text-align: center;
      opacity: 0;
      transition: all 0.3s;
    }
    .cbcn-classicStyle-desc.active {
      opacity: 1;
    }
  }

  /* 50MP */
  @media screen {
    .cbcn-50MP-screen {
      padding: 1em;
    }
    .cbcn-50MP-content {
      height: 100%;
    }

    .cbcn-50MP-img1,
    .cbcn-50MP-img2,
    .cbcn-50MP-img2-bg {
      /* position: absolute;
      top: 10.62em;
      right: 29em; */
      width: 29.15em;
      height: 21.9em;
      border-radius: 1.5em;
      overflow: hidden;
    }
    .cbcn-50MP-box1,
    .cbcn-50MP-box2 {
      gap: 5em;
      align-items: center;
    }
    .cbcn-50MP-box2 {
      opacity: 0;
      margin-top: 10em;
    }

    .cbcn-50MP-txt1 {
      width: 27.65em;
      gap: 2.5em;
    }

    .cbcn-50MP-txt2 {
      width: 27.65em;
    }
    .cbcn-50MP-img2-bg {
      z-index: 9;
      right: calc(50% + 2em);
      object-fit: cover;
      opacity: 0;
    }

    .cbcn-50MP-param {
      bottom: 2.5em;
      gap: 2em;
      z-index: 99;
    }

    .cbcn-50MP-param .cbcn-param {
      width: 17em;
      padding-top: 1.5em;
      border-top: 1px solid #fff;
    }
  }

  /* studioQuality */
  @media screen {
    .cbcn-studioQuality-txt1 {
      position: absolute;
      top: 7.5em;
      left: 50%;
      transform: scale(10) translate(0, -100%);
      transform-origin: 50% 50%;
    }
    #cbcn-dom-container .cbcn-studioQuality-txt1 sup {
      font-size: 0.35em;
      top: -0.35em;
    }
    .cbcn-studioQuality-txt2,
    .cbcn-studioQuality-txt3,
    .cbcn-studioQuality-img1 {
      opacity: 0;
    }

    .cbcn-studioQuality-txt2 {
      width: 49em;
      top: 13em;
      z-index: 9;
    }
    .cbcn-studioQuality-txt2 span {
      background: linear-gradient(
        276deg,
        #ffeef2 6.93%,
        #f5aabb 41.72%,
        #b94863 75.81%,
        #b42247 111.3%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .cbcn-studioQuality-txt2 .cbcn-h2 {
      line-height: 150%;
    }

    .cbcn-studioQuality-imgDiv {
      position: absolute;
      right: 2.65em;
      bottom: 0;
      transform-origin: 100% 100%;
    }

    .cbcn-studioQuality-img1 {
      width: 32em;
      height: 40em;
      display: block;
    }

    .cbcn-studioQuality-img2 {
      width: 7.2em;
      height: 7.2em;
      display: block;
      position: absolute;
      left: 5.36em;
      top: 18.2em;
    }

    .cbcn-studioQuality-txtDiv {
      height: 100%;
    }

    .cbcn-studioQuality-txt3 {
      width: 33.35em;
      left: 0;
    }

    .cbcn-studioQuality-param {
      width: 15.65em;
      margin-top: 3.5vw;
      gap: 1.5em;
    }

    .cbcn-studioQuality-param1 .param {
      background: linear-gradient(
        96deg,
        #b42247 2.07%,
        #b94863 16.13%,
        #f5aabb 29.64%,
        #ffeef2 43.42%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* auraLight */
  @media screen {
    .cbcn-auraLight-swiper {
      margin-top: 3.5em;
    }
    .cbcn-auraLight-imgDiv {
      gap: 1em;
    }

    .cbcn-auraLight-img {
      width: 24em;
      height: 27em;
      border-radius: 1.5em;
      overflow: hidden;
    }

    .cbcn-auraLight-btn {
      position: absolute;
      bottom: 1em;
      padding: 0.4em 0.6em;
      border-radius: 1.2em;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      overflow: hidden;
    }
    .cbcn-auraLight-btn1 {
      left: 1em;
    }
    .cbcn-auraLight-btn2 {
      right: 1em;
    }
  }

  /* filmCamera */
  @media screen {
    .cbcn-filmCamera-Content {
      height: 100%;
    }
    .cbcn-filmCamera-txt1 {
      width: 25em;
      left: 0;
    }

    .cbcn-filmCamera-imgWrapper {
      width: 18.3066em;
      height: 38.2145em;

      left: 30.85em;
    }

    .cbcn-filmCamera-bg1 {
      width: 18.3066em;
      height: 32.95em;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
    }
    .cbcn-filmCamera-bg2 {
      width: 18.3066em;
      height: 5.55em;
      position: absolute;
      top: 32.9em;
      left: 0;
      z-index: 2;
      display: block;
    }
    .cbcn-filmCamera-imgDiv {
      position: absolute;
      left: 1.95em;

      align-items: center;
      gap: 2.5em;
      z-index: 5;
    }
    .cbcn-filmCamera-img1 {
      width: 14.25em;
      height: 23.1em;
    }
    .cbcn-filmCamera-img2 {
      width: 23.1em;
      height: 14.6em;
      margin-left: 5em;
      opacity: 0;
    }
  }

  /* dopamine */
  @media screen {
    .cbcn-dopamine-content {
      gap: 5em;
    }

    .cbcn-dopamine-swiper {
      width: 20.4em;
      overflow: hidden;
      position: relative;
    }
    .cbcn-dopamine-img {
      width: 20.4em;
      height: 29.65em;
    }
    .cbcn-dopamine-img2 {
      width: 20em;
      height: 26.65em;
      position: absolute;
      top: 0.2em;
      left: 0.2em;
      z-index: 999;
    }

    .cbcn-dopamine-txt1 {
      width: 21.3em;
    }
    .cbcn-dopamine-switchBtn-list {
      margin-top: 3.5em;
      justify-content: flex-start;
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-screen {
      width: 100%;
      height: 46.5em;
    }
    .cbcn-performance-txt1 {
      gap: 2em;
    }
    .cbcn-performance-descBox {
      align-items: flex-end;
    }
    .cbcn-performance-desc {
      width: 1.1em;
      height: 1.1em;
      background-color: #fff;
      margin-bottom: 1.4em;
      margin-left: 1.25em;
    }
  }

  /* waterproof */
  @media screen {
    .cbcn-waterproof-safeRow {
      position: absolute !important;
      height: 100%;
      opacity: 1;
      margin-left: 0em;
    }
    .cbcn-waterproof-txt1 {
      z-index: 9;
      width: 28.15em;
    }
    .cbcn-waterproof-imgDiv {
      position: absolute;
      left: 24em;
      height: 100%;
    }
    .cbcn-waterproof-img {
      width: 50em;
      height: 100%;
    }
  }

  /* waterproof2 */
  @media screen {
    .cbcn-waterproof2-safeRow {
      position: absolute !important;
      justify-content: space-between;
      opacity: 0;
      margin-left: 30em;
    }
    .cbcn-waterproof2-txt1 {
      position: relative;
      z-index: 9;
      width: 24em;
      padding-top: 1.75em;
    }
    .cbcn-waterproof2-imgDiv {
      position: relative;
      height: 25em;
    }
    .cbcn-waterproof2-img {
      width: 19.85em;
      height: 25em;
      border-radius: 1.5em;
    }
  }

  /* prolonged */
  @media screen {
    .cbcn-prolonged-txt1 {
      position: relative;
      z-index: 9;
      width: 36.5em;
    }
    .cbcn-prolonged-img {
      width: 34em;
      height: 28.56005em;
      margin-top: 3.5em;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-img {
      width: 15.86455em;
      height: 15em;
      opacity: 1;
    }
    .cbcn-os-screen.active .cbcn-os-img {
      opacity: 0;
      transition: all 0.5s;
      transition-delay: 1s;
    }
    .cbcn-os-txt1 {
      opacity: 0;
      width: 49em;
      opacity: 0;
    }
    .cbcn-os-screen.active .cbcn-os-txt1 {
      opacity: 1;
      transition: all 0.5s;
      transition-delay: 1.5s;
    }
  }

  /* overall */
  @media screen {
    .cbcn-overall-screen {
      background-color: #f2f2f2;
    }
    .cbcn-overall-box1 {
      gap: 1em;
      align-items: center;
      top: calc(50% + 30px);
    }
    .cbcn-overall-left,
    .cbcn-overall-right {
      gap: 2.5em;
      align-items: center;
    }
    .cbcn-overall-left {
      margin-left: -300%;
      flex-shrink: 0;
    }
    .cbcn-overall-right {
      margin-left: 300%;
      flex-shrink: 0;
    }
    .cbcn-overall-img {
      width: 24em;
      height: 12.5em;
      flex-shrink: 0;
      border-radius: 1.5em;
      overflow: hidden;
    }
  }

  /* layer-form */
  @media screen {
    .layer-form {
      width: 100%;
      padding: 3em 6em;
      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: 598px;
      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: 1.8em;
      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: 598px;
    }
    .policy-text a {
      text-decoration: none;
      color: #3254fb !important;
    }

    .form-submit-btn {
      margin: 2.5em auto 0;
      width: 13.6em;
      height: 3.5em;
      justify-content: center;
      align-items: center;
      border-radius: 4em;
      background: #6e8add;

      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-screen ul,
    .cbcn-remark-screen ol {
      padding-inline-start: 2em;
    }
  }
}
