.section article{
    padding-bottom: 40px;
}
.tab{
   
    margin: 30px auto;
}
.tab li{
    float: left;
    height: 35px;
    line-height: 35px;
   text-align: center;
    padding: 0 35px;
    cursor: pointer;
    border-bottom: 2px solid #444;
     padding: 0 25px;
    font-size: 14px;
}
.tab{
    
}

.menu_list{
     margin: 40px auto;
    width: 1100px;
}
.menu_wrap{
    float: left;
    margin-right: 25px;
    padding: 10px;
    width: 200px;
    height: 240px;
    box-sizing: border-box;
    margin-bottom: 25px;
    
   
}
.menu_wrap:nth-child(5n){
    margin-right: 0;
   
}

.menu_wrap *{
    display: block;
}
.section article img{
    margin: auto;
    margin-bottom: 15px;
    
}
.menu_name{font-size:13px;}
.price{color: #777;font-size:13px;}
.price:after{
    content: "￦";
}
.ready_text{
    margin: 0px
}
.select_menu{display: none;}


/*mobile*/

@media screen and (max-width: 599px) {
        .section_head{
        height: 60px;
        line-height: 60px;
    }
    .section_head h1{
       font-size: 25px;
    }
    
    .menu_list{
     margin: 40px auto;
    width: 100%;
}
    .menu_wrap{
    
    margin-right: 0px;
    padding: 10px;
    width: 50%;
    height: 240px;
    box-sizing: border-box;
    margin-bottom: 25px;
    
   
}
    .tab{
        width: 80%!important;
    }
    .tab li{
    float: none;
        width: 100%;
        
    height: 40px;
    line-height: 40px;
   text-align: center;
    padding: 0 35px;
    cursor: pointer;
    border-bottom: 1px solid #ddd!important;
     padding: 0 25px;
    font-size: 14px;
}
     .select_menu{
         width: 100%;
      display: block;  
    height: 45px;
    line-height: 45px;
   text-align: center;
    padding: 0 35px;
    cursor: pointer;
     padding: 0 25px;
    font-size: 14px;
    border: 1px solid #666!important;
         background-image: url(../img/icon/down-arrow.png);
         background-repeat: no-repeat;
         background-position: 95%;
         background-size:  5%;
        
}
    .tab_ul{
    border: 1px solid #ddd!important;;
        
    }
    

}
/*tab*/
@media screen and (min-width:600px) and (max-width:1023px) {
    .section_head{
        height: 60px;
        line-height: 60px;
    }
    .section_head h1{
       font-size: 25px;
    }
    
    .menu_list{
     margin: 40px auto;
    width: 100%;
}
        .menu_wrap{
    
    margin-right: 0px;
    padding: 10px;
    width: 25%;
    height: 240px;
    box-sizing: border-box;
    margin-bottom: 25px;
    
   
}
    

    
}
/*pc*/
@media screen and (min-width:1024px) {

    
}