@charset "UTF-8";
        .boxsizing {
            box-sizing: border-box;
        }

        .menubottombody {
            margin: 0;
            font-family: 微软雅黑;
        }

        .menubottomhead {
            height: 60px;
            line-height: 60px;
            width: 100%;
            color: #fff;
            font-family: "黑体";
            font-weight: 200;
            font-size: 20px;
            /*背景色渐变*/
            background: linear-gradient(to bottom right, #F56739, #FB9749);
        }

        #menubottom_content {
            background: linear-gradient(to bottom right, #f5f454, #fbd1b7);
        }

        .menubottommenu {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 54px;
            color: #474747;
            padding-top: 10px;
            border-top: 1px solid #eee;
            background-color: #fff;
        }

        .menubottom_subMenu {
            width: 33%;
            float: left;
            cursor: pointer;
        }

        .menubottom_menu_name {
            height: 30px;
            width: 100%;
            line-height: 30px;
            color:#474747;
        }

        img.menubottom_menu_img {
            height: 24px;
            width: 24px;
        }

        img {
            vertical-align: middle;
            border: 0;
        }

        .active {
            color: #FFA129;
        }

        .menubottom_text-center {
            text-align: center
        }

