/* WPS Office 落地站 - wpshomeo.com.cn */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #0f172a;
  background: #f4f7fb;
  line-height: 1.75;
  font-size: 16px;
}

a {
  color: #0b5fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
}

.home-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.home-header {
  background: #ffffff;
  border-bottom: 3px solid #0b5fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.home-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.home-brand:hover {
  text-decoration: none;
  color: #0b5fff;
}

.home-brand svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.home-nav {
  display: flex;
  gap: 8px;
  list-style: none;
}

.home-nav a {
  display: block;
  padding: 8px 14px;
  color: #0f172a;
  border-radius: 6px;
  font-size: 15px;
}

.home-nav a:hover {
  background: #eef4ff;
  text-decoration: none;
  color: #0b5fff;
}

.home-nav a.active {
  background: #0b5fff;
  color: #ffffff;
}

.home-nav a.active:hover {
  color: #ffffff;
  background: #094fd6;
}

.home-main {
  flex: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 20px 48px;
}

.home-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  padding: 36px 20px 28px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.home-hero h1 {
  font-size: 26px;
  line-height: 1.45;
  margin-bottom: 16px;
  color: #0f172a;
  font-weight: 700;
}

.home-hero-lead {
  color: #334155;
  margin-bottom: 22px;
  font-size: 15px;
}

.home-btn {
  display: inline-block;
  background: #0b5fff;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s;
}

.home-btn:hover {
  background: #094fd6;
}

.home-btn-row {
  margin-bottom: 18px;
}

.home-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-top: 8px;
}

.home-tags li {
  background: #eef4ff;
  color: #0b5fff;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 4px;
  font-weight: 600;
}

.home-section {
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.home-section h2 {
  font-size: 20px;
  margin-bottom: 18px;
  color: #0f172a;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8eef6;
}

.home-section p {
  margin-bottom: 14px;
  color: #334155;
}

.home-cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-card {
  background: #f4f7fb;
  border-radius: 8px;
  padding: 18px 16px;
  border: 1px solid #e8eef6;
}

.home-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0b5fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-card h3 svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.home-card p {
  font-size: 14px;
  margin-bottom: 0;
  color: #475569;
}

.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.home-split-aside {
  background: #f4f7fb;
  border-radius: 8px;
  padding: 20px;
  border-left: 4px solid #0b5fff;
}

.home-split-aside h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #0f172a;
}

.home-split-aside ul {
  padding-left: 18px;
  color: #475569;
  font-size: 14px;
}

.home-split-aside li {
  margin-bottom: 8px;
}

.home-dl-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.home-dl-card {
  background: #f4f7fb;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.home-dl-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.home-dl-card p {
  font-size: 14px;
  margin-bottom: 14px;
}

.home-dl-card .home-btn {
  padding: 10px 20px;
  font-size: 14px;
}

.home-table-wrap {
  overflow-x: auto;
}

.home-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.home-table th,
.home-table td {
  border: 1px solid #dbe4f0;
  padding: 12px 14px;
  text-align: left;
}

.home-table th {
  background: #0b5fff;
  color: #ffffff;
  font-weight: 600;
}

.home-table tr:nth-child(even) td {
  background: #f4f7fb;
}

.home-news-3,
.home-reviews-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-news-item,
.home-review-item {
  background: #f4f7fb;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #e8eef6;
}

.home-news-item h3,
.home-review-item h3 {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #0f172a;
}

.home-news-date {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
  display: block;
}

.home-news-item p,
.home-review-item p {
  font-size: 13px;
  margin-bottom: 0;
  color: #475569;
}

.home-review-meta {
  font-size: 12px;
  color: #64748b;
  margin-top: 10px;
}

.home-faq-list {
  list-style: none;
}

.home-faq-item {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eef6;
}

.home-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-faq-q {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  font-size: 15px;
}

.home-faq-a {
  color: #475569;
  font-size: 14px;
  margin-bottom: 0;
}

.home-steps {
  counter-reset: step;
  list-style: none;
}

.home-steps li {
  counter-increment: step;
  position: relative;
  padding: 14px 14px 14px 52px;
  margin-bottom: 12px;
  background: #f4f7fb;
  border-radius: 8px;
  color: #334155;
  font-size: 14px;
}

.home-steps li::before {
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  background: #0b5fff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 13px;
}

.home-req-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  margin-bottom: 14px;
}

.home-req-list li {
  background: #f4f7fb;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #e8eef6;
  font-size: 14px;
  color: #334155;
}

.home-req-list strong {
  color: #0b5fff;
  display: block;
  margin-bottom: 4px;
}

.home-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 28px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}

.home-footer a {
  color: #93c5fd;
}

.home-footer p {
  margin-bottom: 6px;
}

.home-footer-nav {
  margin-bottom: 12px;
}

.home-footer-nav a {
  margin: 0 8px;
}

.home-inline-link {
  font-weight: 600;
}

@media (max-width: 860px) {
  .home-header-inner {
    flex-direction: column;
    height: auto;
    padding: 12px 16px;
    gap: 10px;
  }

  .home-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-hero h1 {
    font-size: 20px;
  }

  .home-cards-4,
  .home-news-3,
  .home-reviews-3,
  .home-dl-cards,
  .home-split,
  .home-req-list {
    grid-template-columns: 1fr;
  }

  .home-main {
    padding: 20px 14px 36px;
  }

  .home-section {
    padding: 20px 16px;
  }
}
