.footer {
  background: #d5edff;
  text-align: center;
  padding: 2rem;
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.968627450980392);
  text-align: center;
}

.container {
  min-height: 140px;
}

@media(max-width: 768px) {
  .container {
    min-height: 20vh;
  }
}