/* WPS Office 公文站样式 - wpsreact.com.cn */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body.doc-body {
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  background: #f3f0e8;
  color: #1c2430;
  line-height: 1.75;
  min-height: 100vh;
}

a {
  color: #0e2a47;
  text-decoration: underline;
}

a:hover {
  color: #e2b657;
}

.doc-topbar {
  width: 100%;
  height: 64px;
  background: #0e2a47;
  color: #fff;
}

.doc-topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.doc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.doc-brand svg {
  flex-shrink: 0;
}

.doc-nav {
  display: flex;
  gap: 28px;
  list-style: none;
}

.doc-nav a {
  color: #d6e2f0;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.doc-nav a.is-current {
  color: #e2b657;
  border-bottom-color: #e2b657;
}

.doc-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}

.doc-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d4cfc3;
}

.doc-hero-solo {
  display: block;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d4cfc3;
}

.doc-hero h1 {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 16px;
  font-weight: 700;
  color: #1c2430;
}

.doc-lead {
  font-size: 16px;
  margin-bottom: 20px;
  color: #1c2430;
}

.doc-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-bottom: 8px;
}

.doc-btn {
  display: inline-block;
  background: #0e2a47;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  line-height: 1.3;
}

.doc-btn:hover {
  background: #163a5c;
  color: #fff !important;
}

.doc-btn-secondary {
  display: inline-block;
  background: #fff;
  color: #0e2a47 !important;
  text-decoration: none !important;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 2px;
  border: 1px solid #0e2a47;
  line-height: 1.3;
}

.doc-btn-secondary:hover {
  background: #e8eef5;
}

.doc-link-inline {
  font-size: 15px;
  color: #0e2a47;
}

.doc-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.doc-tile {
  background: #fff;
  border: 1px solid #cfc8b8;
  border-radius: 0;
  padding: 16px 14px;
  min-height: 120px;
}

.doc-tile h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #0e2a47;
  display: flex;
  align-items: center;
  gap: 8px;
}

.doc-tile p {
  font-size: 13px;
  line-height: 1.55;
  color: #1c2430;
}

.doc-tile svg {
  flex-shrink: 0;
}

.doc-section {
  margin-bottom: 32px;
}

.doc-section h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 4px solid #e2b657;
  line-height: 1.4;
  color: #1c2430;
}

.doc-section p {
  margin-bottom: 14px;
  font-size: 15px;
  text-align: justify;
}

.doc-section ol {
  margin: 12px 0 16px 22px;
}

.doc-section ol li {
  margin-bottom: 14px;
  font-size: 15px;
}

.doc-news {
  list-style: none;
  margin: 8px 0 0;
}

.doc-news-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d4cfc3;
}

.doc-news-date {
  font-size: 14px;
  color: #0e2a47;
  font-weight: 600;
}

.doc-news-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1c2430;
}

.doc-news-body p {
  font-size: 14px;
  margin-bottom: 0;
  color: #1c2430;
}

.doc-faq {
  margin-top: 8px;
}

.doc-faq-item {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4cfc3;
}

.doc-faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0e2a47;
}

.doc-faq-item p {
  font-size: 15px;
  margin-bottom: 0;
}

.doc-platform-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 8px;
}

.doc-platform-btns .doc-btn {
  font-size: 16px;
  padding: 11px 22px;
}

.doc-platform-btns .doc-btn-win {
  font-size: 18px;
  padding: 12px 28px;
}

.doc-footer {
  background: #0e2a47;
  color: #d6e2f0;
  padding: 28px 20px;
  margin-top: 24px;
}

.doc-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
}

.doc-footer a {
  color: #e2b657;
}

.doc-footer p {
  margin-bottom: 6px;
}

@media (max-width: 800px) {
  .doc-topbar-inner {
    flex-direction: column;
    height: auto;
    padding: 10px 12px;
    gap: 8px;
  }

  .doc-topbar {
    height: auto;
  }

  .doc-nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .doc-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .doc-hero h1 {
    font-size: 22px;
  }

  .doc-grid-2x2 {
    grid-template-columns: 1fr;
  }

  .doc-news-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .doc-wrap {
    padding: 20px 12px 36px;
  }

  .doc-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
