html {
    min-height: 100%;
}
.content {
    background-color: #fff;
    padding: 36px 0;
    box-sizing: border-box;
}
.group-list {
    justify-content: space-between;
    flex-wrap: wrap;
}
.group-list .item {
    width: 590px;
    height: 190px;
    padding: 15px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}
.group-list .item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-right: 12px;
}
.group-list .item .right {
    flex: 1;
}
.group-list .item .right .title {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.group-num {
    display: inline-block;
    width: 52px;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-linear-gradient(left, #ff3565 , #ff438c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff3565, #ff438c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff3565, #ff438c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff3565 , #ff438c); /* 标准的语法 */
}
.group-list .group-qrcode {
    margin-left: 20px;
    width: 114px;
    height: 138px;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

}
.group-list .group-qrcode .pic {
    padding: 6px;
    border-bottom: 1px solid #ececec;
}
.group-list .group-qrcode .pic img {
    width: 100%;
    height: 100%;
}
.group-list .group-qrcode>span {
    vertical-align: middle;
}
.group-list .item .right .price {
    color: #ff438c;
    font-size: 14px;
    margin-bottom: 5px;
}
.group-price {
    color: #ff284b;
    font-size: 20px;
    font-weight: 700;
}
.original-price {
    color: #666;
    text-decoration: line-through;
}


/*砍价列表*/
.bargain-price {
    color: #ff284b;
}
.floor-price {
    font-size: 14px;
    font-weight: 700;
}
.group-list .item .total-price {
    margin-top: 10px;
    color: #666;
}
.bargin-icon {
    margin-bottom: 40px;
}
.bargin-icon::before {
    content: '砍价';
    display: inline-block;
    width: 42px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-linear-gradient(left, #ff3c28 , #ff834d); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff3c28, #ff834d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff3c28, #ff834d); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff3c28 , #ff834d); /* 标准的语法 */
}