/* // 主题背景颜色 */
.g-bg-f {
  background-color: #fff;
}

.g-bg-n {
  background-color: var(--bg-1);
}
