#contact-message {
  padding: .575rem 1rem;
}

@font-face {
  font-family: 'Source Hans Serif CN VF';
/*  src: url('../font/SourceHanSerifCN-VF.otf.woff2') format('woff2');*/
  src: url('../font/SHSCN-VF-D.woff2') format('woff2');
  /*unicode-range: U+4E00-9FFF;*/ /* 简体中文字符 */
  font-display: swap;
}

@font-face {
  font-family: 'Source Hans Serif TC VF';
  src: url('../font/SHSTC-VF-D.woff2') format('woff2');
  font-display: swap;
}

/* 英语字符 */
/*@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  src: url('../font/NunitoSans-Italic-VF.woff2') format('woff2');
  unicode-range: U+0000-00FF,
  font-display: swap;
}*/

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  src: url('../font/NunitoSans-VF.woff2') format('woff2');
/*  unicode-range: U+0000-00FF,*/
  font-display: swap;
}

@font-face {
  font-family: 'Source Hans Serif JP VF';
/*  src: url('../font/SourceHanSerifJP-VF.otf.woff2') format('woff2');*/
  src: url('../font/SHSJP-VF-D.woff2') format('woff2');
/*  unicode-range: U+3040-309F, U+30A0-30FF, U+FF00-FFEF;*/ /* 日语字符 */
  font-display: swap;
}

.spinner-border {
  height: 1.5em;
  width: 1.5em;
}

/*.rd-mailform .snackbars p .s-icon {
  height: 1.5em;
  width: 1.5em;
}*/

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  font-weight: 800;
}

.bi-database::before {
    content: "\F8C4";
}
