@media screen and (max-width: 980px) {

  /* 文本左对齐 */
  .cbcn-wap-left {
    text-align: left !important;
  }

  /* kv  */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      height: calc(668 / 375 * 100vw);
      position: relative;
      display: block;
    }

    /* .cbcn-kv-remark {
      position: absolute;
      width: 100%;
      padding: 0 1em;
      bottom: 1em;
      opacity: 1;
      color: #555;
      text-align: right;
    } */
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section.bk {
      background: #1F1F1F;
    }

    .navigation-container {
      display: flex;
      flex-direction: column;
      row-gap: 1.25em;
    }

    .cbcn-navigation-swiper {
      gap: 1em;
    }

    .cbcn-navigation-swiper-slide {
      position: relative;
      border-radius: 1.2em;
      overflow: hidden;
      width: 100%;
      height: 27.5em;
      background: #000;
    }

    .cbcn-navigation-img {
      border-radius: 1.2em;
      background: #000;
      width: 100%;
      height: 27em;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
    }

    .cbcn-navigation-desc {
      position: absolute;
      top: 1.5em;
      left: 1em;
      z-index: 99;
    }

    .cbcn-navigation-img2-div {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .cbcn-navigation-img3-div {
      height: 15.5em;
      width: 16em;
      display: block;
      margin-top: 7.9em;
      float: right;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-video {
      width: 100vw;
      height: 100vh;
    }

    .cbcn-appearance-p1 {
      gap: var(--spacing-head-l1, 1.5em);
    }

    .cbcn-appearance-p1::after {
      content: "";
      width: 200vw;
      height: 200vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .cbcn-appearance-p1 p {
      position: relative;
      z-index: 2;
    }

    .cbcn-appearance-p2 {
      width: 100%;
      gap: 3.5em;
      justify-content: center;
    }

    .cbcn-appearance-p2::after {
      content: "";
      width: 200vw;
      height: 200vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .cbcn-appearance-p2 p {
      position: relative;
      z-index: 2;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section {
      padding: 3em 0em;
    }

    .cbcn-color-swiper {
      width: 100%;
    }

    .cbcn-color-swiper .swiper-slide {
      background: #000;
    }

    .cbcn-color-img {
      width: 12.45em;
    }

    .cbcn-color-txt {
      width: 10em;
      margin: auto;
      margin-top: 1.06em;
      align-items: center;
    }


    .cbcn-color-btnListDiv {
      position: relative;
      z-index: 9;
      justify-content: center;
      margin-top: 1.06em;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 0.5em;
      align-items: center;
      gap: 0.28em;
      border-radius: 34.4483em;
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
    }

    .cbcn-color-btn {
      width: 1.5em;
      height: 1.5em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 1.5em;
      height: 1.5em;
    }

    .cbcn-color-circle {
      fill: none;
      stroke-width: 0.0625em;
      stroke-dasharray: 6.28em;
      stroke-dashoffset: 6.28em;
    }

    .cbcn-color-btn.index0 .cbcn-color-circle {
      stroke: #b3ddf4;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #444343;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #ffc7c7;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }

    .cbcn-color-txt2 {
      margin-left: -0.6em;
    }
  }

  /* eyeCatching */
  @media screen {
    .cbcn-eyeCatching-img {
      width: 100%;
      height: 8em;
      margin-top: 2.5em;
    }

    .cbcn-eyeCatching-txt4 {
      margin-top: 2.5em;
      justify-content: center;
      gap: 1.5em 2.5em;
      background: linear-gradient(180deg, #0F71DF 0%, #9F3DD8 35%, #EE0D8A 75%);
      background-clip: text;
      -webkit-background-clip: text;
    }

    .cbcn-eyeCatching-txt4 .cbcn-param {
      min-width: 5.4em;
    }

    .cbcn-eyeCatching-txt4 .cbcn-wap-h5 {
      -webkit-text-fill-color: transparent;
    }

    .cbcn-eyeCatching-txt4 .cbcn-wap-b2 {
      position: relative;
      z-index: 1;
      background: #FFFFFF;
      color: #999999 !important;
    }

    .cbcn-eyeCatching-icon {
      width: 6em;
      height: 2.6em;
    }
  }

  /* originalcolor */
  @media screen {

    .cbcn-originalcolor-txt1,
    .cbcn-originalcolor-txt2 {
      width: 16.75em;
      z-index: 9;
    }

    .cbcn-originalcolor-txt2 {
      margin-top: 4em;
    }

    .cbcn-originalcolor-img {
      width: 18.75em;
      height: 16.25em;
      position: relative;
      left: -1em;
      overflow: hidden;
    }

    .cbcn-originalcolor-img2 {
      display: flex;
      width: 18.75em;
      height: 12.4em;
      margin-top: 1.5em;
    }

    .cbcn-originalcolor-txt2 {
      position: relative;
    }

    .cbcn-originalcolor-box1 {
      gap: 0.5em;
    }
  }

  /* eyeProtection */
  @media screen {

    .cbcn-eyeprotection-img {
      margin-top: 2.5em;
      width: 100%;
      height: 13.75em;
      position: relative;
    }

    .cbcn-eyeprotection-img-2 {
      opacity: 0;
    }

    .cbcn-eyeprotection-txt2 {
      gap: 1em;
      justify-content: center;
    }

    .cbcn-eyeprotection-txt2-div1 {
      width: 100%;
    }

    .cbcn-eyeprotection-fn {
      position: relative;
      top: -3em;
      z-index: 9;
      text-align: center;
      font-size: 0.225em;
      color: rgba(255, 255, 255, 0.35) !important;
    }

    .cbcn-eyeprotection-icon {
      width: 5em;
      height: 2.55em;
      margin-bottom: 0.4em;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-section.bk {
      background: #1a1a1a;
    }

    .cbcn-design-txt2 {
      justify-content: center;
      gap: 1em;
      margin-top: 2em;
    }

    .cbcn-design-swiper {
      width: 100%;
      height: 12.5em;
      /* overflow: hidden; */
      position: relative;
      margin-top: 2em;
    }

    .cbcn-design-swiper-item {
      width: 16.75em;
      height: 12.5em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-design-switchBtn-list {
      margin-top: 2em;
      justify-content: flex-end;
    }

    .cbcn-design-txt1 {
      text-align: left !important;
    }
  }

  /* image */
  @media screen {
    .cbcn-image-section {
      padding: 4em 0;
    }

    .cbcn-image-img1 {
      width: 100%;
      height: 12.1em;
      display: block;
      object-fit: cover;
      margin-bottom: -2em;
      z-index: 0;
      position: relative;
    }

    .cbcn-image-index {
      z-index: 999;
      position: relative;
    }

    .cbcn-image-txt1 {
      width: 100%;
      position: relative;
      z-index: 2;
    }

    .cbcn-image-txt1 p {
      background: linear-gradient(92deg, #f5f5f7 17.22%, #2c2c2c 98.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* lensmodule */
  @media screen {
    .cbcn-lensmodule-section {
      margin-top: -1.5em;
      padding-bottom: 4em;
    }

    .cbcn-lensmodule-img {
      height: 15.45em;
      width: 100%;
    }
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-txt1 {
      width: 100%;
    }

    .cbcn-zeiss-img {
      width: 100%;
      height: 8.65em;
      margin: 2.5em 0;
    }

    .cbcn-zeiss-txt2 {
      gap: 2.5em;
    }

    .cbcn-zeiss-txt2 .cbcn-titletxt {
      width: 100%;
    }
  }

  /* rearCamera */
  @media screen {
    .cbcn-rearCamera-section {
      padding: 4em 0;
    }

    .cbcn-rearCamera-txt1 {
      width: 100%;
      margin-bottom: 8em;
    }

    .cbcn-rearCamera-desc {
      margin-top: 2.5em;
      width: 100%;
      gap: 2.5em;
    }

    .cbcn-rearCamera-param {
      margin-top: 2.5em;
      gap: 1em;
      align-items: center;
      text-align: center;
    }

    .cbcn-rearCamera-img {
      width: 100%;
      height: 17.55em;
    }
  }

  /* longFocus */
  @media screen {
    .cbcn-longFocus-desc {
      width: 100%;
      padding: 0 1em;
    }

    .cbcn-longFocus-titletxt {
      padding: 0 1em;
    }

    .cbcn-longFocus-img {
      width: 100%;
      height: 14.05em;
      margin-top: 2.5em;
    }

    .cbcn-longFocus-txt2 {
      margin-top: 2.5em;
    }

    .cbcn-longFocus-param-div {
      width: 100%;
      gap: 1.5em;
    }

    .cbcn-longFocus-param-row {
      flex-wrap: wrap;
      gap: 1.5em 1.2em;
    }

    .cbcn-longFocus-param-row .cbcn-param:nth-of-type(2n + 1) {
      min-width: 7em;
    }

    .cbcn-longFocus-param-row2 {
      gap: 1.2em;
    }

    .cbcn-longFocus-p {
      text-align: left !important;
    }

    .cbcn-longFocusSpecimen-inbtnListDiv {
      position: absolute;
      bottom: 0.35em;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .cbcn-longFocusSpecimen-inbtnList {
      display: inline-flex !important;
      width: auto;
      gap: 0.1em;
      border-radius: 1.2em;
      background: rgba(33, 33, 33, 0.3);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      justify-content: center;
      align-items: center;
      padding: 0.15em;
    }

    .cbcn-longFocusSpecimen-inbtn {
      padding: 0.05em 0.6em;
      border-radius: 1.2em;
      text-align: center;
      cursor: pointer;
    }

    .cbcn-longFocusSpecimen-inbtn p {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-longFocusSpecimen-inbtn.active {
      background: #fff;
    }

    .cbcn-longFocusSpecimen-inbtn.active p {
      color: #000 !important;
    }
  }

  /* stageMode */
  @media screen {
    .cbcn-stageMode-section.bk {
      background: #141414 !important;
    }

    .cbcn-stageMode-section .cbcn-switchBtnList .cbcn-wap-flexRow {
      background-image: linear-gradient(to left,
          #141414 0%,
          #141414 50%,
          transparent 100%);
    }

    .cbcn-stageMode-info-p-p {
      opacity: 0.7 !important;
    }

    .cbcn-stageMode-info-div {
      margin-top: 2.5em;
    }

    .cbcn-stageMode-info {
      width: 100%;
    }

    .cbcn-stageMode-info-p1 .cbcn-wap-p22 {
      margin-bottom: 1em;
    }

    .cbcn-stageMode-1-swiper,
    .cbcn-stageMode-2-swiper {
      width: 100%;
      height: 21.5em;
      overflow: hidden;
      position: relative;
      margin-top: 2.5em;
    }

    .cbcn-stageMode-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-bottom: 2em;
    }

    .cbcn-stageMode-1-swiper p,
    .cbcn-stageMode-2-swiper p {
      line-height: 2em;
    }

    .cbcn-stageMode-switchBtn-list {
      position: relative;
      z-index: 999;
      margin-top: -2em;
    }

    .cbcn-stageMode-info-p2 {
      margin-top: 4em;
    }

    #cbcn-dom-container .cbcn-stageMode-info-p2 .cbcn-wap-p22 {
      margin-bottom: 1em;
    }

    .cbcn-stageMode-info .swiper-wrapper .cbcn-wap-p19 {
      color: rgba(255, 255, 255, 0.5) !important;
    }
  }

  /* longFocusSpecimen */
  @media screen {
    .cbcn-longFocusSpecimen-swiper {
      width: 100%;
      height: 15em;
      margin-top: 2.5em;
    }

    .cbcn-longFocusSpecimen-swiper .swiper-wrapper {
      align-items: center;
    }

    .cbcn-longFocusSpecimen-swiper .swiper-slide {
      transition: width 0.3s, height 0.3s, opacity 0.3s;
      border-radius: 0.6em;
      overflow: hidden;
      opacity: 0.3;
      position: relative;
      z-index: 50;
    }

    .cbcn-longFocusSpecimen-swiper .swiper-slide-active {
      opacity: 1;
      z-index: 98;
    }

    .cbcn-longFocusSpecimen-btnListDiv {
      width: 100%;
      justify-content: center;
      margin-top: 2.5em;
    }

    .cbcn-longFocusSpecimen-btnList {
      display: inline-flex !important;
      width: auto;
      gap: 0.55em;
      border-radius: 2.2em;
      background: #212121;
      justify-content: center;
      align-items: center;
      padding: 0.2em;
    }

    .cbcn-longFocusSpecimen-btn {
      padding: 0.1em 0.5em;
      border-radius: 2em;
      text-align: center;
      cursor: pointer;
    }

    .cbcn-longFocusSpecimen-btn p {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .cbcn-longFocusSpecimen-btn.active {
      background: #fff;
    }

    .cbcn-longFocusSpecimen-btn.active p {
      color: #000 !important;
    }

    .cbcn-longFocusSpecimen-txt2 {
      margin-top: 2.5em;
      width: 100%;
    }

    .cbcn-longFocusSpecimen-txt2-content {
      position: relative;
      left: 0;
      width: 300%;
      transition: left 0s;
    }

    .cbcn-longFocusSpecimen-txt2-item {
      width: 33.33333333%;
      gap: 1em;
    }

    .cbcn-longFocusSpecimen-desc {
      width: 100%;
    }
  }

  /* qualityEnhancement */
  @media screen {
    #cbcn-dom-container .cbcn-qualityEnhancement-section .ct {
      text-align: left;
    }

    .cbcn-qualityEnhancement-swiper {
      margin-top: 2.5em;
      width: 100%;
      height: 21.5em;
      position: relative;
      overflow: hidden;
    }

    .cbcn-qualityEnhancement-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-bottom: 2em;
    }

    .cbcn-qualityEnhancement-p1 {
      width: 100%;
      margin-top: 19.5em;
      position: absolute;
    }

    .cbcn-qualityEnhancement-p2 {
      width: 100%;
      margin-top: 19.5em;
      margin-left: calc(100% + 1em);
      position: absolute;
      text-wrap: nowrap !important;
    }

    .cbcn-qualityEnhancement-p1 P,
    .cbcn-qualityEnhancement-p2 P {
      color: rgba(245, 245, 247, 0.7) !important;
    }

    .cbcn-qualityEnhancement-switchBtn-list {
      position: relative;
      z-index: 999;
      margin-top: -2em;
    }

    .cbcn-qualityEnhancement-txt2 {
      margin-top: 2.5em;
      width: 100%;
    }
  }

  /* sensor */
  @media screen {
    .cbcn-sensor-txt2 {
      margin-top: 2.5em;
      width: 100%;
    }

    .cbcn-sensor-txt2 .cbcn-wap-p19 {
      width: 100%;
      padding: 0 1em;
    }

    .cbcn-sensor-img {
      width: 16.75em;
      height: 15em;
      margin: 2.5em auto 0;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-sensor-param-div {
      width: 100%;
      padding: 0 1em;
      margin-top: 2.5em;
      gap: 1.5em;
    }

    .cbcn-sensor-param-row1 {
      flex-wrap: wrap;
      gap: 1.5em 1em;
    }

    .cbcn-sensor-param-row1 svg {
      width: 0.75em;
      height: 0.75em;
      margin-left: 0.25em;
    }

    .cbcn-sensor-param-row1 .cbcn-param:nth-child(2n + 1) {
      min-width: 8em;
    }

    .cbcn-sensor-param-row2 {
      gap: 1.5em;
    }
  }

  /* nightView */
  @media screen {
    .cbcn-nightView-desc {
      width: 100%;
      margin-top: 2.5em;
    }

    .cbcn-nightView-swiper {
      margin-top: 2.5em;
      width: 100%;
      height: 21.5em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-nightView-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-bottom: 2em;
    }

    .cbcn-nightView-swiper p {
      line-height: 40px;
    }

    .cbcn-nightView-switchBtn-list {
      position: relative;
      z-index: 999;
      margin-top: -2em;
    }
  }

  /* videoRecording */
  @media screen {
    .cbcn-videoRecording-section {
      padding: 4em 1em !important;
    }

    .cbcn-videoRecording-videoDiv {
      width: 100%;
      position: relative;
    }

    .cbcn-videoRecording-img {
      width: 16.75em;
      height: 15em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-top: 2.5em;
    }

    .cbcn-videoRecording-desc {
      margin-top: 2.5em;
      width: 100%;
    }
  }

  /* livePhoto */
  @media screen {
    .cbcn-livePhoto-swiper {
      margin: 2.5em 0 2em;
    }

    .cbcn-livePhoto-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-top: 2.5em;
    }

    .cbcn-livePhoto-txt2 {
      margin-top: 2.5em;
    }
  }

  /* sceneryMode */
  @media screen {
    .cbcn-sceneryMode-txt1 {
      width: 100%;
    }

    .cbcn-sceneryMode-swiper {
      margin-top: 2.5em;
      width: 100%;
      height: 7.9em;
      overflow: hidden;
    }

    .cbcn-sceneryMode-btnListDiv {
      width: 100%;
      margin-top: 2em;
      position: relative;
    }

    .cbcn-sceneryMode-btnList {
      width: 300%;
      position: relative;
      left: 0;
      transition: left 0s;
    }

    .cbcn-sceneryMode-btn {
      width: 100%;
      opacity: 0;
    }

    .cbcn-sceneryMode-btn.active {
      opacity: 1;
    }

    .cbcn-sceneryMode-txt2 {
      width: 100%;
      margin-top: 0.5em;
    }

    .cbcn-sceneryMode-txt2-content {
      width: 300%;
      position: relative;
      left: 0;
      transition: left 0s;
    }

    .cbcn-sceneryMode-txt2-content p {
      width: 100%;
      text-align: left !important;
    }

    .cbcn-sceneryMode-switchBtn-list {
      margin-top: 2em;
    }

    .cbcn-sceneryMode-p {
      text-align: left !important;
    }

    #cbcn-dom-container .cbcn-sceneryMode-txt2-content p.cbcn-hide {
      opacity: 0;
    }

    .cbcn-sceneryMode-remark {
      margin-top: 2.5em;
    }

    .cbcn-sceneryMode-remark p {
      color: rgba(245, 245, 247, 0.4) !important;
    }
  }

  /* humanity */
  @media screen {
    .cbcn-humanity-txt1 {
      width: 100%;
    }

    .cbcn-humanity-swiper {
      margin-top: 2.5em;
      width: 100%;
      height: 21.5em;
      overflow: hidden;
    }

    .cbcn-humanity-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-bottom: 2em;
    }

    .cbcn-humanity-swiper .swiper-slide p {
      line-height: 40px;
      opacity: 0;
    }

    .cbcn-humanity-swiper .swiper-slide-active p {
      opacity: 1;
    }

    .cbcn-humanity-switchBtn-list {
      position: relative;
      z-index: 999;
      margin-top: -2em;
    }
  }

  /* imageChip */
  @media screen {
    .cbcn-imageChip-imgDiv {
      margin: 2.5em auto;
      width: 14em;
      height: 14em;
      position: relative;
    }

    #cbcn-dom-container .cbcn-imageChip-section p.ct {
      text-align: left;
    }

    .cbcn-imageChip-txt2 {
      width: 100%;
    }

    .cbcn-imageChip-desc {
      width: 100%;
    }

    .cbcn-imageChip-desc p {
      color: rgba(245, 245, 247, 0.7) !important;
    }

    .cbcn-imageChip-paramDiv {
      margin-top: 2.5em;
      gap: 1.5em 2.5em;
      width: 100%;
      flex-wrap: wrap;
    }

    .cbcn-imageChip-paramDiv .cbcn-param:nth-of-type(2n + 1) {
      min-width: 6em;
      flex-shrink: 0;
    }
  }

  /* backlightPortrait */
  @media screen {
    .cbcn-backlightPortrait-section {
      padding: 4em 0;
    }

    .cbcn-backlightPortrait-txt1 {
      width: 100%;
      gap: 2.5em;
    }

    .cbcn-backlightPortrait-desc {
      width: 100%;
    }

    .cbcn-backlightPortrait-img {
      width: 100%;
      height: 14.85em;
      margin-top: 2.5em;
      position: relative;
      border-radius: 0.4em;
      overflow: hidden;
    }

    .cbcn-backlightPortrait-svg {
      width: 17.5em;
      height: 13.85em;
      left: 0;
    }
  }

  /* HDR */
  @media screen {
    .cbcn-HDR-desc {
      text-wrap: wrap;
    }

    .cbcn-HDR-dragDiv {
      margin-top: 2.5em;
      width: 100%;
      height: 17.5em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-HDR-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
    }
  }

  /* highRefreshRateVideo */
  @media screen {
    .cbcn-highRefreshRateVideo-section {
      padding: 4em 0;
    }

    .cbcn-highRefreshRateVideo-desc {
      margin-top: 2.5em;
    }

    .cbcn-highRefreshRateVideo-img {
      margin-top: 2.5em;
    }
  }

  /* fullFocusVideo */
  @media screen {
    .cbcn-fullFocusVideo-section {
      padding: 4em 1em !important;
      width: 100%;
    }

    .cbcn-fullFocusVideo-img-div {
      margin-top: 2.5em;
      width: 100%;
      position: relative;
      text-wrap: nowrap;
    }

    .cbcn-fullFocusVideo-img {
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
      margin-top: 2.5em;
    }
  }

  /* fullFocusPortrait */
  @media screen {
    .cbcn-fullFocusPortrait-section {
      padding: 4em 0;
      background-color: #141414 !important;
    }

    .cbcn-fullFocusPortrait-InfoDiv {
      margin-top: 2.5em;
      padding: 0 1em;
    }

    .cbcn-fullFocusPortrait-Info {
      width: 100%;
    }

    .cbcn-fullFocusPortrait-image {
      margin-bottom: 2em;
      width: 100%;
      height: 17.5em;
      border-radius: 0.4em;
      overflow: hidden;
    }

    .cbcn-fullFocusPortrait-Info p {
      text-align: left !important;
    }

    .cbcn-fullFocusPortrait-switchBtn-list {
      margin-top: 2em;
      padding: 0 1em;
    }
  }

  /* performance */
  @media screen {
    .cbcn-performance-section {
      padding: 4em 0;
    }

    .cbcn-performance-div {
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .cbcn-performance-txt1 {
      display: flex;
      flex-wrap: wrap;
    }

    .cbcn-performance-txt1 {
      width: 100%;
      justify-content: center;
    }

    .cbcn-performance-txt1 p {
      background: linear-gradient(92deg, #f5f5f7 17.22%, #2c2c2c 98.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-performance-img {
      width: 100%;
      height: 7em;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-iconDiv {
      margin-top: 1.5em;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      gap: 0.8em;
    }

    .cbcn-battery-iconDiv img {
      width: 2.5em;
      height: 2.5em;
    }

    .cbcn-battery-img {
      width: 100%;
      height: 100vh;
      margin-top: 2.5em;
    }

    .cbcn-battery-remark {
      position: relative;
    }

    .cbcn-battery-remark p {
      margin-top: 0.5em;
    }

    .cbcn-battery-param-div {
      margin-top: 2.5em;
      gap: 3em;
    }

    .cbcn-battery-param-row {
      gap: 3em;
    }

    .cbcn-battery-param-row svg {
      transform: translateY(0.45em);
      width: 17px;
    }

    .cbcn-battery-param-div .cbcn-param {
      padding: 0 !important;
      width: 100%;
    }

    .cbcn-battery-param-item .cbcn-battery-hr {
      width: 100%;
      height: 0.05em;
      background: #535353;
      margin: 0.75em 0;
    }

    .cbcn-battery-txt-div {
      padding-top: 1.5em;
    }

    .cbcn-battery-txt-div1 {
      color: var(--text-l3, rgba(0, 0, 0, 0.40)) !important;
    }
  }

  /* display */
  @media screen {
    .cbcn-display-icon2 {
      height: 6.4em;
      width: 100%;
      margin-top: 2.5em;
    }

    .cbcn-display-img {
      width: calc(100vw - 1%);
      height: 15em;
      margin-top: 2.5em;
      position: relative;
    }

    .cbcn-display-param-div {
      display: flex;
      /* flex-direction: column; */
      margin-top: 2.5em;
      gap: 1.5em 0em;
      flex-wrap: wrap;
    }

    .cbcn-display-param-div .cbcn-param {
      min-width: 8em;
    }
  }

  /* audiovisual */
  @media screen {
    .cbcn-audiovisual-txt {
      position: relative;
      z-index: 9;
    }

    .cbcn-audiovisual-txt1 .cbcn-wap-b1 {
      color: rgba(255, 255, 255, 0.50) !important;
    }

    .cbcn-audiovisual-img {
      background: transparent;
      width: 100%;
      height: 13.7em;
      overflow: hidden;
    }

    .cbcn-audiovisual-txt2 {
      text-align: center;
      gap: 1em;
      margin-top: -1.5em;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-img {
      /*width: 100%;*/
      /*height: 17.61em;*/
      margin-top: 2.5em;
      border-radius: 0.6em;
      overflow: hidden;

      width: 18.75em;
      height: 17.6em;
    }

    .cbcn-chip-txt2 {
      margin-top: 2.5em;
      text-align: center;
      justify-content: center;
      gap: 1em;
    }

    .cbcn-chip-btn {
      margin-top: 2.5em;
      width: 0;
      position: fixed;
      left: 0;
      right: 0;
      bottom: -6em;
      z-index: 99;
      flex-wrap: nowrap;
      padding: 0.4em 0.4em 0.4em 0.8em;
      align-items: center;
      gap: 0.6em;
      border-radius: 2.2em;
      background: var(--button-bg-button-bg-L4, rgba(255, 255, 255, 0.10));
      backdrop-filter: blur(0.35em);
      -webkit-backdrop-filter: blur(0.35em);
      overflow: hidden;

      transition: all 0.5s cubic-bezier(0.2, 0.75, 0.3, 1.2), width 0.3s ease-in-out;
    }

    .cbcn-chip-btn p {
      color: var(--text-l2, rgba(255, 255, 255, 0.65)) !important;
    }

    .cbcn-chip-btn * {
      flex-shrink: 0;
    }

    .cbcn-chip-btn.active {
      width: max-content;
      bottom: 1em;
    }

    .cbcn-chip-icon {
      width: 1.4em;
      height: 1.4em;
    }

    .cbcn-chip-popup .cbcn-popup-content {
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      background: rgba(43, 48, 56, 0.60);
    }

    .cbcn-chip-popup-txt1 {
      margin-top: 1em;
    }

    .cbcn-chip-popup-txt2 {
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: 1px solid #333;
      justify-content: space-around;
      gap: 2.5em 1.5em;
    }

    .cbcn-chip-popup-txt2 .cbcn-param .cbcn-wap-h5 {
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-popup-txt2 .cbcn-param .cbcn-wap-b2 {
      position: relative;
      z-index: 1;
    }

    .cbcn-popup-closeBtn-div {
      text-align: center;
    }

    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(1) .cbcn-pc-h5,
    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(2) .cbcn-pc-h5 {
      background: #4088FF;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(3) .cbcn-pc-h5,
    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(4) .cbcn-pc-h5 {
      background: #B971FF;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(5) .cbcn-pc-h5,
    .cbcn-chip-popup-txt2 .cbcn-param:nth-of-type(6) .cbcn-pc-h5 {
      background: #F759BF;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* cooling */
  @media screen {
    .cbcn-cooling-img {
      width: 100%;
      height: 11.25em;
    }

    .cbcn-cooling-txt2 {
      margin-top: 2em;
      justify-content: center;
    }

    .cbcn-colling-tip {
      color: var(--text-l3, rgba(255, 255, 255, 0.50));
    }
  }

  /* game */
  @media screen {
    .cbcn-game-img {
      width: 100%;
      height: 14.6em;
      margin-top: 1.5em;
      overflow: hidden;
    }

    .cbcn-game-txt2 {
      margin-top: 1.5em;
      gap: 1em;
    }

    #cbcn-dom-container .cbcn-game-txt2 .ct {
      text-align: left;
    }

    .cbcn-game-txt2>div {
      width: 15.4em;
      padding: 0.75em 1.5em;
    }

    .cbcn-game-txt2-title {
      padding-top: 0.55em;
      border-top: 1px solid rgba(255, 255, 255, 0.50);
    }

    .cbcn-game-content {
      display: flex;
      justify-content: center;
    }

    .cbcn-game-txt2 .cbcn-game-txt2-row {
      display: flex;
      width: 100%;
      padding: 1.25em;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--spacing-head-l3, 1.25em);
      border-radius: var(--spacing-head-m2, 0.75em);
      background: rgba(52, 52, 52, 0.40);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      row-gap: 1.25em;
      white-space: nowrap;
    }

    .cbcn-game-icon-box {
      display: flex;
      flex-direction: row;
      height: 3.125em;
      justify-content: center;
      align-items: center;
      gap: var(--spacing-head-m1, 0.9375em);
    }

    .cbcn-game-icon-box .cbcn-game-icon {
      width: 3em;
      height: 3em;
    }

    .cbcn-game-icon-box .cbcn-game-icon-txt,
    .cbcn-game-icon-box .cbcn-game-icon-txt sup {
      background: linear-gradient(90deg, #3D88FF -42.9%, #C86EFF 36.11%, #FF56B5 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-game-txt2 .cbcn-game-txt-box {}

    .cbcn-game-line {
      width: 100%;
      height: 0.0625em;
      background: var(--line-l3, #333);
    }

    .cbcn-game-txt-box {
      display: flex;
      flex-direction: column;
      row-gap: 1.25em;
    }
  }

  /* deltaaction */
  @media screen {
    .cbcn-deltaaction-content {
      width: 15.4em;
      height: 9em;
      margin-top: 1.9em;
      overflow: hidden;
    }

    .cbcn-deltaaction-txt1 {
      width: 100%;
      height: 100%;
      margin-top: 3em;
      opacity: 0;
      transition: all 0.5s;
    }

    .cbcn-deltaaction-txt1.active {
      margin-top: 0;
      opacity: 1;
    }

    .cbcn-deltaaction-title {
      width: 10.05em;
      bottom: 2.17em;
    }

    .cbcn-deltaaction-icon {
      width: 2.6em;
      height: 0.7em;
      bottom: 0.75em;
    }
  }

  /* livestreaming */
  @media screen {
    .cbcn-livestreaming-imgDiv {
      width: 100%;
      height: 11.5em;
      margin-top: 2.5em;
      position: relative;
    }

    .cbcn-livestreaming-img1 {
      width: 16.65em;
      height: 11.9em;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
    }

    .cbcn-livestreaming-img2 {
      width: 12.4882em;
      height: 10.2778em;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0;
    }

    .cbcn-livestreaming-txt2 {
      display: flex;
      flex-direction: column;
      margin-top: 2.5em;
      justify-content: space-between;
      flex-wrap: nowrap;
      row-gap: 1em;
      border-radius: 0.6em;
      padding: 1.5em 1em;
      background: #FAFAFA;
    }

    .cbcn-livestreaming-txt2 .cbcn-wap-livestreaming-icon-img {
      width: 2.5em;
      height: 2.5em;
    }

    .cbcn-livestreaming-txt2 .cbcn-livestreaming-icon-txt {
      background: linear-gradient(90deg, #0F71DF -47.31%, #9F3DD8 34.02%, #EE0D8A 99.78%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-livestreaming-txt2 .cbcn-livestreaming-param1 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      column-gap: 0.5em;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-img {
      width: 100%;
      height: 3.28375em;
      margin-top: 2.5em;
    }

    .cbcn-battery-txt2 {
      margin-top: 2.5em;
      gap: 1.5em 1em;
      justify-content: center;
    }

    .cbcn-battery-txt2 {
      background: linear-gradient(180deg, #0F71DF 0%, #9F3DD8 50%, #EE0D8A 100%);
      background-clip: text;
      -webkit-background-clip: text;
    }

    .cbcn-battery-txt2 .cbcn-pc-h5 {
      -webkit-text-fill-color: transparent;
    }

    .cbcn-battery-txt2 .cbcn-wap-b2 {
      position: relative;
      z-index: 1;
      background: #FFFFFF;
      color: #999999 !important;
    }

    .cbcn-battery-txt2 .cbcn-param {
      width: 47% !important;
    }
  }

  /* signal */
  @media screen {
    .cbcn-signal-content {
      margin-top: 2.5em;
      gap: 1.5em;
    }

    .cbcn-signal-txt1 {
      width: 100%;
      padding: 2em 1.5em 3em 1.5em;
      align-items: center;
      gap: 0.75em;
      border-radius: 1.2em;
      background: var(--background-l2, #0D0D0D);
    }

    .cbcn-signal-title {
      align-items: center;
      gap: 1.5em;
    }

    .cbcn-signal-title p {
      background: linear-gradient(89deg, #629AF4 13.79%, #4D62FF 97.27%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-signal-icon1 {
      width: 3.45em;
      height: 3.5em;
    }

    .cbcn-signal-icon2 {
      width: 3.4em;
      height: 3.5em;
    }

    .cbcn-signal-paramGroup {
      margin-top: 1.5em;
      width: 100%;
      justify-content: space-between;
      gap: 1em 0;
    }

    .cbcn-signal-paramGroup>div {
      min-width: 5.9em;
    }

    .cbcn-signal-paramGroup2 {
      margin-top: 1.5em;
      width: 100%;
      justify-content: center;
      align-items: center;
      position: relative;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-img {
      width: 18.12525em;
      height: 5.85em;
      margin-bottom: -1em;
    }
  }


  /* work */
  @media screen {
    .cbcn-work-imgDiv {
      width: 16.75em;
      height: 10em;
      overflow: hidden;
      position: relative;
      margin: 1.75em auto 0;
    }

    .cbcn-work-img-1 {
      width: 12.5em;
      height: 8.53125em;
      position: absolute;
      top: 1.46875em;
      right: 50%;
      margin-right: -6.25em;
      z-index: 3;
    }

    .cbcn-work-img-2 {
      width: 7.58865em;
      height: 5.35em;
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: 0;
      z-index: 2;
    }

    .cbcn-work-img-3 {
      width: 6.25em;
      height: 4.1875em;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: 0;
      z-index: 2;
    }

    .cbcn-work-img-4 {
      width: 4.1875em;
      height: 6.25em;
      position: absolute;
      top: 3em;
      left: 50%;
      margin-left: -8.375em;
      z-index: 1;
    }

    .cbcn-work-img-5 {
      width: 4.1875em;
      height: 6.25em;
      position: absolute;
      top: 3em;
      right: 50%;
      margin-right: -8.375em;
      z-index: 1;
    }

    .cbcn-work-btn {
      margin-top: 0.8em;
      width: 0;
      position: fixed;
      left: 0;
      right: 0;
      bottom: -6em;
      z-index: 99;
      flex-wrap: nowrap;
      padding: 0.4em 0.4em 0.4em 0.8em;
      align-items: center;
      gap: 0.6em;
      border-radius: 2.2em;
      background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
      backdrop-filter: blur(0.35em);
      -webkit-backdrop-filter: blur(0.35em);
      overflow: hidden;

      transition: all 0.5s cubic-bezier(0.2, 0.75, 0.3, 1.3), width 0.3s ease-in-out;
    }

    .cbcn-work-btn p {
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-work-btn * {
      flex-shrink: 0;
    }

    .cbcn-work-btn.active {
      width: max-content;
      bottom: 1em;
    }

    .cbcn-work-icon {
      width: 1.4em;
      height: 1.4em;
    }


    .cbcn-work-popup-content {
      padding-top: 1.5em;
      margin-top: 1.15em;
      gap: 2.5em;
    }

    .cbcn-work-popup-item {
      align-items: center;
      gap: 0.75em;
    }

    .cbcn-work-popup-item .cbcn-wap-left.cbcn-pc-b2.cbcn-wap-b2.grey {
      padding-bottom: 0.5em;
    }

    .cbcn-work-popupimg {
      width: 100%;
      height: 10em;
      flex-shrink: 0;
    }

    .cbcn-work-txt2 .cbcn-title .cbcn-pc-b1 {
      color: var(--text-l2, rgba(0, 0, 0, 0.60)) !important;
    }

    .cbcn-work-txt2 .cbcn-title .cbcn-pc-b3 {
      color: var(--text-l4, rgba(0, 0, 0, 0.40)) !important;
    }

    .cbcn-work-popup .cbcn-pc-fn {
      color: rgba(0, 0, 0, 0.30) !important;
    }

    .cbcn-popup-closeBtn-div-fixed {
      position: sticky !important;
    }
  }

  /* multidevice */
  @media screen {
    .cbcn-multidevice-section .wt {
      background: #EBEBEB !important;
    }

    .cbcn-multidevice-popup .cbcn-popup-content {
      background: #FAFAFA !important;
    }

    .cbcn-multidevice-img {
      margin-top: 2em;
      width: 100%;
      height: 10.4445em;
    }


    .cbcn-multidevice-btn {
      margin-top: 2.5em;
      width: 0;
      position: fixed;
      left: 0;
      right: 0;
      bottom: -6em;
      z-index: 99;
      flex-wrap: nowrap;
      padding: 0.4em 0.4em 0.4em 0.8em;
      align-items: center;
      gap: 0.6em;
      border-radius: 2.2em;
      background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
      backdrop-filter: blur(0.35em);
      -webkit-backdrop-filter: blur(0.35em);
      overflow: hidden;

      transition: all 0.5s cubic-bezier(0.2, 0.75, 0.3, 1.3), width 0.3s ease-in-out;
    }

    .cbcn-multidevice-btn p {
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-multidevice-btn * {
      flex-shrink: 0;
    }

    .cbcn-multidevice-btn.active {
      width: max-content;
      bottom: 1em;
    }

    .cbcn-multidevice-icon {
      width: 1.4em;
      height: 1.4em;
    }

    .cbcn-multidevice-content {
      padding-top: 1.5em;
      margin-top: 1em;
      gap: 2em;
    }

    .cbcn-multidevice-item {
      text-align: center;
    }

    .cbcn-multidevice-popup-img1 {
      width: 100%;
      height: 9.55em;
    }

    .cbcn-multidevice-popup-img2 {
      width: 14.75em;
      height: 10.641em;
    }

    .cbcn-multidevice-popup-img3 {
      width: 100%;
      height: 15.55em;
      padding-bottom: 0.6em;
      margin: auto;
    }

    .cbcn-multidevice-popup-img4 {
      width: 100%;
      height: 7.4543em;
    }

    .cbcn-multidevice-popup-multidevice4 {
      width: 14.75em;
      height: 7.4543em;
    }

    .cbcn-multidevice-replaybtn {
      display: inline-flex !important;
      margin-top: 0.5em;
      padding: 0.3em 0.75em;
      justify-content: center;
      align-items: center;
      gap: 0.225em;
      border-radius: 1.5em;
      background: var(--bottom-bg-l4, rgba(0, 0, 0, 0.05));
    }

    .cbcn-multidevice-replaybtn svg {
      width: 0.75em;
      height: 0.75em;
    }

    .cbcn-multidevice-replaybtn p {
      color: var(--icon-l4, rgba(0, 0, 0, 0.30)) !important;
    }

    .cbcn-multidevice-txt {
      padding-bottom: 1em;
    }

    .cbcn-multidevice-txt-fn {
      color: var(--text-l3, rgba(0, 0, 0, 0.40));

      font-family: "vivo Sans Web";
      font-size: var(--font-size-footnote, 0.6em);
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      padding-top: 5.2px;
      padding-bottom: 5.2px;
    }
  }

  /* productivity */
  @media screen {

    .cbcn-productivity-txt-color,
    .cbcn-productivity-txt-color sup {
      padding-top: 1.5em;
      background: linear-gradient(90deg, #0F71DF -0.95%, #9F3DD8 11.11%, #EE0D8A 20.87%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-bottom: 0.5em;
    }

    .cbcn-productivity-safeRow {
      padding-bottom: 1.5em;
    }

    .cbcn-productivity-card {
      border-radius: 0.6em;
      padding: 1.5em 1em;
      background: #F2F2F2;
      display: block;
      height: 25em;
      gap: 1.5em;
    }

    .cbcn-productivity-desc {
      height: 7.7em;
    }

    .cbcn-productivity-swiper {
      display: block;
      width: 16.75em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }

    .cbcn-productivity-switchBtn-list {
      padding-top: 1.5em;
      padding-bottom: 1.5em;
    }

    .cbcn-productivity-img {
      display: block;
      width: 14.7em;
      height: 10.6139em;
    }

    .cbcn-productivity-p {
      color: var(--text-l2, rgba(0, 0, 0, 0.60)) !important;
    }

    .cbcn-productivity-txt2 {
      padding-top: 1em;
    }
  }

  /* accessory */
  @media screen {
    .cbcn-accessory-txt2 {
      margin-bottom: 2.5em;
    }

    .cbcn-accessory-card-btn {
      display: inline-flex !important;
      padding: 0.3em 0.75em;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      border-radius: 2.55em;
      background: var(--bottom-bg-l4, rgba(255, 255, 255, 0.12));
    }

    .cbcn-accessory-card-btn p {
      color: var(--text-l2, rgba(0, 0, 0, 0.60)) !important;
    }

    .cbcn-accessory-card1 {
      position: relative;
      z-index: 9;
    }

    .cbcn-accessory-img1 {
      width: 100%;
      height: 6.8em;
      margin-top: -1.5em;
    }

    .cbcn-accessory-card2 {
      margin-top: 4em;
      gap: 2em;
    }

    .cbcn-accessory-card2-left,
    .cbcn-accessory-card2-right {
      width: 100%;
      padding: 2.5em 1em;
      align-items: center;
      gap: 1.25em;
      border-radius: 0.6em;
      background: var(--background-l2, #0D0D0D);
    }

    .cbcn-accessory-img2 {
      width: 14.75em;
      height: 10.9884em;
    }

    .cbcn-accessory-img3 {
      width: 13.694em;
      height: 10.8em;
    }
  }

  /* remark */
  @media screen {
    .cbcn-remark-section.bk {
      background: var(--background-l3, #141414);
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section ol li {
      list-style: decimal;
      color: rgba(0, 0, 0, 0.40);
      line-height: 150%;
    }

    .cbcn-remark-desc p {
      padding-left: 1em;
      padding-bottom: 1.1em;
    }
  }
}