.footbar {
  width: 100%;
  height: 312px;
  background-color: #2d313d;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .footbar {
    height: 260px;
  }
}
@media screen and (max-width: 480px) {
  .footbar {
    height: 341px;
  }
}
.footbar .footbar_icon {
  position: relative;
  width: 311px;
  height: 134px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .footbar .footbar_icon {
    width: 293px;
    height: 113px;
  }
}
.footbar .footbar_icon .wxQRcode {
  position: absolute;
  top: 50px;
  left: -15px;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 5px #353535 inset;
  background: url("../images/wxqrcode.png") 50% 50% no-repeat;
  background-size: 116px 116px;
  display: none;
  opacity: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.footbar .footbar_icon .wxQRcode.active {
  display: block;
  top: 20px;
  opacity: 1;
}
.footbar .footbar_icon a {
  margin: 59px 26px 40px 26px;
  float: left;
}
@media screen and (max-width: 769px) {
  .footbar .footbar_icon a {
    margin: 35px 26px 53px 26px;
  }
}
.footbar .footbar_icon a img {
  display: block;
  width: 46px;
  height: 46px;
  border: none;
}
@media screen and (max-width: 769px) {
  .footbar .footbar_icon a img {
    width: 45px;
    height: 45px;
  }
}
.footbar .footbar_text {
  width: 790px;
  height: 30px;
  margin: 0 auto;
  font-size: 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .footbar .footbar_text {
    width: 58%;
  }
}
@media screen and (max-width: 480px) {
  .footbar .footbar_text {
    width: 220px;
    height: 80px;
  }
}
.footbar .footbar_text > div {
  float: left;
  width: 100px;
  height: 16px;
  text-align: center;
}
.footbar .footbar_text > div.footbar_line {
  width: 10px;
  color: #727783;
  font-size: 16px;
}
.footbar .footbar_text > div:hover a {
  color: #f9f9f9;
}
.footbar .footbar_text a:link,
.footbar .footbar_text a:visited,
.footbar .footbar_text a:active {
  color: #727783;
  font-size: 14px;
}
.footbar .footbar_asd {
  width: 390px;
  margin: 0 auto;
  margin-top: 43px;
  color: #727783;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .footbar .footbar_asd {
    width: 190px;
  }
}
.footbar .footbar_asd a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.footbar .footbar_asd a:link,
.footbar .footbar_asd a:visited,
.footbar .footbar_asd a:active {
  color: #727783;
  font-size: 14px;
}
