/**
 * 小裂变 footer2025 同款样式（footer.js），断点对齐 header-footer.css：1650px / 1420px。
 */

.geo-footer.footer {
  background-color: #1d1d1f;
  box-sizing: border-box;
  padding: 68px 0 41px;
  margin-top: 0;
}

.geo-footer .footer-center {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1280px;
  box-sizing: border-box;
}

.geo-footer .footer-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

/* 与主站 base.css 一致：清零 dl/dd 默认外边距，避免 dd 的 margin-inline-start 把链整体挤到标题右侧 */
.geo-footer .footer-menu dl {
  margin: 0 50px 0 0;
  padding: 0;
}

.geo-footer .footer-menu dl:last-child {
  margin-right: 0;
}

.geo-footer .footer-menu dt {
  margin: 0 0 48px;
  padding: 0;
}

.geo-footer .footer-menu dt a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

.geo-footer .footer-menu dd {
  margin: 0 0 8px;
  margin-inline-start: 0;
  padding: 0;
}

.geo-footer .footer-menu dd a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  opacity: 0.8;
  text-decoration: none;
}

.geo-footer .footer-menu dd a:hover {
  opacity: 1;
}

.geo-footer .footer-router-right .logo img {
  display: block;
  margin: auto;
  width: 200px;
}

.geo-footer .footer-router-right .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.8;
  font-size: 24px;
  letter-spacing: 5px;
}

.geo-footer .footer-router-right .qr-box {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.geo-footer .footer-router-right .qr-box .item:first-child {
  margin-right: 24px;
}

.geo-footer .footer-router-right .qr-box .qr-img {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 12px;
}

.geo-footer .footer-router-right .qr-box .qr-img img {
  width: 100%;
  height: auto;
  display: block;
}

.geo-footer .footer-router-right .qr-box .item .name img {
  width: 26px;
  margin-right: 4px;
}

.geo-footer .footer-router-right .qr-box .item .name {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #dadada;
  width: 120px;
  justify-content: center;
  font-size: 14px;
}

.geo-footer .footer-record {
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  flex-wrap: wrap;
  text-align: center;
}

.geo-footer .footer-record p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
}

.geo-footer .footer-record p em {
  color: #0082ef;
  font-style: normal;
}

.geo-footer .footer-record p em a {
  color: #0082ef;
  font-style: normal;
}

.geo-footer .footer-record div {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.geo-footer .footer-record div img {
  width: 18px;
  height: 18px;
}

.geo-footer .footer-record div span {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.7;
}

.geo-footer .line {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin: 0;
}

.geo-footer .foot-links-wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}

.geo-footer .foot-links {
  width: 100%;
  font-size: 14px;
}

.geo-footer .foot-links a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 31px;
  cursor: pointer;
  line-height: 22px;
  margin-bottom: 20px;
  text-decoration: none;
}

.geo-footer .foot-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.geo-footer .foot-contact {
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  font-size: 14px;
}

/* 原站 max-width: 1650px */
@media screen and (max-width: 1650px) {
  .geo-footer .footer-menu dt {
    margin-bottom: 32px;
  }

  .geo-footer .footer-center {
    width: 1180px;
  }

  .geo-footer .footer-menu dt a {
    font-size: 18px;
  }

  .geo-footer .footer-menu dd a {
    line-height: 36px;
    font-size: 16px;
  }

  .geo-footer .footer-record p {
    font-size: 15px;
  }

  .geo-footer .footer-record div span {
    font-size: 15px;
  }

  .geo-footer .footer-router-right .desc {
    margin-top: 12px;
    font-size: 18px;
  }

  .geo-footer .footer-router-right .logo img {
    width: 160px;
  }

  .geo-footer .footer-router-right .qr-box .item:first-child {
    margin-right: 16px;
  }

  .geo-footer .footer-router-right .qr-box .item {
    width: 104px;
    height: 104px;
  }

  .geo-footer .footer-router-right .qr-box .qr-img {
    width: 104px;
    height: 104px;
  }

  .geo-footer .footer-router-right .qr-box .item .name {
    width: 104px;
  }

  .geo-footer .foot-links {
    font-size: 13px;
  }

  .geo-footer .foot-links a {
    margin-right: 22px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .geo-footer .foot-contact {
    line-height: 18px;
    font-size: 13px;
  }
}

/* 原站 max-width: 1420px */
@media screen and (max-width: 1420px) {
  .geo-footer .footer-menu dt {
    margin-bottom: 28px;
  }

  .geo-footer .footer-center {
    width: 1050px;
  }

  .geo-footer .footer-menu dt a {
    font-size: 16px;
  }

  .geo-footer .footer-menu dd a {
    line-height: 32px;
    font-size: 14px;
  }

  .geo-footer .footer-record p {
    font-size: 14px;
  }

  .geo-footer .footer-record div span {
    font-size: 14px;
  }

  .geo-footer .footer-router-right .desc {
    font-size: 16px;
  }

  .geo-footer .footer-router-right .logo img {
    width: 150px;
  }

  .geo-footer .footer-router-right .qr-box .qr-img {
    width: 88px;
    height: 88px;
  }

  .geo-footer .footer-router-right .qr-box .item {
    width: 88px;
    height: 88px;
  }

  .geo-footer .footer-router-right .qr-box .item .name {
    width: 88px;
    font-size: 11px;
  }

  .geo-footer .footer-router-right .qr-box .item .name img {
    width: 22px;
  }

  .geo-footer .foot-links {
    font-size: 12px;
  }

  .geo-footer .foot-links a {
    margin-right: 18px;
    line-height: 18px;
    margin-bottom: 13px;
  }

  .geo-footer .foot-contact {
    line-height: 16px;
    font-size: 12px;
  }
}
