.title-nav a {
  font-size: 20px;
  text-decoration: none;
}
.w-webflow-badge {
  display: none !important;
}
.site-footer {
  background-color: #2d4a5c;
  /* 深蓝灰色背景 */
  color: #ffffff;
  /* 白色文字 */
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 40px 0 20px;
  font-size: 15px;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.site-footer .footer-tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  /* 手机端响应式 */
}
@media (max-width: 768px) {
  .site-footer .footer-tops {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.site-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 25px;
  transition: opacity 0.2s ease-in-out;
}
.site-footer .footer-links a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.site-footer .footer-links a:last-child {
  margin-right: 0;
}
.site-footer .footer-contact {
  text-align: left;
}
.site-footer .footer-contact p {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.site-footer .footer-contact p:last-child {
  margin: 0;
}
.site-footer .footer-contact p .contact-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  opacity: 0.8;
}
.site-footer .footer-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  /* 半透明白色分割线 */
  margin-bottom: 20px;
}
.site-footer .footer-bottom p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}
.error-messages {
  color: red;
}
.title-p strong {
  color: #384b78;
  font-size: 1.6rem;
}
/*# sourceMappingURL=style.css.map */