.footer-bg {
  background-color: #f5f5f5;
}

.footer {
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  height: 230px;
  color: #778094;
  font-size: 18px;
}

.footer .info-left {
  flex: 1;
  text-align: left;
  line-height: 1.8;
}

.footer .info-right {
  flex: 1;
  text-align: left;
  line-height: 1.8;
  display: flex;
  margin-top: -35px;
}


.footer .qrcode-container {

  text-align: center;
  display: flex;
  flex-direction: column;
}

.footer .qrcode-img {
  width: 140px;
  height: 140px;
  /* border: 1px solid #ccc; */
}

.footer .qrcode-text {
  margin-top: 5px;
  font-size: 14px;
  color: #0079c1;
  background: RGBA(234, 249, 255, 1);
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
}

