﻿.be-head {
    width: 100%;
    height: 70px;
    background-color: #B20507;
}

.be-show {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

    .be-show > img {
        width: 100%;
        height: 70px;
    }

    .be-show > .icon {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 20px;
        color: white;
    }

.hide:hover {
    cursor: pointer;
}

.icon-guanbi {
    color: gray;
}

/* 限时抢购 */

.be-hot {
    margin: 20px auto;
    width: 1300px;
    font-size: 0;
    background-color: white;
    padding: 20px 50px;
}

    .be-hot > .be-goods {
        height: auto;
        width: 100%;
        position: relative;
    }

.be-time {
    display: inline-block;
    background-color: #B20507;
    height: 140px;
    background-image: url(/images/LHH/聚好首页_031.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

.residue-time {
    text-align: center;
    position:relative;
    top:85px;
    font-size:16px;
    color:white;
    line-height:25px;
}

    .residue-time > span {
        display: inline-block;
        width: auto;
        line-height: 25px;
        background-color: rgb(58, 56, 56);
        color: white;
        padding: 0 2px;
        text-align: center;
        box-sizing: initial;
        font-weight: bold;
        font-size: 20px;
    }
        .be-hot .be-goods li {
            width: 20%;
            display: inline-block;
        }

    .be-hot .be-goods li > img {
        width: 100%;
    }

/* 特卖会 */
.be-group {
    width: 1300px;
    margin:0px auto;
    padding:0 50px 20px 50px;
}
 .be-goods {
    width: 100%;
    font-size: 0;
    background-color: white;
}
#group-one{
    margin-top:0;
} 
.be-group .be-goods > li {
    display: inline-block;
}

.be-group .be-slideshow {
    width: 20%;
    vertical-align: top;
    background-image: url(/images/LHH/聚好首页_07.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 490px;
}

#group-two .be-slideshow {
    background-image: url(/images/LHH/聚好首页_10.jpg);
}

#group-three .be-slideshow {
    background-image: url(/images/LHH/聚好首页_13.jpg);
}

.be-group .be-right-goods {
    width: 80%;
    font-size: 0;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    height: 435px;
}

.be-good-center {
    width: 100%;
    box-sizing: border-box;
}

.be-good-right {
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
}

.be-good-center,
.be-good-right {
    display: inline-block;
}


    .be-good-right > li:nth-of-type(1) {
        padding: 7px 5px;
    }

    .be-good-center > li:nth-of-type(1) a,
    .be-good-right > li:nth-of-type(1) {
        font-size: 12px;
    }

    .be-good-center > li:nth-of-type(1) a {
        display: inline-block;
        padding: 14.5px 5px;
        color: white;
        border: 1px solid #ECECEC;
        height:245px;
        overflow:hidden;

    }
        .be-good-center > li:nth-of-type(1) a:hover{
            box-shadow: 0 0 5px  0px lightgray;
        }
        .good-center-good {
            font-size: 0;
        }

    .good-center-good > a {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        vertical-align: top;
    }

        .good-center-good > a > img {
            display:block;
            margin:0 auto;
        }

.be-good-right a {
    display: block;
    font-size: 0;
    border-top: 2px solid #F7F7F7;
    border-bottom: 2px solid #F7F7F7;
    height: 66px;
}

.be-good-right .good-right-img {
    width: 33.3%;
    display: inline-block;
}

    .be-good-right .good-right-img img {
        width: 100%;
        height: 80px;
    }

.be-good-right .good-right-content {
    width: 66.6%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.good-right-content p {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
}

.good-price {
    color: orangered;
}

/* 测导航 */

#left-mum {
    position: relative;
}

.left-tabbar {
    position: fixed;
    top: 50vh;
    left: 0;
    border: 1px solid lightgray;
    background-color: rgb(250, 245, 245);
    z-index:99;
}

    .left-tabbar > a {
        display: block;
        padding: 2px 10px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color:white;
    }
        .left-tabbar > a:hover {
            background-color: #7170F0;
            color: white;
        }

.active {
    background-color: #7170F0;
    color: white!important;
}

/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    height: 20px;
}

.swiper-slide > img {
    width: 50%;
}
