@media screen and (max-width: 1200px) and (min-width:0px) {
  footer .footer_logo img {
    width: 100%;
    height: auto;
  }
}

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

  footer .footer_logo {
    width: auto !important;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .mid {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }

  footer .mid .footer_text {
    width: auto !important;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  footer .footerNav {
    display: none !important;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {}

footer {
  position: relative;
  background: #335B76;
  width: 100%;
}

footer .container {}

footer .footer_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

footer .footer_logo {
  height: 50px;
  width: 30%;
}

footer .footer_logo img {
  width: auto;
  height: 100%;
}

footer .footer_top a.more {
  display: block;
  width: 160px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #B81F1C;
}

footer .footerNav {
  width: 45%;
  display: flex;
  justify-content: space-between;
}

footer .footerNav a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
}

footer .mid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 45px;
}

footer .mid .footer_text {
  color: #fff;
  width: 30%;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.18em;
}

footer .mid img {
  width: 160px;
}

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

.footer_bottom {
  font-size: 14px;
  color: #ffffff80;
  line-height: 2;
  text-align: center;
  border-top: 1px solid #ffffff40;
  padding: 15px 0;
}

.footer_bottom a {
  font-size: 14px;
  color: #ffffff80;
  line-height: 2;
}