

/* 公公共页尾样式 */
#main-footer,
footer#main-footer {
  background: #fff !important;
  border-top: 1px solid #e6e7eb !important;
  padding: 60px 0 40px !important;
  display: block !important;
  width: 100% !important;
}

#main-footer .footer-inner,
footer#main-footer .footer-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

#main-footer .footer-top,
footer#main-footer .footer-top {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 60px !important;
  margin-bottom: 40px !important;
}

#main-footer .footer-brand,
footer#main-footer .footer-brand {
  flex: 0 0 auto !important;
  max-width: 300px !important;
}

#main-footer .footer-brand .logo,
footer#main-footer .footer-brand .logo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

#main-footer .footer-brand .logo img,
footer#main-footer .footer-brand .logo img {
  height: 32px !important;
  width: auto !important;
  display: block !important;
}

#main-footer .footer-brand p,
footer#main-footer .footer-brand p {
  margin-top: 12px !important;
  font-size: 14px !important;
  color: #6b7280 !important;
  line-height: 1.6 !important;
}

#main-footer .footer-links,
footer#main-footer .footer-links {
  display: flex !important;
  flex-direction: row !important;
  gap: 80px !important;
}

#main-footer .footer-links div,
footer#main-footer .footer-links div {
  display: block !important;
}

#main-footer .footer-links h3,
footer#main-footer .footer-links h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  margin-bottom: 16px !important;
  display: block !important;
}

#main-footer .footer-links ul,
footer#main-footer .footer-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

#main-footer .footer-links li,
footer#main-footer .footer-links li {
  margin-bottom: 12px !important;
  display: block !important;
}

#main-footer .footer-links a,
footer#main-footer .footer-links a {
  font-size: 14px !important;
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  display: inline !important;
}

#main-footer .footer-links a:hover,
footer#main-footer .footer-links a:hover {
  color: #111827 !important;
}

#main-footer .footer-bottom,
footer#main-footer .footer-bottom {
  padding-top: 24px !important;
  border-top: 1px solid #e6e7eb !important;
  display: block !important;
}

#main-footer .footer-bottom p,
footer#main-footer .footer-bottom p {
  font-size: 13px !important;
  color: #9ca3af !important;
  display: block !important;
}

/* 响应式 */
@media (max-width: 768px) {
  #main-footer .footer-top,
  footer#main-footer .footer-top {
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  #main-footer .footer-links,
  footer#main-footer .footer-links {
    flex-direction: column !important;
    gap: 32px !important;
  }
}

/* 响应式 */
@media (max-width: 768px) {
  #main-navbar .nav-links {
    display: none;
  }
  
  #main-navbar .btn-login {
    display: none;
  }
  
  #main-navbar .mobile-menu-btn {
    display: block;
  }
  
  #main-footer .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  
  #main-footer .footer-links {
    flex-direction: column;
    gap: 32px;
  }
}

