.footer {
  height: auto !important;
}
.footer .footer-text {
  width: 100%;
  height: auto !important;
  background: #343434;
}
.footer .footer-text .container {
  height: auto !important;
  padding-top: 80px !important;
  padding-bottom: 110px;
}
.footer .footer-text .container .footer-top .footer-box {
  width: 100%;
  height: auto;
  position: relative;
}
.footer .footer-text .container .footer-top .footer-box .wechat {
  background: #343434;
  height: auto;
  overflow: hidden;
  width: 370px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 50px;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-top {
  width: 100%;
  text-align: center;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-top img {
  display: inline-block;
  width: 134px;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-top span {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: #ddd;
  font-size: 14px;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom {
  width: 100%;
  vertical-align: middle;
  height: auto;
  overflow: hidden;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom i {
  display: inline-block;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  color: #ccc;
  float: left;
  margin-right: 20px;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom .br-box {
  display: inline-block;
  float: left;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom .br-box p,
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom .br-box span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #bbb;
}
.footer .footer-text .container .footer-top .footer-box .wechat .wechat-bottom .br-box span {
  font-size: 24px;
}
.footer .footer-text .container .footer-top .footer-box .friendlink {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 390px;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item {
  max-width: 25%;
  float: left;
  padding-right: 20px;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item h2 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 15px;
  background: url("../../images/footer-points.png") no-repeat left center;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item ul {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  width: 100%;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item ul li {
  float: left;
  width: 100%;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item ul li a {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer .footer-text .container .footer-top .footer-box .friendlink .link-item ul li a:hover {
  color: #fff;
}
.footer .footer-text .footer-bottom {
  text-align: center;
  line-height: 65px;
  background: #262626;
  color: #717171;
  font-size: 12px;
}
@media (min-width: 992px) {
  .footer .footer-top .footer-box .friendlink {
    padding-left: 480px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-top .footer-box .friendlink {
    padding-left: 370px;
  }
}
