.footerBox .zzzz {
  background: #2a2a2a;
  padding: 0.4rem 0;
}

.footerBox .zzzz .zzTxt {
  text-align: center;
  color: #666666;
  font-size: 0.32rem;
}

.footerBox .bottomMenu {
  height: 1.44rem;
}

.footerBox .bottomMenu .BMList {
  border-top: #f5f5f5 solid 1px;
  background: #fff;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 100;
}

.footerBox .bottomMenu .BMList .BMItem {
  padding: 0.13333rem 0;
  color: #f14949;
  text-align: center;
  width: 3.46667rem;
}

.footerBox .bottomMenu .BMList .BMItem .ifont {
  font-size: 0.64rem;
}

.footerBox .bottomMenu .BMList .BMItem .bmTxt {
  font-size: 0.34667rem;
}

.footerBox #wxA {
  display: none;
}
/*# sourceMappingURL=footer.css.map */