@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');
}
/* 首页加载用的不然字出来太慢 */
@font-face {
  font-family: home-main-font;
  src: url('../fonts/home-main-font.TTF');
}

.fp-tableCell {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  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;
}
