.comment_username .start{
    width: 15px;
    height: 15px;
}
.comment_username .start img{
    width: 100%;

}
.start{
    display: flex
}
.goods_pic_p img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.comment_heard{
    display: flex;
    justify-content: space-between;

}
.comment_username{
    font-size: 15px;
    padding-bottom: 6px;
    color: #000;
}
.comment_goods{
    padding: 14px;
    background-color: #f5f3f3;
    border-radius: 10px;
    margin-bottom: 5px;
}
.goodsurlname{
    background-color: #f9f9f9;
    padding: 19px 7px 15px 10px;
    border-radius: 2px;
}
.comment_heard .yuan_li{
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #d2d2d2;
    color: #fff;
    overflow: hidden;
}
.comment_goods .conent{

    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  /* 限制显示的行数为2 */
    overflow: hidden;
    text-align: left;
    padding: 10px 0;
    color: #000;
    min-height: 80px;
}
.goodsurlname{
    display: flex;
    justify-content: left;
}
.goodspic_name1 .goodsopsgtitle{
    font-size: 13px;
    color: #000;
    padding: 0 10px;
    text-align: left;
}
.goodspic_name1{
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;  /* 限制显示的行数为2 */
    overflow: hidden;
}
.goodspic_name1 .goodsopsgtitlesbu{
    font-size: 12px;
    color: #000;

    text-align: left;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* 限制显示的行数为2 */
    overflow: hidden;
    text-align: left;
    padding: 10px 10px 0 10px;
    color: #000;
    min-height: 30px;
}