a,
a:hover {
  color: #fff;
}
footer {
  box-sizing: border-box;
  padding: 60px 0 35px;
  background: url('/ljnh/ac2025/ac25Public/img/2025bj.jpg') no-repeat center;
  background-size: 100% auto;
}

.footer-QR-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.footer-QR-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
}
.footer-QR-box .qr-item-img {
  position: relative;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 20px 0px rgba(0, 23, 110, 0.15);
  background-color: rgba(224, 233, 254, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
}

.footer-QR-box .qr-item:nth-child(2) {
  margin: 0 60px;
}

.qr-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
}

.footer-info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 23, 110, 0.15);
  background-color: rgba(224, 233, 254, 0.1);
  border-radius: 12px;
}

.footer-info-item {
  margin-right: 25px;
  height: 20px;
}

.footer-info-box .footer-info-item:last-child {
  margin-right: 0;
}
.footer-info-item:nth-child(3)::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('/ljnh/ac2025/ac25Public/img/ba.png') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
  transform: translateY(-2px);
}
