#food-menu{
    min-height: calc(100vh - 44px);
    background-color: #fff;
    padding-top: 5px;
}

/* header */
.food-header{
    width: 94%;
    margin: 0 auto
}
.food-header-merchant{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.food-header-merchant img{
    width: 80px;
    height: 80px;
}
.food-header-merchant-detail{
    padding-left: 10px
}
.food-header-merchant-detail .title{
    font-size: 18px;
    font-weight: 600
}
.food-header-merchant-detail .content p{
    width: 260px;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.food-header-offer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px
}
.food-header-offer-icon{
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #e56d43
}
.food-header-offer-list{
    margin-left: 10px
}


/* food-groups-list */
.food-tabs{
    width: 100%;
    height: calc(100vh - 44px);
    /* margin-top: 20px; */
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    padding-bottom: 60px;
}
.food-tab {
    width: 100%;
    height: 44px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-tab > div{
    width: 33%;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.order, .merchant{
    width: 50%;
    height: 44px;
    text-align: center;
    line-height: 44px
}
.active{
    width: 94px;
    height: 44px;
    border-bottom: 3px solid #c59333;
    margin: 0 auto
}
.groups-content{
    display: none
}
.groups-content-active{
    display: block
}

/* 点餐 */
/* 搜索 */
.search-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}
.search-container .search-tab{
    width: 90%;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 10px
}
.search-container .search-tab input{
    width: 90%;
    height: 35px;
    border: none;
    background-color: #f5f5f5;
    padding-left: 15px;
    border-radius: 10px
}
/* 二级菜单 */
.food-groups-list{
    width: 100%;
    height: calc(100vh - 160px);
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between
}
.food-top-groups{
    width: 94px;
    /* height: 600px; */
    overflow: scroll;
    background-color: #f7f7f7;
    /* padding-bottom: 60px; */
    box-sizing: border-box;
}
.food-top-groups ul{
    width: 90px;
    /* height: calc(100vh - 350px); */
    background-color: #efefef;
}
.food-top-groups ul li{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    padding: 20px 5px;
    color: rgb(26, 26, 26);
    position: relative;
}
.food-top-groups-active{
    background-color: #fff;
    /*border-bottom: 1px solid #000*/
}
.food-menu-list{
    width: 296px;
    padding: 0 10px;
    overflow: scroll
}
.food-menu{
    display: none;
}
.food-menu-active{
    display: block
}
.food-menu-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}
.food-menu-content img{
    width: 93px;
    height: 93px;
    border-radius: 5px
}
.food-menu-detail{
    width: 175px;
    margin-left: 10px
}
.food-menu-detail p{
    font-size: 12px
}
.food-menu-detail .title{
    font-size: 16px;
    color: #333;
    font-weight: 600
}
.food-menu-detail .discount{
    width: 21px;
    height: 18px;
    border: 1px solid #ff0000;
    color: #ff0000
}
.food-menu-detail .price{
    font-size: 14px;
    color: #ff0000;
    font-weight: 600
}
.food-menu-detail>div{
    display: flex;
    justify-content: space-between;
    align-items: center
}
.add-subtract span{
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
}
.add-subtract span:first-child{
    border: 1px solid #c59333;
    color: #c59333
}
.add-subtract span:last-child{
    background-color: #c59333
}
.number-box{
    width: 25px;
    text-align: center;
    height: 25px;
    border: none
}

/* 酒店地址 */
.food-merchant{
    width: 98%;
    margin: 0 auto;
    padding: 10px 20px;
    box-shadow: 0px 3px 10px #dedede;
    margin-top: 3px
}
.food-address{
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-address .food-address-text{
    width: 70%;
}
.food-address .food-address-icon{
    width: 30%;
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recommend-list{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll
}
.recommend-list img{
    width: 96px;
    height: 76px;
    border-radius: 5px;
    margin-right: 20px
}
.delivery{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px
}
.delivery p{
    height: 40px;
    line-height: 40px;
}
.ordering-rule{
    width: 100%;
    font-size: 12px
}
.ordering-rule p{
    margin-top: 10px
}
.ordering-rule p span:first-child{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 15px;
    background-color: #e83201;
    color: #fff
}
.ordering-rule p:nth-child(2) span:first-child{
    background-color: #eeb51a;
}
.ordering-rule p:nth-child(3) span:first-child{
    background-color: #11b8f6;
}

/* order-foot */
.food-foot{
    width: 100%;
    height: 55px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
}
.order-foot{
    width: 96%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}
.order-price{
    width: 80%;
    height: 44px;
    background-color: #4c4c4c;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}
.order-price p{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 80px;
    font-weight: 600
}
.shopping-cart{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #c59333;
    position: absolute;
    top: -10px;
    left: 20px;
    text-align: center;
    line-height: 38px
}
.shopping-cart .fa-cart-plus{
    width: 21px;
    height: 21px;
    color: #fff;
}
.shopping-cart p{
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: -3px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.order-settlement{
    width: 20%;
    height: 44px;
    background-color: #c59333;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
.original-price {
    color: rgb(199, 199, 199);
    font-size: 14px!important;
    text-decoration: line-through;
}



.food-tab ul {
    margin: 0 auto;
    width: 240px;
    padding-top: 4px;
    display: table;
    clear: both;
}

.food-tab ul li:nth-child(1) {
    float: left;
    border-radius: 5px 0 0 5px;
    background: #be8b27;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.food-tab ul li:nth-child(2) {
    float: right;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    line-height: 32px;
    text-align: center;
}

.food-tab ul li {
    width: 120px;
    height: 30px;
    border: 1px solid #be8b27;
}

.food-tab ul li:nth-child(1) a {
    color: #fff;
}

.food-tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 27px;
}

.food-tab ul li:nth-child(2) a {
    color: #202020;
}