.site-title {
  position: fixed;
  top: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;

  letter-spacing: 2px;   /* 字间距 */
  line-height: 1.4;      /* 行高 */
  padding: 10px 0;       /* 上下间距 */

  z-index: 10;
  background: var(--bg);
  color: var(--text);
  pointer-events: none;
}