﻿ 
.m_fixedmenu {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 110;
    box-shadow: 0px 1px 10px 1px #ddd;
}
.m_fixedmenu a {
    width: 25%;
    float: left;
}
.m_fixedmenu a img {
    width: auto;
    height: 25px;
    display: block;
    margin: 0 auto;
}
.m_fixedmenu a span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}


@media screen and (max-width: 585px) {
  
  .m_fixedmenu {
      display: block;
  }
}