footer {
  height: 275px;
  min-width: 1200px;
  background-image: url("../../images/footer_bg.jpg");
  position: relative;
}
footer .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
footer .shade .content .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
footer .shade .content .top .footer-box {
  width: 300px;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.87);
}
footer .shade .content .top .footer-box:last-child {
  width: 120px;
}
footer .shade .content .top .footer-box h3 {
  padding: 8px 0;
  width: 70px;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.87);
}
footer .shade .content .top .footer-box p {
  margin-top: 16px;
}
footer .shade .content .top .footer-box .contact span {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .shade .content .top .footer-box .contact span img {
  width: 24px;
  margin-right: 16px;
}
footer .shade .content .top .footer-box .yueyang-wx {
  margin-top: 16px;
  width: 120px;
}
footer .bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  line-height: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.54);
}

/*# sourceMappingURL=footer.css.map */
@media screen and (max-width: 1200px) {
  footer {
    min-height: 275px;
    min-width: auto;
  }
  footer .shade .content .top .footer-box:last-child {
    width: 120px;
  }
}

@media screen and (max-width: 800px) {
  footer {
    min-width: auto;
  }
  footer .shade .content .top {
    display: flex;
    justify-content: space-around;
    flex-wrap: no-wrap;
  }
  footer .shade .content .top .footer-box:nth-of-type(1) {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  footer {
    height: 315px;
  }
  footer .shade .content .top {
    display: flex;
    justify-content: center;
    flex-wrap: no-wrap;
  }
  footer .shade .content .top .footer-box:nth-of-type(3) {
    display: none;
  }
}