@charset "UTF-8";

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Extralight.ttf?v=1') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: "vivo Sans Web";
  src: url('./font/vivoSansWeb-Thin.woff2?v=1') format('woff2'), url('./font/vivoSansWeb-Thin.woff?v=1') format('woff'), url('./font/vivoSansWeb-Thin.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 100;
}

@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;
    position: relative;
    top: -0.25em;
  }

  #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;
  }

  .cbcn-glass {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .cbcn-glass:focus {
    outline: none;
  }

  .cbcn-glass::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: light-dark(hsl(0 0% 100% / 0.1), hsl(0 0% 0% / 0.1));
    -webkit-backdrop-filter: url(#cbcn-glass-distortion) saturate(1);
    backdrop-filter: url(#cbcn-glass-distortion) saturate(1);
    box-shadow: 0 0 2px 1px light-dark(color-mix(in oklch,black,transparent 85%),color-mix(in oklch,white,transparent 65%)) inset,0 0 10px 4px light-dark(color-mix(in oklch,black,transparent 90%),color-mix(in oklch,white,transparent 85%)) inset,0 4px 16px #11111a0d,0 8px 24px #11111a0d,0 16px 56px #11111a0d,0 4px 16px #11111a0d inset,0 8px 24px #11111a0d inset,0 16px 56px #11111a0d inset;
  }

  .cbcn-glass-svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1
  }

  .cbcn-glass2 {
    position: relative;
    isolation: isolate;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
  }

  .cbcn-glass2:focus {
    outline: none;
  }

  .cbcn-glass2::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    /* box-shadow: inset 0 0 15px -5px #000000; */
    background-color: rgba(255, 255, 255, 0.3);
  }

  .cbcn-glass2::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    filter: url(#cbcn-glass2-distortion);
    -webkit-filter: url(#cbcn-glass2-distortion);
  }
}


/* 章节screen */
@media screen {
  .cbcn-section {
    position: relative;
    width: 100%;
    background-color: #F3F2F1;
    overflow: hidden;
  }

  .cbcn-section.bk {
    background-color: #000000;
  }
}

/* 文字样式 */
@media screen {
  .cbcn-styleColor {
    width: 100%;
    background: linear-gradient(90deg, #ED63A3 0.29%, #4363FE 101.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #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(0, 0, 0, 0.40));
  }

  #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 .wt p.grey2,
  #cbcn-dom-container p.bk.grey2 {
    color: var(--text-l2, rgba(0, 0, 0, 0.40));
  }

  #cbcn-dom-container .bk p.grey2,
  #cbcn-dom-container p.wt.grey2 {
    color: var(--text-l2, rgba(255, 255, 255, 0.50));
  }

  #cbcn-dom-container p.ct {
    text-align: center;
  }

  #cbcn-dom-container div.ct {
    text-align: center;
  }
}