.commentStar .icon{
    color: rgb(255, 187, 42);
    font-size: 25px;
}
.commentStar .commentTotal{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
}
.commentStar{
    word-break: break-word;
    font-size: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}