/* 独有部分 加-pc*/
@media screen and (min-width: 1345px) and (min-width: 100vh) {
  .cbcn-pc-fix {
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* hover动画 */
  .cbcn-pc-hoverScale:hover>img {
    transform: scale(1.2);
  }

  .cbcn-pc-hoverScale>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-all-c .rowCenter2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .cbcn-pc-colCenter.lt {
    left: 0;
  }

  .cbcn-pc-colCenter.rt {
    right: 0;
  }

  /* 安全距离 */
  .cbcn-pc-safeRowFlow {
    width: 62.01em;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
  }

  /* 字体 */
  .cbcn-kv-p1 {
    font-family: "vivoSansdev-Bold";
  }

  .cbcn-VideoWallpaper-txt1 p {
    font-family: "vivoSansdev-Bold";
  }

  .cbcn-iconLibTxt-p1 {
    font-family: "vivoSansdev-Bold";
  }

  .cbcn-nav-list a {
    font-family: "vivoSansdev-Regular" !important;
    font-family: "vivotypeglobal-Medium, Battambang-Bold, languageFont, AvenirNext, "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu, sans-serif, WebRupee !important";
  }

  .cbcn-pc-p12 {
    font-family: "vivoSansdev-Medium";
    font-size: 0.6em;
  }

  .cbcn-pc-p18 {
    font-family: "vivoSansdev-Medium";
    font-size: 0.9em;
  }

  .cbcn-pc-p21 {
    font-family: "vivoSansdev-Medium";
    font-size: 1.05em;
  }

  .cbcn-pc-p24 {
    font-family: "vivoSansdev-Bold";
    font-size: 1.2em;
  }

  .cbcn-pc-p27 {
    font-family: "vivoSansdev-Bold";
    font-size: 1.35em;
  }

  .cbcn-pc-p36 {
    font-family: "vivoSansdev-Bold";
    font-size: 1.8em;
  }

  .cbcn-pc-p44 {
    font-family: "vivoSansdev-ExtraBold";
    font-size: 2.2em;
  }

  .cbcn-pc-p48 {
    font-family: "vivoSansdev-ExtraBold";
    font-size: 2.4em;
  }

  .cbcn-pc-p81 {
    font-family: "vivoSansdev-Bold";
    font-size: 4.05em;
  }

  .cbcn-pc-p100 {
    font-family: "vivoSansdev-Bold";
    font-size: 5em;
  }

  .cbcn-pc-p150 {
    font-family: "vivoSansdev-Bold";
    font-size: 7.5em;
  }

  /* 视频播放 */
  .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;
  }


  .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;
  }
}

/* 相互改写部分 不加-pc */
@media screen and (min-width: 1345px) and (min-width: 100vh) {

  /* 安全距离 */
  #cbcn-all-c .safeCol {
    padding: 100px 0;
  }

  #cbcn-all-c .safeCol2 {
    padding: 150px 0;
  }

  #cbcn-all-c .safeCol3 {
    padding: 200px 0;
  }

  #cbcn-all-c .safeTop {
    padding-top: 100px;
  }

  #cbcn-all-c .safeTop2 {
    padding-top: 150px;
  }

  #cbcn-all-c .safeTop3 {
    padding-top: 200px;
  }

  #cbcn-all-c .safeBottom {
    padding-bottom: 100px;
  }

  #cbcn-all-c .safeBottom2 {
    padding-bottom: 150px;
  }

  #cbcn-all-c .safeRow {
    display: block;
    width: 62.01em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  #cbcn-all-c .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: 1.5em;
  }

  .cbcn-titletxt.sm {
    gap: 0.5em;
  }

  .cbcn-titletxt.big {
    gap: 2.3em;
  }

  .cbcn-titletxt.ct {
    text-align: center;
  }

  /* 数据类型 */
  .cbcn-param {
    display: flex;
    flex-direction: column;
    /* white-space: nowrap; */
  }

  .cbcn-param .param {
    font-family: "vivoSansdev-Medium";
    font-style: normal;
    font-size: 4.05em;
    /* 4.455rem */
    padding-top: 12px;
    padding-bottom: -10px;
  }

  .cbcn-param .param sub {
    margin-left: 10px;
    font-size: 2.4em;
    font-style: normal;
    /* 52.8px */
  }

  .cbcn-param .txt {
    font-family: "vivoSansdev-Medium";
    font-size: 1.05em;
    font-style: normal;
    color: rgba(245, 245, 247, 0.50) !important;
  }

  .cbcn-param.sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cbcn-param.sm .param {
    font-size: 2.4em;
    /* 2.64rem */
    font-style: normal;
    font-family: "vivoSansdev-Bold";
  }

  .cbcn-param.big {
    gap: 1.4em;
  }

  .cbcn-param.big .param {
    font-family: "vivoSansdev-DemiBold";
    font-size: 5.5em;
    font-style: normal;
  }


  .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-switchBtnList {
    display: flex;
    gap: 12px;
  }

  .cbcn-switchBtn {
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    position: relative;
  }

  .cbcn-switchBtn-left {
    transform: rotate(180deg);
  }

  .cbcn-switchBtn.disabled {
    opacity: 0.25;
  }

  /* 声明备注 */
  .cbcn-remark {
    position: absolute;
    bottom: 3.5em;
    opacity: 0.3;
  }

  .cbcn-remark p {
    font-size: 0.6em;
    color: #000;
  }

  .cbcn-remark.lt {
    left: 12.5em;
  }

  .cbcn-remark.rt {
    right: 2.5em;
  }

  /* 图片切换按钮 */
  .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");
  }
}