﻿body,
div,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

/* 拼团 */
.groupBuy {
    width: 92%;
    padding: 0 4%;
    background: #fff;
}

    .groupBuy .groupTitle {
        display: flex;
        width: 100%;
        padding: 15px 0 5px;
        align-items: center;
        justify-content: space-between;
    }

        .groupBuy .groupTitle div {
            color: #333;
            font-size: 16px;
        }

            .groupBuy .groupTitle div:last-child {
                color: #999;
                font-size: 13px;
            }

    .groupBuy .groupList .content {
        display: flex;
        width: 100%;
        overflow: hidden;
        margin: 10px 0 15px;
    }

        .groupBuy .groupList .content .leftImg {
            width: 80px;
            height: 80px;
            margin-right: 0.5rem;
        }

        .groupBuy .groupList .content .rightCon {
            width: calc(100% - 6rem);
            display: flex;
            flex-direction: column;
            flex: 1;
            justify-content: space-between;
        }

            .groupBuy .groupList .content .rightCon .productName {
                display: -webkit-box;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

                .groupBuy .groupList .content .rightCon .productName span {
                    background: #FF3333;
                    color: #fff;
                    border-radius: 2px;
                    padding: 2px 4px;
                    font-size: 10px;
                    margin-right: 5px;
                }

    .groupBuy .rightCon .groupInfo {
        display: flex;
        align-items: center;
        margin-top: 5px;
        width: 95%;
        overflow: scroll;
    }

        .groupBuy .rightCon .groupInfo div {
            border-radius: 2px;
            padding: 2px 10px;
            font-size: 8px;
            margin-right: 5px;
            white-space: nowrap;
        }

        .groupBuy .rightCon .groupInfo .nground {
            background: #FF3333;
            color: #fff;
        }

        .groupBuy .rightCon .groupInfo .otherItem {
            border: 1px solid #FF9999;
            color: #FF3333;
        }

    .groupBuy .rightCon .bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

        .groupBuy .rightCon .bottom .bottom-LT {
            display: flex;
            align-items: flex-end;
        }

            .groupBuy .rightCon .bottom .bottom-LT span {
                color: #FF3333;
                font-size: 10px;
                white-space: nowrap;
            }

                .groupBuy .rightCon .bottom .bottom-LT span:last-child {
                    font-size: 14px;
                }

        .groupBuy .rightCon .bottom .bottom-LB {
            color: #999;
            font-size: 10px;
            text-decoration: line-through;
            white-space: nowrap;
        }

        .groupBuy .rightCon .bottom .bottom-R {
            font-size: 12px;
            border-radius: 25px;
            color: #fff;
            background: linear-gradient(to right, #FF3333, #FF6666);
            padding: 2px 10px;
        }

/* 拼团 */
/* 折扣 */
.discount {
    width: 92%;
    padding: 0 4%;
    background: #fff;
}

    .discount .discountTitle {
        display: flex;
        width: 100%;
        padding: 15px 0 5px;
        align-items: center;
        justify-content: space-between;
    }

        .discount .discountTitle div {
            color: #FF3366;
            font-size: 16px;
        }

            .discount .discountTitle div:last-child {
                color: #999;
                font-size: 13px;
            }

.discountList {
    width: 100%;
    display: -webkit-box;
    overflow-x: scroll;
    float: left;
    padding: 10px 0 10px 0;
}

    .discountList .discountItem {
        text-align: center;
        margin-right: 5%;
        min-width: 30%;
    }

.discountItem .imgCover {
    width: 8rem;
    height: 4.7rem;
}

.discountItem .discountCon div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .discountItem .discountCon div span {
        color: #FF3333;
        font-size: 12px;
        white-space: nowrap;
    }

        .discountItem .discountCon div span:last-child {
            font-size: 16px;
            font-weight: 600;
        }

.discountItem .discountCon .discountBtm {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

/* 折扣 */
/* 限时抢购 */
.flashSale {
    width: 92%;
    padding: 0 4% 10px;
    background: linear-gradient(to bottom, #FF3333, #FF3366);
}

    .flashSale .saleTitle {
        color: #fff;
        font-size: 16px;
        padding: 15px 0 5px;
    }

    .flashSale .saleList .saleItem {
        position: relative;
        width: 100%;
        height: 6.5rem;
        margin-bottom: 10px;
    }

        .flashSale .saleList .saleItem:last-child {
            margin-bottom: 0px;
        }

        .flashSale .saleList .saleItem .baseImg {
            width: 100%;
            height: 100%;
            border-radius: 3px;
        }

        .flashSale .saleList .saleItem .endTimeBox {
            position: absolute;
            left: 10px;
            top: 10px;
            bottom: 10px;
            overflow: hidden;
            width: 40%;
            border-radius: 6px;
            background: #fff;
        }

            .flashSale .saleList .saleItem .endTimeBox .endTimeImg {
                width: 100%;
                height: 100%;
            }

            .flashSale .saleList .saleItem .endTimeBox .endTime {
                box-sizing: border-box;
                position: absolute;
                bottom: 0rem;
                color: #fff;
                width: 100%;
                display: flex;
                background: #aa2624;
                padding: 0.3rem 0rem 0.3rem 1rem;
                align-items: center;
                font-size: 12px;
            }

                .flashSale .saleList .saleItem .endTimeBox .endTime .timeStyle {
                    background: #fff;
                    font-size: 10px;
                    padding: 1px;
                    color: #333;
                    margin: 0 3px 0 3px;
                    border-radius: 1px;
                    min-width: 10px;
                    text-align: center;
                }

/* 抢购 */
