footer {
  background: #f5f8fa;
}
footer .end {
  width: 54rem;
  height: 6.6rem;
  margin: auto;
  position: relative;
}
footer .end .link-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  padding-top: 1rem;
}
footer .end .link {
  width: 85%;
  padding-top: 0.4rem;
}
footer .end .link a {
  font-size: 0.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  display: block;
  float: left;
  margin-right: 0.1rem;
  line-height: 1rem;
}
footer .end .image {
  width: 6rem;
  position: absolute;
  bottom: -1.7rem;
  right: -1.5rem;
  font-size: 0.8rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
footer .bah {
  height: 2rem;
  font-size: 0.6rem;
  color: #707070;
  text-align: center;
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .end {
    width: 100%;
    display: none;
  }
  .end .link-title {
    display: none;
  }
  .end .link {
    display: none;
  }
  .end .image {
    display: none;
  }
  .bah {
    padding-top: 0.5rem;
  }
}
