/* 中餐厅 */
.chinese_restaurant_top{
    background: url("../images/types/catering/chinese_restaurant_top.png") no-repeat;
    background-size: cover;
}

.catering_product_card{
    box-shadow: 0px 4px 16px 0px #00000026;
    height: 30.1875rem;
}


.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;
}


/* 日式料理 */
.japanese_cuisine_top{
    background: url("../images/types/catering/japanese_cuisine_top.png") no-repeat;
    background-size: cover;
}

/* 自助餐 */
.buffet_top{
    background: url("../images/types/catering/buffet_top.png") no-repeat;
    background-size: cover;
}


/* 火锅店 */
.hotpot_top{
    background: url("../images/types/catering/hotpot_top.png") no-repeat;
    background-size: cover;
}

/* 披萨店 */
.pizza_top{
    background: url("../images/types/catering/pizza_top.png") no-repeat;
    background-size: cover;
}

/* 烧烤 */
.barbecue_top{
    background: url("../images/types/catering/barbecue_top.png") no-repeat;
    background-size: cover;
}

/* 奶茶店 */
.milk_tea_top{
    background: url("../images/types/catering/milk_tea_top.png") no-repeat;
    background-size: cover;
}

/* 快餐店 */
.fast_food_top{
    background: url("../images/types/catering/fast_food_top.png") no-repeat;
    background-size: cover;
}

/* 外卖 */  
.takeout_top{
    background: url("../images/types/catering/takeout_top.png") no-repeat;
    background-size: cover;
}


.takeout_item{
    min-height: 32rem;
}

/* 百货店 */
.department_top{
    background: url("../images/types/retail/department_top.png") no-repeat;
    background-size: cover;
}

.feature-item{
    min-height: 20rem;
}

/* 商品店 */
.food_top{
    background: url("../images/types/retail/food_top.png") no-repeat;
    background-size: cover;
}

/* 专卖店 */
.specialty_top{
    background: url("../images/types/retail/specialty_top.png") no-repeat;
    background-size: cover;
}

/* 服装店 */
.clothing_top{
    background: url("../images/types/retail/clothing_top.png") no-repeat;
    background-size: cover;
}


.type_item.active{
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem 0 #00000026;
}
.type_image{
    display: none;
}

.type_image.active{
    display: block;
}

.catering-tax-item{
    height: 24rem;
}

.icon_retail{
    width: 60px;
    height: 60px;
}

.scan-order-item{
    height: 30rem;
}
.erp_item{
    height: 30rem;
}

.tablet_item{
    height: 30rem;
}