/* FAQ 正文：嵌在主站壳内 */

.site-faq {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 18px 32px;
  background: #ffffff;
  color: #434a54;
  font-family: Arial, Helvetica, "Microsoft YaHei", "微软雅黑", sans-serif;
  line-height: 1.75;
}

.site-faq__h1 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #434a54;
  text-align: center;
}

.site-faq__lead {
  margin: 0 0 14px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.site-faq__nap {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #fff8f8;
  border: 1px solid #f0e0e0;
  font-size: 14px;
  color: #666666;
}

.site-faq__nap p { margin: 0 0 4px; }
.site-faq__nap a { color: #434a54; text-decoration: underline; }

.site-faq__toc {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #eeeeee;
  background: #fafafa;
}

.site-faq__toc-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #434a54;
}

.site-faq__toc ol {
  margin: 0;
  padding-left: 1.3em;
  font-size: 14px;
  color: #666666;
}

.site-faq__toc a { color: #434a54; text-decoration: underline; }

.site-faq__section {
  margin: 0 0 18px;
  padding-top: 4px;
}

.site-faq__h2 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  color: #434a54;
}

.site-faq__item {
  padding: 12px 0;
  border-bottom: 1px dashed #f0e0e0;
}

.site-faq__item:last-child { border-bottom: 0; }

.site-faq__q {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #434a54;
  line-height: 1.5;
}

.site-faq__a {
  font-size: 14px;
  color: #666666;
}

.site-faq__a p {
  margin: 0 0 8px;
}

.site-faq__a p:last-child { margin-bottom: 0; }
