#app {
  /* 默认用细体；继承 vant 的 font-family */
  font-weight: 300;
}
.font-bold {
  /* 中粗体 */
  font-weight: 700!important;
}
.font-regular {
  /* 常规体 */
  font-weight: 400;
}
