body {
    background: #F5F5F5;
}

/* 组合套餐页 */
.meal_box {
    width: 15.15rem;
    background: #fff;
    margin: 1rem auto;
    border-radius: 0.43rem;
}

.box_one {
    width: 100%;
    height: 5.97rem;
    background: #ccc;
    border-radius: 0.43rem 0.43rem 0 0;
}

.box_one img{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
}

.box_two {
    width: 100%;
    /* height: 4.1rem; */
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}

.act_title {
    width: 100%;
    height: 1.15rem;
    line-height: 1.15rem;
    color: #333;
    font-size: 0.77rem;
    font-weight: bold;
    padding: 0 0.45rem;
    margin-bottom: 0.21rem;
    margin-top: 0.43rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.price {
    width: 100%;
    height: 1.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.43rem;
}

.box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meal_price {
    font-size: 0.51rem;
    font-weight: bold;
    margin: 0 0.45rem;
}

.price_text {
    color: #333333;
}

.price_number {
    color: #FF3B3B;
}

.label_price {
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.21rem;
    background: linear-gradient(90deg, rgba(255, 91, 58, 1) 0%, rgba(255, 59, 59, 1) 100%);
    font-size: 0.43rem;
    color: #fff;
    border-radius: 0.11rem;
}

.btn {
    border: none;
    width: 3.84rem;
    height: 1.37rem;
    line-height: 1.37rem;
    background: linear-gradient(90deg, rgba(255, 91, 58, 1) 0%, rgba(255, 59, 59, 1) 100%);
    color: #fff;
    font-size: 0.51rem;
    font-weight: 500;
    text-align: center;
    border-radius: 1rem;
    margin-right: 0.43rem;
    outline: none;
}

/* 组合套餐详情页 */
/*海报*/
.meal_post {
    width: 15.15rem;
    height: 6.22rem;
    background: #fff;
    margin: 0.44rem auto;
    border-radius: 0.5rem;
}

/*订单列表*/
.meal_list_body {
    width: 15rem;
    /* height: 21rem; */
    background: #fff;
    border-radius: 0.43rem;
    margin: auto;
    margin-bottom: 0.43rem;
}

.meal_list {
    width: 100%;
    height: 3.2rem;
    /* background: #fff; */
    overflow: hidden;
    border-bottom: 0.03rem solid #E6E6E6;
}

.meal_title {
    width: 100%;
    height: 1.15rem;
    /* background: #ccc; */
    line-height: 1.15rem;
    margin-top: 0.43rem;
    font-weight: bold;
    font-size: 0.77rem;
    color: #333333;
    padding: 0 0.45rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

.meal_sales {
    display: flex;
    justify-content: space-between;
    /* margin-top: 0.44rem; */
    margin: 0.43rem 0.45rem;
}

.meal_sales_left {
    font-size: 0.53rem;
    color: #999;
    font-weight: 500;
}

.meal_sales_right {
    font-size: 0.51rem;
    color: #999;
    font-weight: 500;
}

.meal_list_box {
    display: flex;
    /* justify-content: space-between; */
}

.meal_goods_pic {
    width: 5.12rem;
    height: 5.12rem;
    /* background: lightgreen; */
    margin: 0.43rem 0.66rem 0.43rem 0.43rem;
}

.meal_goods_mes {
    /* width: 8.1rem; */
    height: 5.12rem;
    /* background: lightpink; */
    margin-top: 0.43rem;
}

.meal_goods_title {
    width: 8.75rem;
    height: 1.48rem;
    line-height: 1.27rem;
    font-size: 0.57rem;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.meal_goods_type {
    display: inline-block;
    background: #F5F5F5;
    font-size: 0.45rem;
    font-weight: 500;
    color: #656565;
    padding: 0.15rem 0.23rem;
    border-radius: 0.11rem;
    margin-top: 0.43rem;
    margin-bottom: 0.43rem;
}

.meal_goods_price {
    width: 8.64rem;
    height: 0.85rem;
    /* background: lightskyblue; */
    display: flex;
    justify-content: space-between;
    margin-top: 0.43rem;
    margin-bottom: 0.21rem;
}

.meal_goods_price_left {
    color: #FF3B3B;
    font-size: 0.55rem;
}

.meal_goods_price_right {
    color: #999999;
    font-size: 0.55rem;
}

.meal_label {
    height: 0.66rem;
    line-height: 0.66rem;
    background: linear-gradient(90deg, rgba(255, 91, 58, 1) 0%, rgba(255, 59, 59, 1) 100%);
    border-radius: 0.2rem;
    padding: 0.08rem 0.24rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.48rem;
    display: inline;
}


/* 套餐描述 */

.meal_goods_type2{
    display: none;
}

.meal_describe {
    width: 15rem;
    /* height: 6.22rem; */
    background: #fff;
    margin: auto;
    margin-bottom: 2.31rem;
    border-radius: 0.43rem;
    overflow: hidden;
}

.meal_describe_title {
    width: 100%;
    height: 1.15rem;
    line-height: 1.15rem;
    color: #333333;
    font-size: 0.77rem;
    font-weight: bold;
    margin-top: 0.43rem;
    padding: 0 0.45rem;
}

.meal_describe_text {
    width: 13.78rem;
    /* height: ; */
    line-height: 0.7rem;
    margin-bottom: 1.09rem;
    margin-left: 0.49rem;
    margin-top: 0.51rem;
    color: #656565;
    font-size: 0.51rem;
    word-wrap: break-word;
    word-break: normal;
}

.sale_btn {
    width: 100%;
    height: 2.35rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.btn_left {
    margin-left: 0.43rem;
    margin-top: 0.47rem;
}

.price_now {
    color: #FF3B3B;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.price_symbol {
    font-size: 0.51rem;
}

.price_now_number {
    font-size: 0.77rem;
}

.price_past {
    color: #333333;
    font-size: 0.51rem;
    margin-top: 0.36rem;
}

.btn_right {
    height: 100%;
    line-height: 2.35rem;
    /* -webkit-column-width: ; */
    width: 4.27rem;
    background: linear-gradient(90deg, rgba(255, 91, 58, 1) 0%, rgba(255, 59, 59, 1) 100%);
    color: #FFFFFF;
    font-size: 0.64rem;
    text-align: center;
    border: none;
    outline: none;
}