.footer {
  background: url(/content/images/footer_back.jpg);
}

.footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.footer-code {
  display: flex;
  align-items: center;
}

.footer-code > p {
  width: 120px;
  height: 120px;
}

.footer-code > p img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-code div {
  margin-left: 20px;
}

.footer-code div h2 {
  font-size: 22px;
  font-weight: 500;
}

.footer-code div p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.footer-else {
}

.footer-link {
  display: flex;
  justify-content: flex-end;
}

.footer-link a {
  margin-left: 30px;
  font-size: 20px;
  color: #333333;
}

.footer-bq {
  font-size: 20px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .footer {
  }
  .footer .content {
    flex-wrap: wrap;
    padding: 5vw 0;
  }

  .footer-else {
    margin-top: 5vw;
    width: 100%;
  }

  .footer-link {
    justify-content: center;
  }

  .footer-link a {
    font-size: 4.5vw;
  }

  .footer-bq {
    font-size: 4.5vw;
    margin-top: 5vw;
    text-align: center;
  }
}
