.goods-type-two {
    width: 7rem;
    margin-top: .3rem;
    padding-bottom: 1.5rem;
}

.goods-type-two>a>.item {
    background-color: #ffffff;
    margin-bottom: .25rem;
    overflow: hidden;
    border-radius: .1rem;
    position: relative;
    width: 7rem;
    flex-direction: row;
    height: 2rem;

}

.goods-type-two>a>.item>.pic-wrap {
    width: 1.88rem;
    height: 1.88rem;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.goods-type-two>a>.item>.pic-wrap>.pic {
    width: 1.88rem;
    height: auto;
    min-height: 1.88rem;
}

.goods-type-two>a>.item>.title-cont {
    height: 1.88rem;
    margin-left: .3rem;
}

.goods-type-two>a>.item>.title-cont>.title {
    font-size: .3rem;
    margin-top: 0;
    color: #2d2d2d;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.goods-type-two>a>.item>.title-cont>.btm {

    margin-top: .1rem;
    width: 4.77rem;
}

.goods-type-two>a>.item>.title-cont>.btm>.subtitle {
    position: absolute;
    top: .5rem;
}

.goods-type-two>a>.item>.title-cont>.btm>.more {
    font-size: .36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: #b93662;
}
.goods-type-two>a>.item>.title-cont>.btm>.more >span{
    font-size: .2rem;

}
.goods-type-two>a>.item>.title-cont>.btm>.des {
    color: #8a898a;
    font-size: .24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.goods-type-two>a>.item>.title-cont>.tagWrap {
    display: block;
    display: -webkit-box;

}

.goods-type-two>a>.item>.title-cont>.tagWrap>.tag {
    padding: 0 .05rem;
    color: #888888;
    height: .34rem;
    line-height: .34rem;
    border: 1px solid#888888;
    border-radius: .05rem;
    font-size: .24rem;
    margin-right: .17rem;


}