.banner{
    width: 100%;
    height: auto;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner-img{
    width: 15rem;
    height: 2.9rem;
    display: block;
}
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tab-box{
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.tab-list{
    width: 4.2rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    color: #fff;
    background: #353535;
    font-size: .4rem;
}
.tab-list.active{
    color: #353535;
    background: #fdd000;
}
.goods-box{
    margin: 0 .6rem;
}
.goods-list{
    float: left;
    width: 6.5rem;
    height: 7rem;
    margin-right: .8rem;
    margin-bottom: .8rem;
}
.goods-list:nth-child(2n){
    margin-right: 0;
}
.img-box{
    width: 100%;
    height: 5.2rem;
}
.img-box img{
    width: 100%;
    height: 100%;
    display: block;
}
.list-name{
    width: 6rem;
    margin: .1rem auto 0;
    height: .8rem;
    line-height: .8rem;
    border-bottom: .05rem solid #000000;
}
.list-name-dis{
    font-size: .4rem;
    width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.list-name-type{
    float: right;
    width: 1.5rem;
    height: .6rem;
    line-height: .6rem;
    background: #fdd000;
    text-align: center;
    font-size: .4rem;
    margin-top: .1rem;
}
.list-del{
    width: 6rem;
    margin: .2rem auto;
    font-size: .4rem;
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1.4rem;
}