footer .footer-top {
  width: 100%;
  align-items: center;
  padding: 2% 15%;
  box-sizing: border-box;
  background-color: #068E46;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .contact-us img {
  margin-bottom: 0.3rem;
}
footer .footer-top .contact-us p {
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}
footer .footer-top .contact-us p span {
  color: #F6FF03;
}
footer .footer-top .contact-us p:last-child {
  margin-bottom: 0;
}
footer .footer-top .code-box {
  width: 43%;
  display: flex;
  flex-direction: column;
}
footer .footer-top .code-box p {
  margin-bottom: 0.44rem;
  position: relative;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  padding-top: 2%;
  padding-bottom: 0.16rem;
}
footer .footer-top .code-box p::after {
  position: absolute;
  width: 0.32rem;
  display: block;
  left: 0;
  bottom: 0;
  height: 0.04rem;
  background: #F6FF03;
  content: '';
}
footer .footer-top .code-box .imgbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-top .code-box .imgbox img {
  width: 30%;
}
footer .footer-top .friend-link {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .friend-link p {
  width: 100%;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-bottom: 0.1rem;
}
footer .footer-top .friend-link a {
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  padding-right: 2%;
  margin-right: 2%;
  border-right: 1px solid #FFFFFF;
}
footer .footer-top .friend-link a:last-child {
  border: none;
  padding-right: 0;
}
footer .footer-bottom {
  padding: 1% 15%;
  background-color: #0B783E;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 0.12rem;
  color: #FFFFFF;
}
footer .footer-bottom a {
  font-weight: 400;
  font-size: 0.12rem;
  color: #FFFFFF;
}
footer .footer-bottom .map {
  width: 100%;
  text-align: center;
}
footer .footer-nav {
  display: none;
}
@media screen and (max-width: 1280px) {
  footer .footer-top,
  footer .footer-bottom {
    padding: 2% 5%;
  }
}
@media screen and (max-width: 970px) {
  footer {
    margin-bottom: 30px;
  }
  footer .footer-top {
    padding: 5%;
    flex-direction: column;
  }
  footer .footer-top .contact-us {
    margin-bottom: 5%;
    width: 100%;
  }
  footer .footer-top .contact-us img {
    margin-bottom: 2%;
  }
  footer .footer-top .contact-us p {
    margin-bottom: 2%;
    font-size: 14px;
  }
  footer .footer-top .code-box {
    width: 100%;
    margin-bottom: 5%;
  }
  footer .footer-top .code-box p {
    margin-bottom: 2%;
    font-size: 14px;
  }
  footer .footer-top .code-box p::after {
    width: 24px;
    height: 2px;
  }
  footer .footer-top .code-box .imgbox img {
    width: 33%;
  }
  footer .footer-top .friend-link {
    width: 100%;
  }
  footer .footer-top .friend-link p {
    margin-bottom: 2%;
    font-size: 14px;
  }
  footer .footer-top .friend-link a {
    font-size: 12px;
  }
  footer .footer-bottom p,
  footer .footer-bottom a {
    font-size: 12px;
  }
  footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    bottom: 0;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background: #068E46;
    opacity: 1;
    position: fixed;
    z-index: 999;
  }
  footer .footer-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: 100%;
    color: white;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
  }
  footer .footer-nav .footer-nav-map {
    background: url("../images/bottom_map.png") no-repeat center 5px;
    background-size: 16px 23px;
  }
  footer .footer-nav .footer-nav-tel {
    border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
    border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
    background: url("../images/bottom_tel.png") no-repeat center 7px;
    background-size: 19px;
  }
  footer .footer-nav .footer-nav-top {
    background: url("../images/bottom_top.png") no-repeat center 8px;
    background-size: 32px 14px;
  }
}
