/*
* @Author: michellewkx
* @Date:   2017-08-21 12:58:52
* @Last Modified by:   wangkexin02
* @Last Modified time: 2017-10-10 19:35:03
*/
.hide {
  display: none;
}

.footer {
  width: 100%;
  min-width: 1200px;
  height: 160px;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer a:hover {
  color: #fff !important;
}

.footer .footer-wrapper {
  width: 546px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}

.footer .footer-block {
  float: left;
  display: block;
  margin-right: 150px;
  height: 320px;
  overflow: hidden;
  text-align: center;
}

.footer .footer-block::after {
  content: 'fix';
  visibility: hidden;
  width: 0;
  height: 0;
}

.footer .footer-block .footer-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}

.footer .footer-block .footer-info {
  line-height: 14px;
  text-align: left;
}

.footer .footer-block a {
  display: block;
}

.footer .link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 85px;
}

.footer .link a {
  display: inline-block;
  margin-right: 6px;
}

.footer .hr-wrapper {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  bottom: 145px;
  height: 16px;
}

.footer hr {
  width: 100%;
  opacity: 0.1;
}

.footer .qrcode a {
  display: inline-block;
  cursor: pointer;
}

.footer .show-qrcode img {
  position: absolute;
  top: 94px;
  right: -120px;
}

.footer .footer-block:last-child {
  margin-right: 0;
}

.footer .license {
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 45px;
  font-size: 14px;
}
