.footer-container {
  position: relative;
  width: 100%;
  height: 334px;
  background: rgba(32, 38, 49, 1);
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  left: 938px;
  top: -148px;
  width: 614px;
  height: 614px;
  opacity: 0.25;
}

.footer-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content-container {
  width: 100%;
  height: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  height: 45px;
}

.footer-left-divider {
  margin: 24px 0;
  width: 290px;
  height: 0px;
  opacity: 0.2;
  border: 1px solid rgba(255, 247, 247, 1);
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}

.footer-text.phone {
  font-size: 36px;
  line-height: 43.2px;
}

.footer-copyright {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 0;
  z-index: 100;
}

.footer-copyright a {
  margin-left: 10px;

  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(255, 255, 255, 1);
}

.footer-right {
  display: flex;
}

.footer-qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-qrcode img {
  width: 124px;
  height: 124px;
  border-radius: 8px;
}

.footer-qrcode span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
  .footer-container {
    height: 514px;
  }

  .footer-bg {
    left: -81px;
    top: -8px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-content-container {
    padding: 0 16px;
    box-sizing: border-box;
    flex-direction: column;
  }

  .footer-right {
    width: 100%;
    justify-content: space-around;
  }

  .footer-copyright {
    padding: 0 55px;
    height: auto;
    margin-bottom: 18px;
  }

  .footer-copyright a {
    opacity: 0.6;

    font-size: 10px;
    line-height: 14px;
  }
}
