<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: sub-nav-font;
  src: url('../fonts/sub-nav-font.TTF');
}

@font-face {
  font-family: logo-font;
  src: url('../fonts/logo-font.TTF');
}

@font-face {
  font-family: main-font;
  src: url('../fonts/FZQKBYSJW.TTF');
}
/* é¦–é¡µåŠ&nbsp;è½½ç”¨çš„ä¸ç„¶å­—å‡ºæ¥å¤ªæ…¢ */
@font-face {
  font-family: home-main-font;
  src: url('../fonts/home-main-font.TTF');
}

.fp-tableCell {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
  width: 6px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 10px;
  background-color: #e7e7e7;
}

::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
</pre></body></html>