footer .footer-info {
  min-height: 240px;
  height: 240px;
  background: url('../imgs/footer-bg.png') no-repeat;
  background-size: cover;
}
footer .footer-info .f-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
footer .footer-info .footer-info-left {
  width: 22.3%;
}
footer .footer-info .footer-info-left .location-box {
  width: 100%;
  display: flex;
  color: #ffffff;
  line-height: 20px;
}
footer .footer-info .footer-info-left .location-box img {
  width: 13px;
  height: 17px;
  margin-right: 8px;
}
footer .footer-info .footer-info-left .phone {
  color: #ffffff;
  line-height: 20px;
  height: 20px;
  margin-top: 24px ;
}
footer .footer-info .footer-info-left .email,
footer .footer-info .footer-info-left .postal {
  margin-top: 15px;
  color: #ffffff;
}
footer .footer-info .footer-info-right {
  position: relative;
}
footer .footer-info .footer-info-right:hover .qrcode {
  display: block;
}
footer .footer-info .footer-info-right img {
  cursor: pointer;
}
footer .footer-info .footer-info-right img:not(:last-child) {
  margin-right: 15px;
}
footer .footer-info .footer-info-right .qrcode {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
footer .footer-info .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-tips {
  height: 46px;
  line-height: 46px;
  background: #63065f;
  color: #fff;
}
footer .footer-tips .copy-right {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  footer .footer-info .footer-info-right {
    width: auto;
  }
  footer .footer-tips {
    height: auto;
  }
  footer .copy-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer .copy-right .footer-tips-right {
    position: static !important;
  }
}
@media screen and (max-width: 1180px) {
  footer .footer-tips {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-info {
    height: auto !important;
  }
  footer .f-container {
    padding: 10px 0;
    flex-direction: column;
  }
  footer .f-container .footer-info-left {
    width: 100%;
  }
  footer .f-container .footer-logo {
    position: static;
    transform: translate(0, 0);
  }
  footer .footer-info {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-logo {
    width: 60%;
    margin: 20px 0;
  }
  footer .footer-logo img {
    width: 100%;
  }
}
