::selection {
    background: #ffffff00;
    color: #f00;
  }
  
  span#subtitle {
    display: inline-block;
  }
  
  #subtitle[data-typed-text^='🔵']::first-letter {
    text-shadow: 0 0 15px #32a2e8;
  }
  
  #subtitle[data-typed-text^='🟡']::first-letter {
    text-shadow: 0 0 15px #ff0;
  }
  
  #subtitle[data-typed-text^='🔴']::first-letter {
    text-shadow: 0 0 15px #f00;
  }
  
  .icon {
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  
  pre::selection,
  pre ::selection {
    color: #0f0cb3;
  }
  
  [data-user-color-scheme='dark'] pre::selection,
  [data-user-color-scheme='dark'] pre ::selection {
    background: #424858;
    color: unset;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .line,
  footer,
  #toc,
  time,
  #subtitle.h2,
  .nav-link,
  .post-meta.mr-2,
  #busuanzi_container_page_pv,
  .note,
  .hover-with-bg {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .hljs-quote {
    color: #ff6262;
  }
  
  figure.highlight {
    background: #838383;
    border-radius: 5px;
    padding-top: 30px;
    box-shadow: 0 5px 10px #a1a1a17d;
  }
  
  [data-user-color-scheme='dark'] figure.highlight {
    background: #000;
  }
  
  figure.highlight::before {
    content: attr(data-type);
    font-family: 华文新魏, SSTXinwei;
    z-index: 999;
    color: #ff8d33;
    display: block;
    width: 100%;
    position: absolute;
    top: 2px;
    text-align: center;
    font-weight: 600;
  }
  
  figure.highlight::after {
    background: #fc625d;
    border-radius: 100%;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 9px;
    left: 12px;
  }
  
  figure.highlight td.code > pre {
    border-radius: 0;
  }
  
  .hljs {
    background-color: #00000000;
    font-family: FiraCode, SFMono-Regular, Consolas, Liberation Mono, Menlo,
      monospace !important;
  }
  :root {
    --highlight-bg-color: #fffcf3;
  }
  
  [data-user-color-scheme='dark'] {
    --highlight-bg-color: #21252b;
  }
  
  /* 代码块颜色 */
  
  figure.highlight > table {
    border-radius: 0 0 5px 5px;
  }
  
  .hljs-string {
    color: #001cff;
  }
  
  [data-user-color-scheme='dark'] .hljs-string {
    color: #98c379;
  }
  
  [data-user-color-scheme='dark'] .hljs {
    color: #c7c7c7;
  }
  
  .hljs {
    color: #406032;
  }
  
  [data-user-color-scheme='dark'] .markdown-body :not(pre) > code {
    background-color: rgb(100 169 58 / 18%);
  }
  
  /* 路径标签 */
  p.file-path + figure.highlight {
    border-top-left-radius: 0;
  }
  
  p.file-path {
    font-family: 华文新魏, SSTXinwei;
    color: #9ce159;
    background: #838383;
    border-radius: 5px 0 0 0;
    height: 1.6rem;
    margin-bottom: -0.5rem;
    padding: 0 0.2rem 0 0.2rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 1.5rem;
    filter: drop-shadow(0 0 4px #a1a1a17d);
  }
  
  p.file-path > span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
    max-width: 500px;
  }
  
  @media (max-width: 768px) {
    p.file-path > span {
      max-width: 300px;
    }
  }
  
  @media (max-width: 500px) {
    p.file-path > span {
      max-width: 160px;
    }
  }
  
  [data-user-color-scheme='dark'] p.file-path {
    background: #000;
  }
  
  p.file-path::before {
    content: '🔖 Path:/';
    color: #ff7e7e;
    font-weight: 700;
    position: relative;
    top: -0.4rem;
  }
  
  p.file-path::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 5rem;
    border-top: 0.8rem solid #00000000;
    border-bottom: 0.8rem solid #00000000;
    right: -1.2rem;
    border-left: 20px solid #838383;
  }
  
  [data-user-color-scheme='dark'] p.file-path::after {
    border-left: 20px solid #000;
  }
  
  .markdown-body code {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
  }
  
  /* hexo-math */
  .MathJax svg {
    width: 100%;
    font-size: 1.5rem;
  }
  
  .markdown-body > table {
    display: table !important;
  }
  
  .markdown-body > table td,
  .markdown-body > table th {
    border: 2px solid #457f6d !important;
    border-radius: 10px !important;
  }
  
  .markdown-body > table tr {
    border-top: none !important;
  }
  