
.footer {
  min-width: 1400px;
  width: 100%;
  height: 18%;
  max-height: 168px;
  min-height: 100px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  background: #202020;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer .wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.footer .wrap a {
  color: #ffffff;
}

.footer .footer-top {
  width: 60%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.footer .footer-top .top-left {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: space-between;
}

/* 
.footer .footer-top .top-left .left-item {
  margin-left: 5%;
} */
.footer .footer-bottom {
  width: 100%;
  height: 40%;
  background: #000000;
}

.footer .footer-bottom .footer-content {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
