.mbbox{width:100%;height:60px; background:#c33; position: fixed;padding:5px 0;z-index:9999;
    bottom: 0;    left: 0;display:none;}
.mbbox img{ display:block; margin:0 auto;}
.mbbox a{ width:33%; float:left; color:#fff; text-align:center; border-right:1px rgba(255,255,255,.1) solid;}
.mbbox a:last-child{  border-right:0 rgba(255,255,255,.1) solid;}
.mbbox svg.icon{ color:#fff!important; margin-top:3px;}


@media only screen and (max-width:769px) {
.mbbox{ width:100%;height:60px; background:#c33; position: fixed;padding:5px 0;z-index:9999;
    bottom: 0;
    left: 0; display:block;}

  }