.footer {
  padding: 40px 0;
  border-top: 2px solid #e2e2e2;
}

.footer .layer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}

.footer .layer-wrapper .contact {
  overflow: hidden;
  margin-top: 10px;
}

.footer .layer-wrapper .contact .item {
  float: left;
  margin-right: 30px;
}

.footer .layer-wrapper .footer-right {
  display: flex;
  align-items: center;
}

.footer .layer-wrapper .footer-right .iconfont {
  font-size: 40px;
  color: #bababa;
}

.footer .layer-wrapper .footer-right .item + .item {
  margin-left: 20px;
}
