.goods-wrap {
    width: 7rem;
    padding-bottom: 1.5rem;
    margin-top: .3rem;
}

.goods-wrap>a>.item {
    background-color: #ffffff;
    width: 3.4rem;
    margin-bottom: .25rem;
    overflow: hidden;
}

.goods-wrap>a>.item>.pic-wrap {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
    border-radius: .1rem;
}

.goods-wrap>a>.item>.pic-wrap>.pic {
    width: 100%;
    height: auto;
    min-height: 2.1rem;
}

.goods-wrap>a>.item>.title-cont>.title {
    font-size: .3rem;
    margin-top: .2rem;
    color: #2d2d2d;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.goods-wrap>a>.item>.title-cont>.btm {

    margin-top: .1rem;
}

.goods-wrap>a>.item>.title-cont>.btm>.subtitle {
    font-size: .26rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    text-overflow: ellipsis;
    color: #989898;
}

.goods-wrap>a>.item>.title-cont>.btm>.des {
    color: #8a898a;
    font-size: .26rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.goods-wrap>a>.item>.title-cont>.btm {
    margin-top: .0rem;
}

.goods-wrap>a>.item>.title-cont>.tagWrap {
    display: none;

}

.goods-wrap>a>.item>.title-cont>.btm>.more {
    display: none;

}
.goods-wrap>a>.item>.title-cont>.btm>.videoTag {
    display: none;

}