footer {
  background: #ccc;
  padding-top: 100px;
  width: 100%;
}

footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footerBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}

.footerBox>div {
  display: flex;
  flex-direction: column;
}

.footerBox>div p {
  font-size: 18px !important;
}

.footerBox>div a {
  font-size: 16px !important;
  color: #333;
}

.footerBox>div .footerCenterText {
  font-size: 16px !important;
  color: #333;
  font-family: 'pingfang';
}

.footer_bottom {
  text-align: center;
  color: #333;
  line-height: 30px;
  padding: 0 30px;
}

.footer_bottom a {
  color: #333;
  line-height: 30px;
}

.footerEwmBox p {
  text-align: center;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .container>div {
    margin-bottom: 30px;
  }

  .footerBox>div .footerCenterText {
    max-width: 260px;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  footer .container .footerBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footerNavBox_1 {
    width: 50%;
  }

  .footerCenter {
    width: 100%;
  }

  .footerBox>div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footerCenterText {
    text-align: center;
  }
}
