#xgd-wm {
  position: fixed;
  inset: -28%;
  z-index: 99980;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(-22deg);
  opacity: .14;
}
#xgd-wm span {
  flex: 0 0 560px;
  padding: 56px 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .04em;
  color: #1a1a1a;
  white-space: nowrap;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  user-select: none;
}
