#main .guide-page {
  padding: 0.2rem 0 0.5rem;
  color: #161616;
}
#main .guide-page .guide-page__nav {
  gap: 0.1rem;
  margin-bottom: 0.24rem;
}
#main .guide-page .guide-page__nav-item {
  display: inline-block;
  padding: 0.06rem 0.14rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.06rem;
  color: #161616;
  text-decoration: none;
  background: #fff;
}
#main .guide-page .guide-page__nav-item.active,
#main .guide-page .guide-page__nav-item:hover {
  border-color: #CC0000;
  color: #CC0000;
}
#main .guide-page .guide-page__header {
  margin-bottom: 0.24rem;
}
#main .guide-page .guide-page__title {
  margin: 0 0 0.1rem;
}
#main .guide-page .guide-page__intro {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}
#main .guide-page .guide-page__hub {
  gap: 0.14rem;
}
#main .guide-page .guide-page__hub-card {
  display: block;
  padding: 0.18rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.08rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
#main .guide-page .guide-page__hub-card:hover {
  border-color: #CC0000;
}
#main .guide-page .guide-page__qa {
  padding: 0.16rem 0;
  border-bottom: 1px solid #f1f5f9;
}
#main .guide-page .guide-page__q {
  margin: 0 0 0.08rem;
}
#main .guide-page .guide-page__a {
  color: #334155;
}
#main .guide-page .guide-page__cta,
#main .guide-page .guide-page__related {
  margin-top: 0.28rem;
  padding-top: 0.16rem;
  border-top: 1px solid #e5e7eb;
}
#main .guide-page .guide-page__related-links {
  gap: 0.12rem;
  margin-top: 0.08rem;
}
#main .guide-page .guide-page__related-links a {
  margin-right: 0.12rem;
}

