.saleGroupImgStyle {
    height: 475px;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    width: 100%;
}

.saleGroupTips {
    font-size: 14px;
    font-weight: 600;
    color: #d50000;
    margin-bottom: 20px !important;
}

.comboPackBox {
    display: flex;
    flex-wrap: wrap;
}

.comboPackSonBox {
    width: 380px;
    height: 300px;
    margin-right: 20px;

    /* background-color: #d50000; */
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f3f5f7;
}

.comboPackSonBox:nth-child(3n) {
    margin-right: 0px;
}

.SonBox {
    width: 100%;
    height: 100%;
    /* background-color: #0070ed; */
}

.contentShop {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
   
}

.shopImg {
    width: 180px;
    height: 180px;
    margin-right: 15px;
    background-color: #fff;
}

.shopInfo {
    flex: 1;
    height: 200px;
}

.shopText {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ShopConTentLimit {
    background-color: #E84319;
    border: 2px solid #E84319;
    border-left: 1px solid #E84319;
    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 80px;
    margin-left: 2px;


}

.LimitWhite {
    display: block;
    padding: 0px 5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    background-color: #E84319;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.LimitRed {
    padding:0px 10px;
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E84319;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopGoodsText {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.buyBtn{
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 60px;
    background: url("../img/comboPackBuyBtn.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
}
.comboPrice{
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    margin-right: 20px;
}
.comboOldPrice{
    color: #ebe8e8;
    font-size: 12px;
    text-decoration: line-through;
}
.rightNowBuy{
    font-size: 20px;
    color: #E84319;
    position: absolute;
    right: 28px;
    bottom: 17px;
    font-weight: bold;
    cursor: pointer;
}
.sonBoxInfo{
    width: 380px;
    height: 400px;
    /* background-color: #0070ed; */
    overflow-y: scroll;
}

.infoGoodsBox{
    width: 100%;
    height: 130px;
    /* background-color: #E84319; */
    display: flex;
    align-items: center;
    margin-top: 10px;
   
}
.goodsBoxInfo{
    flex: 1;
    height: 100%;

}

.infoName{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.infoguige{
    font-size: 12px;
    color: #2b2b2b;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.infoExpDate{
    font-size: 12px;
    color: #2b2b2b;
    margin-bottom: 3px;
}
.infoFactory{
    font-size: 12px;
    color: #2b2b2b;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.infoNum{
    font-size: 12px;
    color: #d50000;
    margin-bottom: 3px;
}
.infoPrice{
    font-size: 14px;
    font-weight: bold;
    color: #d50000;
}