@media screen and (max-width: 980px) {

  /* 文本左对齐 */
  .cbcn-wap-left {
    text-align: left !important;
  }

  /* kv  */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      height: 33.75em;
      position: relative;
      display: block;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section.wt {
      background: #EBEBEB;
    }

    .cbcn-navigation-wrapper {
      gap: 1.5em;
    }

    .cbcn-navigation-item {
      background-color: #fff;
      border-radius: 0.4em;
      height: 22.8em;
      position: relative;
    }

    .cbcn-navigation-item:not(.cbcn-navigation-item3) {
      overflow: hidden;
    }

    .cbcn-navigation-item1 {
      order: 2;
    }

    .cbcn-navigation-item2 {
      order: 4;
    }

    .cbcn-navigation-item3 {
      order: 1;
    }

    .cbcn-navigation-item4 {
      order: 3;
    }

    .cbcn-navigation-item5 {
      order: 5;
    }

    .cbcn-navigation-img3 {
      display: block;
      width: 100%;
      height: 26.3em;
      top: -1.75em;
    }

    .cbcn-navigation-title {
      width: 14.75em;
      position: absolute;
      top: 1em;
      left: 1em;
      z-index: 9;
    }

    .cbcn-navigation-item>picture {
      position: relative;
      z-index: 10;
    }

    .cbcn-navigation-item5 .cbcn-navigation-title {
      width: 10.75em;
    }

    .cbcn-navigation-icon {
      width: 1.35em;
      height: 1.55em;
      object-fit: cover;
      position: absolute;
      bottom: 1em;
      right: 1em;
      z-index: 12;
    }

    .cbcn-navigation-aiicon {
      width: 3.24995em;
      height: 3em;
      position: absolute;
      top: 1em;
      right: 1em;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-video {
      width: 100%;
      height: 100%;
    }

    .cbcn-appearance-p1,
    .cbcn-appearance-p2 {
      width: 90%;
    }

    .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::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;
      margin-left: -25px;
    }
  }

  /* firstthin */
  @media screen {
    .cbcn-firstthin-section {
      position: relative;
      background: #FFF;
    }

    .cbcn-firstthin-img {
      width: 18.1em;
      height: 10.9em;
      margin: 5.9em auto 9.35em;
    }

    .cbcn-firstthin-txt2,
    .cbcn-firstthin-txt1 {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 13.64%, rgba(180, 180, 180, 0.60) 91.82%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-firstthin-txt1 {
      left: 1.1em;
      top: 6.05em;
      position: absolute;
    }

    .cbcn-firstthin-txt2 {
      right: 0.5em;
      bottom: 6.9em;
      position: absolute;
    }
  }

  /* semblance */
  @media screen {
    .cbcn-semblance-section {
      width: 100%;
      height: 38.15em;
      position: relative;
    }

    .cbcn-semblance-img {
      width: 2.35em;
      height: 29.4em;
      display: block;
      /* transform: translateY(-50%) rotate(5.615deg);
      top: 50%;
      left: 2em;
      margin-top: -1.3em; */
      left: 3.6em;

    }

    .cbcn-semblance-txt {
      position: absolute;
      top: 9.55em;
      /* opacity: 0;
      right: 1em; */
      transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      right: 2.6em;
      opacity: 1;
    }

    .cbcn-semblance-param .cbcn-wap-d2 {
      font-weight: 200;
    }

    .cbcn-semblance-param {
      gap: 1.5em;
      position: absolute;
      bottom: 7.4em;
      right: 5.65em;
      opacity: 1;
      transition: all 0.5s linear;
    }
  }

  /* signal */
  @media screen {
    .cbcn-semblance-section {
      position: relative;
    }

    .cbcn-signal-img {
      width: 8.255em;
      height: 15.15em;
      margin: 1.35em auto 0;
      position: relative;
      z-index: 10;
    }

    .cbcn-signal-title {
      align-items: center;
      justify-content: center;
      margin-top: 2.5em;
      z-index: 10;
      position: relative;
    }

    .cbcn-signal-title>p {
      background: linear-gradient(180deg, #FFF 0%, #707070 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

    }

    .cbcn-signal-bg {
      height: 100%;
      width: 100%;
      z-index: 9;
    }

  }

  /* lens */
  @media screen {
    .cbcn-lens-img {
      height: 20em;
      width: 100%;
      margin-top: 2.5em;
    }
  }

  /* portrait */
  @media screen {
    .cbcn-portrait-section.wt {
      background: #F2F2F2;
    }

    .cbcn-portrait-swiper {
      height: 22.5em;
      width: 100%;
      border-radius: 0.6em;
      overflow: hidden;
      position: relative;
      margin-top: 1.5em;
    }

    .cbcn-portrait-btnList {
      bottom: 0.88em;
      flex-wrap: nowrap;
      z-index: 11;
      bottom: 1em;
      border-radius: 2.2em;
      background: rgba(255, 255, 255, 0.50);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 0.15em;
      width: fit-content;
      flex-wrap: nowrap;
    }

    .cbcn-portrait-btn {
      border-radius: 1.85em;
      padding: 0.25em 0.9em;
      transition: all 0.3s;
    }

    .cbcn-portrait-btn>p {
      color: rgba(255, 255, 255, 0.35) !important;
    }

    .cbcn-portrait-btn.active {
      background: #FFF;
    }

    .cbcn-portrait-btn.active>p {
      color: rgba(0, 0, 0, 0.90) !important;
    }
  }

  /* fullFocusPortrait */
  @media screen {

    .cbcn-fullfocusportrait-txt.wt,
    .cbcn-fullfocusportrait-section.wt {
      background: #F2F2F2;
    }

    .cbcn-fullfocusportrait-img {
      width: 100%;
      height: 25em;
      display: block;
      overflow: hidden;
      border-radius: 0.6em;
      margin-bottom: 1.5em;
    }

    .cbcn-fullfocusportrait-div {
      position: relative;
      margin-top: 1.5em;
    }

    .cbcn-fullfocusportrait-InfoDiv {
      position: relative;
      z-index: 10;
    }

    .cbcn-fullfocusportrait-switchBtn-list {
      position: absolute;
      top: calc(25em + 1.5em);
      right: 1em;
      z-index: 11;
    }

  }

  /* stagemode */
  @media screen {
    .cbcn-stagemode-section.wt {
      background: #F2F2F2;
    }

    .cbcn-stagemode-swiper {
      margin: 1.5em 0;

    }

    .cbcn-stagemode-slide {
      width: 100%;
      height: 13.2em;
      border-radius: 0.6em;
      overflow: hidden;
    }
  }

  /* scenery */
  @media screen {
    .cbcn-scenery-section.wt {
      background: #F2F2F2;
    }

    .cbcn-scenery-swiper {
      margin-top: 1.5em;
    }

    .cbcn-scenery-list {
      margin-top: 1.5em;
      /* 小语种注意 */
      height: 4em;
      width: 100% !important;
      position: relative;
    }

    .cbcn-scenery-txtBox {
      margin-top: 0.75em;
      /* 小语种注意 */
      height: 4em;
      position: relative;
    }

    .cbcn-scenery-txt,
    .cbcn-scenery-btn-div {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }

    .cbcn-scenery-txt.active,
    .cbcn-scenery-btn-div.active {
      opacity: 1;
    }

    .cbcn-scenery-swiper {
      width: 100%;
      height: 13.2em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-scenery-switchBtn-list {
      margin-top: 1.5em;
    }

    /* 内轮播 */
    .cbcn-scenery-little-swiper1 {
      position: relative;
      z-index: 10;
    }

    .cbcn-scenery-little-btnlist1,
    .cbcn-scenery-little-btnlist2,
    .cbcn-scenery-little-btnlist3 {
      z-index: 11;
      bottom: 1em;
      border-radius: 2.2em;
      background: rgba(255, 255, 255, 0.50);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 0.15em;
      width: fit-content;
      flex-wrap: nowrap;
    }

    .cbcn-scenery-little-btn1,
    .cbcn-scenery-little-btn2,
    .cbcn-scenery-little-btn3 {
      border-radius: 1.85em;
      padding: 0.25em 0.9em;
      transition: all 0.3s;
    }

    .cbcn-scenery-little-btn1>p,
    .cbcn-scenery-little-btn2>p,
    .cbcn-scenery-little-btn3>p {
      color: rgba(255, 255, 255, 0.35) !important;
    }

    .cbcn-scenery-little-btn1.active,
    .cbcn-scenery-little-btn2.active,
    .cbcn-scenery-little-btn3.active {
      background: #FFF;
    }

    .cbcn-scenery-little-btn1.active>p,
    .cbcn-scenery-little-btn2.active>p,
    .cbcn-scenery-little-btn3.active>p {
      color: rgba(0, 0, 0, 0.90) !important;
    }
  }

  /* aititle */
  @media screen {
    .cbcn-aititle-icon {
      width: 6.5em;
      height: 6em;
      margin-top: 4em;
    }

    .cbcn-aititle-title {
      gap: 1.5em;
      align-items: center;
      justify-content: center;
      margin-bottom: 4.35em;
    }

    /* .cbcn-aititle-imgBox {
      height: 8em;
      width: 100%;
      margin-top: 2em;
      margin-bottom: 3.15em;
      position: relative;
    }

    .cbcn-aititle-img {
      height: 8em;
      width: 7.22em;
    }

    .cbcn-aititle-img1 {
      margin-left: 3em;
    }

    .cbcn-aititle-img2 {
      margin-left: -2.5em;
    } */
  }

  /* aiimage */
  @media screen {
    .cbcn-aiimage-section.wt {
      background: #F2F2F2;
    }

    .cbcn-aiimage-img {
      height: 18.8em;
      width: 100%;
      overflow: hidden;
    }

    .cbcn-aiimage-little-swiper {
      border-radius: 0.6em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-aiimage-little-swiper .swiper-wrapper {
      z-index: 10;
      position: relative;
    }

    .cbcn-aiimage-title {
      margin-top: 1.5em;
    }

    .cbcn-aiimage-btnlist {
      bottom: 0.8em;
      width: fit-content;
      border-radius: 2.2em;
      background: rgba(255, 255, 255, 0.50);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 20;
      padding: 0.15em;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
    }

    .cbcn-aiimage-btn {
      border-radius: 1.85em;
      padding: 0.25em 0.5em;
      justify-content: center;
      align-items: center;
      display: flex;
      gap: 0.5em;
      transition: all 0.3s ease;
    }

    .cbcn-aiimage-btn.active {
      background: #FFF;
    }

    .cbcn-aiimage-btn>p {
      line-height: 150% !important;
      color: rgba(255, 255, 255, 0.65) !important;
    }

    .cbcn-aiimage-btn.active>p {
      color: rgba(0, 0, 0, 0.90) !important;
    }

    .cbcn-aiimage-slide {
      /* opacity: 0 !important; */
    }

    .cbcn-aiimage-slide.swiper-slide-active {
      opacity: 1 !important;
    }

    .cbcn-aiimage-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* secondthin */
  @media screen {
    .cbcn-secondthin-img {
      width: 5.1745em;
      height: 16.75em;
      position: relative;
      z-index: 9;
      margin: 0.3em auto 1.25em;
    }

    .cbcn-secondthin-txt {
      position: relative;
      z-index: 10;
      background: linear-gradient(180deg, #FFF 0%, #707070 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 1.5em;
      text-align: center;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-img {
      height: 12.2em;
      width: 100%;
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-battery-param1 .cbcn-param p:first-child {
      opacity: 1;
    }

    .cbcn-battery-param1 .cbcn-param {
      width: 8em;
    }

    .cbcn-battery-param1 {
      gap: 1.5em 0em;
      justify-content: space-between;
      text-align: left;
      align-items: flex-start;
    }

    .cbcn-battery-param2 {
      gap: 1.5em 0em;
      justify-content: space-between;
      align-items: flex-start;
      text-align: left;
    }

    .cbcn-battery-param2 {
      margin-top: 1.5em;
    }

    .cbcn-battery-param2 .cbcn-param {
      width: 8em;
    }
  }

  /* threeproofings */
  @media screen {
    .cbcn-threeproofings-swiper {
      width: 100%;
      margin-top: 2em;
    }

    .cbcn-threeproofings-img {
      display: block;
      width: 100%;
      height: 20em;
      border-radius: 0.6em;
      overflow: hidden;
      position: relative;
    }

    .cbcn-threeproofings-fn {
      position: absolute;
      top: 1em;
      left: 1em;
    }

    .cbcn-threeproofings-fn>p {
      font-weight: 800;
    }

    .cbcn-threeproofings-txt {
      margin-top: 1.5em;
    }

    .cbcn-threeproofings-switchBtn-list {
      margin-top: 1.5em;
      justify-content: flex-end;
    }
  }

  /* hinge */
  @media screen {
    .cbcn-hinge-img {
      margin-top: 1em;
      width: 100%;
      height: 10.25em;
      overflow: hidden;
    }

    .cbcn-hinge-parm {
      padding: 1em 2em;
      text-align: center;
    }

    .cbcn-hinge-parm .cbcn-param>p {
      background: linear-gradient(180deg, rgba(117, 194, 255, 0.95) 0%, rgba(218, 233, 249, 0.95) 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 1 !important;
    }
  }

  /* ostitle */
  @media screen {
    .cbcn-ostitle-section.wt {
      background: linear-gradient(180deg, #060604 0%, #050505 23.85%);
    }

    .cbcn-ostitle-img {
      width: 100vw;
      height: 21.5em;
    }

    .cbcn-ostitle-title,
    .cbcn-ostitle-mask {
      text-align: center;
      padding: 0 5.3vw;
    }

    .cbcn-ostitle-mask {
      margin-top: 0.7em;
      margin-bottom: 3.5em;
    }

    .cbcn-ostitle-mask h2 {
      line-height: 120%;

    }

    .cbcn-ostitle-title {
      align-items: center;
      justify-content: center;
    }

    /* 字体 */
    .cbcn-ostitle-p2 {
      text-align: center;
      font-family: "vivo Sans Global";
      font-size: 1.4em;
      font-style: normal;
      font-weight: 800;
      line-height: none;
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-ostitle-sapn {
      font-family: "vivo Sans Global";
      font-size: 2.1em;
      font-weight: 100;
      line-height: 125%;
      background: linear-gradient(0deg, #98C3FA 0%, #7CA0F9 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
      width: fit-content;
    }
  }

  /* aioffice */
  @media screen {
    .cbcn-aioffice-section.wt {
      background: #F2F2F2;
    }

    .cbcn-aioffice-switchBtn-list {
      margin-top: 1.5em;
    }

    .cbcn-aioffice-video1,
    .cbcn-aioffice-video2 {
      height: 18.8em;
      width: 100%;
      position: relative;
    }

    .cbcn-aioffice-iconBox {
      gap: 0.4em;
      left: 1em;
    }

    .cbcn-aioffice-icon {
      gap: 0.35em;
      align-items: center;
    }

    .cbcn-aioffice-iconimg {
      width: 1.2498em;
      height: 1.2498em;
    }

    .cbcn-aioffice-title {
      margin-top: 1.5em;
    }

    .cbcn-aioffice-radius {
      width: 5.5em;
      height: 5.5em;
      position: absolute;
      top: 6.15em;
      right: 4.25em;
      z-index: 10;
    }

    .cbcn-aioffice-slide.swiper-slide-active .cbcn-aioffice-radius {
      animation: ampAnimation 1.5s infinite;
    }

    /* 图片切换 */
    .cbcn-aioffice-imgslide picture {
      width: 100%;
      height: 100%;
      display: block;
      opacity: 1;
    }

    .cbcn-aioffice-imgslide:not(.active) picture:last-child {
      opacity: 0;
    }

    @keyframes ampAnimation {
      0% {
        transform: scale(1);
      }

      50% {
        transform: scale(0.7);
      }

      100% {
        transform: scale(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: 10em;
    }

    .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: #6E8ADD;
      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;
    }
  }


  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      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: #898989 !important;
    }
  }
}