.call_back_btn {
    display: inline-block;
    width: 2rem;
    height: 0.8rem;
    position: absolute;
    right: 0rem;
    top: 0.2rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ff474e;
    border: 1px solid #ff474e;
    border-radius: 0.8rem;
}
.sales-CommentsTop{
    display: flex;
    padding-bottom: 0.533333rem;
    border-bottom: 1px dashed #E5E4E3;
    position: relative;
}
.sales_img{
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    border-radius: 1.733333rem;
    margin-right: 0.2rem;
}

.sales-CommentsTop div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sales-CommentsTop div p:first-child {
    color: #333;
    font-size: 0.426667rem;
    font-weight: bolder;
}
.sales-CommentsTop div p:first-child span {
    color: #fff;
    background-color: #FF9F24;
    padding: 0.053333rem 0.16rem;
    border-radius: 0.24rem;
    font-size: 0.32rem;
    margin-left: 0.3rem;
}
.sales-CommentsTop div p:nth-child(2) {
    color: #666666;
    font-size: 0.32rem;
}