.food-search-box{
    width: 224px;
    height: 320px;
    background: url(/static/img/pc/s01.jpg) no-repeat center;
}
.food-search-title{
    font-size: 20px;
    color: #c00;
    font-weight: bold;
    height: 65px;
    text-align: center;
    line-height: 65px;
}


.food-search-fom{
    padding: 0 20px;
    margin-top: 30px;
}
.form-input-name{
    margin-bottom: 23px;
}
.form-input-name input{
    width: 100%;
    height: 25px;
}
.form-input-name-name{
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.form-input-class{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.form-btn{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}