/* ============================================
   甘肃省图书馆 - Footer（公用）
   总高 627px = 主区 574px + 版权 53px
   ============================================ */

.footer-top {
  height: 574px;
  background: #f5faff url('../assets/images/footerBG.png') no-repeat center center;
  background-size: cover;
  color: #ccc;
  position: relative;
}

.footer-top::before {
  content: '';
  position: absolute;
  top: 355px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 1px;
  background: #235381;
}

.footer-top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-links dt {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.footer-links dt::after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #ffc067;
}

.footer-links dd:first-of-type {
  margin-top: 40px;
}

.footer-links dd + dd {
  margin-top: 7px;
}

.footer-links dd a {
  font-size: 14px;
  color: #a0b8cd;
  transition: color 0.3s;
}

.footer-links dd a:hover { color: #ffc067; }

.footer-qrcode {
  position: absolute;
  top: 397px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.qrcode-list {
  display: flex;
  gap: 78px;
}

.qrcode-item {
  width: 108px;
  text-align: center;
}

.qrcode-item .qr-box {
  width: 108px;
  height: 108px;
  background: #fff;
  border: 2px solid #73a8df;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcode-item .qr-box img {
  max-width: 95px;
  max-height: 95px;
}

.qrcode-item p {
  font-size: 16px;
  color: #b0c2d8;
  margin-top: 10px;
  white-space: nowrap;
}

.footer-bottom {
  height: 53px;
  background: #2d4b72;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #7d96ac;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.police-icon {
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  display: inline;
}
