/* =============================================================================
   分页样式（复刻目标站内容页：订单查询 / 支持 / FAQ / 教程 / 隐私 / 条款 / 反馈）
   - 类名与数值全部取自目标站 index-*.css 的对应规则
   ============================================================================= */

/* ---------- 查询页 / 反馈页：.order-page（背景图 + 卡片） ---------- */
.order-page { padding: 0 12px; overflow: hidden; }
.order-page .ex-bg { position: relative; margin-top: -50px; width: 100%; height: 200px; transform: translateX(-10%); }
.order-page .ex-bg > img { width: 120%; height: 100%; display: block; }
.order-page .title {
  position: relative; z-index: 4; margin: -140px 0 0; padding: 0;
  font-size: 20px; font-weight: 700;
}
.order-page .order-container {
  background: linear-gradient(180deg, #363f4f99, #1b2435cc 97.09%);
  border: 1px solid rgba(100, 101, 102, .4);
  box-shadow: 0 8px 30px #1b212d66;
  min-height: 327px;
  margin-top: 12px;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.order-page .order-container > p { font-size: 14px; font-weight: 700; color: #fff; }
.inquiry-search { width: 56px; height: 56px; margin: 48px auto 0; display: block; }
.inquiry-input {
  height: 48px; width: 100%; margin-top: 16px;
  background: #1a1f28; border: 1px solid #414753; border-radius: 8px;
  color: #fff; font-size: 16px; padding: 0 12px;   /* iOS 聚焦不放大：≥16px */
}
.inquiry-input::placeholder { color: #8f96a1; }
.inquiry-btn {
  height: 48px; width: 100%; margin-top: 16px;
  background: #0ebe8f; color: #fff; font-size: 16px;
  border-radius: 8px; font-weight: 400;
}
.inquiry-btn:disabled { opacity: .5; cursor: not-allowed; }

/* ---------- 支持页：.about-page ---------- */
.about-page { padding: 0 16px; background: #1f2127; }
/* ex-bg 外框：真站此处是纯静态外框（styles.css 的 .ex-bg 是主页 hero 的，会带 top:-170px/padding，必须重置） */
.about-page .ex-bg { position: static; top: auto; left: auto; margin: 0; padding: 0; width: 100%; height: 200px; overflow: visible; }
.about-page .ex-bg > img { width: 100%; height: auto; display: block; }
.about-page .title { position: relative; margin: -180px 0 0; z-index: 4; font-size: 20px; font-weight: 700; }
.about-page .about-content { margin-top: 180px; min-height: 200px; }
.about-page .about-content > p { font-size: 14px; font-weight: 400; line-height: 24px; color: #fff; }
.about-page .explain-container { margin-top: 48px; }
.about-page .surportContainer { margin-top: 24px; }

/* ---------- FAQ 页 ---------- */
.faq-page { padding: 24px 12px; --is-phone: "1"; }
.faq-page > h2 { font-size: 20px; font-weight: 700; }
.faq-scroll-container { overflow-x: scroll; width: auto; height: 32px; margin-top: 12px; display: flex; align-items: center; gap: 4px; }
.faq-scroll-container::-webkit-scrollbar { display: none; }
.faq-tab { width: fit-content; padding: 6px 10px; color: #fff9; border-radius: 8px; font-size: 14px; flex-shrink: 0; white-space: nowrap; cursor: pointer; }
.faq-tab.active { background-color: #0ebe8f; color: #fff; font-weight: 600; }
.faq-collapse { margin-top: 14px; color: #fff; }
.faq-collapse .faq-item:not(:first-child) { margin-top: 16px; }
.faq-collapse .faq-header {
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid #8f96a1; padding: 12px 16px; cursor: pointer;
}
.faq-collapse .faq-header > img { width: 22px; height: 22px; flex: 0 0 auto; }
.faq-collapse .faq-header > span { color: #fff; font-size: 18px; font-weight: 700; line-height: 26px; }
.faq-collapse .faq-body { display: none; padding: 12px 0 4px; }
.faq-collapse .faq-item.open .faq-body { display: block; }
.faq-collapse .faq-body p { font-size: 14px; line-height: 22px; color: #fff; }
.faq-collapse .faq-body p + p { margin-top: 8px; }
.faq-collapse .faq-body .strong { font-weight: bolder; color: #fff; }

/* ---------- 教程页 ---------- */
.tutorialPage { color: #fff; padding: 24px 12px; max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.tutorialPage > h2 { font-size: 20px; font-weight: 700; }
.cus-select { margin-top: 24px; display: flex; }
.select-item {
  cursor: pointer; min-width: 129px; padding: 0 10px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  line-height: 16.94px; font-weight: 400; font-size: 14px; color: #fff9;
}
.select-item.selectActive { background-color: #0ebe8f; color: #fff; font-weight: 600; }
.tutorialPage .content { margin-top: 0; padding: 0 13px; }
.stp-content { line-height: normal; }
.steps { font-weight: 600; font-size: 16px; line-height: 28px; color: #0ebe8f; }
.steps:not(:first-child) { margin-top: 24px; }
.stp-content { margin-top: 12px; font-weight: 400; font-size: 14px; line-height: 24px; }
.step-img { width: 100%; height: auto; margin-top: 24px; display: block; border-radius: 8px; }

/* ---------- 隐私 / 条款页 ---------- */
.PrivacyPolicyPage, .termsOfServicePage { background-color: #191e26; padding: 24px 12px 12px; }
.PrivacyPolicyPage > h2, .termsOfServicePage > h2 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.termsOfServicePage__content {
  background: linear-gradient(180deg, #363f4f99, #1b2435cc 99.58%);
  border: 1px solid #4d5869;
  box-shadow: 0 8px 30px #1b212d66;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.termsOfServicePage__content > h1 { font-size: 18px; font-weight: 600; line-height: 28px; color: #0ebe8f; margin: 24px 0; }
.termsOfServicePage__content > h1:first-child { margin-top: 0; }
.termsOfServicePage__content .list > p { font-size: 16px; font-weight: 400; line-height: 24px; }
.termsOfServicePage__content .list > p:not(:first-child) { margin-top: 18px; }

/* ---------- 反馈页表单 ---------- */
.feedback-label { color: #fff; font-size: 18px; font-weight: 700; line-height: 27px; }
.feedback-form { width: 100%; margin-top: 16px; }
.feedback-textarea-wrap { position: relative; display: block; }
.feedback-textarea {
  width: 100%; height: 206px; min-height: 206px; max-height: 206px;
  background: #1a1f28; border: 1px solid #414753; border-radius: 8px;
  color: #fff; font-size: 16px; line-height: 22px; padding: 10px 12px; resize: none;   /* iOS 聚焦不放大：≥16px */
}
.feedback-textarea::placeholder { color: #8f96a1; }
.feedback-count { position: absolute; right: 12px; bottom: 8px; font-size: 12px; color: #8f96a1; }
.feedback-upload-label { color: #fff; margin-bottom: 10px; }
.feedback-upload-label .n { color: #0ebe8f; }
.feedback-upload {
  width: 111px; height: 111px; border: 1px dashed #414753; border-radius: 8px;
  background: none; color: #fff; display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-size: 12px; gap: 4px; cursor: pointer;
}
.feedback-upload svg { width: 18px; height: 18px; }
.feedback-submit-row { text-align: center; margin-top: 40px; }
.feedback-submit { width: 156px; height: 56px; background: #0ebe8f; color: #fff; font-size: 16px; border-radius: 8px; }

/* 短页撑满一屏、页脚贴底（对齐真站 layout-container 行为） */
body[data-page] .layout-container { min-height: 100vh; display: flex; flex-direction: column; }
body[data-page] .foolter-container { margin-top: auto; }
