
.comment-title{
    font-weight: bold;
}







.chart-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.point-label {
    width: 68px;
    flex: none;
}

.progress-bar {
    flex: 2;
    width: 70px;
    height: 4px;
    background-color: #e9e9e9;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 10px;
}

.progress-fill {
    height: 100%;
    background-color: #d3803a;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.percentage {
    flex: 1;
    text-align: right;
}
.container-bar {
    width: 240px;
    padding: 5px;
    color: #646464;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 300;
}

.comment-product-name a{
    font-size: 12px !important;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #646464;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.comment-product-tint{
    font-size: 12px !important;
    margin-bottom:  2px;
    color: #646464;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.disNo{
    display: none !important;
}
