.red{
    border: 1px red solid;
}

.menuNav {
    height: 35px;
    background: #fff;
    margin-right: 80px;
}

.menuNavEn {
    margin-right: 5px;
}
.SAclass_title_en{
    font-size:16px;
}

.menuNav .swiper-slide {
    text-align: left;
    overflow: hidden;
}

.menuNav span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #777;
    border-bottom: 1px #fff solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menuNav .menuActive span {
    color: #fff;
    /* border-bottom: 1px #336737 solid; */
    font-weight: 600;
    background: #336737;
    padding: 0px 20px;
}

.swiperWrap {
    padding-right: 25px;
}
.menu{
    border-bottom: 10px #f1f1f1 solid;
    padding-bottom: 3px;
}
/* 吃什么怎么做 */
.mu_title{
    font-size: 19px;
    color:#000;
    padding-left: 12px;
    font-size: 19px;
    height: 42px;
    line-height: 42px;
    padding-left: 12px;
    border-bottom: 1px #f1f1f1 solid;
    font-weight: 500;
}

.swiperNarr {
   display: inline-block;
   position: absolute;
   top: 2px;
   right: 0px;
   z-index: 2;
  width: 78px;
  height: 35px;
  background: url(../image/menu_all.png) no-repeat center left;
  background-size: 67px;
}

.swiperNarr i {
    display: block;
    /* float: right;
    /* margin-right: 10px; */
    width: 49px;
    padding-left: 34px;
    height: 35px;
    line-height: 35px;
    /* background: url(../image/menu.png) no-repeat 5px center; */
    background-size: 16px;
    font-size: 16px;
    /* font-weight: bold; */
    text-align: center;
}

.menu_con i{
    width: 100%;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
}
.menu_con i img{
    border-radius: 8px;
}
.menu_con p{
    line-height: 1.4;
    color: #666 !important;
    font-size: 12px !important;
    padding: 0px 2% 0 2% !important;
}
.menu_region {
    background: #fff;
    padding-top: 10px;
}
.menu_region h4{
    color: #454545;
    font-size: 17px;
    margin-left: 12px;
    line-height: 2.4;
    background: #fff;
    font-weight: bold;
}
.menu_region ul{
    overflow: hidden;
}
.menu_region ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 0px 10px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
 }
 .menu_region ul li img{
     width: 100%;
     display: block;
 }
 .menu_region li p{
     text-align: center;
     line-height: 1.4;
     padding-top: 5px;
     font-size: 13px;
     color: #454545;
     padding: 10px 0px 10px 0px;
     height: 40px; 
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
   .menu_region li p.menu_en{
     text-align: center;
     line-height: 1.4;
     padding-top: 5px;
     font-size: 13px;
     color: #454545;
     padding: 10px 0px 10px 0px;
     height: 26px; 
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     margin-bottom: 20px;
 }
 
 .menu_list li{
     overflow: hidden;
     position: relative;
     margin-bottom: 24px;
 }
.menu_list .imgLeft{
     width: 40%;
     float: left;
 }
.menu_list .imgLeft i{
    display: block;
     width: 100%;
     height: 97px;
     border-radius: 8px;
     overflow: hidden;
 }
.menu_list .imgRight{
     width: 60%;
     float: left;
     box-sizing: border-box;
     padding-left: 10px;
 }
 
.menu_list .imgRight h4 {
     font-size: 17px;
     line-height: 1.4;
     margin: 0;
     padding: 0;
     /* font-weight: bold; */
     padding-bottom:3px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
 
.menu_list .s_tag span {
     font-size: 12px;
     color: #73c656;
     border: 1px #73c656 solid;
     margin-right: 5px;
     padding: 1px 2px 0;
     border-radius: 2px;
     background: #ebf4f1;
 }
 .menu_list .ingred{
     position: absolute;
     bottom: 0;
     left: 40%;
     padding-left: 10px;
     color: #999;
     line-height: 1.3;
     font-size:13px;
     /* height:51px; */
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
 .menu_nav_height{
     height: 38px;
     width: 100%;
     position: relative;
     z-index: 1;
 }
.nav_left_spaceing{
    width: 12px;
    height: 38px;
    position: absolute;
    left:0;top:0;
    background: #fff;
    display: block;
    z-index:9999;
}
