@charset "UTF-8";

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Regular.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-Regular.woff?v=1') format('woff'), url('./font/vivoSansWeb-Regular.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Medium.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-Medium.woff?v=1') format('woff'), url('./font/vivoSansWeb-Medium.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-DemiBold.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-DemiBold.woff?v=1') format('woff'), url('./font/vivoSansWeb-DemiBold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 550;
}

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Bold.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-Bold.woff?v=1') format('woff'), url('./font/vivoSansWeb-Bold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 650;
}

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Extrabold.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-Extrabold.woff?v=1') format('woff'), url('./font/vivoSansWeb-Extrabold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 750;
}

/* 默认值 */
@media screen {
  #cbcn-dom-container * {
    box-sizing: border-box;
  }

  #cbcn-dom-container video:focus {
    outline: none;
  }



  .J_replace_content {
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
  }

  .J_replace_content .loadingWt {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  #cbcn-dom-container {
    font-family: 'vivoSansdev-Medium';
    font-size: 20px;
    background: transparent;
    color: black;
    /* display: none; */
  }

  #cbcn-dom-container sup {
    font-size: 0.5em;
    line-height: 0;
    vertical-align: super;
  }

  #cbcn-dom-container video.cover,
  #cbcn-dom-container img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  #cbcn-dom-container video.contain,
  #cbcn-dom-container img.contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }
}

/* 常用 */
@media screen {
  #cbcn-dom-container .cbcn-hide {
    opacity: 0;
  }

  #cbcn-dom-container .none {
    display: none !important;
  }
}


/* 章节screen */
@media screen {
  .cbcn-section {
    position: relative;
    width: 100%;
    background-color: #F3F2F1;
    overflow: hidden;
  }

  .cbcn-section.wt {
    background-color: #fff;
  }

  .cbcn-section.bk {
    background-color: #000000;
  }
}

/* 文字样式 */
@media screen {
  #cbcn-dom-container .bk p,
  #cbcn-dom-container p.wt  {
    color: var(--text-l1, rgba(255, 255, 255, 0.95));
  }

  #cbcn-dom-container .wt p,
  #cbcn-dom-container p.bk {
    color: var(--text-l1, rgba(0, 0, 0, 0.90));
  }

  #cbcn-dom-container .wt p.grey,
  #cbcn-dom-container p.bk.grey {
    color: var(--text-l3, rgba(255, 255, 255, 0.50));
  }

  #cbcn-dom-container .bk p.grey,
  #cbcn-dom-container p.wt.grey {
    color: var(--text-l3, rgba(255, 255, 255, 0.50));
  }

  #cbcn-dom-container p.ct {
    text-align: center;
  }
  #cbcn-dom-container div.ct {
    text-align: center;
  }
}