.fqzzs-page[data-v-fqzzs01] {
  background: #f8f9fa;
  min-height: 100vh;
}
.container[data-v-fqzzs01] {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

/* Banner Section */
.banner-section[data-v-fqzzs01] {
  background: linear-gradient(135deg, #0d3b5c 0%, #1e5f8e 50%, #0d3b5c 100%);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.banner-section[data-v-fqzzs01]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/remote/hdform.oss-cn-shanghai.aliyuncs.com/images/about-6-background.png") center/cover;
  opacity: 0.08;
}
.banner-content[data-v-fqzzs01] {
  position: relative;
  z-index: 1;
  padding: 120px 0 80px;
}
.banner-content .container[data-v-fqzzs01] {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.banner-text[data-v-fqzzs01] {
  color: #fff;
  flex: 1;
  max-width: 620px;
}
.banner-title[data-v-fqzzs01] {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.banner-subtitle[data-v-fqzzs01] {
  color: #ffd700;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-features[data-v-fqzzs01] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.feature-row[data-v-fqzzs01] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.feature-item[data-v-fqzzs01] {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  display: inline-flex;
  font-size: 15px;
  gap: 8px;
  padding: 10px 18px;
}
.feature-item i[data-v-fqzzs01] {
  color: #ffd700;
}
.banner-line[data-v-fqzzs01] {
  background: linear-gradient(90deg, #ffd700, transparent);
  height: 3px;
  max-width: 200px;
  width: 100%;
}
.banner-form[data-v-fqzzs01] {
  flex: 0 0 420px;
  max-width: 420px;
}
.form-card[data-v-fqzzs01] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 35px 30px;
}
.form-title[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.form-fields[data-v-fqzzs01] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-input[data-v-fqzzs01],
.form-select[data-v-fqzzs01] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  height: 48px;
  padding: 0 16px;
  transition: border-color 0.3s;
  width: 100%;
}
.form-input[data-v-fqzzs01]:focus,
.form-select[data-v-fqzzs01]:focus {
  border-color: #1e5f8e;
  outline: none;
}
.form-submit[data-v-fqzzs01] {
  background: linear-gradient(135deg, #1e5f8e 0%, #0d3b5c 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  width: 100%;
}
.form-submit[data-v-fqzzs01]:hover {
  box-shadow: 0 8px 20px rgba(13, 59, 92, 0.3);
  transform: translateY(-2px);
}
.form-tips[data-v-fqzzs01] {
  color: #888;
  font-size: 13px;
  margin-top: 14px;
  text-align: center;
}

/* Section Common */
.section-title[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.section-title[data-v-fqzzs01]:after {
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  bottom: -14px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

/* Intro Section */
.intro-section[data-v-fqzzs01] {
  padding: 80px 0;
}
.intro-content[data-v-fqzzs01] {
  align-items: stretch;
  display: flex;
  gap: 40px;
}
.intro-text[data-v-fqzzs01] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  flex: 1;
  padding: 40px;
}
.intro-text p[data-v-fqzzs01] {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.intro-text strong[data-v-fqzzs01] {
  color: #1e5f8e;
}
.intro-features[data-v-fqzzs01] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.intro-feature[data-v-fqzzs01] {
  align-items: center;
  background: #f0f7fc;
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  padding: 10px 16px;
}
.feature-tag[data-v-fqzzs01] {
  background: #1e5f8e;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
}
.intro-image[data-v-fqzzs01] {
  flex: 0 0 420px;
}
.intro-card[data-v-fqzzs01] {
  background: linear-gradient(135deg, #1e5f8e 0%, #0d3b5c 100%);
  border-radius: 16px;
  color: #fff;
  height: 100%;
  padding: 40px;
}
.intro-card h3[data-v-fqzzs01] {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.target-list[data-v-fqzzs01] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.target-list li[data-v-fqzzs01] {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  font-size: 15px;
  gap: 12px;
  padding: 16px 0;
}
.target-list li[data-v-fqzzs01]:last-child {
  border-bottom: none;
}
.target-list i[data-v-fqzzs01] {
  color: #ffd700;
  font-size: 18px;
  width: 24px;
}

/* Condition Section */
.condition-section[data-v-fqzzs01] {
  background: #fff;
  padding: 80px 0;
}
.condition-list[data-v-fqzzs01] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.condition-item[data-v-fqzzs01] {
  align-items: flex-start;
  background: #f8f9fa;
  border-left: 4px solid #1e5f8e;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  padding: 30px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.condition-item[data-v-fqzzs01]:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.condition-number[data-v-fqzzs01] {
  color: #1e5f8e;
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
}
.condition-content h3[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.condition-content p[data-v-fqzzs01] {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Advantage Section */
.advantage-section[data-v-fqzzs01] {
  background: linear-gradient(135deg, #f0f7fc 0%, #e8f4f8 100%);
  padding: 80px 0;
}
.advantage-grid[data-v-fqzzs01] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.advantage-card[data-v-fqzzs01] {
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 18px;
  padding: 30px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.advantage-card[data-v-fqzzs01]:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}
.advantage-icon[data-v-fqzzs01] {
  align-items: center;
  background: linear-gradient(135deg, #1e5f8e 0%, #0d3b5c 100%);
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 28px;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.advantage-right h4[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.advantage-right p[data-v-fqzzs01] {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Compare Section */
.compare-section[data-v-fqzzs01] {
  padding: 80px 0;
}
.compare-table-wrapper[data-v-fqzzs01] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.compare-table[data-v-fqzzs01] {
  border-collapse: collapse;
  width: 100%;
}
.compare-table th[data-v-fqzzs01],
.compare-table td[data-v-fqzzs01] {
  border: 1px solid #eee;
  font-size: 15px;
  padding: 18px 20px;
  text-align: center;
}
.compare-table thead[data-v-fqzzs01] {
  background: #1e5f8e;
}
.compare-table th[data-v-fqzzs01] {
  color: #fff;
  font-weight: 600;
}
.compare-table th.highlight[data-v-fqzzs01] {
  background: #0d3b5c;
}
.compare-table td.highlight[data-v-fqzzs01] {
  background: #f0f7fc;
  color: #1e5f8e;
  font-weight: 500;
}
.compare-table td.item-name[data-v-fqzzs01] {
  background: #f8f9fa;
  color: #333;
  font-weight: 600;
}

/* Process Section */
.process-section[data-v-fqzzs01] {
  background: #fff;
  padding: 80px 0;
}
.process-steps[data-v-fqzzs01] {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.process-step[data-v-fqzzs01] {
  background: #f8f9fa;
  border-radius: 12px;
  flex: 0 0 calc(25% - 20px);
  min-width: 220px;
  padding: 28px 22px;
  position: relative;
  text-align: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.process-step[data-v-fqzzs01]:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.step-number[data-v-fqzzs01] {
  align-items: center;
  background: linear-gradient(135deg, #1e5f8e 0%, #0d3b5c 100%);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}
.step-content h4[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.step-content p[data-v-fqzzs01] {
  color: #777;
  font-size: 14px;
  margin: 0;
}
.step-arrow[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 24px;
  opacity: 0.4;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.process-step[data-v-fqzzs01]:nth-child(4n) .step-arrow[data-v-fqzzs01] {
  display: none;
}

/* FAQ Section */
.faq-section[data-v-fqzzs01] {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f7fc 100%);
  padding: 80px 0;
}
.faq-list[data-v-fqzzs01] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.faq-item[data-v-fqzzs01] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.faq-question[data-v-fqzzs01] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  gap: 14px;
  padding: 22px 26px;
}
.faq-q[data-v-fqzzs01] {
  background: #1e5f8e;
  border-radius: 6px;
  color: #fff;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}
.faq-toggle[data-v-fqzzs01] {
  color: #1e5f8e;
  font-size: 22px;
  font-weight: 300;
  margin-left: auto;
}
.faq-answer[data-v-fqzzs01] {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  padding: 0 26px 22px;
}
.faq-a[data-v-fqzzs01] {
  background: #ffd700;
  border-radius: 6px;
  color: #1e5f8e;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}
.faq-answer span[data-v-fqzzs01]:last-child {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 1024px) {
  .banner-content .container[data-v-fqzzs01] {
    flex-direction: column;
    gap: 40px;
  }
  .banner-text[data-v-fqzzs01] {
    max-width: 100%;
    text-align: center;
  }
  .banner-title[data-v-fqzzs01] {
    font-size: 40px;
  }
  .banner-features[data-v-fqzzs01] {
    align-items: center;
  }
  .banner-line[data-v-fqzzs01] {
    margin: 0 auto;
  }
  .banner-form[data-v-fqzzs01] {
    flex: 1;
    max-width: 480px;
    width: 100%;
  }
  .intro-content[data-v-fqzzs01] {
    flex-direction: column;
  }
  .intro-image[data-v-fqzzs01] {
    flex: 1;
  }
  .condition-list[data-v-fqzzs01] {
    grid-template-columns: 1fr;
  }
  .advantage-grid[data-v-fqzzs01] {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step[data-v-fqzzs01] {
    flex: 0 0 calc(50% - 20px);
  }
  .step-arrow[data-v-fqzzs01] {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-content[data-v-fqzzs01] {
    padding: 80px 0 50px;
  }
  .banner-title[data-v-fqzzs01] {
    font-size: 30px;
  }
  .banner-subtitle[data-v-fqzzs01] {
    font-size: 18px;
  }
  .form-card[data-v-fqzzs01] {
    padding: 25px 20px;
  }
  .section-title[data-v-fqzzs01] {
    font-size: 26px;
    margin-bottom: 36px;
  }
  .intro-text[data-v-fqzzs01],
  .intro-card[data-v-fqzzs01] {
    padding: 25px;
  }
  .advantage-grid[data-v-fqzzs01] {
    grid-template-columns: 1fr;
  }
  .compare-table th[data-v-fqzzs01],
  .compare-table td[data-v-fqzzs01] {
    font-size: 13px;
    padding: 12px 8px;
  }
  .process-step[data-v-fqzzs01] {
    flex: 1 1 100%;
  }
  .faq-question[data-v-fqzzs01] {
    font-size: 15px;
    padding: 18px 20px;
  }
  .faq-answer[data-v-fqzzs01] {
    padding: 0 20px 18px;
  }
}

.section-nav[data-v-56dd9476] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff2;
  border-radius: 30px;
  box-shadow: 0 4px 20px #0000001a;
  left: 30px;
  opacity: 0;
  padding: 20px 15px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translate(-100px);
  transition: all 0.3s ease;
  z-index: 999;
}
.section-nav.is-visible[data-v-56dd9476] {
  opacity: 1;
  transform: translateY(-50%) translate(0);
}
.nav-list[data-v-56dd9476] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list li[data-v-56dd9476] {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.nav-list li[data-v-56dd9476]:hover {
  background: #0000000d;
}
.nav-list li.is-active[data-v-56dd9476] {
  background: linear-gradient(135deg, #667eea, #764ba2);
}
.nav-list li.is-active .nav-dot[data-v-56dd9476] {
  background: #fff;
  transform: scale(1.3);
}
.nav-list li.is-active .nav-label[data-v-56dd9476] {
  color: #fff;
  font-weight: 500;
}
.nav-dot[data-v-56dd9476] {
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}
.nav-dot[data-v-56dd9476],
.nav-label[data-v-56dd9476] {
  transition: all 0.3s ease;
}
.nav-label[data-v-56dd9476] {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .section-nav[data-v-56dd9476] {
    display: none;
  }
}
