/* 独有部分 加-wap*/
@media screen and (max-width: 980px) {

  /* 常用部分 */
  #cbcn-dom-container {
    -webkit-text-size-adjust: 100%; /* 禁止字体缩放 */
    -webkit-tap-highlight-color: transparent; /* 禁用点击高亮 */
    font-size: 20px !important;
    font-size: 5.333333333333334vw !important;
  }
 .cbcn-wap-lt{
    text-align: left !important;
  }

  /* 盒子布局 */
  .cbcn-wap-flexRow {
    display: flex;
    flex-direction: row;
  }

  .cbcn-wap-flexCol {
    display: flex;
    flex-direction: column;
  }

  .cbcn-wap-noWrap {
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .cbcn-wap-bgColor-bk {
    background: linear-gradient(180deg, #000 91.72%, #0D0D0D 100%);
  }

  /* 居中 */
  .cbcn-wap-allCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cbcn-wap-colCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .cbcn-wap-rowCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .cbcn-wap-colCenter.lt {
    left: 0;
  }

  .cbcn-wap-colCenter.rt {
    right: 0;
  }

  /* 视频播放 */
  .cbcn-video-playDiv {
    display: none;
  }

  .cbcn-video-playDiv-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .cbcn-video-playDiv-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .cbcn-wap-videoControl {
    width: 2em;
    height: 2em;
    position: relative;
    background-image: url("../img/wap/videoControl-rePlay.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 50;
    cursor: pointer;
  }

  .cbcn-wap-videoControl.play {
    background-image: url("../img/wap/videoControl-play.svg");
  }

  .cbcn-wap-videoControl.pause {
    background-image: url("../img/wap/videoControl-pause.svg");
  }

  .cbcn-wap-videoControl.bk {
    background-image: url("../img/wap/videoControl-rePlay-b.svg");
  }

  .cbcn-wap-videoControl.bk.play {
    background-image: url("../img/wap/videoControl-play-b.svg");
  }

  .cbcn-wap-videoControl.bk.pause {
    background-image: url("../img/wap/videoControl-pause-b.svg");
  }

  /* 轮播 */
  .cbcn-fullFocus-swiper {
    margin-top: 2.5em;
    width: 100%;
    height: 18.25em;
  }


  /* 标准 */
  .cbcn-wap-h0 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-large-title, 2.25em);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-h1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-1, 2em);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-h2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-2, 1.5em);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-3, 1.4em);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h4 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-4, 1.2em);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h5 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-5, 1.1em);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-sh {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-sub-head, 1em);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-wap-d1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-1, 2em);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-d2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-2, 1.5em);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-wap-b1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-1, 0.95em);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-b2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-2, 0.8em);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-b3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-3, 0.75em);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-fn {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-footnote, 0.5em);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}

/* 相互改写部分 不加-wap */
@media screen and (max-width: 980px) {

  /* 常用部分 */
  #cbcn-dom-container .cbcn-wap-autoPx {
    font-size: 20px !important;
    font-size: 5.333333333333334vw !important;
  }

  /* 安全距离 */
  .cbcn-dom-container .safeCol,
  .cbcn-dom-container .safeCol2,
  .cbcn-dom-container .safeCol4 {
    padding: 4em 0;
  }

  .cbcn-dom-container .safeTop,
  .cbcn-dom-container .safeTop2,
  .cbcn-dom-container .safeTop5 {
    padding-top: 4em;
  }

  .cbcn-dom-container .safeBottom,
  .cbcn-dom-container .safeBottom2,
  .cbcn-dom-container .safeBottom3,
  .cbcn-dom-container .safeBottom5 {
    padding-bottom: 4em;
  }

  .cbcn-dom-container .safeRow,
  .cbcn-dom-container .safeRow2 {
    width: 100%;
    padding: 0 5.3vw;
  }

  /* 标题+正文 */
  .cbcn-title {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-head-l1, 1.5em);
  }

  .cbcn-title.big {
    gap: var(--spacing-head-m1, 0.75em);
  }

  .cbcn-title.m {
    gap: var(--spacing-head-m3, 0.5em);
  }

  .cbcn-title.sm {
    gap: var(--spacing-head-s1, 0.4em);
  }

  .cbcn-title.ssm {
    gap: var(--spacing-head-s2, 0.25em);
  }

  .cbcn-title.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-head-s2, 0.25em);
  }

  .cbcn-param.m {
    gap: var(--spacing-head-s1, 0.4em);
  }

  .cbcn-param.sm {
    gap: var(--spacing-head-s3, 0.1em);
  }

  .cbcn-param .param {
    font-family: "vivoSansdev-Bold";
    font-size: 1.5em;
    line-height: 110%;
    /* 4.455rem */
    padding-bottom: 5px;
  }

  .cbcn-param .param sub {
    margin-left: 10px;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 52.8px */
  }

  .cbcn-param .txt {
    font-family: "vivoSansdev-Medium";
    font-size: 0.8em;
    line-height: 150%;
    color: rgb(245, 245, 247) !important;
    opacity: 0.4 !important;
  }

  .cbcn-param.sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cbcn-param.sm .param {
    font-size: 1.2em;
    padding-top: 5px;
    line-height: 110%;
    /* 2.64rem */
    font-style: normal;
    font-family: "vivoSansdev-Bold";
  }


  .cbcn-param.ct {
    align-items: center;
    text-align: center;
  }

  .wt .cbcn-param.w .param {
    color: #fff;
  }

  .wt .cbcn-param.w .txt {
    color: #fff;
  }

  .wt .cbcn-param .param {
    color: #1D1D1F;
  }

  .wt .cbcn-param .txt {
    color: #4C4C4C;
  }

  .bk .cbcn-param .param {
    color: #fff;
  }

  .bk .cbcn-param .txt {
    color: #8C8C8C;
  }


  /* 声明备注 */
  .cbcn-remark {
    opacity: 0.3;
  }

  .cbcn-remark p {
    font-size: 0.5em;
    color: #000;
  }

  .cbcn-remark.lt {
    left: 0.5em;
  }

  .cbcn-remark.rt {
    right: 0.5em;
  }

  /* 图片切换按钮 */
  .switch-photo-btn {
    color: #B3B3B3 !important;
  }

  .switch-photo-btn span {
    cursor: pointer;
  }

  .wt .switch-photo-btn span.active {
    color: #000000 !important;
  }

  .bk .switch-photo-btn span.active {
    color: #F5F5F7 !important;
  }


  /* 翻页 */
  .cbcn-switchBtnList {
    display: flex;
    justify-content: flex-end;
    gap: 0.5em;
  }

  .cbcn-switchBtnList .cbcn-wap-flexRow {
    width: 60%;
    gap: 0.5em;
    justify-content: flex-end;
  }

  .cbcn-switchBtn-left,
  .cbcn-switchBtn-right {
    width: 2em;
    height: 2em;
    cursor: pointer;
    position: relative;
  }

  .cbcn-switchBtn-left {
    transform: rotate(180deg);
  }

  .cbcn-switchBtn-left.disabled,
  .cbcn-switchBtn-right.disabled {
    opacity: 0.25;
  }
}