.site-footer {
  background: #0b0b0b;
  color: #cfcfcf;
  font-size: 14px;
}

.footer-inner {
  width: 120rem; /* ?? 核心：内容区域 1200px */
  margin: 0 auto;
  padding: 6.1rem 0 2.6rem;
  display: flex;
  justify-content: space-between;
  gap: 3.9rem;
}

.site-footer .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.1rem solid #34c8e5;
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
}

.site-footer .logo img {
  width: 24.6rem;
  height: 6.7rem;
  object-fit: cover;
}

.footer-col:nth-child(1) {
  flex: 0 0 34.8rem;
}

.footer-col:nth-child(2),
.footer-col:nth-child(3),
.footer-col:nth-child(4) {
  flex: 0 0 24.3rem;
  min-width: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}

.footer-col h4 {
  font-size: 2rem;
  font-family: Exo, sens-serif;
  font-weight: 700;
  color: #34c8e5;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #34c8e5;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  white-space: normal; /* 默认换行 */
  overflow-wrap: break-word;
  color: #fff;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.footer-col a:hover {
  color: #35c6de;
  text-decoration: underline;
}

.site-footer .socials-media-link {
  width: 2.2rem;
  height: 2.2rem;
}

.site-footer .socials-media-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 左侧信息 */
.footer-brand p {
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.map-link,
.terms-link {
  display: block;
  margin-top: 10px;
}

/* 社交图标 */
.socials {
  display: flex;
  gap: 2.9rem;
  font-size: 2.2rem;
}

.social > a {
  width: 2.2rem;
  height: 2.2rem;
}

/* Featured posts */
.posts li {
  margin-bottom: 12px;
}

.posts span {
  display: block;
  font-size: 12px;
  color: #888;
}

/* 搜索框 */
.footer-search {
  display: flex;
  margin-top: 16px;
}

.footer-search input {
  flex: 1;
  height: 3.9rem;
  padding: 0.9rem 0.8rem;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0.8rem 0 0 0.8rem;
}

/* 占位符 */
.footer-search input::placeholder {
  color: #111;
  font-size: 1.4rem;
}

.footer-search button {
  width: 5.8rem;
  background: #35c6de;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  border-radius: 0 0.8rem 0.8rem 0;
  font-size: 1.4rem;
}

.footer-search button:hover {
  background: #333;
  color: #35c6de;
}

/* 底部版权 */
.footer-bottom {
  width: 120rem;
  margin: 0 auto;
  padding: 0 0 2.7rem;
  font-size: 1.4rem;
  color: #fff;
}

footer .find-more-info {
  font-family: Exo, sens-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  color: #fff;
}

@media screen and (width <= 768px) {
  .footer-inner {
    width: 100%;
    padding: 7rem 1.6rem 3.2rem;
    flex-direction: column;
    gap: 3.2rem;
  }

  .footer-bottom {
    width: 100%;
    padding: 0 1.6rem 3.2rem;
  }

  .site-footer .logo img {
    width: 30.8rem;
    height: 10rem;
  }

  .site-footer .logo {
    padding: 0 0 1.8rem;
    margin-bottom: 1.8rem;
  }

  .footer-brand p {
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
  }

  .footer-col h4 {
    font-size: 2rem !important;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .footer-col li {
    font-size: 1.7rem !important;
    margin-bottom: 2rem;
  }

  .footer-search input {
    height: 4.8rem;
  }

  .footer-search button {
    width: 9rem;
  }
}
