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

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