.tablet_ordering_bg{
    background: url("../images/solutions/catering/tablet_ordering_bg.png") no-repeat;
    background-size: cover;
}

.catering_bg{
    width: 100%;
    background: url("../images/solutions/catering/catering_bg.png") no-repeat,#000000e6;
    background-size: cover;
}


.catering_item{
    background: #D9D9D905;
}

.catering_item.active{
    background: #D9D9D933;
}

.catering_image{
    display: none;
}

.catering_image.active{
    display: block;
}

.catering_product_card{
    box-shadow: 0px 4px 16px 0px #00000026;
    /* height: 30.1875rem; */
    min-height: 30.1875rem;
    max-height: 32rem;
}

.catering_product_line{
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: relative;
}

.catering_product_line::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 2px;
    background-color: red;
}

/* =================零售============ */
.icon_retail{
    width: 3.75rem; 
    height: 3.75rem;
}

.wholesale_inventory{
    background: #F5F5F5;
}

.wholesale_optimize_inventory{
    background: url("../images/solutions/wholesale/inventory_bg.png") no-repeat;
    background-size: cover;
    
}


/* =================支付============ */
.convenient_payment{
    background: url("../images/solutions//payment/payment_bg.png") no-repeat;
    background-size: cover;
}

.payment_card{
    border: 1px solid #E4E4E4;
    height: 14rem;
}



.retail_item{
    height: 32rem;
}