/* 独有部分 加-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;
  }

  .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-colCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #cbcn-dom-container .rowCenter2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .cbcn-pc-colCenter.lt {
    left: 0;
  }

  .cbcn-pc-colCenter.rt {
    right: 0;
  }

  /* 安全距离 */
  .cbcn-pc-safeRowFlow {
    width: 49em;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
  }

  /* 字体 */
  .cbcn-pc-p8 {
    font-family: "vivoSansGlobal-Medium";
    font-size: 0.4em;
  }
  .cbcn-pc-p12 {
    font-family: "vivoSansGlobal-Medium";
    font-size: 0.6em;
  }

  .cbcn-pc-p16 {
    font-family: "vivoSansGlobal-Demibold";
    font-size: 0.8em;
    line-height: 110%;
  }

  .cbcn-pc-p18 {
    font-family: "vivoSansGlobal-Bold";
    font-size: 0.9em;
    line-height: 150%;
  }

  .cbcn-pc-p20 {
    font-family: "vivoSansGlobal-Demibold";
    font-size: 1em;
    line-height: 150%;
  }

  .cbcn-pc-p28 {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 1.4em;
    line-height: 110%;
  }

  .cbcn-pc-p32 {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 1.6em;
    line-height: 110%;
  }

  .cbcn-pc-p36 {
    font-family: "vivoSansGlobal-Bold";
    font-size: 1.8em;
    line-height: 110%;
  }

  .cbcn-pc-p40 {
    font-family: "vivoSansGlobal-Bold";
    font-size: 2em;
    line-height: 110%;
  }

  .cbcn-pc-p42 {
    font-family: "vivoSansGlobal-Bold";
    font-size: 2.1em;
    line-height: 110%;
  }

  .cbcn-pc-p48 {
    font-family: "vivoSansGlobal-Bold";
    font-size: 2.4em;
    line-height: 110%;
  }

  .cbcn-pc-p73 {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 3.65em;
    line-height: 110%;
  }

  .cbcn-pc-p100 {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 5em;
    line-height: 110%;
  }

  .cbcn-pc-p200 {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 10em;
    line-height: 110%;
  }

  /* 视频播放 */
  .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: 38.2%;
    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: 61.8%;
    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: 30px;
    left: 30px;
    text-wrap: nowrap;
  }

  .cbcn-drag-desc p {
    padding: 0.5em 0.75em 0.2em;
    border-radius: 2.6em;
    border: 0.769px solid #dedede;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(11.5px);
  }

  .cbcn-drag-img2 .cbcn-drag-desc {
    left: auto;
    right: 30px;
  }
}

/* 相互改写部分 不加-pc */
@media screen and (min-width: 981px) {
  .showA {
    position: relative;
    top: 20px;
    opacity: 0;
  }

  /* 安全距离 */
  #cbcn-dom-container .safeCol {
    padding: 90px 0;
  }

  #cbcn-dom-container .safeCol2 {
    padding: 150px 0;
  }

  #cbcn-dom-container .safeCol3 {
    padding: 200px 0;
  }

  #cbcn-dom-container .safeTop {
    padding-top: 90px;
  }

  #cbcn-dom-container .safeTop2 {
    padding-top: 150px;
  }

  #cbcn-dom-container .safeTop3 {
    padding-top: 200px;
  }

  #cbcn-dom-container .safeBottom {
    padding-bottom: 100px;
  }

  #cbcn-dom-container .safeBottom2 {
    padding-bottom: 150px;
  }

  #cbcn-dom-container .safeRow {
    display: block;
    width: 49em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  #cbcn-dom-container .safeRow2 {
    display: block;
    width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  #cbcn-dom-container .autoPx {
    font-size: 20px !important;
    font-size: 1.0416666667vw !important;
  }

  /* screen-content */
  .cbcn-screen-content {
    margin-top: calc(60px + 5em);
    margin-bottom: 3em;
    width: 50em;
    margin-left: calc(50% - 25em);
  }

  .fix .cbcn-screen-content {
    margin-top: 60px;
    margin-bottom: 0;
    height: calc(100% - 60px);
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 标题+正文 */
  .cbcn-titletxt {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }

  .cbcn-titletxt.ssm {
    gap: 1em;
  }

  .cbcn-titletxt.sm {
    gap: 1em;
  }

  .cbcn-titletxt.big {
    gap: 2em;
  }

  .cbcn-titletxt.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
  }

  .cbcn-param .param {
    font-family: "vivoSansGlobal-Extrabold";
    font-size: 2.4em;
    line-height: 110%;
    white-space: nowrap;
  }

  .cbcn-param .param sub {
    margin-left: 10px;
    font-size: 2.4em;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 52.8px */
  }

  .cbcn-param .txt {
    font-family: "vivoSansGlobal-Bold";
    font-size: 1em;
    font-style: normal;
  }

  .cbcn-param.sm .param {
    font-size: 2.1em;
  }

  .cbcn-param.ssm .param {
    font-size: 1.6em;
  }

  .cbcn-param.big .param {
    font-size: 3.65em;
  }

  .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: rgb(29, 29, 31);
    opacity: 0.6;
  }

  .bk .cbcn-param .param {
    color: #fff;
  }

  .bk .cbcn-param .txt {
    color: rgba(245, 245, 247, 0.6) !important;
  }

  /* 翻页 */
  .cbcn-switchBtnList {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: end;
  }

  .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");
  }
}
