
/** 页脚浮动菜单 **/

.listFloat { width:100%; float:left; height:1.2rem; }
.listFloat .menu { width:100%; float:left; background:#ebeae8; padding:.1rem 0; position:fixed; bottom:0; max-width:640px; }
.listFloat .menu a { width:25%; float:left; font-size:.1rem; color:#666; text-align:center; }
.listFloat .menu a.current { color:#fc4a4a; }
.listFloat .menu a img { width:.3rem; }
/** 页脚浮动菜单 **/
