/* 餐饮-税收 */
.catering-tax-item{
    height: 32rem;
}
/* 零售-erp */
.erp_item{
    min-height: 31rem;
}

/* 零售-平板点餐 */
.tablet_item{
    min-height: 31rem;
}

/* 在线下单 */
.catering_online{
    background: url("../images/products/online_bg.png") no-repeat;
    background-size: cover;
}


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