/* ============================================================
   宣传册页面主题（FlipHTML5 新引擎）
   深色背景：避免封面翻页时露出白色/蓝色背景
   ============================================================ */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1f2232;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
}

img {
  -webkit-user-drag: none;
  user-select: none;
}

#pages-data { display: none; }

.noscript {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2232;
  color: #fff;
  font-size: 15px;
  z-index: 9999;
}
