﻿.showFood-bar {
    width: 300px;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #777576;
    border-bottom: 2px solid #b2b2b2;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}
.showFood-decoration {
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
}
.showFood-circular {
    width: 20px;
    height: 20px;
    background-color: rgba(25, 147, 255, 0.85);
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
}

/* 左边大类的 */
.menu-bigClass {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding-left: 0px;
}
.menu-bigClass li {
    height: 30px;
    line-height: 35px;
    background-color: #3BA3FF;
    margin-bottom: 5px;
    padding: 0 35px 0 10px;
    cursor: pointer;
    position: relative;
}
.menuauto{
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
.menu-bigClass li:hover {
    color: #FFEB3B;
}
.menu-bigClass li:hover .arrow-box {
    background: #FFEB3B;
}
.menu-cli {
    color: #FFEB3B;
}
.menu-cli .arrow-box {
    background: #FFEB3B;
}
.arrow-box {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}
    .arrow-box i {
        color: #fff;
        font-size: 26px;
    }

.menu-select {
    z-index: 80;
    position: fixed;
    top: 70px;
    left: 0px;
}

/* 右边菜单的 */

.menuList-box img {
    width: 100%;
}


.ul-fixed {
    position: fixed;
    top: 120px;
    left: auto;
}


/* 移动端 */
@media (max-width: 768px) {
    .mid-all {
        margin-top: 0px;
        padding: 35px 0 50px 0;
    }

    .menuList-all {
        padding: 0 5px 15px 5px;
    }
    .menuList-box .menu-size {
        width: 15%;
    }
    .menuList-box .menu-foodName {
        width: 70%;
    }
    .menuList-box .menu-price {
        width: 15%;
    }
    .menuList-box .menu-foodDesc {
        width: 70%;
    }
}