/* ===== 易歪歪 FAQ 文章页共用样式 ===== */

.art-hero {
  background-color: #2b333a;
  padding: 34px 0 30px;
}
.art-crumb {
  font-size: 13px;
  color: #8492a2;
  margin-bottom: 12px;
}
.art-crumb a { color: #8492a2; text-decoration: none; }
.art-crumb a:hover { color: #12c0ff; text-decoration: none; }
.art-crumb .sep { margin: 0 7px; color: #5a6472; }

.art-hero h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.45;
  margin: 0;
}
.art-kicker {
  display: inline-block;
  font-size: 12px;
  color: #12c0ff;
  border: 1px solid #3a5a72;
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 14px;
}

.art-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
.art-card {
  background: #fff;
  border: 1px solid #DAE2EC;
  border-radius: 14px;
  padding: 34px 40px 38px;
  margin-top: -26px;
  position: relative;
  z-index: 2;
}

.art-lead {
  font-size: 16px;
  color: #3d4756;
  line-height: 1.9;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eef2f6;
}

.art-toc {
  background: #f7f9fc;
  border: 1px solid #e3eaf2;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.art-toc .t {
  font-size: 13px;
  font-weight: bold;
  color: #4d6faf;
  margin-bottom: 8px;
}
.art-toc ol { margin: 0; padding-left: 20px; }
.art-toc li { font-size: 14px; line-height: 1.9; }
.art-toc a { color: #5a6472; text-decoration: none; }
.art-toc a:hover { color: #366bb3; }

.art-card h2 {
  font-size: 19px;
  font-weight: bold;
  color: #131313;
  margin: 34px 0 12px;
  padding-left: 11px;
  border-left: 4px solid #587ab9;
}
.art-card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2b333a;
  margin: 22px 0 8px;
}
.art-card p {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.95;
  margin-bottom: 14px;
}
.art-card ul, .art-card ol { margin-bottom: 16px; padding-left: 22px; }
.art-card li {
  font-size: 15px;
  color: #4a5563;
  line-height: 1.9;
  margin-bottom: 5px;
}
.art-card a { color: #366bb3; }

.k {
  display: inline-block;
  background: #f0f4f9;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 14px;
  color: #4d6faf;
}
.kbd {
  display: inline-block;
  background: #fff;
  border: 1px solid #cfd8e3;
  border-bottom-width: 2px;
  border-radius: 5px;
  padding: 1px 8px;
  font-size: 13px;
  color: #2b333a;
  font-family: Consolas, Monaco, monospace;
}

/* ===== 配图 ===== */
.art-fig {
  margin: 24px 0 26px;
  text-align: center;
}
.art-fig img,
.art-fig svg {
  max-width: 100%;
  height: auto;
  border: 1px solid #DAE2EC;
  border-radius: 10px;
  background: #fff;
}
.art-fig .cap {
  font-size: 13px;
  color: #8492a2;
  margin-top: 10px;
  line-height: 1.7;
}

/* ===== 提示框 ===== */
.art-note {
  border-radius: 10px;
  padding: 14px 18px;
  margin: 22px 0;
  font-size: 14px;
  line-height: 1.85;
}
.art-note .h {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.art-note.tip {
  background: #f0f6ff;
  border: 1px solid #cfe0f7;
  color: #3a5a86;
}
.art-note.tip .h { color: #366bb3; }
.art-note.warn {
  background: #fff8f0;
  border: 1px solid #f5ddc0;
  color: #8a6034;
}
.art-note.warn .h { color: #c47d20; }

/* ===== 表格 ===== */
.art-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 24px;
  font-size: 14px;
}
.art-table th {
  background: #f4f7fb;
  color: #2b333a;
  font-weight: bold;
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #dfe6ee;
}
.art-table td {
  padding: 10px 14px;
  border: 1px solid #e6ecf3;
  color: #4a5563;
  line-height: 1.8;
}

/* ===== 步骤列表 ===== */
.art-steps { counter-reset: s; padding-left: 0; list-style: none; margin: 20px 0 24px; }
.art-steps li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #4a5563;
  line-height: 1.9;
}
.art-steps li:before {
  counter-increment: s;
  content: counter(s);
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #587ab9;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
}

/* ===== 底部相关问题 / 返回 ===== */
.art-foot {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid #eef2f6;
}
.art-foot .t {
  font-size: 15px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 12px;
}
.art-rel {
  display: block;
  font-size: 14px;
  color: #4d6faf;
  border: 1px solid #DAE2EC;
  border-radius: 9px;
  padding: 11px 15px;
  margin-bottom: 8px;
  background: #fff;
  text-decoration: none;
}
.art-rel:hover {
  border-color: #ADBED4;
  background: #f7f9fc;
  color: #366bb3;
  text-decoration: none;
}
.art-back {
  display: inline-block;
  margin: 26px 0 40px;
  font-size: 14px;
  color: #4d6faf;
  text-decoration: none;
}
.art-back:hover { color: #366bb3; }

/* ===== 资料来源 ===== */
.art-src {
  margin-top: 30px;
  padding: 14px 18px;
  background: #f7f9fc;
  border: 1px dashed #d5dfea;
  border-radius: 10px;
  font-size: 13px;
  color: #6b7684;
  line-height: 1.85;
}
.art-src .h {
  font-weight: bold;
  color: #4d6faf;
  display: block;
  margin-bottom: 4px;
}
.art-src a { color: #366bb3; }

/* ===== 发布时间 / 访问量 ===== */
.art-meta {
  font-size: 13px;
  color: #8492a2;
  margin-top: 12px;
}
.art-meta .sp { margin: 0 4px; }

.faq-meta {
  display: block;
  font-size: 12px;
  color: #a0aab8;
  margin-top: 12px;
}
.faq-meta .sp { margin: 0 4px; }

/* ===== FAQ 列表页:阅读全文入口 ===== */
.faq-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #366bb3;
  text-decoration: none;
}
.faq-more:hover { color: #0047a6; text-decoration: none; }
.faq-more:after { content: " ›"; font-size: 15px; }

@media (max-width: 767px) {
  .art-card { padding: 24px 20px 28px; margin-top: -18px; }
  .art-hero h1 { font-size: 23px; }
}
