#footer {
  position: relative;
  padding: 100px 20px 90px;
  background-color: #57548e;
}
.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icon {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 20px;
  border-radius: 2px;
  border: none !important;
  transition: all 0.35s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer-icon img {
  max-width: 10rem;
}
.footer-content {
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-family: 'SourceHanSansCN-Normal';
}
.footer-text {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 990px) {
  #footer {
    padding: 0.6rem 0.67rem;
  }
  #footer .footer-logo {
    margin: 0 auto;
    padding-top: 0.67rem;
    padding-bottom: 0.67rem;
    display: block;
  }
  .footer-icon {
    font-size: 1rem;
    padding: 0.67rem;
    border-radius: 2px;
  }
  .footer-content {
    margin-top: 0.67rem;
    font-size: 0.53rem;
  }
  .footer-text {
    font-size: 0.53rem;
  }
}