@media screen and (max-width: 992px) and (min-width: 768px) {
  
  footer .left-nav {
    display: none;
  }
  .footer-top .site-info{
    width: 70%;
    display: flex;
  }
  .footer-top .site-info .site-info-item {
    padding: 0 10px;
  }
  .footer-top .footer-right {
    width: 30%;
    padding-top: 0;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  
  
  
  .footer-qrcode > div {
    width: 49%;
  }
  .footer-top {
    flex-direction: unset;
  }
  .partner .partner-item {
    height: 110px;
    padding: 0 14px;
  }
}
