.footer {
  background: #16171a;
  padding: 73px;
  color: #fff;
}
.footer .imgs {
  width: 120px;
  height: 120px;
  margin-right: 18px;
}
.footer-phone {
  width: 20px;
  height: 19px;
  margin-right: 5px;
}
.footer-container {
  width: 1000px;
  margin: auto;
}
.footer-top {
  justify-content: space-between;
}
.footer-bottom {
  margin-top: 38px;
  text-align: center;
}
.footer-bottom li + li {
  margin-top: 20px;
}
