.footer {
  display: none;
}

.footer_m {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 15vw;
  background-color: #de0303;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.footer_m .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80%;
  width: 22%;
  color: white;
}

.footer_m .item .iconfont {
  font-size: 150%;
}
/*# sourceMappingURL=footer_m.css.map */