/* 独有部分 加-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-txtleft {
    text-align: left!important;
  }

  /* 盒子布局 */
  .cbcn-wap-flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .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, 45px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-h1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-1, 40px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-h2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-2, 30px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-3, 28px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h4 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-4, 24px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-h5 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-head-5, 22px);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
  }

  .cbcn-wap-sh {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-sub-head, 20px);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-wap-d1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-1, 40px);
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
  }

  .cbcn-wap-d2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-date-2, 30px);
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
  }

  .cbcn-wap-b1 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-1, 19px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-b2 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-2, 16px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-b3 {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-body-3, 15px);
    font-style: normal;
    font-weight: 650;
    line-height: 150%;
  }

  .cbcn-wap-fn {
    font-family: "vivo Sans Web";
    font-size: var(--font-size-footnote, 10px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .cbcn-wap-btn {
    font-family: "vivo Sans Web";
    font-size: 0.6em;
    font-style: normal;
    font-weight: 550;
    line-height: 120%;
  }
}

/* 相互改写部分 不加-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 .safeCol3 {
    padding: 4em 0;
  }

  .cbcn-dom-container .safeTop,
  .cbcn-dom-container .safeTop2,
  .cbcn-dom-container .safeTop3,
  .cbcn-dom-container .safeTop4 {
    padding-top: 4em;
  }

  .cbcn-dom-container .safeBottom,
  .cbcn-dom-container .safeBottom2,
  .cbcn-dom-container .safeBottom3,
  .cbcn-dom-container .safeBottom4 {
    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.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-head-s2, 0.25em);
  }

  .cbcn-param.sm {
    gap: var(--spacing-head-s3, 0.1em);
  }

  .cbcn-param .cbcn-wap-d1,
  .cbcn-param .cbcn-wap-d2 {
    color: var(--text-l1, rgba(255, 255, 255, 0.95))!important;
  }

  .cbcn-param.ct {
    align-items: center;
    text-align: center;
  }
  .cbcn-param .cbcn-wap-b1 {
    color: var(--text-l3, rgba(255, 255, 255, 0.50))!important;
  }


  /* 声明备注 */
  .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.35;
  }
  
  /* 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);
  }

  .bk .cbcn-popup {
    background: rgba(0, 0, 0, 0.80);
  }

  .wt .cbcn-popup {
    background: #EBEBEB;
  }


  .cbcn-popup-content {
    position: relative;
    width: 100vw;
    padding: 0 0em 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 4em;
    padding-bottom: 2em;
  }

  .bk .cbcn-popup-content {
    background: #000;
  }

  .wt .cbcn-popup-content {
    background: #fff
  }

  .cbcn-popup-closeBtn-div {
    position: sticky;
    top: 50px;
    z-index: 99;
    padding: 0.5em;
    text-align: right;
    margin-bottom: 1em;
  }

  .cbcn-popup-closeBtn {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 1.8em;
    background: var(--bottom-bg-l2, rgba(255, 255, 255, 0.25));
  }
}