.recommend-and-search-bar{
    width: 100%;
    height: 400px;
    position: fixed;
    top: 80px;
    background: #F6F6F6;
    z-index: 99999;
}

.recommend-and-search-bar .recommend-area{
    width: calc(100% - 300px);
    margin-left: 150px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-and-search-bar .recommend-area .recommend-area-left{
    width: calc(70% - 30px);
    background: #FFFFFF;
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.recommend-and-search-bar .recommend-area .recommend-area-left span{
    width: 100%;
    padding-left: 50px;
    font-size: 28px;
    font-weight: 500;
}

.recommend-and-search-bar .recommend-area .recommend-area-right{
    width: 30%;
    margin-left: 30px;
    background: #FFFFFF;
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.recommend-and-search-bar .recommend-area .recommend-area-right span{
    width: 100%;
}

.recommend-and-search-bar .recommend-area .recommend-area-right .recommend-area-right-title{
    width: 100%;
    padding-left: 50px;
    font-size: 28px;
    font-weight: 500;
}

.recommend-and-search-bar .recommend-area .recommend-area-right .recommend-area-right-desc{
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
}

.recommend-and-search-bar .search-area{
    width: calc(100% - 300px);
    margin-left: 150px;
    height: 200px;
}

.recommend-and-search-bar .location-and-search{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-and-search-bar .location-and-search .location{
    width: 100px;
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.recommend-and-search-bar .location-and-search .location-icon{
    width: 20px;
    height: 20px;
}

.recommend-and-search-bar .location-and-search .location-name{
    width: 70px;
    height: inherit;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recommend-and-search-bar .location-and-search .search{
    width: 598px;
    margin-left: 20px;
    position: relative;
}

.search-panel{
    width: 685px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px -1px #79797914;
    box-shadow: 0px 0px 5px 0px #7979790A;
    box-shadow: 0px 0px 10px 0px #79797905;
    border-radius: 10px;
    position: absolute;
    z-index: 88888;
}

.recommend-and-search-bar .location-and-search .search-input{
    width: 100%;
    height: 46px;
    border-radius: 46px;
    border: 1px solid #00000040;
    background: #EDEDED;
    font-size: 16px;
    color: #00000080;
    padding: 0 45px;
    outline: none;
}

.recommend-and-search-bar .location-and-search .search-icon-left{
    width: 26px;
    height: 26px;
    position: absolute;
    margin-top: -37px;
    margin-left: 13px;
    display: block;
}

.recommend-and-search-bar .location-and-search .clear-button{
    width: 30px;
    height: 30px;
    background: #00000050;
    color: #FFFFFF;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    margin-top: -39px;
    margin-left: 650px;
    font-size: 14px;
    cursor: pointer;
}

.recommend-and-search-bar .search-area .serve-type-condition{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
 }

.recommend-and-search-bar .search-area .serve-type-condition .condition-tips{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #000000A3;
}

.recommend-and-search-bar .search-area .serve-type-condition .serve-type-item{
    width: fit-content;
    padding: 0 25px 12px 25px;
    border-bottom: 2px solid transparent;
}

.recommend-and-search-bar .search-area .serve-type-condition .serve-type-item-checked{
    border-bottom: 2px solid #82BF42;
}

.recommend-and-search-bar .search-area .serve-condition-split-line{
    width: 100%;
    height: 1px;
    background: #E0E0E0;
}

.recommend-and-search-bar .search-area .serve-solution-condition{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.recommend-and-search-bar .search-area .serve-solution-condition .condition-tips{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #000000A3;
}

.recommend-and-search-bar .search-area .serve-solution-condition .serve-solution-item{
    width: fit-content;
    padding: 5px 20px;
    background: #AECDAA42;
    margin-right: 15px;
    border-radius: 20px;
    cursor: pointer;
    color: #00000099;
}

.recommend-and-search-bar .search-area .serve-solution-condition .serve-solution-item-checked{
    color: #FFFFFF;
    background: #222222;
}

.combo-list{
    width: calc(100% - 300px);
    margin-left: 150px;
    margin-top: 484px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-height: calc(100vh - 400px);
}

.combo-list .no-combo-data{
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 18px;
    color: #00000070;
}

.combo-list .combo-list-item{
    width: 100%;
    height: 360px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -1px #79797914;
    box-shadow: 0px 4px 5px 0px #7979790A;
    box-shadow: 0px 1px 10px 0px #79797905;
    transition: all 0.3s;
}

.combo-list .combo-list-item:hover{
    box-shadow: 2px 2px 10px 0px #0000001F;
}

.combo-list .combo-list-item .combo-list-item-cover{
    width: 100%;
    height: 243px;
    display: block;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.combo-list .combo-list-item .combo-name-bar{
    width: 100%;
    height: 46px;
    background: #FFFFFF90;
    margin-top: -243px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.combo-list .combo-list-item .combo-name-bar .combo-name{
    width: calc(100% - 40px);
    text-align: left;
}

.combo-list .combo-list-item .combo-name-bar .combo-collect{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.combo-list .combo-list-item .health-tag{
    width: 100%;
    height: 92px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: relative;
    margin-top: 105px;
    color: #FFFFFF;
}

.combo-list .combo-list-item .health-tag .health-tag-name{
    width: calc(100% - 20px);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    margin-top: 46px;
    float: left;

}

.combo-list .combo-list-item .health-tag .health-tag-sub-content{
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400;
    width: calc(100% - 20px);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #FFFFFF;
    float: left;
}

.combo-list .combo-list-item .combo-des-top{
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.combo-list .combo-list-item .combo-des-top .combo-des-content{
    width: calc(100% - 100px);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.combo-list .combo-list-item .combo-des-top .combo-des-price{
    width: 100px;
    text-align: right;
    font-size: 24px;
}

.combo-list .combo-list-item .combo-des-top .combo-des-price a{
    font-size: 18px;
    margin-right: 2px;
}

.combo-list .combo-list-item .combo-tag{
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.combo-list .combo-list-item .combo-tag .combo-tag-item{
    font-size: 10px;
    color: #FFFFFF;
    background: #B6C1B0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
}

.combo-list .combo-list-item .shop-info{
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 12px;
}

.combo-list .combo-list-item .shop-info .shop-logo{
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.combo-list .combo-list-item .shop-info .shop-name{
    width: fit-content;
    margin-left: 5px;
}

.combo-list .combo-list-item .shop-info .shop-distance{
    flex-grow: 1;
    width: 50px;
    margin-right: 10px;
}

.combo-list .combo-list-item .shop-info .combo-reservation{
    width: 100px;
    height: 30px;
    border-radius: 20px;
    background: #1C6F119E;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}