@media screen and (min-width: 981px) {


  /* kv */
  @media screen {
    .cbcn-kv-section {
      width: 100%;
      min-height: 100vh;
      position: relative;
    }
  }

  /* navigation */
  @media screen {
    .cbcn-navigation-section {
      background: var(--semantic-background-tertiary, #f2f2f5);
    }

    .cbcn-navigation-section.cbcn-pc-safeCol {
      padding: 8em 0;
    }

    .cbcn-navigation-box {
      width: 60em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      display: block;
    }

    .cbcn-navigation-info {
      gap: 0.8em 0;
      justify-content: space-between;
    }

    .cbcn-navigation-item {
      border-radius: 1.5em;
      position: relative;
      border-radius: 1.875em;
      background: linear-gradient(0deg, #fff 0%, #fff 100%),
        var(--semantic-surface-quaternary, #f2f2f5);
      display: flex;
      padding: 1.8em;
      gap: 0.8em;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
    }

    .cbcn-navigation-item1 {
      width: 60em;
      height: 24.1em;
      text-decoration: none !important;
      padding-top: 2.7em;
    }

    .cbcn-navigation-item1 .cbcn-navigation-txt,
    .cbcn-navigation-item1 .cbcn-navigation-dec {
      width: 56.4em;
    }

    .cbcn-navigation-item2,
    .cbcn-navigation-item3,
    .cbcn-navigation-item4,
    .cbcn-navigation-item5 {
      height: 14.15em;
      width: 29.6em;
      position: relative;
      overflow: hidden;
    }

    .cbcn-navigation-txt,
    .cbcn-navigation-dec {
      position: absolute;
      left: 0;
      top: 0;
      width: 10.3em;
      z-index: 11;
    }

    .cbcn-navigation-item3 .cbcn-navigation-txt,
    .cbcn-navigation-item3 .cbcn-navigation-dec {
      width: 8.6em;
    }

    .cbcn-navigation-item5 .cbcn-navigation-txt,
    .cbcn-navigation-item5 .cbcn-navigation-dec {
      width: 7.6em;
    }

    .cbcn-navigation-item2 {
      order: 5;
    }

    .cbcn-navigation-txt {
      transition: all 0.3s 0.15s ease;
      opacity: 1;
    }

    .cbcn-navigation-dec {
      margin-top: 2em;
      opacity: 0;
      transition-delay: 0s;
      transition: all 0.3s ease;
    }

    .cbcn-navigation-item-txt {
      position: relative;
      z-index: 12;
    }

    .cbcn-navigation-item.active .cbcn-navigation-txt {
      margin-top: -2em;
      opacity: 0;
      transition: all 0.3s ease;
    }

    .cbcn-navigation-item:not(.cbcn-navigation-item1):hover .cbcn-navigation-txt {
      margin-top: -2em;
      opacity: 0;
      transition: all 0.3s ease;
    }

    .cbcn-navigation-item.active .cbcn-navigation-dec {
      margin-top: 0em;
      opacity: 1;
      transition: all 0.3s 0.15s ease;
    }

    .cbcn-navigation-item:not(.cbcn-navigation-item1):hover .cbcn-navigation-dec {
      margin-top: 0em;
      opacity: 1;
      transition: all 0.3s 0.15s ease;
    }

    /* highlight 6 六级高亮 */

    .cbcn-navigation-p24 {
      color: var(--semantic-text-primary, rgba(0, 0, 0, 0.90));
      font-family: var(--semantic-font-family-highlight, 'vivo Sans Global2');
      font-size: 1.25em;
      font-style: normal;
      font-weight: 700;
    }

    .cbcn-navigation-txtcolor {
      background: linear-gradient(108deg,
          #5f9be3 9.4%,
          #494bdf 91.78%,
          #eb8ee1 167.47%,
          #ff7e75 229.19%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* 图片 */


    .cbcn-navigation-img1 {
      width: 65.7724em;
      height: 13.6em;
      position: absolute;
      left: -2.9em;
      bottom: 2.75em;
      transform-origin: center;
    }

    .cbcn-navigation-img2content {
      width: 10.09995em;
      height: 9.35845em;
      top: 2.42em;
      right: 3.7em;
      transition: all 0.3s;
      position: absolute;
      z-index: 10;
      opacity: 1;
    }

    .cbcn-navigation-img3content {
      width: 18.85em;
      height: 10.9em;
      top: 1.8em;
      right: 0;
      transition: all 0.3s;
      position: absolute;
      z-index: 10;
      opacity: 1;
    }

    .cbcn-navigation-img4content {
      width: 15.5em;
      height: 9em;
      top: 3.1em;
      right: 0;
      transition: all 0.3s;
      position: absolute;
      z-index: 10;
      opacity: 1;
    }

    .cbcn-navigation-img5content {
      width: 18.3em;
      height: 10.55em;
      top: 1.8em;
      right: 1.8em;
      transition: all 0.3s;
      position: absolute;
      z-index: 10;
      opacity: 1;
    }

    .cbcn-navigation-img1 img {
      transform-origin: center;
    }

    .cbcn-navigation-img2 {
      width: 105%;
      height: 105%;
    }

    .cbcn-navigation-img3 {
      width: 105%;
      height: 105%;
      z-index: 10;
      /* position: relative; */
    }

    .cbcn-navigation-img4 {
      width: 105%;
      height: 105%;
      z-index: 10;
    }

    .cbcn-navigation-img5 {
      width: 105%;
      height: 105%;
    }

    .cbcn-styleColor-centent {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .cbcn-navigation-section .cbcn-hg2 {
      font-size: 2.85em !important;
      font-weight: 700 !important;
    }

    .cbcn-navigation-section .cbcn-hg3 {
      font-size: 2.1em !important;
      font-weight: 600 !important;
    }

    .cbcn-navigation-section .cbcn-hg6 {
      font-size: 1.2em !important;
      font-weight: 600 !important;
    }

    .cbcn-navigation-section .cbcn-sh {
      font-size: 1.4em !important;
      font-weight: 800 !important;
    }


  }

  /* appearance */
  @media screen {
    .cbcn-appearance-section {
      width: 100%;
      height: 100vh;
    }

    .cbcn-appearance-video {
      overflow: hidden;
      width: 100%;
      height: 100vh;
    }
  }

  /* color */
  @media screen {
    .cbcn-color-btn-color {
      width: 32px;
      height: 32px;
    }

    .cbcn-color-btn-color {
      width: 32px;
      height: 32px;
    }

    .cbcn-color-swiper {
      margin-top: 7.5em;
      width: 100%;
      height: 29.05em;
    }

    .cbcn-color-btnListDiv {
      bottom: calc(31.55em + 120px);
      width: fit-content;
    }

    .cbcn-color-btnList {
      display: inline-flex !important;
      width: auto;
      padding: 0.5em;
      align-items: center;
      gap: 0.5em;
      border-radius: 2.5em;
      background: var(--background-background-A-state-2, rgba(0, 0, 0, 0.05));
    }

    .cbcn-color-btn {
      width: 2em;
      height: 2em;
      cursor: pointer;
      position: relative;
    }

    .cbcn-color-btn svg {
      width: 2em;
      height: 2em;
    }

    .cbcn-color-circle {
      fill: none;
      stroke-width: 2.5px;
      stroke-dasharray: 125.6px;
      stroke-dashoffset: 125.6px;
    }

    .cbcn-color-btn.index1 .cbcn-color-circle {
      stroke: #788bb9ed;
    }

    .cbcn-color-btn.index2 .cbcn-color-circle {
      stroke: #ffb4da;
    }

    .cbcn-color-btn.index3 .cbcn-color-circle {
      stroke: #898888;
    }

    .cbcn-color-btn.active .cbcn-color-circle {
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 3s ease-out;
    }

    .cbcn-color-h1 {
      height: 80px;
      width: 814px;
      position: relative;
      margin: 0 auto;
    }

    .cbcn-color-h1>.cbcn-h1 {
      opacity: 0;
      transition: all 0.3s;
      width: 100%;
      top: 0;
    }

    .cbcn-color-h1>.cbcn-h1.active {
      opacity: 1;
    }

    .cbcn-color-b1 {
      height: 62px;
      width: 814px;
      position: relative;
      margin: 0 auto;
      /* margin-top: 36px; */
    }

    .cbcn-color-b1>.cbcn-pc-b1 {
      opacity: 0;
      top: 0;
      transition: all 0.3s;
      width: 100%;
    }

    .cbcn-color-b1>.cbcn-pc-b1.active {
      opacity: 1;
    }

    .cbcn-color-h1 .cbcn-pc-h1 {
      width: fit-content;
      text-wrap: nowrap !important;
    }

    .cbcn-color-h1 .cbcn-h1.index1 {
      background: linear-gradient(92deg,
          #75b4ff 58.07%,
          #8f91ff 76.6%,
          #eb8ee1 93.62%,
          #ff7e75 107.5%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-h1.index1 span {
      background: rgba(0, 0, 0, 0.93);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }



    .cbcn-color-h1 .cbcn-h1.index2 {
      background: linear-gradient(93deg, #75B4FF -8.81%, #8F91FF 20.85%, #EB8EE1 48.1%, #FF7E75 70.32%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-h1.index2 span {
      background: rgba(0, 0, 0, 0.93);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-h1.index3 {
      background: linear-gradient(90deg, #696C78 43.67%, #42434A 82.43%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-h1.index3 span {
      background: #000000e6;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-color-h1 .cbcn-h1.index1 {
      width: 100%;
    }

    .cbcn-color-h1 .cbcn-h1.index2 {
      width: 100%;
    }

    .cbcn-color-h1 .cbcn-h1.index3 {
      width: 100%;
    }

  }

  /* slim */
  @media screen {
    .cbcn-slim-txt {
      width: 980px;
      margin-bottom: 30.2em;
    }

    .cbcn-slim-txt .cbcn-title {
      width: 800px;
    }

    .cbcn-slim-img {
      width: 75.55em;
      height: 42.5em;
      bottom: -2em;
      position: absolute;
      right: 0;
    }
  }

  /* transparent */
  @media screen {
    .cbcn-transparent-txt {
      margin-bottom: 30.05em;
    }

    .cbcn-transparent-img {
      width: 56.5em;
      height: 31.8em;
      bottom: 0;
    }
  }


  /* entertainment */
  @media screen {
    .cbcn-entertainment-title {
      height: 40em;
      width: 100%;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }

    .cbcn-entertainment-title .cbcn-title {
      overflow: hidden;
      height: 12.55em;
      position: relative;
    }

    .cbcn-entertainment-mask {
      width: 9.1em;
      height: 29.69005em;
      transform: rotate(30deg);
      background: #FFF;
      filter: blur(70px);
      flex-shrink: 0;
      position: absolute;
      bottom: -6em;
      left: -125em;
    }

    .cbcn-entertainment-mask.active {
      left: 125em;
      transition: all 3s;
    }

    .cbcn-entertainment-topcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      top: -27em;
      background: radial-gradient(77.61% 44.01% at 50.78% 30.11%,
          #8bc0ff 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-entertainment-bottomcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      bottom: -28em;
      transform: rotate(180deg);
      background: radial-gradient(72.37% 41.03% at 50.78% 33.09%,
          #f8a7c3 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-entertainment-topcolor.active {
      opacity: 1;
      transition: all 1s;
    }

    .cbcn-entertainment-bottomcolor.active {
      opacity: 1;
      transition: all 1s;
    }
  }

  /* chip */
  @media screen {
    .cbcn-chip-styleColor1 {
      width: 100%;
      background: linear-gradient(85deg, #75B4FF 13.62%, #8F91FF 199.16%, #EB8EE1 369.65%, #FF7E75 508.67%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-styleColor2 {
      background: linear-gradient(85deg, #75B4FF -228.69%, #8F91FF 47.66%, #EB8EE1 301.6%, #FF7E75 508.67%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-styleColor3 {
      background: linear-gradient(85deg, #75B4FF -86.98%, #8F91FF -20.92%, #EB8EE1 39.79%, #FF7E75 89.3%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-chip-title {
      width: 980px;
    }

    .cbcn-chip-img {
      width: 53.33335em;
      height: 30em;
    }

    .cbcn-chip-param {
      width: 51.3em;
      height: 4.1em;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 3em;
    }

    .cbcn-chip-param .cbcn-param {
      text-align: center;
      /* width: 179px; */
      height: 54px;
      position: relative;
    }

    .cbcn-chip-param .cbcn-b2 {
      text-wrap: nowrap;
      white-space: nowrap;
    }

    .cbcn-chip-param1 {
      width: 9.55em;
    }

    .cbcn-chip-param2 {

      width: 6em;
    }

    .cbcn-chip-param3 {
      width: 24.2em;

    }

    .cbcn-chip-param4 {
      width: 5.25em;
    }

    /* .cbcn-param:nth-child(1) p svg {
      position: absolute;
      width: 0.45em;
      height: 0.575em;
      right: 0.9em;
      top: 0.2em;
    }

    .cbcn-param:nth-child(2) p svg {
      position: absolute;
      width: 0.45em;
      height: 0.575em;
      right: 1.8em;
      top: 0.2em;
    }

    .cbcn-param:nth-child(3) p svg {
      position: absolute;
      width: 0.45em;
      height: 0.575em;
      right: 0.4em;
      top: 0.2em;
    } */

    .cbcn-chip-param .cbcn-hg3 {
      font-size: 2.1em !important;
      font-weight: 800 !important;
    }

    .cbcn-chip-param .cbcn-b2 {
      font-size: 0.95em !important;
      font-weight: 600;
    }

    .cbcn-chip-fps {
      width: 73em;
      height: 23.5em;
      display: flex;
      gap: 3em;
      margin-top: 4em;
    }

    .cbcn-chip-fpsitem {
      display: flex;
      width: 35em;
      height: 23.5em;
      padding: 1.6em 1.6em;
      flex-direction: column;
      align-items: flex-start;
      gap: 3em;
      border-radius: 1.5em;
      background: #f9f9fb;
      position: relative;
    }

    .cbcn-chip-fpsitem .cbcn-title {
      gap: 1em;
    }

    .cbcn-chip-pfsimgtxt {
      position: absolute;
      bottom: 18.4em;
    }

    .cbcn-chip-fpsimg {
      display: flex;
      width: 31.8em;
      flex-direction: column;
      align-items: center;
      gap: 7.95em;
      position: absolute;
      bottom: 1.6em;
    }

    .cbcn-chip-b6content {
      width: 10.2em;
    }

    .cbcn-chip-b6 {
      font-size: 0.48765em;
      font-style: normal;
      font-weight: 600;
      /* 150% */
    }

    .cbcn-chip-fpsimgtxt2 {
      position: absolute;
      width: 12.75em;
      text-align: center;
      top: 1.5em;
    }

    .cbcn-chip-fpsimgtxt2 .cbcn-title {
      gap: 0.5em;
    }

    .cbcn-chip-fps .cbcn-hg5 {
      font-size: 1.4em !important;
      font-weight: 800 !important;
    }

    .cbcn-chip-fps .cbcn-hg6 {
      font-size: 1.25em !important;
      font-weight: 700 !important;
    }

    .cbcn-chip-fps .cbcn-hg7 {
      font-size: 1.01595em !important;
      font-weight: 700 !important;
    }

    .cbcn-chip-fps .cbcn-b3 {
      font-size: 0.9em !important;
      font-weight: 600 !important;
    }

    .cbcn-chip-fps .cbcn-b5 {
      font-size: 0.6em !important;
      font-weight: 600 !important;
    }

    .cbcn-chip-svg {
      width: 0.3em;
      height: 0.375em;
      position: relative;
      top: -0.4em;
      left: -0.3em;
    }
  }

  /* extended */
  @media screen {
    .cbcn-extended-section {
      gap: 40px;
      background: var(--semantic-background-quaternary, #f9f9fb);
    }

    .cbcn-extended-img {
      border-radius: var(--semantic-corner-primary, 30px);
      background: var(--semantic-surface-quinary, #fff);
      overflow: hidden;
      width: 49em;
      height: 26em;
    }
  }

  /* smooth */
  @media screen {
    .cbcn-smooth-media {
      margin-top: 2em;
      width: 100%;
      height: 27.05em;
      position: relative;
    }

    .cbcn-smooth-txt {
      opacity: 0;
      margin-top: 2em;
      width: 100%;
      gap: -1.2em;
      align-items: center;
      text-align: center;
    }

    .cbcn-smooth-media.active .cbcn-smooth-txt {
      margin-top: 0;
      opacity: 1;
      transition: all 0.3s 0.5s;
    }

    .cbcn-smooth-icon1,
    .cbcn-smooth-icon10 {
      width: 4.25em;
      height: 4.25em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon2 {
      width: 6.55em;
      height: 6.55em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon3 {
      width: 5em;
      height: 5em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon4 {
      width: 4.5em;
      height: 4.5em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon5,
    .cbcn-smooth-icon8 {
      width: 4.75em;
      height: 4.75em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon6 {
      width: 8.4em;
      height: 8.25em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon7 {
      width: 7.5em;
      height: 7.5em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon9 {
      width: 3.95em;
      height: 3.95em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-icon11 {
      width: 6.5em;
      height: 6.5em;
      opacity: 0;
      margin: 0;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon1 {
      margin-top: -60px;
      margin-left: -450px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon2 {
      margin-top: -190.5px;
      margin-left: -292.5px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon3 {
      margin-top: -148px;
      margin-left: -126px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon4 {
      margin-top: -194px;
      margin-left: 93px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon5 {
      margin-top: -118.5px;
      margin-left: 186.5px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon6 {
      margin-top: -121.5px;
      margin-left: 358px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon7 {
      margin-top: 187px;
      margin-left: -319.25px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon8 {
      margin-top: 154.5px;
      margin-left: -136.5px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon9 {
      margin-top: 197.5px;
      margin-left: 18.5px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon10 {
      margin-top: 165.5px;
      margin-left: 132.5px;
      opacity: 1;
      transition: all 0.5s;
    }

    .cbcn-smooth-media.active .cbcn-smooth-icon11 {
      margin-top: 164.5px;
      margin-left: 313.5px;
      opacity: 1;
      transition: all 0.5s;
    }
  }

  /* display */
  @media screen {
    .cbcn-display-box {
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
    }

    .cbcn-display-section .cbcn-pc-safeRow:nth-child(1) {
      margin-bottom: 80px;
    }

    .cbcn-display-img {
      top: 4em;
      height: 30em;
      width: 63.9em;
      transform: translate(-50%, 00%) scale(1);
      position: relative;
      z-index: 1;
    }

    .cbcn-display-param {
      justify-content: space-between;
      gap: 36px;
      background: linear-gradient(90deg,
          #75b4ff 2.57%,
          #8f91ff 39.02%,
          #eb8ee1 72.52%,
          #ff7e75 99.84%);
      background-clip: text;
      margin-top: calc(-100vh + 38em);
      -webkit-background-clip: text;
    }

    .cbcn-display-param .cbcn-param .grey2 {
      background: white;

    }

    .cbcn-display-safeRow {
      top: -20px;
    }

    .cbcn-display-param>.cbcn-param {
      width: 298px;
    }

    .cbcn-display-param .clip {
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-display-param .grey {
      position: relative;
    }

    .cbcn-display-icon1 {
      width: 213px;
      height: 54px;
    }

    .cbcn-display-icon2 {
      width: 223px;
      height: 86px;
    }
  }

  /* speaker */
  @media screen {
    .cbcn-speaker-section {
      padding: 160px 0 80px 0;
    }

    .cbcn-speaker-imgDiv {
      margin-top: 60px;
      width: 100%;
      height: 382px;
      position: relative;
    }

    .cbcn-speaker-img {
      height: 298px;
      width: 629.504px;
      z-index: 10;
    }

    .cbcn-speaker-round {
      width: 215px;
      height: 382px;
      right: calc(50% + 330px);
      z-index: 9;
    }

    .cbcn-speaker-round div {
      width: 21px;
      height: 112px;
      border-radius: 50%;
      background: radial-gradient(384.14% 295.91% at 122.92% 50%,
          rgba(197, 223, 255, 0) 0.67%,
          #c5dfff 95.42%);
      opacity: 0;
      right: 0;
      transform-origin: center center;
    }

    .cbcn-speaker-round.right {
      right: auto;
      left: calc(50% + 330px);
      transform: translateY(-50%) rotate(-180deg);
    }

    .cbcn-speaker-round div:nth-of-type(1) {
      animation: speakerScale 3s 0s infinite;
    }

    .cbcn-speaker-round div:nth-of-type(2) {
      animation: speakerScale 3s 0.3s infinite;
    }

    .cbcn-speaker-round div:nth-of-type(3) {
      animation: speakerScale 3s 0.6s infinite;
    }

    .cbcn-speaker-round div:nth-of-type(4) {
      animation: speakerScale 3s 0.9s infinite;
    }

    .cbcn-speaker-round div:nth-of-type(5) {
      animation: speakerScale 3s 1.2s infinite;
    }

    .cbcn-speaker-round div:nth-of-type(6) {
      animation: speakerScale 3s 1.5s infinite;
    }

    @keyframes speakerScale {
      0% {
        opacity: 1;
        right: -20%;
        width: 0em;
        height: 0em;
      }

      75% {
        opacity: 0;
        right: 180px;
        width: 134px;
        height: 500px;
      }

      100% {
        opacity: 0;
        right: -20%;
        width: 0em;
        height: 0em;
      }
    }
  }

  /* battery */
  @media screen {
    .cbcn-battery-section {
      padding: 200px 0;
    }

    .cbcn-battery-title {
      width: 980px;
      height: 321px;
    }

    .cbcn-battery-imgBox {
      margin-top: 3em;
      width: 100%;
      position: relative;
      width: 96em;
      height: 27.95em;
    }

    .cbcn-battery-txtBox {
      top: 0.3em;
    }

    .cbcn-battery-title1 {
      width: 31.4407em;
      height: 11.6em;
      opacity: 0;
      transform: translateX(-50%);
    }

    .cbcn-battery-title2 {
      width: 21em;
      height: 7.5em;
      opacity: 0;
      transform: translateY(2.4em) translateX(15em);
    }

    .cbcn-battery-section.active .cbcn-battery-title1 {
      animation: batteryAnimation 1.5s 3s linear forwards;
    }

    /* .cbcn-battery-section.active .cbcn-battery-title2 {
      animation: batteryAnimation1 0.3s 3s linear forwards;
    } */

    @keyframes batteryAnimation {
      0% {
        opacity: 0;
      }

      50% {
        opacity: 1;
      }

      75% {
        width: 54.5em;
        height: 10.7em;
        opacity: 1;
        transform: translateY(-0.4em) translateX(-50%);
      }

      100% {
        width: 54.5em;
        height: 10.7em;
        opacity: 1;
        transform: translateY(-0.4em) translateX(-50%);
      }
    }

    @keyframes batteryAnimation1 {
      0% {
        opacity: 0;
        width: 21em;
        height: 7.5em;
        transform: translateY(3em) translateX(15em);
      }

      100% {
        width: 22.25em;
        height: 7.5em;
        opacity: 1;
        transform: translateY(3em) translateX(0.5em);
      }
    }

    .cbcn-battery-paramtitle {
      /* width: 370px; */
      height: 68px;
      border-radius: 999px;
      display: flex;
      padding: var(--primitives-spacing-16, 16px) var(--primitives-spacing-32, 32px);
      margin: var(--primitives-spacing-60, 60px) auto;
      justify-content: center;
      align-items: center;
      background: var(--semantic-surface-opacity-secondary, rgba(0, 0, 0, 0.12));
    }

    .cbcn-battery-paramcontent {
      display: flex;
      width: 960px;
      height: 278px;
      flex-wrap: wrap;
      gap: var(--primitives-spacing-60, 60px);
    }

    .cbcn-battery-param {
      display: flex;
      width: 960px;
      height: 102px;
      flex-direction: row;
      gap: var(--primitives-spacing-36, 36px);
    }

    .cbcn-battery-paramcontent .cbcn-hg3 {
      font-size: 42px !important;
      font-weight: 800 !important;
    }

    .cbcn-battery-param .cbcn-hg3 sup {
      position: static !important;
    }

    .cbcn-battery-param2 {
      display: flex;
      width: 960px;
      height: 102px;
      flex-direction: row;
      gap: var(--primitives-spacing-36, 36px);
      flex-wrap: wrap;
    }

    .cbcn-battery-param .cbcn-param {
      width: 295px;
      height: 102px;
      display: flex;
      border-top: 1px solid rgba(0, 0, 0, 0.46);
      flex-direction: column;
      padding-top: 30px;
    }

    .cbcn-battery-param2 .cbcn-param {
      width: 462px;
      height: 102px;
      display: flex;
      border-top: 1px solid rgba(0, 0, 0, 0.46);
      flex-direction: column;
      padding-top: 30px;
    }

    .cbcn-param1 {
      background: linear-gradient(93deg,
          #75b4ff 4.49%,
          #8f91ff 122.51%,
          #eb8ee1 230.96%,
          #ff7e75 319.39%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-param2 {
      background: linear-gradient(94deg,
          #75b4ff -81.16%,
          #8f91ff 8.8%,
          #eb8ee1 91.46%,
          #ff7e75 158.87%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-param3 {
      background: linear-gradient(94deg,
          #75b4ff -191.7%,
          #8f91ff -105.15%,
          #eb8ee1 -25.63%,
          #ff7e75 39.22%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-param4 {
      background: linear-gradient(92deg,
          #75b4ff 2.96%,
          #8f91ff 62.94%,
          #eb8ee1 118.05%,
          #ff7e75 162.99%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-param5 {
      background: linear-gradient(93deg,
          #75b4ff -108.32%,
          #8f91ff -51.73%,
          #eb8ee1 0.27%,
          #ff7e75 42.67%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* lasting */
  @media screen {
    .cbcn-lasting-section {
      gap: var(--primitives-spacing-60, 60px);
      padding: 100px 0 80px 0;
    }

    .cbcn-lasting-title {
      width: 980px;
      height: 289px;
    }

    .cbcn-lasting-titlecolor {
      background: linear-gradient(99deg, #75B4FF 46.24%, #8F91FF 58.22%, #EB8EE1 69.55%, #FF7E75 78.62%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-lasting-titlecolor span {
      background: rgba(0, 0, 0, 0.90);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-lasting-imgBox {
      width: 72em;
      height: 40.1em;
      overflow: hidden;
    }

    .cbcn-lasting-img {
      position: absolute;
      width: 72em;
      height: 40.1em;
    }

    .cbcn-lasting-img:nth-child(2) {
      opacity: 0;
      transition: all 0.4s;
    }

    .cbcn-lasting-img:nth-child(2).active {
      opacity: 1;
    }

    .cbcn-lasting-section .cbcn-param {
      width: 274px;
      height: auto;
    }

    .cbcn-lasting-section .cbcn-param:nth-child(2),
    .cbcn-lasting-section .cbcn-param:nth-child(5) {
      width: 340px;
    }

    .cbcn-lasting-paramtitle {
      width: 280px;
      height: 66px;
      border-radius: 999px;
      display: flex;
      padding: var(--primitives-spacing-16, 16px) var(--primitives-spacing-32, 32px);
      justify-content: center;
      align-items: center;
      background: var(--semantic-surface-opacity-secondary, rgba(0, 0, 0, 0.12));
    }
  }

  /* superLink */
  @media screen {

    .cbcn-superLink-section {
      background: #F9F9FB;
    }

    .cbcn-superLink-content {
      gap: 40px;
    }

    .cbcn-superLink-title {
      width: 980px;
    }

    .cbcn-superlink-video {
      margin-top: 20px;
      width: 100%;
      height: 483px;
    }

    .cbcn-superlink-img {
      height: 291px;
      width: 620px;
      z-index: 10;
    }

    .cbcn-superlink-video>picture {
      position: relative;
      z-index: 10;
    }

    .cbcn-superlink-radius {
      position: absolute;
      z-index: 9;
    }

    .cbcn-superlink-circle {
      border-radius: 50%;
      background: radial-gradient(70.84% 54.57% at 49.54% 50%,
          rgba(255, 255, 255, 0) 0.67%,
          #7ba7ff 100%);
      opacity: 0;
      position: absolute;
    }

    .cbcn-superlink-radius.index1 {
      width: 160.984px;
      height: 160.984px;
      left: 100px;
    }

    .cbcn-superlink-radius.index1 .cbcn-superlink-circle {
      width: 160.984px;
      height: 160.984px;
      left: 0;
      top: 0;
    }

    .cbcn-superlink-radius.index2 {
      width: 103.88px;
      height: 103.88px;
      top: 50px;
      left: 280px;
    }

    .cbcn-superlink-radius.index2 .cbcn-superlink-circle {
      width: 103.88px;
      height: 103.88px;
      left: 0;
      top: 0;
    }

    .cbcn-superlink-radius.index3 {
      width: 103.88px;
      height: 103.88px;
      bottom: 60px;
      left: 280px;
    }

    .cbcn-superlink-radius.index3 .cbcn-superlink-circle {
      width: 103.88px;
      height: 103.88px;
      left: 0;
      top: 0;
    }

    .cbcn-superlink-radius.index4 {
      width: 73.883px;
      height: 73.883px;
      top: 75px;
      right: 170px;
    }

    .cbcn-superlink-radius.index4 .cbcn-superlink-circle {
      width: 73.883px;
      height: 73.883px;
      left: 0;
      top: 0;
    }

    .cbcn-superlink-radius.index5 {
      width: 73.883px;
      height: 73.883px;
      bottom: 75px;
      right: 170px;
    }

    .cbcn-superlink-radius.index5 .cbcn-superlink-circle {
      width: 73.883px;
      height: 73.883px;
      left: 0;
      top: 0;
    }

    .cbcn-superlink-circle:nth-child(1) {
      animation: superlink 2.4s linear 0s infinite;
    }

    .cbcn-superlink-circle:nth-child(2) {
      animation: superlink 2.4s linear 0.6s infinite;
    }

    .cbcn-superlink-circle:nth-child(3) {
      animation: superlink 2.4s linear 1.2s infinite;
    }

    .cbcn-superlink-circle:nth-child(4) {
      animation: superlink 2.4s linear 1.8s infinite;
    }

    @keyframes superlink {
      from {
        opacity: 1;
        transform: scale(0);
      }

      to {
        opacity: 0;
        transform: scale(2);
      }
    }
  }

  /* game */
  @media screen {
    .cbcn-game-section {
      gap: 60px;
    }

    .cbcn-game-title {
      width: 980px;
    }

    .cbcn-game-img {
      width: 852px;
      height: 400px;
    }

    .cbcn-game-parm {
      display: flex;
      width: 80em;
      height: 13.95em;
      align-items: center;
      gap: 0.8em;
    }

    .cbcn-game-parm .cbcn-parm {
      display: flex;
      height: 13.95em;
      width: 26.13em;
      padding: 1.8em;
      flex-direction: column;
      align-items: flex-end;
      gap: 1.6em;
      border-radius: 1.5em;
      background: rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .cbcn-game-parm .cbcn-game-parmimg {
      width: 2.4em;
      height: 2.4em;
      position: absolute;
      right: 1.79995em;
      bottom: 1.77735em;
    }

    .cbcn-game-parmtitle {
      padding-right: 1.3em;
      gap: 0.8em;
    }

    .cbcn-game-parmtitle sup {
      position: static !important;
    }

    .cbcn-game-parm .cbcn-hg5 {
      font-size: 1.4em !important;
      font-weight: 800 !important;
    }

    .cbcn-game-parm .cbcn-b3 {
      font-size: 0.85em !important;
      font-weight: 600 !important;
    }
  }

  /* photography */
  @media screen {
    .cbcn-photography-title {
      height: 40em;
      width: 100%;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }

    .cbcn-photography-title .cbcn-title {
      overflow: hidden;
      height: 13.55em;
      position: relative;
    }

    .cbcn-photography-titletext {
      text-align: center;
      font-family: 'vivo Sans Global2';
      font-size: 8.85em;
      font-style: normal;
      font-weight: 800;
      height: 13.55em;
    }

    .cbcn-photography-mask {
      width: 9.1em;
      height: 29.69005em;
      transform: rotate(30deg);
      background: #FFF;
      filter: blur(70px);
      flex-shrink: 0;
      position: absolute;
      bottom: -6em;
      left: -125em;
    }

    .cbcn-photography-mask.active {
      left: 125em;
      transition: all 4s;
    }

    .cbcn-photography-topcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      top: -27em;
      background: radial-gradient(77.61% 44.01% at 50.78% 30.11%,
          #8bc0ff 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-photography-bottomcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      bottom: -28em;
      transform: rotate(180deg);
      background: radial-gradient(72.37% 41.03% at 50.78% 33.09%,
          #f8a7c3 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-photography-topcolor.active {
      opacity: 1;
      transition: all 1s;
    }

    .cbcn-photography-bottomcolor.active {
      opacity: 1;
      transition: all 1s;
    }
  }

  /* camera */
  @media screen {
    .cbcn-camera-section {
      background: linear-gradient(179deg, rgba(255, 255, 255, 0.00) 55.36%, #C5DFFF 129.03%), #FFF;
    }

    .cbcn-camera-wrapper {
      margin: 60px auto 0;
      width: 980px;
      height: 780px;
      position: relative;
    }

    .cbcn-camera-img1 {
      position: absolute;
      top: -10.95px;
      right: -29.71px;
      width: 614.978px;
      height: 901.47px;
      z-index: 2;
      transition: all 1s ease;
    }

    .cbcn-camera-wrapper.active .cbcn-camera-img1 {
      width: 395.203px;
      height: 579.96px;
      top: 200.04px;
      right: 243.32px;

    }

    .cbcn-camera-img2 {
      position: absolute;
      top: 230.95px;
      left: -24.02px;
      width: 615px;
      height: 1143.02px;
      z-index: 1;
      transition: all 1s ease;

    }

    .cbcn-camera-wrapper.active .cbcn-camera-img2 {
      width: 395px;
      height: 733px;
      top: 47px;
      left: 244px;
    }

    .cbcn-camera-wrapper .cbcn-styleColor1 sup {
      background-color: #0000007f !important;
      font-size: 0.3em !important;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-camera-param1 {
      position: absolute;
      top: 120px;
      left: 3px;
      z-index: 3;
      width: 211px;
      padding-top: 24px;
      opacity: 0;
    }

    .cbcn-camera-param2 {
      position: absolute;
      top: 383px;
      left: -2px;
      z-index: 3;
      width: 211px;
      padding-top: 24px;
      opacity: 0;
    }

    .cbcn-camera-param3 {
      position: absolute;
      top: 83px;
      right: 1px;
      z-index: 3;
      width: 211px;
      padding-top: 24px;
      opacity: 0;
    }

    .cbcn-camera-param4 {
      position: absolute;
      top: 356px;
      right: 10px;
      z-index: 3;
      width: fit-content;
      padding-top: 59px;
      opacity: 0;
    }

    .cbcn-camera-param4 .cbcn-camera-paramitem {
      width: 10em;
    }

    .cbcn-camera-paramitem .cbcn-styleColor1 {
      width: 100%;
      background: linear-gradient(90deg, #75B4FF 2.34%, #8F91FF 23.12%, #EB8EE1 42.22%, #FF7E75 57.8%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-camera-param2 .cbcn-styleColor1 {
      width: 100%;
      background: linear-gradient(90deg, #75B4FF 2.27%, #8F91FF 18.65%, #EB8EE1 33.7%, #FF7E75 45.98%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-camera-param3 .cbcn-styleColor1 {
      width: 100%;
      background: linear-gradient(91deg, #75B4FF 3.22%, #8F91FF 19.57%, #EB8EE1 34.6%, #FF7E75 46.85%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-camera-param4 .cbcn-styleColor1 {
      width: 100%;
      background: linear-gradient(84deg, #75B4FF 6.58%, #8F91FF 31.45%, #EB8EE1 54.3%, #FF7E75 72.94%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


    .cbcn-camera-wrapper.active .cbcn-camera-param1,
    .cbcn-camera-wrapper.active .cbcn-camera-param2,
    .cbcn-camera-wrapper.active .cbcn-camera-param3,
    .cbcn-camera-wrapper.active .cbcn-camera-param4 {
      opacity: 1;
      transition: all 0.25s 0.5s;
    }

    .cbcn-camera-param1 .cbcn-camera-paramitem {
      position: relative;
      top: 20px;
    }

    .cbcn-camera-param1 .cbcn-camera-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 432px;
      height: 166px;
      stroke-dasharray: 600px;
      stroke-dashoffset: -600px;
    }

    .cbcn-camera-param2 .cbcn-camera-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 426px;
      height: 1px;
      stroke-dasharray: 426px;
      stroke-dashoffset: 426px;
    }

    .cbcn-camera-param3 .cbcn-camera-line {
      position: absolute;
      top: 0;
      right: 0;
      width: 534px;
      height: 1px;
      stroke-dasharray: 534px;
      stroke-dashoffset: -534px;
    }

    .cbcn-camera-param4 .cbcn-camera-line {
      position: absolute;
      top: 5px;
      right: 0;
      width: 444px;
      height: 34px;
      stroke-dasharray: 500px;
      stroke-dashoffset: -500px;
    }

    .cbcn-camera-param .cbcn-b2 {
      padding-top: 10px;
      font-size: 0.6em !important;
      font-weight: 500 !important;
    }

    .cbcn-camera-wrapper.active .cbcn-camera-param1 .cbcn-camera-line,
    .cbcn-camera-wrapper.active .cbcn-camera-param2 .cbcn-camera-line,
    .cbcn-camera-wrapper.active .cbcn-camera-param3 .cbcn-camera-line,
    .cbcn-camera-wrapper.active .cbcn-camera-param4 .cbcn-camera-line {
      stroke-dashoffset: 0px;
      transition: all 0.5s 0.5s;
    }
  }


  /* lens */
  @media screen {
    .cbcn-lens-section {
      gap: var(--primitives-spacing-68, 68px);
    }

    .cbcn-lens-imgBox {
      width: 980px;
      height: 807px;
      position: relative;
      display: flex;
      flex-direction: column;
      gap: var(--primitives-spacing-32, 32px);
      align-items: end;
    }

    .cbcn-lens-imgBox .cbcn-lens-img {
      width: 980px;
      height: 735px;
      overflow: hidden;
      border-radius: 30px;
      opacity: 0.5;
      transition: all 0.3s;
    }

    .swiper-slide-active.cbcn-lens-img {
      opacity: 1;
    }

    .cbcn-lens-icon {
      height: 40px;
      width: 96px;
      display: flex;
      right: 0;
      flex-direction: row;
      cursor: pointer;
    }

    .cbcn-lens-iconimg {
      width: 40px;
      height: 40px;
    }

    .cbcn-switchBtn-left {
      transform: rotate(180deg);
    }

    .disabled {
      opacity: 0.3;
    }
  }

  /* auralight */
  @media screen {
    .cbcn-auralight-safe {
      --auralight-title: 566px;
      width: calc(var(--auralight-title) + 33.55em);
      height: 37.45em;
      bottom: 0;
    }

    .cbcn-auralight-imgBox {
      width: 30.15em;
      height: 64.5em;
      position: absolute;
      /* right: 9.5em; */
      right: 0;
      top: 0em;
      z-index: 11;
    }

    .cbcn-auralight-phone {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10;
      /* opacity: 0; */
    }

    .cbcn-auralight-circle {
      width: 4.8em;
      height: 4.8em;
      position: absolute;
      top: 7.9em;
      left: 12.2em;
      z-index: 11;
      opacity: 1;
    }

    .cbcn-auralight-titleBox {
      position: absolute;
      left: 0;
      /* 文本高度加上线的剩余高度 */
      height: calc(46px + 10em);
      /* 文本宽度加上线的剩余宽度 */
      width: calc(var(--auralight-title) + 18.05em);
      z-index: 12;
      top: 12em;
      border-bottom: 1px solid #999;
      border-right: 1px solid #999;
      /* opacity: 0; */
    }

    .cbcn-auralight-position {
      position: absolute;
      left: 0em;
      /* 小语种注意只需要调整这个的高度 */
      bottom: 0.6em;
    }

    .cbcn-auralight-title {
      width: var(--auralight-title);
    }

    .cbcn-auralight-param {
      margin-top: 2.95em;
    }

    .cbcn-auralight-param {
      color: #fff;
    }
  }

  /* portrait */
  @media screen {
    .cbcn-portrait-section {
      gap: 64px;
    }

    .cbcn-portrait-title {
      width: 836px;
    }

    .cbcn-portrait-option {
      height: 41px;
      position: relative;
      /* border-bottom: 2px solid rgba(255, 255, 255, 0.15); */
    }

    .cbcn-portrait-option::after {
      position: absolute;
      content: '';
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.15);
      bottom: 0px;
    }

    .cbcn-portrait-cool {
      opacity: 0.4;
      position: relative;
      cursor: pointer;
      /* transition: all 0.3s; */
      width: 4em;
      text-align: center;
      background: white;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-portrait-warm {
      opacity: 0.4;
      position: relative;
      cursor: pointer;
      /* transition: all 0.3s; */
      width: 4em;
      text-align: center;
      background: white;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

    }

    .cbcn-portrait-cool.active {
      background: var(--new, linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 1;
    }

    .cbcn-portrait-warm.active {
      background: var(--new, linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 1;
    }

    .cbcn-portrait-cool::after {
      position: absolute;
      content: '';
      height: 2px;
      width: 0;
      background-color: rgba(255, 255, 255, 0);
      bottom: 0px;
      /* transition: all 0.3s; */
      left: 0;
    }

    .cbcn-portrait-warm::after {
      position: absolute;
      content: '';
      height: 2px;
      width: 0;
      background-color: rgba(255, 255, 255, 0);
      bottom: 0px;
      /* transition: all 0.3s; */
      right: 0;
    }

    .cbcn-portrait-cool.active::after {
      width: 100%;
      background: var(--new, linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%));

    }

    .cbcn-portrait-warm.active::after {
      width: 100%;
      background: var(--new, linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%));
    }

    .cbcn-portrait-imgBox {
      width: 980px;
      height: 580px;
    }

    .swiper-portrait-list {
      position: absolute;
      width: 980px;
      height: 580px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: var(--primitives-spacing-36, 36px);
      align-self: stretch;
      top: 0;
      opacity: 0;
      transition: all 0.3s;
    }

    .swiper-portrait-list.active {
      opacity: 1;
    }

    .cbcn-portrait-img {
      width: 420px;
      height: 560px;
      border-radius: var(--semantic-corner-secondary, 0);
      overflow: hidden;
      position: relative;
    }

    .cbcn-portrait-img:nth-child(n)::after {
      content: 'AÇIK';
      box-sizing: border-box;
      position: absolute;
      display: flex;
      width: 90px;
      padding: var(--component-label-on-surface---1-padding---y, 8px) var(--component-label-on-surface---1-padding---x, 16px);
      justify-content: center;
      align-items: flex-end;
      right: 20px;
      bottom: 20px;
      border-radius: 999px;
      background: var(--semantic-surface-quinary, #fff);
      color: rgba(0, 0, 0, 0.90);
      /* body 2 二级正文 */
      font-family: var(--semantic-font-family-body, 'vivo Sans Global2');
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      /* 147.368% */
    }

    .cbcn-portrait-img:nth-child(2n)::after {
      content: 'KAPALI';
      box-sizing: border-box;
      position: absolute;
      display: flex;
      width: 90px;
      padding: var(--component-label-on-surface---1-padding---y, 8px) var(--component-label-on-surface---1-padding---x, 16px);
      justify-content: center;
      align-items: flex-end;
      right: 20px;
      bottom: 20px;
      border-radius: 999px;
      background: var(--semantic-surface-quinary, #fff);
      color: var(--component-label-on-surface-text---default, rgba(0, 0, 0, 0.93));
      /* body 2 二级正文 */
      font-family: var(--semantic-font-family-body, 'vivo Sans Global2');
      font-size: var(--semantic-font-size-body-2, 19px);
      font-style: normal;
      font-weight: 600;
      /* 147.368% */
    }
  }

  /* fourvideo */
  @media screen {
    .cbcn-fourvideo-section {
      padding: 160px 0;
    }

    .cbcn-fourvideo-box {
      position: relative;
      height: 100%;
      width: 100%;
    }

    .cbcn-fourvideo-phone {
      width: 49.5em;
      height: 23.25em;
    }

    .cbcn-fourvideo-video {
      height: 98%;
      width: 98%;
      border-radius: 3em;
      overflow: hidden;
      z-index: 8;
      transition: none !important;
      object-fit: cover;
      opacity: 0;
    }

    .cbcn-fourvideo-video.active {
      opacity: 1;
    }

    .cbcn-fourvideo-img {
      position: relative;
      z-index: 9;
    }

    .cbcn-fourvideo-img .active {
      opacity: 0;
    }

    .cbcn-fourvideo-mask {
      width: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.60);
      top: 0;
      z-index: 1;
      pointer-events: none;
    }


    .cbcn-fourvideo-boxtxt {
      opacity: 0;
      z-index: 10;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .cbcn-fourvideo-boxtxt p {
      position: relative;
      z-index: 9;
    }

    .cbcn-fourvideo-boxtxt3 {
      padding-top: 31.2em;
    }

    .cbcn-fourvideo-boxtxt .cbcn-h1::before {
      content: '';
      width: 120vw;
      height: 120vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.60);
      z-index: -1;

    }

    .cbcn-fourvideo-boxtxt .cbcn-h1 {
      z-index: 9;
      position: relative;
    }

    .cbcn-fourvideo-listbtn.active {
      background: linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-fourvideo-front {
      position: relative;
      cursor: pointer;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-rear {
      position: relative;
      cursor: pointer;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-front.active {
      opacity: 1;
    }

    .cbcn-fourvideo-rear.active {
      opacity: 1;
    }

    .cbcn-fourvideo-front::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0);
      border-radius: 9px;
      bottom: 0px;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-rear::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0);
      bottom: 0px;
      transition: all 0.3s;
    }

    .cbcn-fourvideo-front.active::after {
      background-color: #fff;
    }

    .cbcn-fourvideo-rear.active::after {
      background-color: #fff;
    }

    .cbcn-fourvideo-btnList {
      position: relative;
      height: 41px;
      gap: 3em;
    }

    .cbcn-fourvideo-btnList::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background: rgba(0, 0, 0, 0.15);
      bottom: 0px;
    }

    .cbcn-fourvideo-rear.active::after,
    .cbcn-fourvideo-front.active::after {
      background: linear-gradient(90deg, #75B4FF 2.57%, #8F91FF 39.02%, #EB8EE1 72.52%, #FF7E75 99.84%);
    }
  }

  /* aiseason */
  @media screen {
    .cbcn-aiseason-content {
      justify-content: space-between;
    }

    .cbcn-aiseason-txt {
      width: 480px;
      justify-content: center;
    }

    .cbcn-aiseason-img {
      width: 485px;
      height: 647px;
      border-radius: 30px;
      overflow: hidden;
      position: relative;
    }

    .cbcn-aiseason-img>picture {
      width: 100%;
      height: 100%;
      opacity: 0;
      animation: aiseasonChange 4.5s ease infinite;
    }

    .cbcn-aiseason-btn {
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.30);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 20px;
      right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      /* opacity: 0; */
      /* animation: aiseasonChange 4s steps(1) infinite; */
    }

    .cbcn-aiseason-img>picture:nth-child(1) {
      z-index: 4;
      animation-delay: 0s;
    }

    .cbcn-aiseason-img>picture:nth-child(2) {
      z-index: 3;
      animation-delay: 1s;
    }

    .cbcn-aiseason-img>picture:nth-child(3) {
      z-index: 2;
      animation-delay: 2s;
    }

    .cbcn-aiseason-img>picture:nth-child(4) {
      z-index: 1;
      animation-delay: 3s;
    }

    .cbcn-aiseason-txt .cbcn-b1 {
      width: 23.8em;
    }

    @keyframes aiseasonChange {
      0% {
        opacity: 0;
      }

      10% {
        opacity: 1;
      }

      40% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }

      100% {
        opacity: 0;
      }

    }
  }

  /* ultraWide */
  @media screen {
    .cbcn-ultraWide-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3.2em;
    }

    .cbcn-ultraWide-img {
      width: 96em;
      height: 54em;
    }
  }

  /* aiimage2 */
  @media screen {
    .cbcn-section.cbcn-aiimage2-section {
      background: #f5f5f5;
      padding: 200px 0;
    }

    .cbcn-aiimage2-content {
      width: 49em;
      height: 26.95em;
      border-radius: 1.5em;
      background-color: #fff;
      overflow: hidden;
    }

    .cbcn-aiimage2-leftDiv {
      overflow: hidden;
      width: 24.5em;
      height: 100%;
      border-radius: 1.5em 0 0 1.5em;
      background-color: #fff;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .cbcn-aiimage2-icon {
      margin: auto;
      width: 3.25em;
      height: 3em;
      object-fit: contain;
    }

    .cbcn-aiimage2-title sup {
      position: static !important;
    }

    .cbcn-aiimage2-title {
      padding: 0 40px 0 50px;
      padding-top: 0.6em;
      display: none;
      height: 10em;
    }

    .cbcn-aiimage2-title .cbcn-stylecolor1 {
      padding-bottom: 1em;
    }

    .cbcn-aiimage2-title.active {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .cbcn-aiimage2-videoBtn-list {
      align-items: flex-end;
      justify-content: center;
    }

    .cbcn-aiimage2-swiperbg {
      position: absolute;
      top: 6.61em;
      left: 50%;
      width: 38.3em;
      height: 42.25em;
      z-index: 100;
    }

    .cbcn-aiimage2-swiper {
      position: absolute;
      top: 7em;
      left: calc(50% + 3.8em);
      width: 16.2em;
      border-radius: 1.5em;
      overflow: hidden;
      z-index: 99;
      background: #000;
    }

    .cbcn-aiimage2-video {
      width: 16.2em;
      height: 35.6em;
      flex-shrink: 0;
    }

    .cbcn-aiimage2-img {
      height: 100%;
      position: relative;
      border-radius: 1em;
      overflow: hidden;
    }

    .cbcn-aiimage2-img video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .cbcn-aiimage2-img img {
      position: relative;
      z-index: 9;
    }

    .cbcn-aiimage2-videoBtnList {
      gap: 0.5em;
    }

    .cbcn-aiimage2-videoBtn-box {
      padding: 0 0.94em;
      height: 2.25em;
      gap: 0.5em;
      align-items: center;
      border-radius: 2.25em;
      overflow: hidden;
      background-color: #f0f0f0;
    }

    .cbcn-aiimage2-videoBtn {
      padding: 0.2em;
      cursor: pointer;
      position: relative;
      justify-content: center;
      align-items: center;
    }

    .cbcn-aiimage2-videoBtn::before {
      content: '';
      width: 0.425em;
      height: 0.425em;
      border-radius: 50%;
      background-color: #b3b3b3;
      overflow: hidden;
      transition: all 1s;
    }

    .cbcn-aiimage2-videoBtn::after {
      content: '';
      width: 0;
      height: calc(100% - 0.4em);
      background-color: #fff;
      position: absolute;
      left: 0.2em;
      top: 0.2em;
      border-radius: 5em;
      overflow: hidden;
    }

    .cbcn-aiimage2-videoBtn.active::before {
      width: 3em;
      border-radius: 5em;
    }

    .cbcn-aiimage2-videoBtn.progress::after {
      animation: videoBtn 10s linear forwards;
    }

    @keyframes videoBtn {
      0% {
        width: 0;
      }

      100% {
        width: calc(100% - 0.4em);
      }
    }

    .cbcn-aiimage2-titleDiv {
      height: 18em;
    }
  }

  /* instant */
  @media screen {
    .cbcn-instant-section {
      padding: var(--primitives-spacing-100, 100px) 0;
    }

    .cbcn-instant-width {
      width: 100%;
    }

    .cbcn-instant-img1 {
      width: 14.1em;
      height: 30.05em;

      z-index: 11;
      opacity: 1;
    }

    .cbcn-instant-img2 {
      width: 11.8em;
      height: 19.05em;
      margin-top: -3.5em;
      border-radius: 0.61em;
      overflow: hidden;
      z-index: 10;
    }

    .cbcn-instant-img3 {
      width: 18.8em;
      height: 30.05em;
      z-index: 10;
    }

    .cbcn-instant-img4 {
      width: 15.75em;
      height: 25.2em;
      z-index: 13;
      /* margin-left: -17em; */
      margin-left: -999em;
      opacity: 0;
    }

    .cbcn-instant-img4.active {
      animation: instant1 0.8s ease forwards;
      opacity: 1;
    }

    .cbcn-instant-img5 {
      width: 15.75em;
      height: 25.2em;
      z-index: 13;
      /* margin-left: 17em; */
      margin-left: 999em;
      opacity: 0;
    }

    .cbcn-instant-img5.active {
      animation: instant2 0.8s ease forwards;
      opacity: 1;
    }

    @keyframes instant1 {
      0% {
        margin-left: -999em;
      }

      80% {
        margin-left: -15.7em;
      }

      100% {
        margin-left: -16.5em;
      }
    }

    @keyframes instant2 {
      0% {
        margin-left: 999em;
      }

      80% {
        margin-left: 15.7em;
      }

      100% {
        margin-left: 16.5em;
      }
    }

    .cbcn-instant-box {
      height: 30.05em;
      width: 100%;
      position: relative;
      margin-top: 3em;
    }
  }

  /* filter */
  @media screen {
    .cbcn-filter-section {
      padding: 200px 0 120px;
    }

    .cbcn-filter-row {
      justify-content: space-between;
      align-items: center;
    }

    .cbcn-filter-txt {
      width: 466px;
    }

    .cbcn-filter-swiper {
      width: 466px;
      height: 700px;
    }

    .cbcn-filter-img {
      display: flex;
      width: 23.3em;
      height: 31em;
      overflow: hidden;
      border-radius: 1.5em;
    }
  }

  /* experience */
  @media screen {
    .cbcn-experience-title {
      height: 40em;
      width: 100%;
      justify-content: center;
      overflow: hidden;
      position: relative;
    }

    .cbcn-experience-title .cbcn-title {
      overflow: hidden;
      height: 12.55em;
      position: relative;
    }

    .cbcn-experience-mask {
      width: 9.1em;
      height: 29.69005em;
      transform: rotate(30deg);
      background: #FFF;
      filter: blur(70px);
      flex-shrink: 0;
      position: absolute;
      bottom: -6em;
      left: -125em;
    }

    .cbcn-experience-mask.active {
      left: 125em;
      transition: all 4s;
    }

    .cbcn-experience-topcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      top: -27em;
      background: radial-gradient(77.61% 44.01% at 50.78% 30.11%,
          #8bc0ff 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-experience-bottomcolor {
      position: absolute;
      width: 100%;
      height: 53.5em;
      bottom: -28em;
      transform: rotate(180deg);
      background: radial-gradient(72.37% 41.03% at 50.78% 33.09%,
          #f8a7c3 0%,
          rgba(255, 255, 255, 0) 100%);
      opacity: 0;
    }

    .cbcn-experience-topcolor.active {
      opacity: 1;
      transition: all 1s;
    }

    .cbcn-experience-bottomcolor.active {
      opacity: 1;
      transition: all 1s;
    }
  }

  /* gemini */
  @media screen {
    .cbcn-gemini-title {
      gap: 15px;
      align-items: center;
      /* transform: translateY(20vh); */
      position: relative;
      transition: all 2s;
      opacity: 1;
    }

    .cbcn-gemini-title.active {
      opacity: 1;
      transform: translateY(0em);
      transition: all 0.5s;
    }

    .cbcn-gemini-swiper {
      position: relative;
      z-index: 1;
      margin-top: 3em;
      width: 49em;
      height: 28.05em;
      border-radius: 1.5em;
      overflow: hidden;
    }

    .cbcn-gemini-btn {
      width: 1.8em;
      height: 1.8em;
      position: absolute;
      z-index: 99;
      right: 1em;
      bottom: 1em;
    }

    .cbcn-gemini-btn.active {
      animation: spin 1s;
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
  }

  /* call */
  @media screen {
    .cbcn-call-section {
      background: #f9f9fb;
    }

    .cbcn-call-item1 {
      /* 小语种注意 */
      height: 620px;
    }

    .cbcn-call-item2 {
      flex-direction: row-reverse;
      gap: 16px;
    }

    .cbcn-call-item2 .cbcn-call-img {
      margin-top: 1em;
      width: 29.35em;
      height: 20.5em;
    }

    /* 信息盒子 */
    .cbcn-call-info {
      background: #fff;
      padding: 32px 32px 0 32px;
      border-radius: 30px;
      align-items: center;
      width: 647px;
      position: relative;
    }

    .cbcn-call-icon {
      height: auto;
      width: 313px;
      padding: 60px 30px;
      border-radius: 30px;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(172deg,
          #75b4ff -24.56%,
          #8f91ff 33.64%,
          #eb8ee1 71.95%,
          #ff7e75 112.97%);
    }

    .cbcn-call-iconimg {
      height: 10em;
      width: 10em;
    }

    .cbcn-call-txt {
      color: var(--Text-2---69a, var(--semantic-text-secondary, rgba(0, 0, 0, 0.69)));
      font-family: 'vivo Sans Global2';
      font-size: 1.25em;
      font-style: normal;
      font-weight: 600;
    }

    /* 图标盒子 */
    .cbcn-call-icon {
      height: auto;
      width: 313px;
      padding: 60px 30px;
      border-radius: 30px;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(172deg,
          #75b4ff -24.56%,
          #8f91ff 33.64%,
          #eb8ee1 71.95%,
          #ff7e75 112.97%);
    }

    .cbcn-call-iconimg {
      height: 10em;
      width: 10em;
    }
  }

  /* features */
  @media screen {
    .cbcn-features-section.wt {
      padding-top: 90px;
      background: #f9f9fb;
    }

    .cbcn-features-item {
      height: auto;
      justify-content: space-between;
    }

    .cbcn-features-slide picture {
      position: relative;
      z-index: 10;
      background-color: #fff;
    }

    .cbcn-features-slide picture {
      position: relative;
      z-index: 10;
      background-color: #fff;
    }

    .cbcn-features-Center {
      position: absolute;
      top: 6px;
      left: 9px;
    }

    .cbcn-features-slide .cbcn-features-picture {
      width: 285px;
      height: 630px;
      overflow: hidden;
      border-radius: 0.75em;
      z-index: 9;
      position: absolute;
    }

    .cbcn-features-slide video {
      width: 285px;
      height: 630px;
      overflow: hidden;
      border-radius: 0.75em;
      z-index: 9;
      position: absolute;
    }

    /* 信息盒子 */
    .cbcn-features-info {
      background: #fff;
      padding: 50px 50px 0px 50px;
      border-radius: 30px;
      align-items: center;
      width: 32.35em;
      height: 33em;
      position: relative;
    }

    .cbcn-features-title .cbcn-title.index1 {
      opacity: 0;
      transition: all 0.3s;
    }

    .cbcn-features-title .cbcn-title.index2,
    .cbcn-features-title .cbcn-title.index3,
    .cbcn-features-title .cbcn-title.index4 {
      position: absolute;
      top: 0px;
      transition: all 0.3s;
      left: 0px;
      opacity: 0;
    }

    .cbcn-features-title .cbcn-title.index1.active {
      opacity: 1;
      transition: all 0.3s;
    }

    .cbcn-features-title .cbcn-title.index2.active,
    .cbcn-features-title .cbcn-title.index3.active,
    .cbcn-features-title .cbcn-title.index4.active {
      transition: all 0.3s;
      opacity: 1;
    }

    .cbcn-features-item1 {
      /* 小语种注意 */
      height: 620px;
    }

    .cbcn-features-item1 .cbcn-features-title {
      height: 100%;
      width: 247px;
      position: relative;
      justify-content: space-between;
    }

    .cbcn-features-item2 .cbcn-features-img {
      width: 480px;
      height: 318px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .cbcn-features-item3 .cbcn-features-img {
      width: 100%;
      height: 352px;
      margin-top: 30px;
    }

    /* 图标盒子 */
    .cbcn-features-icon {
      height: auto;
      width: 318px;
      padding: 60px 30px;
      border-radius: 30px;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(172deg,
          #75b4ff -24.56%,
          #8f91ff 33.64%,
          #eb8ee1 71.95%,
          #ff7e75 112.97%);
    }

    .cbcn-features-iconimg {
      height: 10em;
      width: 10em;
    }

    /* 轮播 */
    .cbcn-features-swiper {
      position: absolute;
      width: 304px;
      height: 642.178px;
      bottom: 68px;
      right: 31.08px;
    }

    .cbcn-features-swiper .swiper-wrapper {
      pointer-events: none;
    }


    .cbcn-features-videoBtn-list {
      margin-bottom: 50px;
    }

    .cbcn-features-videoBtn.progress::after {
      width: calc(100% - 0.4em);
      transition: width 10s linear;
    }

    /* .cbcn-features-videoBtn:nth-child(2).progress::after {
      transition: width 3s linear !important;
    } */

    .cbcn-features-slide {
      width: 15.2em;
      height: 32.4em;
      overflow: hidden;
      border-radius: 0.75em;
      z-index: 9;
    }
  }

  /* durability */
  @media screen {
    .cbcn-durability-section.wt {
      background: #ebebeb;
    }

    .cbcn-durability-safeRow {
      width: 80em;
      height: 36em;
    }

    .cbcn-durability-content {
      width: 80em;
      height: 36em;
      border-radius: 1.5em;
      background: #fff;
      overflow: hidden;
      position: relative;
      flex-wrap: nowrap;
    }

    .cbcn-durability-imgBox {
      position: relative;
    }

    .cbcn-durability-img {
      width: 45.8em;
      height: 100%;
      position: relative;
      border-radius: 0 1.5em 1.5em 0;
      overflow: hidden;
    }

    #cbcn-dom-container .cbcn-durability-img img.cover:not(.active) {
      display: none;
    }

    #cbcn-dom-container .cbcn-durability-img picture:nth-child(1) img {
      position: relative;
      z-index: 2;
    }

    #cbcn-dom-container .cbcn-durability-icon:not(.active) {
      display: none;
    }

    .cbcn-durability-fn.active {
      display: none;
    }

    .cbcn-durability-drawer {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      width: 27.2em;
      position: relative;
    }

    .cbcn-durability-title {
      justify-content: space-between;
    }

    .cbcn-durability-h5 {
      width: 16.8em;
      color: rgba(0, 0, 0, 0.6) !important;
    }

    .cbcn-durability-h5.cbcn-stylecolor1 {
      color: rgba(0, 0, 0, 1) !important;
    }

    .cbcn-durability-txt {
      padding-bottom: 2.4em;
    }

    .cbcn-durability-drawer-item {
      cursor: pointer;
      padding: 1.6em 0;
      border-bottom: 1px solid #ccc;
    }

    .cbcn-durability-drawer-item:nth-child(2) {
      cursor: pointer;
      padding: 1.6em 0;
      border-bottom: 1px solid #ccc;
    }

    .cbcn-durability-drawer-item:nth-last-of-type(1) {
      border: none;
    }

    .cbcn-durability-drawer-icon {
      width: 1.6em;
      height: 1.6em;
      transition: all 0.5s;
      transform: rotateX(180deg);
    }

    .cbcn-durability-drawer-item.active .cbcn-durability-drawer-icon {
      transform: rotate(0);
    }

    .cbcn-durability-h5 sup {
      position: static !important;
    }

    .cbcn-durability-drawer-item.active .cbcn-durability-h5 {
      background: linear-gradient(91deg,
          #75b4ff 2.77%,
          #8f91ff 20.7%,
          #eb8ee1 37.17%,
          #ff7e75 50.6%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .cbcn-durability-drawer-item .desc {
      /* box-sizing: border-box; */
      overflow: hidden;
      width: 23.8em;
      display: grid;
      grid-template-rows: 0fr;
      transition: 0.5s;
    }

    .active .desc {
      margin-top: 25px;
    }

    .cbcn-durability-drawer-item .desc p {
      min-height: 0;
      overflow: hidden;
    }

    .cbcn-durability-drawer-item.active .desc {
      grid-template-rows: 1fr;
    }

    .cbcn-durability-txtDiv {
      position: absolute;
      right: 1.9em;
      top: 2em;
    }

    .cbcn-durability-txtDiv .cbcn-param:nth-child(2) {
      margin-top: 1.6em;
    }


    .cbcn-durability-section .cbcn-h1 {
      font-size: 3.7em !important;
      font-weight: 800 !important;
      line-height: 120% !important;
    }

    .cbcn-durability-section .cbcn-hg5 {
      font-size: 1.4em !important;
      font-weight: 800 !important;
      line-height: 128% !important;
    }

    .cbcn-durability-section .cbcn-b2 {
      font-size: 0.9em !important;
      font-weight: 600 !important;
      line-height: 150% !important;
    }

    .cbcn-durability-section .cbcn-b1 {
      font-size: 0.9em !important;
      font-weight: 600 !important;
      line-height: 150% !important;
    }

    .cbcn-durability-section .cbcn-hg3 {
      font-size: 2.1em !important;
      font-weight: 800 !important;
      line-height: 120% !important;
    }

  }

  /* remark */
  @media screen {
    .cbcn-remark-section.wt {
      background: #F9F9FB;
    }

    .cbcn-remark-section ul,
    .cbcn-remark-section ol {
      padding-inline-start: 2em;
    }

    .cbcn-remark-section li,
    .cbcn-remark-section p {
      color: rgba(0, 0, 0, 0.6) !important;
      opacity: 0.6 !important;
    }
  }

  @media screen and (max-width: 1439px) and (min-width: 981px) {

    /* kv */
    .cbcn-kv-section {
      width: 100%;
      min-height: 60vh;
      position: relative;
    }

    .cbcn-fourvideo-box {
      margin-top: 2em;
    }

    /* durability */
    /* .cbcn-durability-section {
      font-size: 20px !important;
      font-size: 1.0416666667vw !important;
    }

    .cbcn-durability-content {
      width: 95vw;
    }

    .cbcn-durability-img {
      width: 50vw;
    } */
  }

  @media screen and (min-width: 1921px) {

    .cbcn-fourvideo-box {
      margin-top: 2em;
    }

  }
}