/*
 * 首页顶栏保护：抵消 BCE 全局 CSS 对 header/nav 的 font-family 污染。
 * 不写 font-size / height / padding 的 !important，避免覆盖后台 inline 主题。
 */
body.official-home-body > .bce-page > header.bce-head {
  transform: none;
  zoom: 1;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

body.official-home-body > .bce-page > header.bce-head * {
  font-family: inherit;
}
