/* 独有部分 加-wap*/
@media screen and (max-width: 980px) {

  /* 盒子布局 */
  .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-dom-container {
    --Font-Size-H0: 2.3em;
    --Font-Size-H1: 2em;
    --Font-Size-H2: 1.6em;
    --Font-Size-H3: 1.4em;
    --Font-Size-H4: 1.2em;
    --Font-Size-H5: 1.1em;
    --Font-Size-SH: 1.2em;
    --Font-Size-B1: 0.9em;
    --Font-Size-B2: 0.8em;
    --Font-Size-B3: 0.75em;
    --Font-Size-FN: 0.5em;
    --Font-Size-D1: 2em;
    --Font-Size-D2: 1.2em;
    --Title-Spac---Large: 1.5em;
    --Title-Spac---Medium: 1.2em;
    --Title-Spac---Regular: 0.75em;
    --Title-Spac---Small: 0.5em;
  }
}

/* 相互改写部分 不加-wap */
@media screen and (max-width: 980px) {

  /* 外销锚点 */
  .cbcn-anchor-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }

  .cbcn-anchor-content {
    padding: 0 15px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(15px);
    position: relative;
    justify-content: space-between;
  }

  .cbcn-anchor-point {
    padding: 16px 0;
    color: rgba(0, 0, 0, 0.40);
    text-decoration: none;
  }

  .cbcn-anchor-point p {
    font-family: "vivoSans-DemiBold";
    font-size: 13px;
    line-height: 150%;
    margin: 0;
  }

  .cbcn-anchor-line {
    height: 2px;
    background: #415FFF;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 15px;
  }

  /* 常用部分 */
  #cbcn-dom-container .cbcn-wap-autoPx {
    font-size: 20px !important;
    font-size: 5.333333333333334vw !important;
  }

  /* 安全距离 */
  .cbcn-dom-container .safeCol,
  .cbcn-dom-container .safeCol2 {
    padding: 4em 0;
  }

  .cbcn-dom-container .safeTop,
  .cbcn-dom-container .safeTop2 {
    padding-top: 4em;
  }

  .cbcn-dom-container .safeBottom,
  .cbcn-dom-container .safeBottom2 {
    padding-bottom: 4em;
  }

  .cbcn-dom-container .safeRow {
    width: 100%;
    padding: 0 5.3vw;
  }


  /* 声明备注 */
  .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;
  }

  .cbcn-wap-color1 {
    background: linear-gradient(117deg, #A8756B 10.02%, #C8A9A3 51.48%, #E9D8D4 110.13%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .cbcn-wap-color1 sup {
    background: linear-gradient(117deg, #A8756B 10.02%, #C8A9A3 51.48%, #E9D8D4 110.13%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .cbcn-wap-color2 {
    background: linear-gradient(273deg, #FFF -40.4%, #E9DAD4 14.67%, #C8AFA3 74.12%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .cbcn-wap-color2 sup {
    background: #C8AFA3 !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .cbcn-wap-ct {
    text-align: center !important;
  }
}