.goods-type-one {
    width: 7rem;
    margin-top: .3rem;
    padding-bottom: 1.5rem;
}

.goods-type-one>a>.item {
    background-color: #ffffff;
    width: 3.4rem;
    margin-bottom: .25rem;
    overflow: hidden;
    border-radius: .1rem;
    box-shadow: 3px 3px 10px 0px #f5f5f5;
    min-height: 4.65rem;

}

.goods-type-one>a>.item>.pic-wrap {
    width: 100%;
    height: 3.37rem;
    overflow: hidden;
}

.goods-type-one>a>.item>.pic-wrap>.pic {
    width: 100%;
    height: auto;
    min-height:3.37rem;
}

.goods-type-one>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;
    padding:  0 .15rem;
}

.goods-type-one>a>.item>.title-cont>.btm {

    margin-top: .1rem;
    padding:  0 .15rem;
}

.goods-type-one>a>.item>.title-cont>.btm>.subtitle {
   display: none;
}
.goods-type-one>a>.item>.title-cont>.tagWrap{
    display: none;

}
.goods-type-one>a>.item>.title-cont>.btm>.more {
    display: block;
    font-size: .36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: #b93662;

}
.goods-type-one>a>.item>.title-cont>.btm>.more >span{
    font-size: .2rem;

}