/* 独有部分 加-wap*/
@media screen and (max-width: 980px) {

  /* 常用部分 */
  #cbcn-dom-container {
    font-size: 20px!important;
    font-size: 5.333333333333334vw!important;
    -webkit-text-size-adjust: 100%; /* 禁止字体缩放 */
    -webkit-tap-highlight-color: transparent; /* 禁用点击高亮 */
  }

  .cbcn-wap-fix {
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* 盒子布局 */
  .cbcn-wap-flexRow {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cbcn-wap-flexCol {
    display: flex !important;
    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-rowCenter1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cbcn-title.cbcn-wap-rowCenter1 {
    display: flex;
  }

  .cbcn-wap-rowCenter2 {
    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-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%;
  }

  .cbcn-wap-l4 {
    font-family: "vivo Sans Web";
    font-size: 0.4em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  /* 安全距离 */
  .cbcn-wap-safeCol{
    padding: 4em 0;
  }
  .cbcn-wap-safeCol2 {
    padding: 3em 0;
  }

  .cbcn-wap-safeTop{
    padding-top: 4em;
  }

  .cbcn-wap-safeBottom {
    padding-bottom: 4em;
  }

  .cbcn-wap-safeRow {
    width: 100%;
    padding: 0 1em;
  }
}

/* 相互改写部分 不加-wap */
@media screen and (max-width: 980px) {

  /* 标题组件 */
  .cbcn-title {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-head-l1, 1.5em);
  }

  .cbcn-title.m {
    gap: var(--spacing-head-l3, 1em);
  }

  .cbcn-title.sm {
    gap: var(--spacing-head-s1, 0.4em);
  }

  .cbcn-title.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    align-items: center;
    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 .cbcn-wap-b1 {
    color: var(--text-l3, rgba(255, 255, 255, 0.5)) !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, 1.1em);
    font-style: normal;
    font-weight: 650;
    line-height: 120%;
    position: relative;
    bottom: 13px;
    left: 4px;
  }

  .cbcn-param.ct {
    align-items: center;
    text-align: center;
  }

  /* 声明备注 */
  .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;
  }


  /* 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: calc(100vw - 2em);
    padding: 0 1em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 24px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    padding-bottom: 1.5em;
  }

  .bk .cbcn-popup-content {
    background: #0D0D0D;
  }

  .wt .cbcn-popup-content {
    background: #fff
  }

  .cbcn-popup-closeBtn-div {
    position: sticky;
    bottom: 30px;
    padding-top: 2em;
    text-align: right;
    z-index: 99;
  }

  .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));
  }
}