/*
* @Author: Administrator
* @Date:   2022-11-27 12:29:18
* @Last Modified by:   Administrator
* @Last Modified time: 2022-11-27 12:29:21
*/
.menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #fff;
}