.footer {
    background: #050507 url(../images/footer-bg.png) right bottom no-repeat !important;
}

.footer .box-share .bdshare-button-style1-24 .bds_weixin {
  display: none !important;
  background: url("../images/icon-share-wx.png") center no-repeat !important;
}

.footer .box-share .bdshare-button-style1-24 .bds_tsina {
  display: none !important;
  background: url("../images/icon-share-sina.png") center no-repeat !important;
}

.footer .footer-l {
  float: left;
  width: 80%;
}

.footer .box-ewm li p {
  color: white !important;
}

.footer_logo {
  float: left;
  width: 260px;
}

.footer .box-ewm {
  width: 380px !important;
}

.footer .box-ewm li {
  width: 32% !important;
  overflow: hidden !important;
  margin-left: 1% !important;
}

.footer .box-share {
  width: 143px;
  margin-top: 4px;
  margin-left: 20px;
  float: left;
}

.footer .copyright {
  width: 57%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .footer .footer-l {
    width: 100%;
    text-align: center;
  }

  .footer .box-share {
    width: 90%;
    float: unset;
  }

  .footer .copyright {
    width: 100%;
    float: unset;
  }
}
