
@media(min-width: 768px){
  .bottom-menu{display:none;}
}

@media(max-width: 767px){
  .bottom-menu{
    position:fixed;
    bottom:0;
    width:100%;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:9999;
    background:#ffffff;
  }
  .button-f{
    width:75%;
    background:#ff0015;
  }
  .button-f ul{
     display: flex;
    justify-content: center;
    align-items: center;
   }
  .button-f ul li:first-child{
    margin-right:10px;
  }
  .button-f ul li i{
    padding-top:5px;
  }

  .button-f img{
    min-width:auto;
    width:60px;
    height:71px;
    margin-top:5px;
  }

  .button-t{
    width:25%;
    background:#ff6c00;
  }
  .bottom-menu a{
    margin:0 auto;
    display: block;
    width:90%;
    height:80px;
    color:#ffffff;
    font-size:0.9rem;
    text-align: center;
  }
  .bottom-menu i{
    display:block;
    margin-bottom:3px;
    font-size:1.3rem;
    padding-top:18px;
  }


  footer{margin-bottom:80px;}
}


