@media screen and (max-width: 980px) {
  .cbcn-wap-txtLeft {
    text-align: left!important;
  }
  /* kv  */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      height: calc(33.35 / 18.75 * 100vw);
      position: relative;
      display: block;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section.wt {
      background: #ededed;
    }
    .cbcn-navigation-content {
      padding: 0 5.3vw;
    }

    .cbcn-navigation-gap {
      gap: 1.5em;
    }

    .cbcn-navigation-card {
      display: block;
      width: 100%;
      height: 25em;
      border-radius: 0.6em;
      background: #fff;
      overflow: hidden;
      position: relative;
    }

    .cbcn-navigation-txt {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 1.5em 1em;
    }

    .cbcn-navigation-icon {
      position: absolute;
      bottom: 1em;
      left: 1em;
      width: 1.35em;
      height: 1.35em;
    }

    .cbcn-navigation-color1 {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-navigation-color2 {
      color: rgba(255, 255, 255, 0.65) !important;
    }
  }

  /* appearance */
  @media screen {
    .cbcn-appearance-video {
      width: 100%;
      height: 38em;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-section {
      height: 37em;
      width: 100%;
      position: relative;
      justify-content: space-between;
    }

    .cbcn-color-section .safeRow {
      z-index: 10;
    }

    .cbcn-color-img {
      width: 16em;
      height: 22.1em;
      padding: 0 5.3vw;
    }

    .cbcn-color-content {
      height: 3em;
    }

    .cbcn-color-txt {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      opacity: 0;
    }

    .cbcn-color-txt.active {
      opacity: 1;
    }

    .cbcn-color-title > p {
      background: linear-gradient(
        90deg,
        #b3a6ee 0%,
        #82b4d9 48.46%,
        #82c8c8 100%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-swiper {
      height: 100%;
      width: 100%;
      z-index: 9;
    }

    .cbcn-color-img {
      transition: all 0.5s;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      transform: translate(-35em, 10em);
      opacity: 0;
    }

    .cbcn-color-swiper .swiper-slide-active .cbcn-color-img {
      transform: translate(0, -2em);
      opacity: 1;
    }

    .cbcn-color-swiper .swiper-slide-next .cbcn-color-img,
    .cbcn-color-swiper .swiper-slide-next ~ .swiper-slide .cbcn-color-img {
      transform: translate(35em, 10em);
    }

    .cbcn-color-swiper .swiper-slide-active.index0 {
      transition: all 0.5s;
    }

    .cbcn-color-swiper .swiper-slide-active.index0 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #f7f4ff 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index1 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #ecfffb 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index2 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 20%,
        #fffbf3 100%
      );
    }

    .cbcn-color-swiper .swiper-slide-active.index3 {
      background: radial-gradient(
        99.82% 99.82% at 50% 18.84%,
        #f8f8f8 19.64%,
        #f5f5f5 100%
      );
    }

    .cbcn-color-btnListDiv {
      z-index: 99;
      justify-content: center;
      margin-top: 1em;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 0.5em;
      align-items: center;
      gap: 0.6em;
      border-radius: 4.25em;
      background: rgba(0, 0, 0, 0.05);
    }

    .cbcn-color-btn {
      width: 2em;
      height: 2em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 2em;
      height: 2em;
    }

    .cbcn-color-circle {
      fill: none;
      stroke-width: 2.5px;
      stroke-dasharray: 125.6px;
      stroke-dashoffset: 125.6px;
    }

    .cbcn-color-btn.index0 .cbcn-color-circle {
      stroke: #dad4e6;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #cfe3df;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #fff;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #6d6c6c;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }
  }

  /* design */
  @media screen {
    .cbcn-design-section.wt {
      background: #fafafa;
    }

    .cbcn-design-img {
      width: 100%;
      height: 17.5em;
      display: block;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-design-txt {
      margin-top: 1.5em;
    }

    .cbcn-design-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* image */
  @media screen {
    .cbcn-image-div {
      top: 4em;
      width: 100%;
    }
    .cbcn-image-img {
      width: 100%;
      height: 36.6em;
    }
  }

  /* zeiss */
  @media screen {
    .cbcn-zeiss-img {
      width: 100%;
      height: 6.45em;
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }

    .cbcn-zeiss-txt2 {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.75em;
    }
  }

  /* lensmodule */
  @media screen {
    .cbcn-lensmodule-img {
      margin-top: 2.5em;
      padding: 0 5.3vw;
      gap: 2.5em;
    }

    .cbcn-lensmodule-imgdiv {
      width: 100%;
      height: 16.8em;
    }

    .cbcn-lensmodule-param1,
    .cbcn-lensmodule-param2,
    .cbcn-lensmodule-param3 {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.75em;
    }

    .cbcn-lensmodule-txt2 {
      gap: 0.75em;
    }
  }

  /* telephoto */
  @media screen {
    .cbcn-telephoto-section.wt {
      background: linear-gradient(180deg, #fafafa 58.65%, #e9e9e9 100%), #fff;
    }

    .cbcn-telephoto-txt2 {
      margin-top: 2.5em;
      gap: 1em;
      justify-content: center;
      align-items: center;

    }
    .cbcn-telephoto-txt2 .cbcn-wap-d2 {
      background: linear-gradient(90deg, #B3A6EE 40%, #82B4D9 50%, #82C8C8 60%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent!important;
    }
    /* .cbcn-telephoto-txt2 .cbcn-wap-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */
    .cbcn-telephoto-txt2 sup {
      position: static!important;
    }

    .cbcn-telephoto-txt2 > div {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.5em;
      width: 10em;
      text-align: center;
    }

    .cbcn-telephoto-div {
      margin-top: 2.5em;
      height: 8.7em;
      width: 100%;
      padding-left: 5.3vw;
    }
  }

  /* longfocusspecimen */
  @media screen {
    .cbcn-longfocusspecimen-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-longfocusspecimen-btn-div > p {
      color: #000 !important;
    }

    .cbcn-longfocusspecimen-img {
      width: 100%;
      height: 12.55em;
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-longfocusspecimen-btnListDiv {
      position: relative;
      margin-top: 1.85em;
      justify-content: space-between;
    }

    .cbcn-longfocusspecimen-list {
      height: inherit;
      width: 100%;
    }

    .cbcn-longfocusspecimen-btn-div {
      position: absolute;
      left: 0;
      opacity: 0;
    }

    .cbcn-longfocusspecimen-btn-div.active {
      opacity: 1;
    }
  }

  /* night */
  /* @media screen {
    .cbcn-night-div {
      margin-top: 2.5em;
      height: 12.8em;
      width: 100vw;
      position: relative;
    }

    .cbcn-night-img {
      width: 16.75em;
      height: 5.1em;
      border-radius: 5.1em;
      overflow: hidden;
    }
  } */

  /* live */
  @media screen {
    .cbcn-live-desc {
      margin-top: 2.5em;
    }

    .cbcn-live-desc .txt {
      opacity: 0.7 !important;
    }
    .cbcn-live-swiper {
      margin-top: 2.5em;
    }

    .cbcn-live-img {
      width: 100%;
      height: 22.333em;
      border-radius: 0.4em;
      overflow: hidden;
      position: relative;
      z-index: 9;
    }
    .cbcn-live-icon {
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      width: 1.8em;
      height: 1.8em;
      z-index: 10;
    }

    .cbcn-live-switchBtn-list {
      margin-top: 2em;
    }
  }

  /* fullFocusPortrait */
  @media screen {
    .cbcn-fullfocusportrait-section {
      padding: 4em 5.3vw;
    }

    .cbcn-fullfocusportrait-txt1 {
      text-align: left !important;
    }

    .cbcn-fullfocusportrait-swiper {
      margin-top: 2.5em;
      height: 22.35em;
    }

    .cbcn-fullfocusportrait-img {
      height: 22.35em;
      width: 16.75em;
      border-radius: 0.8em;
      overflow: hidden ;
      display: block;
    }

    .cbcn-fullfocusportrait-divBox {
      margin-top: 1.5em;
      position: relative;
      justify-content: space-between;
    }

    .cbcn-fullfocusportrait-Info {
      position: absolute;
      left: 0;
      opacity: 1;
    }

    .cbcn-fullfocusportrait-Info.right {
      opacity: 0;
    }

    .cbcn-fullfocusportrait-Info > p {
      text-align: left !important;
      color: rgba(0, 0, 0, 0.6) !important;
    }
  }

  /* aiweather */
  @media screen {
    .cbcn-aiweather-swiper {
      margin-top: 2.5em;
    }

    .cbcn-aiweather-slide {
      height: 22.4em;
      position: relative;
    }

    .cbcn-aiweather-slide {
      border-radius: 0.6em;
      overflow: hidden;
    }

    .cbcn-aiweather-img1 {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .cbcn-aiweather-inbtnListDiv {
      bottom: 0.5em;
      z-index: 9;
    }

    .cbcn-aiweather-swiper2,
    .cbcn-aiweather-swiper3,
    .cbcn-aiweather-swiper4 {
      width: 100%;
      height: 100%;
    }

    .cbcn-aiweather-img {
      height: 22.4em;
      width: 100%;
    }

    .cbcn-aiweather-btnListDiv {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-aiweather-btnList {
      border-radius: 36.341em;
      background: rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(7.275472640991211px);
      padding: 0.21825em;
    }

    .cbcn-aiweather-btn-txt {
      font-family: "vivo Sans Web";
      font-size: 0.69115em;
      font-style: normal;
      font-weight: 550;
      line-height: 120%;
    }

    .cbcn-aiweather-inbtnList {
      display: inline-flex;
      padding: 0.3em;
      align-items: center;
      border-radius: 49.95em;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
    }

    .cbcn-aiweather-inbtn {
      display: flex;
      padding: 0.3em 1em;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      border-radius: 4.95em;
    }

    .cbcn-aiweather-button-div {
      bottom: 0.5em;
      display: inline-flex;
      width: max-content;
      padding: 0.3em;
      align-items: center;
      border-radius: 49.95em;
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      z-index: 99;
    }

    .cbcn-aiweather-button,
    .cbcn-aiweather-button2 {
      display: flex;
      padding: 0.3em 1em;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      border-radius: 4.95em;
    }

    .cbcn-aiweather-button.active,
    .cbcn-aiweather-button2.active {
      background: #fff;
    }

    .cbcn-aiweather-button > p,
    .cbcn-aiweather-button2 p {
      color: rgba(255, 255, 255, 0.65) !important;
    }

    .cbcn-aiweather-button.active p,
    .cbcn-aiweather-button2.active p {
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-aiweather-inbtn.active {
      background: #fff;
    }

    .cbcn-aiweather-inbtn.active > p {
      color: rgba(0, 0, 0, 0.9) !important;
    }

    .cbcn-aiweather-btn {
      padding: 0.29em 0.87em;
      justify-content: center;
      align-items: center;
      border-radius: 3.60135em;
    }

    .cbcn-aiweather-btn.active {
      background: #000;
    }

    .cbcn-aiweather-txt2 {
      position: relative;
      height: 2.4em;
    }

    .cbcn-aiweather-txt2-item {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
    }

    .cbcn-aiweather-btn p {
      color: rgba(0, 0, 0, 0.3) !important;
    }

    .cbcn-aiweather-btn.active p {
      color: rgba(255, 255, 255, 0.95) !important;
    }
  }

  /* airetoucher */
  @media screen {
    .cbcn-airetoucher-img {
      width: 100%;
      height: 22.4em;
      position: relative;
    }

    .cbcn-airetoucher-imgafter {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-imgafter {
      opacity: 1;
    }

    .cbcn-airetoucher-slide.swiper-slide-active .cbcn-airetoucher-desc {
      opacity: 1;
    }
    .cbcn-airetoucher-desc {
      margin: 1em auto 0;
      width: 3.05em;
      height: 1.3em;
      justify-content: center;
      align-items: center;
      border-radius: 1.2em;
      background: rgba(0, 0, 0, 0.08);
      backdrop-filter: blur(10px);
      opacity: 0;
    }
    .cbcn-airetoucher-desc2 {
      position: absolute;
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-desc1 {
      opacity: 0;
    }
    .cbcn-airetoucher-slide.active .cbcn-airetoucher-desc2 {
      opacity: 1;
    }

    .cbcn-airetoucher-swiper {
      margin-top: 1em;
    }

    .cbcn-airetoucher-btnListDiv {
      width: 100%;
      padding: 0.2717em;
      align-items: center;
      border-radius: 45.23775em;
      background: rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(9.056604385375977px);
      justify-content: center;
      display: flex;
    }
    .cbcn-airetoucher-btnList {
      justify-content: space-between;
    }

    .cbcn-airetoucher-btn {
      padding: 0.36em 0.7em;
      justify-content: center;
      align-items: center;
      border-radius: 4.483em;
    }

    .cbcn-airetoucher-btn.active {
      background: #000;
    }

    .cbcn-airetoucher-btn.active > p {
      color: rgba(255, 255, 255, 0.95) !important;
    }

    .cbcn-airetoucher-txt2 {
      position: relative;
      min-height: 1.5em;
    }

    .cbcn-airetoucher-txt2-item > p {
      color: rgba(0, 0, 0, 0.4) !important;
    }

    .cbcn-airetoucher-txt2-item {
      top: 0;
      width: 100%;
      text-align: center;
    }
  }

  /* humanity */
  @media screen {
    .cbcn-humanity-content {
      width: 100%;
      height: 31.2em;
      position: relative;
    }

    .cbcn-humanity-txt1 {
      z-index: 10;
      text-align: center;
    }

    .cbcn-humanity-imgbg {
      width: 100%;
      height: 31.2em;
      z-index: 9;
    }
    .cbcn-humanity-content1 {
      padding: 4em 5.3vw;
    }
    .cbcn-humanity-img {
      width: 16.75em;
      height: 8.0085em;
      margin-bottom: 2.5em;
    }
    .cbcn-humanity-txt2 > div {
      margin-bottom: 1.25em;
    }
  }
  /* performance */
  @media screen {
    .cbcn-performance-img {
      width: 100%;
      height: 39em;
    }
    .cbcn-performance-section-div {
      top: 4em;
      width: 100%;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-section.wt {
      background: #f2f2f2;
    }

    .cbcn-chip-section-txt1 {
      background: #fff;
    }

    .cbcn-chip-txt1.ct {
      text-align: left !important;
    }

    .cbcn-chip-txt2 {
      margin-top: 2.5em;
    }

    .cbcn-chip-img-div {
      margin-top: 1.5em;
      padding: 0 1em;
      width: 100%;
      height: 15.5em;
      position: relative;
    }

    .cbcn-chip-img {
      width: 14.55em;
      height: 14.75em;
      bottom: 0.75em;
      display: block;
    }

    .cbcn-chip-txt2 {
      border-top: 1px solid #b3b3b3;
      padding-top: 0.75em;
    }

    .cbcn-chip-section-txt1 {
      padding-top: 1.5em;
    }

    .cbcn-chip-txt3 {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      gap: 1.25em;

    }
    .cbcn-chip-txt3 .cbcn-wap-d2 {
      width: max-content;
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent!important;
    }
    /* .cbcn-chip-txt3 .cbcn-wap-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */
    .cbcn-chip-txt3 sup {
      position: static!important;
    }

    .cbcn-chip-txt3 > div {
      width: 45%;
      border-top: 1px solid #b3b3b3;
      padding-top: 0.5em;
      align-items: center;
    }
  }

  /* game */
  @media screen {
    .cbcn-game-txt {
      text-align: left !important;
    }

    .cbcn-game-box {
      background: linear-gradient(180deg, #FFF 9.39%, #C7E7E1 134.53%), linear-gradient(180deg, #FFF 62.63%, #F0F0F0 100%);
    }

    .cbcn-game-img-div {
      width: 100%;
      height: 13.1em;
      margin-top: 2.5em;
    }
    .cbcn-game-img{
      height: 13.1em;
      width: 100%;
    }

    .cbcn-game-swiper {
      margin-top: 1.5em;
    }

    .cbcn-game-desc {
      height: 15em;
      padding: 2em 1.5em;
      border-radius: 1.5em;
      background: #f6f6f6;
      gap: 0.75em;
    }

    /* .cbcn-game-desc-txt1 {
      background: linear-gradient(90deg, #56a799 -18.75%, #1de6c3 34.52%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .cbcn-game-desc-txt1 > sup {
      background: inherit;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .cbcn-game-icon {
      width: 2.3em;
      height: 2.3em;
      position: absolute;
      bottom: 2em;
      right: 1.5em;
      object-fit: contain;
    }

    .cbcn-game-switchBtn-list {
      margin-top: 1.5em;
    }
  }

  /* cool */
  @media screen {
    .cbcn-cool-section.wt {
      background: linear-gradient(180deg, #fff 18.65%, #d9edfc 119.09%), #fff;
    }

    .cbcn-cool-txt {
      text-align: left !important;
    }

    .cbcn-cool-img-div {
      margin-top: 2.5em;
    }

    .cbcn-cool-img {
      height: 11.48em;
      width: 100%;
      display: block;
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section.wt {
      background: linear-gradient(180deg, #fff 0%, #e1f1fe 100%);
    }

    .cbcn-battery-txt {
      text-align: left !important;
    }

    .cbcn-battery-img {
      width: 100vw;
      height: 10.7754em;
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }

    .cbcn-battery-txt2 {
      flex-wrap: wrap;
      gap: 1.5em 0.75em;
      justify-content: space-between;
    }
    .cbcn-battery-txt2 .cbcn-wap-h2 {
      width: fit-content;
      background: linear-gradient(90deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent!important;
    }
    /* .cbcn-battery-txt2 .cbcn-wap-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */
    .cbcn-battery-txt2 sup {
      position: static!important;
    }

    .cbcn-battery-txt2 > div {
      width: 46%;
      border-top: 1px solid #b3b3b3;
      padding-top: 0.5em;
      text-align: center;
      align-items: center;
    }
  }

  /* screen */
  @media screen {
    .cbcn-screen-section.wt {
      background: #fafafa;
    }

    .cbcn-screen-swiper {
      margin-top: 1.5em;
      width: 100%;
      height: 25em;
      position: relative;
    }
    .cbcn-screen-video {
      width: 100%;
      height: 25em;
      border-radius: 1.2em;
      overflow: hidden;
      position: relative;
    }
    .cbcn-screen-video-div {
      padding: 0 5.3vw;
      margin-top: 1.5em;
    }
    .cbcn-screen-video1{
      width: 100%;
      height: 100%;
    }
    .cbcn-screen-video2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
    }
    .cbcn-screen-video.active .cbcn-screen-video2{
      opacity: 1;
    }

    .cbcn-screen-waprow {
      position: relative;
    }
    .cbcn-screen-btnListDiv {
      position: absolute;
      top: 2em;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
    }
    .cbcn-screen-btnList {
      width: max-content;
      padding: 0.21em;
      align-items: center;
      border-radius: 49.95em;
      background: rgba(136, 136, 136, 0.25);
      backdrop-filter: blur(7px);
      display: flex !important;
    }

    .cbcn-screen-btn {
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      padding: 0.25em 0.7em;
      width: fit-content;
      border-radius: 4.95em;
      overflow: hidden;
    }

    .cbcn-screen-btn p {
      color: rgba(136, 136, 136, 0.4) !important;
    }

    .cbcn-screen-btn.active {
      background: #fff;
    }

    .cbcn-screen-btn.active p {
      color: rgba(0, 0, 0, 0.95) !important;
    }

    .cbcn-screen-wrapper {
      position: relative;
      height: 32.5em;
      width: 100%;
      padding-top: 5.5em;
      z-index: 9;
    }

    .cbcn-screen-param-div {
      flex-wrap: wrap;
      justify-content: space-between;
      position: absolute;
      top: 0em;
      opacity: 0 !important;

    }
    .cbcn-screen-param-div.active {
      opacity: 1 !important;
    }

    .cbcn-screen-param-div .cbcn-wap-d2 {
      width: fit-content;
      background: linear-gradient(135deg, #B3A6EE 0%, #82B4D9 50%, #82C8C8 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent!important;
    }
    .cbcn-screen-param-div .cbcn-wap-d2 sup{
      position: static!important;
    }
    /* .cbcn-screen-param-div .cbcn-wap-b1 {
      background: #919598;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .cbcn-screen-param-div1 {
      gap: 2.5em 1.5em;
      opacity: 1;
    }

    .cbcn-screen-param-div2 {
      gap: 1em 2.5em;
      justify-content: center;
    }

    .cbcn-screen-param-div1 > div {
      width: 44%;
    }

    .cbcn-screen-param-div2 > .cbcn-param {
      width: 42%;
    }

    .cbcn-screenicon-Box {
      gap: 1em;
      width: 100%;
      height: 100%;
      align-items: center;
    }

    .cbcn-screenicon-iconBox {
      width: calc(100% - 2em);
      border-radius: 0.4em;
      background: rgba(185, 185, 185, 0.12);
      overflow: hidden;
      padding: 0.75em 0.75em;
      gap: 1em;
      align-items: center;
      justify-content: space-between;
    }

    .cbcn-screen-btnListDiv > p {
      font-family: "vivo Sans Web";
      font-size: 0.7em;
      font-weight: 550;
      line-height: 120%;
    }

    .cbcn-screenicon-iconBox > p {
      width: 60%;
    }

    .cbcn-screenicon-iconBox-img1 {
      width: 4.33085em;
      height: 2.26495em;
    }

    .cbcn-screenicon-iconBox-img2 {
      width: 4.33085em;
      height: 1.9524em;
    }

    .cbcn-screenicon-iconBox-img3 {
      width: 2.6em;
      height: 2.6em;
    }
    .cbcn-screenicon-img {
      width: 100%;
    }
    .cbcn-screenicon-box3{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 4.33085em;
    }
  }

  /* experience */
  @media screen {
    .cbcn-experience-swiper {
      margin-top: 2.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-experience-img {
      height: 19.2em;
      width: 100%;
      border-radius: 0.6em;
      margin-bottom: 1.5em;
      overflow: hidden;
    }
  }

  /* ostitle */
  @media screen {
    .cbcn-ostitle-section {
      padding: 7.5em 5.3vw !important;
    }

    .cbcn-ostitle-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-ostitle-img {
      width: 15em;
      height: 2.75em;
      margin-bottom: 0.5em;
    }
  }

  /* os */
  @media screen {
    .cbcn-os-section.wt {
      background: var(--background-l2, #f2f2f2);
    }

    .cbcn-os-content {
      margin-top: 2.5em;
      margin-bottom: 1.5em;
    }

    .cbcn-os-drawer-img {
      height: 19.2em;
      width: 100%;
      border-radius: 0.6em;
      overflow: hidden;
      display: block;
    }

    .cbcn-os-drawer-item .title {
      margin-top: 1.5em;
      margin-bottom: 0.75em;
    }
  }

  /* AI */
  @media screen {
    .cbcn-ai-swiper {
      margin-top: 2.5em;
      margin-bottom: 1em;
    }

    .cbcn-ai-desc {
      margin-top: 1.5em;
      align-items: center;
      text-align: center;
    }

    .cbcn-ai-desc p:nth-child(2) {
      margin-top: 0.75em;
    }

    .cbcn-ai-img {
      height: 19.2em;
      width: 16.75em;
      border-radius: 0.6em;
      overflow: hidden;
    }
  }

  /* technology */
  @media screen {
    .cbcn-technology-section.wt {
      background: #F2F2F2;
      padding-bottom: 1em;
    }
    
    .cbcn-technology-swiper {
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .cbcn-technology-div {
      /* padding-bottom: 100px; */
    }

    .cbcn-technology-box {
      width: 100%;
      height: 100%;
      padding: 1.5em;
      gap: 0.5em;
      border-radius: 0.4em;
      background: #fff;
      overflow: hidden;
    }

    .cbcn-technology-img {
      height: 12.1em;
      width: 100%;
    }

    .cbcn-technology-img-a {
      width: 100%;
      height: 9.95em;
      border-radius: 1.2em;
      overflow: hidden;
      cursor: pointer;
    }
    .cbcn-technology-img-a-div {
      padding-top: 5em;
    }
  }

  /* learnmore */
  /* @media screen {
    .cbcn-learnmore-section {
      padding: 1em 0 !important;
    }
    .cbcn-learnmore-section.wt {
      background: #f2f2f2;
    }
    .cbcn-learnmore-img {
      width: 100%;
      height: 9.95em;
      border-radius: 1.2em;
      overflow: hidden;
      cursor: pointer;
    }
  } */

  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      background: #f2f2f2;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section ol li {
      list-style: decimal;
      color: #7f7f7f;
    }
  }
}
