footer {
  width: 100%;
  background: #292929;
}
footer .container {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
footer .container .top {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #fff;
}
footer .container .top p {
  display: inline-block;
  font-size: 14px;
}
footer .container .bottom {
  overflow: hidden;
  padding: 28px 0;
  font-size: 14px;
}
footer .container .bottom .left {
  float: left;
  border-right: 1px solid #fff;
  overflow: hidden;
}
footer .container .bottom .left .contact,
footer .container .bottom .left .qr_code {
  display: inline-block;
  float: left;
}
footer .container .bottom .left .contact {
  height: 160px;
  line-height: 22px;
}
footer .container .bottom .left .contact h3 {
  font-size: 16px;
  font-weight: 600;
}
footer .container .bottom .left .qr_code img {
  width: 130px;
  height: 130px;
  background: #fff;
  margin: 0 50px;
}
footer .container .bottom .right {
  float: right;
  height: 160px;
  overflow: hidden;
}
footer .container .bottom .right dl {
  display: inline-block;
  width: 56px;
  height: 100%;
  float: left;
  padding: 0 10px;
}
footer .container .bottom .right dl dt {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
footer .container .bottom .right dl dt a {
  color: #fff;
}
footer .container .bottom .right dl dd a {
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}
