.faq-page[data-v-53fa6f14] {
  background: #FAFBFE;
  min-height: 100vh;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
  padding-bottom: 80px;
}
button[data-v-53fa6f14] {
  font-family: inherit;
}
button[data-v-53fa6f14]:focus-visible,
input[data-v-53fa6f14]:focus-visible,
a[data-v-53fa6f14]:focus-visible {
  outline: 2px solid rgba(52, 46, 115, 0.55);
  outline-offset: 2px;
}
/* ---------- 面包屑 ---------- */
.breadcrumbs-bar[data-v-53fa6f14] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEF0F4;
  padding: 12px 24px;
}
.breadcrumb-group[data-v-53fa6f14] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.breadcrumb-item[data-v-53fa6f14] {
  color: #475569;
  text-decoration: none;
  transition: color 0.16s ease;
}
.breadcrumb-item[data-v-53fa6f14]:hover {
  color: #342E73;
}
.breadcrumb-item.active[data-v-53fa6f14] {
  color: #1F2430;
  font-weight: 500;
  cursor: default;
}
.breadcrumb-separator[data-v-53fa6f14] {
  color: #94a3b8;
}
/* ---------- Hero ---------- */
.hero-section[data-v-53fa6f14] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEF0F4;
}
.hero-section .hero-content[data-v-53fa6f14] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 40px;
}
.hero-section .hero-content h1[data-v-53fa6f14] {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #1F2430;
}
.hero-section .hero-content .hero-subtitle[data-v-53fa6f14] {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
  max-width: 600px;
}
/* ---------- 搜索框 ---------- */
.searchbox[data-v-53fa6f14] {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 520px;
  height: 44px;
  padding: 0 14px;
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  border-radius: 10px;
  color: #94a3b8;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.searchbox[data-v-53fa6f14]:focus-within {
  border-color: #342E73;
  box-shadow: 0 0 0 3px rgba(52, 46, 115, 0.22);
}
.searchbox input[data-v-53fa6f14] {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #1F2430;
  font-family: inherit;
}
.searchbox input[data-v-53fa6f14]::-moz-placeholder {
  color: #94a3b8;
}
.searchbox input[data-v-53fa6f14]::placeholder {
  color: #94a3b8;
}
.searchbox-clear[data-v-53fa6f14] {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #94a3b8;
  font-size: 13px;
  padding: 4px 6px;
  border-radius: 8px;
}
.searchbox-clear[data-v-53fa6f14]:hover {
  background: #F7F8FB;
  color: #1F2430;
}
/* ---------- 主容器 ---------- */
.page-container[data-v-53fa6f14] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
}
/* ---------- 布局 B：侧栏 + 分组 ---------- */
.faq-layout[data-v-53fa6f14] {
  --faq-sidenav-width: 238px;
  --faq-sidenav-gap: 32px;
  display: flex;
  gap: var(--faq-sidenav-gap);
  align-items: flex-start;
}
.sidenav[data-v-53fa6f14] {
  position: sticky;
  top: 24px;
  flex: 0 0 var(--faq-sidenav-width);
  width: var(--faq-sidenav-width);
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  padding: 12px 8px;
}
.sidenav.fixed[data-v-53fa6f14] {
  position: fixed;
  overflow-y: auto;
  z-index: 20;
}
.faq-layout.sidenav-is-fixed .faq-main[data-v-53fa6f14] {
  margin-left: calc(var(--faq-sidenav-width) + var(--faq-sidenav-gap));
}
.sidenav-title[data-v-53fa6f14] {
  padding: 6px 14px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
}
.sidenav-item[data-v-53fa6f14] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #475569;
  text-align: left;
  transition: background 0.16s ease, color 0.16s ease;
}
.sidenav-item[data-v-53fa6f14]:hover {
  background: #F7F8FB;
}
.sidenav-item.active[data-v-53fa6f14] {
  background: #F3F2FF;
  color: #342E73;
  font-weight: 600;
}
.sidenav-item.active[data-v-53fa6f14]::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 3px;
  height: 24px;
  border-radius: 8px;
  background: #342E73;
}
.count-badge[data-v-53fa6f14] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: #F3F2FF;
  color: #342E73;
  border: 1px solid rgba(52, 46, 115, 0.22);
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.faq-main[data-v-53fa6f14] {
  flex: 1;
  min-width: 0;
}
/* ---------- 分组 ---------- */
.faq-group[data-v-53fa6f14] {
  margin-bottom: 40px;
}
.group-head[data-v-53fa6f14] {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 14px;
}
.group-head h2[data-v-53fa6f14] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #1F2430;
  display: flex;
  align-items: center;
  gap: 10px;
}
.group-head h2[data-v-53fa6f14]::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #342E73;
}
.group-count[data-v-53fa6f14] {
  font-size: 12px;
  color: #94a3b8;
}
/* ---------- FAQ 列表 ---------- */
.faq-list[data-v-53fa6f14] {
  background: #FFFFFF;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
  overflow: hidden;
}
.faq-item[data-v-53fa6f14] {
  border-top: 1px solid #EEF0F4;
}
.faq-item[data-v-53fa6f14]:first-child {
  border-top: 0;
}
.faq-question[data-v-53fa6f14] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #1F2430;
  line-height: 1.5;
  transition: background 0.16s ease, color 0.16s ease;
}
.faq-question[data-v-53fa6f14]:hover {
  background: #F7F8FB;
  color: #342E73;
}
.faq-item.open .faq-question[data-v-53fa6f14] {
  color: #342E73;
}
.faq-q-text[data-v-53fa6f14] {
  flex: 1;
}
.faq-q-text[data-v-53fa6f14] mark {
  background: #F3F2FF;
  color: #342E73;
  border-radius: 8px;
  padding: 0 2px;
}
.faq-plus[data-v-53fa6f14] {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #94a3b8;
}
.faq-plus i[data-v-53fa6f14] {
  position: absolute;
  border-radius: 999px;
  background: currentColor;
}
.faq-plus .h[data-v-53fa6f14] {
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
}
.faq-plus .v[data-v-53fa6f14] {
  top: 4px;
  left: 10px;
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease;
}
.faq-item.open .faq-plus[data-v-53fa6f14] {
  color: #342E73;
}
.faq-item.open .faq-plus .v[data-v-53fa6f14] {
  transform: scaleY(0);
}
.faq-answer-wrap[data-v-53fa6f14] {
  padding: 0 22px 22px;
  animation: wt-faq-slide-53fa6f14 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
.faq-answer-wrap[data-v-53fa6f14] {
    animation: none;
}
}
@keyframes wt-faq-slide-53fa6f14 {
from {
    opacity: 0;
    transform: translateY(-4px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.faq-answer[data-v-53fa6f14] {
  max-width: 860px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}
.faq-answer[data-v-53fa6f14] p {
  margin: 0 0 12px;
}
.faq-answer[data-v-53fa6f14] p:last-child {
  margin-bottom: 0;
}
.faq-answer[data-v-53fa6f14] .faq-link {
  color: #342E73;
  font-weight: 600;
  text-decoration: none;
}
.faq-answer[data-v-53fa6f14] .faq-link:hover {
  text-decoration: underline;
}
.faq-images[data-v-53fa6f14] {
  max-width: 860px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-image[data-v-53fa6f14] {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #EEF0F4;
  transition: box-shadow 0.16s ease, border-color 0.16s ease;
}
.faq-image[data-v-53fa6f14]:hover {
  border-color: rgba(52, 46, 115, 0.22);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
/* ---------- 搜索结果 / 空态 ---------- */
.search-results-meta[data-v-53fa6f14] {
  margin-bottom: 16px;
  font-size: 14px;
  color: #475569;
}
.search-results-meta strong[data-v-53fa6f14] {
  color: #342E73;
}
.empty-state[data-v-53fa6f14] {
  padding: 64px 24px;
  text-align: center;
  color: #94a3b8;
  background: #FFFFFF;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
}
.empty-state h3[data-v-53fa6f14] {
  margin: 14px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1F2430;
}
.empty-state p[data-v-53fa6f14] {
  margin: 0;
  font-size: 14px;
  color: #475569;
}
/* ---------- 联系卡 ---------- */
.contact-card[data-v-53fa6f14] {
  margin-top: 56px;
  padding: 40px 32px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEF0F4;
  border-radius: 12px;
}
.contact-card h3[data-v-53fa6f14] {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1F2430;
}
.contact-card p[data-v-53fa6f14] {
  margin: 0 auto 20px;
  max-width: 480px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}
.contact-actions[data-v-53fa6f14] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.btn-primary[data-v-53fa6f14] {
  height: 40px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  background: #342E73;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.16s ease;
}
.btn-primary[data-v-53fa6f14]:hover {
  background: #2A2660;
}
.btn-ghost[data-v-53fa6f14] {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.btn-ghost[data-v-53fa6f14]:hover {
  color: #342E73;
}
/* ---------- 图片预览模态框 ---------- */
.image-modal-overlay[data-v-53fa6f14] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.image-modal-overlay.open[data-v-53fa6f14] {
  opacity: 1;
  pointer-events: auto;
}
.image-modal-content[data-v-53fa6f14] {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.96);
  transition: transform 0.2s ease;
}
.image-modal-overlay.open .image-modal-content[data-v-53fa6f14] {
  transform: scale(1);
}
.image-modal-header[data-v-53fa6f14] {
  padding: 16px 20px;
  border-bottom: 1px solid #EEF0F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.image-modal-title[data-v-53fa6f14] {
  font-size: 16px;
  font-weight: 600;
  color: #1F2430;
}
.image-modal-close[data-v-53fa6f14] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}
.image-modal-close[data-v-53fa6f14]:hover {
  background: #F7F8FB;
  color: #1F2430;
}
.image-modal-body[data-v-53fa6f14] {
  padding: 20px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-image[data-v-53fa6f14] {
  max-width: 100%;
  max-height: calc(90vh - 120px);
  -o-object-fit: contain;
     object-fit: contain;
}
/* ---------- 响应式 ---------- */
@media (max-width: 900px) {
.hero-section .hero-content[data-v-53fa6f14] {
    padding: 32px 16px 28px;
}
.hero-section .hero-content h1[data-v-53fa6f14] {
    font-size: 28px;
}
.page-container[data-v-53fa6f14] {
    padding: 24px 16px 0;
}
.faq-layout[data-v-53fa6f14] {
    flex-direction: column;
    gap: 20px;
}
.sidenav[data-v-53fa6f14] {
    position: static;
    flex: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px;
}
.sidenav-title[data-v-53fa6f14] {
    display: none;
}
.sidenav-item[data-v-53fa6f14] {
    width: auto;
    height: 36px;
    padding: 0 12px;
}
.sidenav-item.active[data-v-53fa6f14]::before {
    display: none;
}
.faq-question[data-v-53fa6f14] {
    padding: 16px;
    font-size: 15px;
}
.faq-answer-wrap[data-v-53fa6f14] {
    padding: 0 16px 18px;
}
.contact-actions[data-v-53fa6f14] {
    flex-direction: column;
}
}

