@charset "UTF-8";

@font-face {
  font-family: 'vivoSansGlobal-Regular';
  src: url('./font/vivoSansGlobal-Regular.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'vivoSansGlobal-Medium';
  src: url('./font/vivoSansGlobal-Medium.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'vivoSansGlobal-Bold';
  src: url('./font/vivoSansGlobal-Bold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'vivoSansGlobal-Demibold';
  src: url('./font/vivoSansGlobal-Demibold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'vivoSansGlobal-Extrabold';
  src: url('./font/vivoSansGlobal-Extrabold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

/* 默认值 */
@media screen {
  #cbcn-dom-container * {
    box-sizing: border-box;
    font-weight: 400;
  }

  #cbcn-dom-container video:focus {
    outline: none;
  }

  #cbcn-dom-container p,
  #cbcn-dom-container h2,
  #cbcn-dom-container h3 {
    margin: 0;
  }

  .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: "vivoSansGlobal-Medium";
    font-size: 20px;
    background: transparent;
    color: black;
    /* display: none; */
    background-color: #000000;
  }

  #cbcn-dom-container sup {
    font-size: 0.5em;
    position: relative;
    top: 0em;
    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;
  }
}

/* 居中 */
@media screen {
  #cbcn-dom-container .rowCenter1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  #cbcn-dom-container .cbcn-titletxt.rowCenter1 {
    display: flex;
  }
}

/* 章节screen */
@media screen {
  .cbcn-screen {
    position: relative;
    width: 100%;
    background-color: #f3f2f1;
    overflow: hidden;
  }

  .cbcn-screen.wt {
    background-color: #fff;
  }

  .cbcn-screen.bk {
    background-color: #000000;
  }

  .cbcn-screen.grey {
    background-color: #141414;
  }
}

/* 文字样式 */
@media screen {
  #cbcn-dom-container p.color {
    background: linear-gradient(141deg, #359eff 0.13%, #a1e0ff 162.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #cbcn-dom-container p.color sup {
    background: linear-gradient(141deg, #359eff 0.13%, #a1e0ff 162.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #cbcn-dom-container .cbcn-param p.param.color {
    background: linear-gradient(141deg, #359eff 0.13%, #a1e0ff 162.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #cbcn-dom-container .bk p,
  #cbcn-dom-container .grey p {
    color: #fff;
  }

  #cbcn-dom-container .wt p {
    color: #1d1d1f;
  }

  #cbcn-dom-container p.wt {
    color: #ffffff;
  }

  #cbcn-dom-container .wt p.grey,
  #cbcn-dom-container p.bk.grey {
    color: rgba(29, 29, 31, 0.6);
  }

  #cbcn-dom-container .bk p.grey,
  #cbcn-dom-container .grey p.grey,
  #cbcn-dom-container p.wt.grey {
    color: rgba(245, 245, 247, 0.6);
  }

  #cbcn-dom-container .ct {
    text-align: center;
  }

  #cbcn-dom-container .bk h2,
  #cbcn-dom-container .grey h2 {
    color: #fff;
  }

  #cbcn-dom-container .wt h2 {
    color: #1d1d1f;
  }

  #cbcn-dom-container h2.wt {
    color: #ffffff;
  }

  #cbcn-dom-container .wt h2.grey,
  #cbcn-dom-container h2.bk.grey {
    color: rgba(29, 29, 31, 0.6);
  }

  #cbcn-dom-container .bk h2.grey,
  #cbcn-dom-container .grey h2.grey,
  #cbcn-dom-container h2.wt.grey {
    color: rgba(245, 245, 247, 0.6);
  }

  #cbcn-dom-container .bk h3,
  #cbcn-dom-container .grey h3 {
    color: #fff;
  }

  #cbcn-dom-container .wt h3 {
    color: #1d1d1f;
  }

  #cbcn-dom-container h3.wt {
    color: #ffffff;
  }

  #cbcn-dom-container .wt h3.grey,
  #cbcn-dom-container h3.bk.grey {
    color: rgba(29, 29, 31, 0.6);
  }

  #cbcn-dom-container .bk h3.grey,
  #cbcn-dom-container .grey h3.grey,
  #cbcn-dom-container h3.wt.grey {
    color: rgba(245, 245, 247, 0.6);
  }
}
