.footer .info {
  height: 400px;
  background-image: url(../images/footer/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 90px 240px 0;
}
.footer .info .info-item .title {
  
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
}
.footer .info .info-item .horizontal {
  margin-top: 34px;
  margin-bottom: 30px;
  width: 60px;
  height: 2px;
  background: #ffffff;
  border-radius: 0px;
}
.footer .info .info-item .info-contact {
  
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer .info .info-item .info-contact + .info-contact {
  margin-top: 22px;
}
.footer .info .info-item .info-contact span {
  margin-left: 10px;
}
.footer .info .info-item .transportation {
  width: 229px;
  height: 78px;
  
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.footer .bottom {
  height: 170px;
  background: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 240px;
}
.footer .bottom .QRCode {
  width: 497px;
  height: 103px;
  display: flex;
  justify-content: space-between;
}
.footer .bottom .copyright {
  height: 47px;
  
  font-weight: 500;
  font-size: 14px;
  color: #acacac;
  line-height: 28px;
}
