/* 同花顺 cn 杂志风版式 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
  background: #fff7f1;
}

a {
  color: #c45c28;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.top-bar {
  height: 8px;
  background: #e07a3d;
}

.site-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 24px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
}

.brand {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 28px;
  font-weight: 700;
  color: #1b3a4b;
  letter-spacing: 0.06em;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.nav a {
  color: #1b3a4b;
  font-size: 15px;
}

.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px 36px;
}

.hero h1 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 44px;
  line-height: 1.35;
  color: #1b3a4b;
  font-weight: 700;
  margin: 0 0 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}

.btn-download {
  display: inline-block;
  background: #e07a3d;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-decoration: none;
}

.btn-download:hover {
  background: #c45c28;
  text-decoration: none;
  color: #fff;
}

.hero-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-links a {
  color: #1b3a4b;
  border-bottom: 1px solid #e07a3d;
  padding-bottom: 2px;
}

.section {
  max-width: 1100px;
  margin: 0 auto 28px;
  padding: 0 24px;
}

.alt-block {
  display: flex;
  flex-wrap: wrap;
  min-height: 160px;
  margin-bottom: 28px;
}

.alt-block .panel-title {
  flex: 0 0 38%;
  background: #1b3a4b;
  color: #fff;
  padding: 36px 28px;
  display: flex;
  align-items: center;
}

.alt-block .panel-body {
  flex: 1 1 62%;
  background: #fff7f1;
  padding: 28px 32px;
}

.alt-block.even .panel-title {
  order: 2;
}

.alt-block.even .panel-body {
  order: 1;
  background: #fff;
}

.alt-block.odd .panel-body {
  background: #fff;
}

.alt-block h2 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 26px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.panel-body p {
  margin: 0 0 16px;
  text-align: justify;
}

.panel-body p:last-child {
  margin-bottom: 0;
}

.platform-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.platform-links a {
  color: #1b3a4b;
  border-bottom: 1px solid #e07a3d;
}

.news-block {
  margin-bottom: 28px;
}

.news-block > h2 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 26px;
  color: #1b3a4b;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e07a3d;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.news-card {
  background: #fff;
  border: 1px solid #e8d5c8;
  padding: 18px 20px;
}

.news-card time {
  display: block;
  font-size: 13px;
  color: #8a6a55;
  margin-bottom: 8px;
}

.news-card h3 {
  font-size: 17px;
  color: #1b3a4b;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.45;
}

.news-card p {
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.faq-block {
  margin-bottom: 36px;
}

.faq-block > h2 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 26px;
  color: #1b3a4b;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e07a3d;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8d5c8;
  margin-bottom: 10px;
}

.faq-item summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  color: #1b3a4b;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "+ ";
  color: #e07a3d;
  font-weight: 700;
}

.faq-item[open] summary::before {
  content: "− ";
}

.faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #444;
  text-align: justify;
}

.dl-table-wrap {
  overflow-x: auto;
  margin: 18px 0 0;
}

.dl-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.dl-table th,
.dl-table td {
  border: 1px solid #e8d5c8;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.dl-table th {
  background: #1b3a4b;
  color: #fff;
  font-weight: 600;
}

.dl-table td a {
  color: #c45c28;
}

.cta-row {
  margin-top: 18px;
}

.site-footer {
  background: #1b3a4b;
  color: #fff;
  padding: 28px 24px 36px;
  margin-top: 20px;
}

.site-footer .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 30px;
  }

  .alt-block .panel-title,
  .alt-block .panel-body {
    flex: 1 1 100%;
  }

  .alt-block.even .panel-title,
  .alt-block.even .panel-body {
    order: initial;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }
}
