footer {
  position: relative;
  background-color: #3a3a3a;
  background: url("../images/footer_bg.jpg") no-repeat;
  background-color: #3a3a3a;
}

footer .top {
  height: 145px;
  padding: 40px 0px;
}

footer .top .footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

footer .top .footer-wrapper .column .phone {
  font-size: 23px;
  color: #fff;
}

footer .top .footer-wrapper .column .time {
  margin-top: 3px;
  color: #aaaaaa;
}

footer .top .footer-wrapper .column .contact_us {
  margin-top: 40px;
  color: #3a3a3a;
  color: #737070;
  font-size: 50px;
}

footer .top .footer-wrapper .column .about {
  height: unset;
}

footer .top .footer-wrapper .column .list .name {
  font-size: 16px;
  color: #fff;
}

footer .top .footer-wrapper .column .list li {
  margin-top: 15px;
}

footer .top .footer-wrapper .column .list li a {
  color: #aaaaaa;
}

footer .top .footer-wrapper .column .qr {
  width: 120px;
  height: 120px;
}

footer .top .footer-wrapper .column .flex-center {
  margin-top: 20px;
  color: #fff;
}

footer .bottom {
  height: 40px;
  line-height: 40px;
  background-color: #171717;
  color: #fff;
}

footer .bottom .footer-wrapper {
  display: flex;
  justify-content: space-between;
}

footer .bottom .footer-wrapper .copyright {
  color: #d8d4d4;
}

footer .bottom .footer-wrapper .link {
  display: flex;
}

footer .bottom .footer-wrapper .link li {
  margin-right: 10px;
}

footer .bottom .footer-wrapper .link li a {
  color: #d8d4d4;
}
