.footer {
  width: 100%;
  height: 4.69rem;
  background: url("/assets/footer/footer_bg_img.jpg") no-repeat;
  background-size: 100% 100%;
}

.footer-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 1.68rem;
}

.footer .footer-container .company {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .footer-container .company .logo {
  width: 3.83rem;
  height: 0.7rem;
}

.footer .footer-container .company .address {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.25rem;
  margin-top: 0.56rem;
}

.footer .footer-container .company .address div {
  display: inline-block;
}

.footer .footer-container .company .mobile {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.25rem;
  margin-top: 0.24rem;
}

.footer .footer-container .company .mobile div {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.25rem;
  display: inline-block;
}

.footer .footer-container .company .filing {
  width: 100%;
  font-size: 0.12rem;
  color: #ffffff;
  line-height: 0.17rem;
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.footer .footer-container .company .filing .line {
  width: 1px;
  height: 0.1rem;
  background-color: #ffffff;
  margin: 0 0.16rem;
}

.footer .footer-container .welcome {
  width: 100%;
}

.footer .footer-container .welcome .title {
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
}

.footer .footer-container .welcome .qrcode {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  gap: 0.24rem;
}

.footer .footer-container .welcome .qrcode .qrcode-box {
  width: 1.32rem;
  height: 1.64rem;
  padding: 0.06rem 0.06rem 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, #3066f8 0%, #0096ff 100%);
  border-radius: 0.06rem;
}

.footer .footer-container .welcome .qrcode .qrcode-box .qrcode-background {
  height: 100%;
  font-weight: 600;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.43rem;
  padding: 0.05rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-container .welcome .qrcode .qrcode-box img {
  width: 1.1rem;
  height: 1.1rem;
}

.footer .footer-container .welcome .from {
  font-size: 0.12rem;
  color: #ffffff;
  line-height: 0.17rem;
  margin-top: 0.48rem;
}

.footer .footer-container .filing-mobile {
  display: none;
}
