/* 独有部分 加-pc*/
@media screen and (min-width: 981px) {
  .cbcn-pc-fix {
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }

  #cbcn-dom-container .cbcn-pc-noWrap {
    text-wrap: nowrap;
    white-space: nowrap;
  }

  /* 盒子布局 */
  .cbcn-pc-flexRow {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cbcn-pc-flexCol {
    display: flex !important;
    flex-direction: column;
  }

  /* hover动画 */
  .cbcn-pc-hoverScale:hover>img,
  .cbcn-pc-hoverScale:hover>picture>img {
    transform: scale(1.05);
  }

  .cbcn-pc-hoverScale>img,
  .cbcn-pc-hoverScale>picture>img {
    transition: transform 0.5s;
  }

  /* 居中 */
  .cbcn-pc-allCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cbcn-pc-allCenter1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cbcn-pc-colCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  /* 居中 */
  .cbcn-pc-rowCenter1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cbcn-title.cbcn-pc-rowCenter1 {
    display: flex;
  }

  .cbcn-pc-rowCenter2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .cbcn-pc-colCenter.lt {
    left: 0;
  }

  .cbcn-pc-colCenter.rt {
    right: 0;
  }

  /* 字体 */
  .cbcn-pc-h0 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-large-title, 108px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-pc-h1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-1, 72px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-pc-h2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-2, 48px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-pc-h3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-3, 40px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-pc-h4 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-4, 36px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-pc-h5 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-5, 28px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-pc-sh {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-sub-head, 28px);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-pc-d1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-1, 72px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-pc-d2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-2, 48px);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-pc-b1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-1, 21px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-pc-b2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-2, 18px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-pc-b3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-3, 15px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-pc-l4 {
    font-family: "vivo Sans Web";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .cbcn-pc-fn {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-footnote, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  /* 安全距离 */
  .cbcn-pc-safeCol {
    padding: 120px 0;
  }

  .cbcn-pc-safeCol2 {
    padding: 150px 0;
  }

  /* .cbcn-pc-safeCol3 {
    padding: 200px 0;
  } */

  .cbcn-pc-safeTop {
    padding-top: 120px;
  }

  .cbcn-pc-safeTop2 {
    padding-top: 150px;
  }

  /* .cbcn-pc-safeTop3 {
    padding-top: 200px;
  } */

  .cbcn-pc-safeBottom {
    padding-bottom: 120px;
  }

  .cbcn-pc-safeBottom2 {
    padding-bottom: 150px;
  }

  .cbcn-pc-safeRow {
    display: block;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cbcn-pc-safeRow2 {
    display: block;
    width: 964px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cbcn-pc-safeRow3 {
    display: block;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cbcn-pc-autoPx {
    font-size: 20px !important;
    font-size: 1.0416666667vw !important;
  }


  /* 视频播放 */
  .cbcn-video-playDiv {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow: hidden;
    display: none;
  }

  .cbcn-video-playDiv-wrapper {
    width: auto;
    height: 60%;
    overflow: hidden;
  }

  .cbcn-video-playDiv-video {
    height: 100%;
    object-fit: fill;
  }

  .cbcn-video-playDiv-closeBtn {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 2em;
    right: 2em;
    color: white;
    font-size: 2.5em;
    border-radius: 1em;
    cursor: pointer;
    background: #ffffff24;
    line-height: 1.4em;
    text-align: center;
  }

  /* videoControl */
  .cbcn-pc-videoControl {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    background-image: url("../img/pc/videoControl-rePlay.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 50;
    cursor: pointer;
  }

  .cbcn-pc-videoControl.auto {
    position: static;
  }

  .cbcn-pc-videoControl.play {
    background-image: url("../img/pc/videoControl-play.svg");
  }

  .cbcn-pc-videoControl.pause {
    background-image: url("../img/pc/videoControl-pause.svg");
  }

  .cbcn-pc-videoControl.bk {
    background-image: url("../img/pc/videoControl-rePlay-b.svg");
  }

  .cbcn-pc-videoControl.bk.play {
    background-image: url("../img/pc/videoControl-play-b.svg");
  }

  .cbcn-pc-videoControl.bk.pause {
    background-image: url("../img/pc/videoControl-pause-b.svg");
  }


  .cbcn-pc-videoControl.top {
    bottom: 0;
    top: 1em;
  }

  /* drag 拖拽组件 */
  .cbcn-pc-drag-div {
    width: 100%;
    border-radius: 0.6em;
    overflow: hidden;
    user-select: none;
    position: relative;
  }

  .cbcn-drag-img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .cbcn-drag-img2 {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }

  .cbcn-drag-img2 img,
  .cbcn-drag-img2 video {
    width: 49em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: center;
  }

  .cbcn-drag-controlBtn {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.15em;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    z-index: 99;
  }


  .cbcn-drag-controlBtn div {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cbcn-drag-desc {
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-wrap: nowrap;
  }

  .cbcn-drag-desc p {
    padding: 8px 16px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.10);
  }

  .cbcn-drag-img2 .cbcn-drag-desc {
    left: auto;
    right: 50px;
  }
}

/* 相互改写部分 不加-pc */
@media screen and (min-width: 981px) {

  .showA {
    position: relative;
    top: 20px;
    opacity: 0;
  }

  /* 标题组件 */
  .cbcn-title {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-head-l1, 50px);
  }

  .cbcn-title.m {
    gap: var(--spacing-head-l3, 30px);
  }

  .cbcn-title.sm {
    gap: var(--spacing-head-s1, 10px);
  }

  .cbcn-title.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-head-s3, 2px);
  }

  .cbcn-param .cbcn-pc-d1,
  .cbcn-param .cbcn-pc-d2 {
    color: var(--text-l1, rgba(0, 0, 0, 0.90)) !important;
  }

  .cbcn-param .cbcn-pc-b1 {
    color: var(--text-l3, rgba(0, 0, 0, 0.40)) !important;
  }

  .cbcn-param.ct {
    align-items: center;
    text-align: center;
  }

  .cbcn-param sub {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-5, 28px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
    position: relative;
    bottom: 13px;
    left: 4px;
  }

  /* 翻页 */
  .cbcn-switchBtnList {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }

  .cbcn-switchBtn {
    width: 2em;
    height: 2em;
    cursor: pointer;
    position: relative;
  }

  .cbcn-switchBtn-left {
    transform: rotate(180deg);
  }

  .cbcn-switchBtn.disabled {
    opacity: 0.4;
  }

  /* 声明备注 */
  .cbcn-remark {
    opacity: 0.4;
  }

  .cbcn-remark p {
    color: #000;
  }

  /* 图片切换按钮 */
  .switch-photo-btn {
    color: #8C8C8C !important;
  }

  .switch-photo-btn span {
    cursor: pointer;
  }

  .switch-photo-btn span.active {
    color: #000000 !important;
  }

  .cbcn-aiIcon {
    display: block;
    width: 2.95em;
    height: 1.8em;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    background-image: url("../img/pc/ai.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 50;
  }

  .cbcn-aiIcon.bk {
    background-image: url("../img/pc/ai-b.svg");
  }


  /* popup */
  .cbcn-popup {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: auto;
    background-color: transparent;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  .bk .cbcn-popup {
    background: rgba(0, 0, 0, 0.80);
  }

  .wt .cbcn-popup {
    background: #EBEBEB;
  }


  .cbcn-popup-content {
    position: relative;
    width: 964px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 24px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    padding-bottom: 100px;
  }

  .bk .cbcn-popup-content {
    background: rgba(43, 48, 56, 0.60);
  }

  .wt .cbcn-popup-content {
    background: #fff
  }

  .cbcn-popup-closeBtn-div {
    position: sticky;
    top: 0;
    padding-top: 30px;
    padding-right: 30px;
    text-align: right;
  }

  .cbcn-popup-closeBtn {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 40px;
  }

  .bk .cbcn-popup-closeBtn {
    background: rgba(255, 255, 255, 0.25);
  }

  .wt .cbcn-popup-closeBtn {
    background: rgba(0, 0, 0, 0.25);
  }
}