.originPrice {
    margin-top: 31px;
    color: #6C6B6B;
    font-size: 15px;
    text-align: center;
    text-decoration: line-through;
}

.nowPrice {
    text-align: center;
    color: #D72630;
    font-size: 16px;
}

.newComment {
    width: 89.8%;
    margin: 20px auto 0;
}

.item {
    margin-top: 20px;
}

.itemHead {
    display: flex;
    align-items : center;
}

.itemHead img{
    width: 10%;
}
.itemContent {
    min-height: 80px;
    margin-top: 10px;
}

.itemContent p {
    color: #3C3C3C;
}

.newComment div:last-child{
    padding-bottom: 20px;
}
