/* 通用样式 */
.z66a96body {
  margin: 0;
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  color: #222;
}

/* 顶部导航栏 */
.z66a96header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  z-index: 100;
  border-bottom: 1.5px solid #e2e8f0;
}
.z66a96navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
}
.z66a96nav-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2b6cb0;
  letter-spacing: 2px;
}
.z66a96nav-list {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.z66a96nav-link {
  text-decoration: none;
  color: #222;
  font-size: 1.1rem;
  transition: color 0.2s;
  position: relative;
}
.z66a96nav-link:hover {
  color: #2b6cb0;
}

/* 主横幅 */
.z66a96banner {
  background: linear-gradient(90deg, #2b6cb0 0%, #68d391 100%);
  color: #fff;
  padding: 64px 0 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s, height 0.4s, padding 0.4s, margin 0.4s;
  margin-top: 0;
}
.z66a96banner::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><circle cx="80" cy="80" r="60" fill="%23fff" fill-opacity="0.08"/><circle cx="300" cy="120" r="80" fill="%23fff" fill-opacity="0.06"/></svg>') no-repeat center center;
  z-index: 0;
}
.z66a96banner-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
.z66a96banner-content {
  flex: 1 1 340px;
  min-width: 0;
  text-align: left;
  z-index: 1;
}
.z66a96banner-img-wrapper {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z66a96banner-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  background: #fff;
  display: block;
}
.z66a96banner h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  font-weight: 700;
}
.z66a96banner p {
  font-size: 1.2rem;
  margin-bottom: 32px;
}
.z66a96btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.z66a96btn-primary {
  background: #fff;
  color: #2b6cb0;
  border: none;
}
.z66a96btn-primary:hover {
  background: #2b6cb0;
  color: #fff;
}
.z66a96banner-hide {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  transition: opacity 0.4s, height 0.4s, padding 0.4s, margin 0.4s;
}

/* 主体内容 */
.z66a96main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px 0 16px;
}
.z66a96section {
  margin-bottom: 48px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.06);
  padding: 32px 24px;
}
.z66a96section h2 {
  font-size: 2rem;
  color: #2b6cb0;
  margin-bottom: 24px;
  font-weight: 600;
  border-left: 5px solid #68d391;
  padding-left: 12px;
}

/* 配资服务 */
.z66a96service-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.z66a96service-item {
  flex: 1 1 220px;
  background: #f0f4f8;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.z66a96service-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 4px 16px rgba(44, 62, 80, 0.10);
}
.z66a96service-item h3 {
  color: #68d391;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

/* 平台优势 */
.z66a96advantage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 0;
  list-style: none;
}
.z66a96advantage-list li {
  flex: 1 1 180px;
  background: #e6fffa;
  border-radius: 10px;
  padding: 18px 12px;
  text-align: center;
  color: #22543d;
  font-weight: 500;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
}

/* 高亮优势 */
.z66a96highlight-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.z66a96highlight-item {
  flex: 1 1 220px;
  background: #f7fafc;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
}
.z66a96icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.z66a96icon-safe {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="22" fill="%2368d391"/><path d="M16 24l6 6 10-10" stroke="%23fff" stroke-width="3" fill="none"/></svg>');
}
.z66a96icon-fast {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="22" fill="%232b6cb0"/><path d="M24 12v12l8 8" stroke="%23fff" stroke-width="3" fill="none"/></svg>');
}
.z66a96icon-service {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="22" fill="%23f6ad55"/><circle cx="24" cy="20" r="6" fill="%23fff"/><rect x="16" y="30" width="16" height="6" rx="3" fill="%23fff"/></svg>');
}

