/* ===== 信息页面通用布局 ===== */
#app {
  max-width: 768px;
  margin: 0 auto;
  background: #eff1f4;
  min-height: 100vh;
  padding-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.page-content {
  padding-top: 0.45rem;
  padding-bottom: 0.2rem;
  flex: 1;
}

.page-title {
  font-size: 16px;
  text-align: center;
  padding: 0.2rem 0;
  font-weight: 600;
}

/* ===== 内容卡片 ===== */
.content-card {
  background: #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
  padding: 16px;
}

.content-card h1 {
  font-size: 18px;
  margin-bottom: 0.2rem;
}

.content-card h2 {
  font-size: 16px;
  padding-bottom: 0.15rem;
  margin-top: 0.2rem;
}

.content-card h3 {
  font-size: 14px;
  color: #f94941;
  margin-bottom: 0.15rem;
}

.content-card p {
  font-size: 0.144rem;
  color: #516375;
  line-height: 1.6em;
  margin-bottom: 0.15rem;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.content-card ul li {
  list-style: none;
  font-size: 0.144rem;
  color: #516375;
  line-height: 1.6em;
  margin-bottom: 0.1rem;
}

/* ===== 页脚覆盖样式 ===== */
.bottom {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  flex-shrink: 0;
}
