.footer {
  width: 100%;
  /* height: 13rem; */
  background: url("/assets/footer/footer_bg_img_mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

.footer-container {
  width: 100%;
  height: 100%;
  padding: 0.98rem 0.33rem 1.05rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.footer .footer-container .company {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer .footer-container .company .logo {
  width: 3.28rem;
  height: 0.6rem;
}

.footer .footer-container .company .address {
  font-size: 0.24rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.33rem;
  margin-top: 0.56rem;
}

.footer .footer-container .company .address div {
  font-size: 0.28rem;
  font-weight: 600;
  margin-top: 0.12rem;
}

.footer .footer-container .company .mobile {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.33rem;
  margin-top: 0.64rem;
}

.footer .footer-container .company .mobile div {
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.5rem;
  font-weight: 600;
  margin-top: 0.04rem;
}

.footer .footer-container .company .filing {
  display: none;
}

.footer .footer-container .welcome {
  width: 100%;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer-container .welcome .title {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
  margin-top: 0.61rem;
}

.footer .footer-container .welcome .title::after {
  content: "：";
}

.footer .footer-container .welcome .qrcode {
  margin-top: 0.23rem;
  display: flex;
  align-items: center;
  gap: 0.24rem;
}

.footer .footer-container .welcome .qrcode .qrcode-box {
  width: 2.12rem;
  height: 2.74rem;
  padding: 0.1rem;
  box-sizing: border-box;
  background: linear-gradient(0deg, #3066f8 0%, #0096ff 100%);
  border-radius: 0.1rem;
}

.footer .footer-container .welcome .qrcode .qrcode-box .qrcode-background {
  height: 100%;
  font-weight: 600;
  font-weight: 600;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.68rem;
  padding: 0.05rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-container .welcome .qrcode .qrcode-box img {
  width: 1.8rem;
  height: 1.8rem;
}

.footer .footer-container .welcome .from {
  display: none;
}

.footer .footer-container .filing-mobile {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.33rem;
  padding: 0.61rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}
