footer {
  width: 100%;
  border-top: 0.03rem solid #029e4f;
  background: url(../img/footer/蒙版组\ 367.png) no-repeat;
  background-size: cover;
}

.footBox {
  width: 17rem;
  margin: 0.94rem auto 0;
}

.footLogo {
  width: 1.99rem;
  height: .78rem;
  display: flex;
  margin-bottom: .49rem;
  display: none;
}

.footLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footNav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
.footNav .footL{
  /*width: 1000%;*/
  height: 100%;
  color: #333;
}
.footNav .footL p{
  font-size: .16rem;
  font-size: .18rem;
  opacity: 0.8;
  margin-bottom: .15rem;
}
.footNav .footL p span{
  font-size: .18rem !important;
  opacity: 1;
}
.footL div:last-child{
    width: 1.2rem;
    height: 1.2rem;
}
.footL img{
  max-width: 1.2rem;
  max-height: 1.2rem;
  object-fit: contain;
}
.footR {
  width: 60%;
  display: flex;
}

.footNavItem {
  display: flex;
  flex-direction: column;
  /*margin-right: .5rem;*/
  min-width: 1.5rem;
}

.footNavItem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  font-size: .18rem;
  color: #A8A8A8;
  line-height: .26rem;
  white-space: nowrap;
}
.footNavTit {
  font-size: 0.18rem !important;
  font-size: .2rem!important;
  color: #333 !important;
  font-weight: bold !important;
  margin-bottom: .15rem !important;
}

.footerDown {
  width: 100%;
  height: 0.44rem;
  /* margin-top: .45rem; */
  background-color: #029e4f;
}

.footerDownBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 0.44rem;
  margin: 0 auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #fff;
  opacity: 0.8;
}