.back-title{
    position: fixed;
    width: 100vw;
    background: #ffffff;
    border-bottom: 20px solid #F4F4F4;
    padding: 126px 0 24px;
    top: 0;
}
.back-title .iconfont{
    font-size: 30px;
    color: #2F3037;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
}
.back-title-word{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #2F3037;
}
.cat-list{
    padding:100px 30px 0;
}
.cat-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-bottom: 1px solid #F4F4F4;
}
.cat-item img{
    width: 84px;
    height: 84px;
    object-fit: cover;
    flex-shrink: 0;
}
.cat-info{
    margin: 0 22px;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    flex: 1;
}
.cat-info .limit:last-child{
    font-size: 24px;
    color: #7E807E;
    line-height: 24px;
    margin-top: 20px;
    font-weight: normal;
}
.booking-btn{
    width: 180px;
    height: 60px;
    background: #108391;
    border-radius: 34px;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    flex-shrink: 0;
}
.booking-on{
    border: 1px solid #F4F4F4;
    color: #333333;
    background: #ffffff;
}
