footer {
  background: url(https://ss-res-1257384375.cos.ap-guangzhou.myqcloud.com/site_res/63/20220815233451_jhAy7KYh.png) center bottom no-repeat;
  width: 100%;
  height: 100%;
}

.footer_top {
  background-size: 100%;
}

.footer_top .container {
  padding-top: 45px;
  padding-bottom: 30px;
      display: flex;
    justify-content: space-around;
    align-items: center;
}

.footerMin {
  display: flex;
  flex-direction: column;
}

.footerNavList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-right: 180px;
}

.footerNavList a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}

.footerNavList span {
  height: 18px;
  width: 1px;
  background: #fff;
}

.footerNavList span:last-child {
  display: none;
}

.footerAdd {
  display: flex;
  margin-top: 30px;
}

.footerAddbox {
  padding-right: 60px;
}

.footerAddbox p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
}

.footerEwm {
  border: 1px solid #fff;
  padding: 10px;
}

.footerEwm p {
  margin: 0;
  color: #fff;
  text-align: center;
}

.footer_bottom {
  color: #fff;
  background: #00000040;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.footer_bottom a {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1600px) and (min-width:1200px) {
  .footerNavList>span {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .footerNavList a, .footerNavList p {
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  footer {
    background: #333;
  }

  .footerMin {
    width: 100%;
  }

  .footerNavList a {
    font-size: 16px !important
  }

  .footer_top .container {
    flex-direction: column;
  }

  .footerNavList {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    justify-content: space-around;
  }

  .footerAdd {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .footerAddbox {
    padding: 0;
    text-align: center;
  }

  .footer_bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) and (min-width: 0px) {
  .footerMin {
    display: none;
  }

  .footer_top .container {
    flex-direction: row !important;
  }.footer_bottom{
    line-height: 25px;
    height: 70px;
    padding: 10px;
  }
}
