@import url(font_853827_dow6zd8tt5r.css);

html,body{width: 100%; overflow-x: hidden;}
 
li{list-style: none;}

.foot_m {
  position: fixed;
  bottom: -2px;
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 99999;
  display: none;
  font-size: 12px;
  line-height: 24px;
  color:#333;
}

.foot_m ul {
  display: flex;
  justify-content: space-around;
}

.foot_m li {
  width: 25%;
  text-align: center;

}

.foot_m i {
  font-size: 26px;
  margin-top: 10px;
  display: block;
}
.foot_m a{color:#333;} 

 
@media only screen and (max-width: 510px) {
 
  .foot_m,
  .foot_mafter {
    display: block;
  }

}

 