/* 文章区块 */
.z66a96article-item {
  background: #f0f4f8;
  border-radius: 10px;
  padding: 20px 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
}
.z66a96article-item h3 {
  color: #2b6cb0;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

/* 页脚 */
.z66a96footer {
  background: #2b6cb0;
  color: #fff;
  padding: 32px 0 16px 0;
  text-align: center;
  margin-top: 48px;
}
.z66a96footer-content {
  max-width: 1200px;
  margin: 0 auto;
}
.z66a96footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.z66a96footer-info p {
  margin: 4px 0;
  font-size: 1rem;
}

/* 配资流程 */
.z66a96flow-steps {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.z66a96flow-step {
  flex: 1 1 120px;
  background: #e3e8f0;
  border-radius: 10px;
  text-align: center;
  padding: 18px 8px 12px 8px;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
  position: relative;
}
.z66a96flow-step span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #68d391;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.z66a96flow-step p {
  margin: 0;
  font-size: 1rem;
}

/* 常见问题 */
.z66a96faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.z66a96faq-item {
  flex: 1 1 220px;
  background: #fefcbf;
  border-radius: 10px;
  padding: 18px 12px;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
}
.z66a96faq-item h3 {
  color: #b7791f;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.z66a96faq-item p {
  margin: 0;
  color: #555;
}

/* 用户评价 */
.z66a96testimonials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.z66a96testimonial-item {
  flex: 1 1 220px;
  background: #e6fffa;
  border-radius: 10px;
  padding: 18px 12px;
  margin-bottom: 8px;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
  font-style: italic;
  color: #22543d;
  position: relative;
}
.z66a96testimonial-item span {
  display: block;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #319795;
  font-style: normal;
}

/* 合作伙伴 */
.z66a96partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.z66a96partner-item {
  background: #f0f4f8;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1.1rem;
  color: #2b6cb0;
  font-weight: 600;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
  margin-bottom: 8px;
}

/* 风险提示 */
.z66a96risk-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.z66a96risk-content {
  flex: 1 1 380px;
  min-width: 0;
}
.z66a96risk-img-wrapper {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z66a96risk-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  background: #fff;
  display: block;
}
.z66a96risk-content {
  background: #fff5f5;
  border-left: 5px solid #e53e3e;
  border-radius: 8px;
  padding: 18px 16px;
  color: #c53030;
  font-size: 1.05rem;
  box-shadow: 0 1px 4px rgba(44, 62, 80, 0.04);
}

/* 关于我们 */
.z66a96about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.z66a96about-content {
  flex: 1 1 380px;
  min-width: 0;
}
.z66a96about-img-wrapper {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z66a96about-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.10);
  background: #fff;
  display: block;
}

/* 响应式设计 */
@media (max-width: 900px) {
  .z66a96navbar, .z66a96main, .z66a96footer-content {
    max-width: 100%;
    padding: 0 8px;
  }
  .z66a96banner-content-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 0 12px;
  }
  .z66a96banner-content {
    text-align: center;
  }
  .z66a96banner-img-wrapper {
    width: 100%;
  }
  .z66a96banner-img {
    max-width: 90vw;
  }
  .z66a96about-content-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 0 12px;
  }
  .z66a96about-content {
    text-align: center;
  }
  .z66a96about-img-wrapper {
    width: 100%;
  }
  .z66a96about-img {
    max-width: 90vw;
  }
  .z66a96service-list, .z66a96highlight-list, .z66a96advantage-list {
    flex-direction: column;
    gap: 16px;
  }
  .z66a96flow-steps, .z66a96faq-list, .z66a96testimonials-list, .z66a96partners-list {
    flex-direction: column;
    gap: 12px;
  }
  .z66a96risk-content-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 0 12px;
  }
  .z66a96risk-content {
    text-align: center;
  }
  .z66a96risk-img-wrapper {
    width: 100%;
  }
  .z66a96risk-img {
    max-width: 90vw;
  }
}
@media (max-width: 900px) {
  .z66a96navbar {
    flex-direction: column;
    height: auto;
    padding: 8px 0;
    gap: 8px;
    align-items: stretch;
  }
  .z66a96nav-title {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .z66a96nav-list {
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(44,62,80,0.08);
    border-radius: 0 0 12px 12px;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 110;
    padding: 0;
    transition: max-height 0.3s;
    overflow: hidden;
  }
  .z66a96nav-list-open {
    display: flex;
    max-height: 500px;
    animation: z66a96nav-list-fadein 0.3s;
  }
  @keyframes z66a96nav-list-fadein {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .z66a96navbar {
    position: relative;
  }
  .z66a96nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0 auto 8px auto;
    z-index: 120;
  }
  .z66a96nav-toggle-bar {
    width: 28px;
    height: 4px;
    background: #2b6cb0;
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s;
    display: block;
  }
  .z66a96nav-toggle-active .z66a96nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .z66a96nav-toggle-active .z66a96nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .z66a96nav-toggle-active .z66a96nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .z66a96nav-link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    font-size: 1.1rem;
    background: #fff;
  }
  .z66a96nav-link:last-child {
    border-bottom: none;
  }
}
@media (min-width: 901px) {
  .z66a96nav-toggle {
    display: none !important;
  }
  .z66a96nav-list {
    display: flex !important;
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: none;
    max-height: none;
    animation: none;
  }
}
@media (max-width: 600px) {
  .z66a96navbar {
    flex-direction: column;
    height: auto;
    padding: 8px 0;
    gap: 8px;
  }
  .z66a96nav-title {
    font-size: 1.3rem;
  }
  .z66a96banner h1 {
    font-size: 1.5rem;
  }
  .z66a96section {
    padding: 18px 6px;
  }
  .z66a96service-item, .z66a96highlight-item, .z66a96article-item {
    padding: 14px 6px;
  }
  .z66a96footer {
    padding: 18px 0 8px 0;
  }
} 