.footer {
  width: 100%;
  color: #fff;
  margin-top: 50px;
  position: relative;
}

.footer {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.footer p,
.footer span {
  color: #fff !important;
}

.footer p {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
  padding: 1px 0;
}

@media (max-width:768px) {
  .footer {
    height: 150px;
  }
}

@media (min-width:769px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1400px) {}