@charset "UTF-8";
body{
    background-color: #fff;
}
.goods{
    margin-bottom: 0.1rem;
    padding: 0 0.1rem 0 0.1rem;
    background-color: #fff;
}
.goods .goods-list>a{
    width: 47%;
    box-shadow: 0 3px 10px rgba(56, 167, 111, 0.1);
    transition: all 0.2s;
    margin: 0.1rem;
    border-radius: 16px;
}
.goods .cover{
    padding: 0.2rem 0.1rem 0 0.1rem;
}
.goods .cover>img{
    width: 100%;
    border-radius: 5px;
}
.goods .title{
    background-color: #fff;
    color: #686868;
    padding: 0.15rem 0.15rem 0.15rem 0.15rem;
    margin: 0 0.1rem 0.1rem 0.1rem;
}

.goods .title .title-name{
    color: #333;
    font-size: 0.28rem;
    height: 0.8rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods .title .user-block{
    padding-top: 0.16rem;
    line-height: 0.48rem;
}
.goods .title .user-block>p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.goods .title .user .price{
    color: #dd524d;
    font-size: 0.24rem;
    font-weight: bold;
}
.goods .title .user .price_texe{
    padding-left: 0.05rem;
    font-size: 0.32rem;
    color: #dd524d;
    font-weight: bold;
}
.goods .title .view{
    text-align: right;
    color: #999;
    font-size: 0.24rem;
}