.elementor-81 .elementor-element.elementor-element-df965ed{--display:flex;}.elementor-81 .elementor-element.elementor-element-103955d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e5f68cc */.footer {
  background: #0a2040;
  color: #e0e6f0;
  padding: 0;
}

.footer-top {
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #203860;
}

.footer-container {
  max-width: 1200px; /* 已改为 1200px，更标准、不超宽 */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
  gap: 2.5rem;
  text-align: left;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.footer-col p {
  margin: 0.6rem 0;
  line-height: 1.6;
  font-size: 1rem;
}

.footer-col h4 {
  color: #ffffff;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.8rem;
}

.footer-col ul li a {
  color: #e0e6f0;
  text-decoration: none;
  font-size: 1rem;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* 联系图标 */
.footer-col p i {
  width: 18px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
}

/* 社交图标 */
.social-icons {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #0a2040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
}

.social-icons a:hover {
  background: #1a2b48;
  color: #fff;
}

/* 底部版权 */
.footer-bottom {
  max-width: 1200px; /* 这里也同步改为 1200px */
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
  text-align: left;
  color: #b0bacc;
}
.footer-bottom h5 {
    padding-bottom: 20px;
}
.copyright {
    padding-top: 32px;
    opacity: 0.8;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-top {
    padding: 2rem 1rem;
  }
  .footer-logo {
    font-size: 1.5rem;
  }
  .footer-bottom {
    padding: 1.2rem 1rem;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-264942e *//* 固定按钮 */
.fixed-quote {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ffc107;
  color: #000;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 999;
  display: none;
}
@media(max-width:768px) {
    .fixed-quote {
        display: block;
    }
}/* End custom CSS */