footer .footer-content {
  padding: 0.5rem 0;
  background: url("../images/footer_bg.jpg") center/contain;
}
footer .footer-content .content-wrap {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
}
footer .footer-content .content-wrap .nav_menu {
  width: 75%;
}
footer .footer-content .content-wrap .nav_menu > ul {
  display: flex;
  gap: 0.22rem;
}
footer .footer-content .content-wrap .nav_menu > ul > li {
  line-height: 0.25rem;
  font-size: max(0.18rem, 12px);
  font-weight: 500;
  color: #FFFFFF;
}
footer .footer-content .content-wrap .nav_menu > ul > li:first-child {
  display: none;
}
footer .footer-content .content-wrap .nav_menu > ul > li:nth-child(3) {
  width: 20%;
}
footer .footer-content .content-wrap .nav_menu > ul > li > ul {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  max-height: 1.92rem;
  flex-wrap: wrap;
  gap: 0.12rem 0.16rem;
}
footer .footer-content .content-wrap .nav_menu > ul > li > ul > li {
  white-space: nowrap;
  line-height: 0.2rem;
  font-size: max(0.14rem, 12px);
  opacity: 0.9;
  font-weight: 400;
  color: #FFFFFF;
}
footer .footer-content .content-wrap .contact {
  position: relative;
  width: 25%;
  flex: none;
}
footer .footer-content .content-wrap .contact .title {
  line-height: 0.25rem;
  font-weight: 500;
  font-size: max(12px, 0.18rem);
  color: #FFFFFF;
}
footer .footer-content .content-wrap .contact .text {
  margin-top: 0.14rem;
  line-height: 0.34rem;
  opacity: 0.9;
  font-size: max(12px, 0.14rem);
  color: #FFFFFF;
}
footer .footer-content .content-wrap .contact .wechat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/icon_wechat.png") no-repeat center/contain;
}
footer .copyright {
  height: 0.5rem;
  background: #226BC5;
  padding: 0.15rem 0;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  footer .footer-content .content-wrap .nav_menu > ul {
    flex-wrap: wrap;
  }
  footer .footer-content .content-wrap .nav_menu > ul > li {
    margin-bottom: 0.2rem;
    width: 45%;
    text-align: center;
  }
  footer .footer-content .content-wrap .nav_menu > ul > li:nth-child(3) {
    width: 45%;
  }
  footer .footer-content .content-wrap .nav_menu > ul > li > ul {
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-content .content-wrap {
    flex-wrap: wrap;
  }
  footer .footer-content .content-wrap .nav_menu {
    width: 100%;
  }
  footer .footer-content .content-wrap .contact {
    width: 5rem;
    margin: 0 auto;
    text-align: center;
  }
}
