#quick #floatMenu { z-index:20; position: fixed;  bottom: 0px;  width:100%; overflow:hidden;}
#quick .overLayer{ z-index:20; width: 100px; height: 27px; box-sizing:border-box; text-align:center;
border:1px solid #333; background-color:#FFF; padding:3px; font-size:13px;  border-radius:3px; color:#111  }
#quick .tableLayer ul {padding:0; margin:0; list-style:none; width:100%; overflow:hidden;}
#quick .tableLayer ul li{ padding:0 0px 0px 0px; float:left; width:25%; text-align:center; box-sizing:border-box; }
#quick .tableLayer ul li a{display:block;text-align:center; background-color:#7199b6 }
#quick .tableLayer ul li a img {max-width:100%;}
