﻿.l_evaluate_box {
    background: #fff;
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
    width: 100%;
}

    .l_evaluate_box .l_commodity_ewe {
        font-family: arial;
        width: 100px;
        padding: 20px 0;
        text-align: center;
        float: left;
    }

        .l_evaluate_box .l_commodity_ewe strong {
            font-size: 24px;
            color: #e4393c;
        }

            .l_evaluate_box .l_commodity_ewe strong span {
                font-size: 16px;
                color: #e4393c;
            }

    .l_evaluate_box .l_reputation {
        float: left;
    }

        .l_evaluate_box .l_reputation ul {
            overflow: hidden;
        }

            .l_evaluate_box .l_reputation ul li {
                padding: 5px 0;
                clear: both;
            }

                .l_evaluate_box .l_reputation ul li div {
                    float: left;
                }

                .l_evaluate_box .l_reputation ul li .percent_line {
                    margin-top: 5px;
                    margin-left: 5px;
                    height: 7px;
                    background: #e4393c;
                }

                .l_evaluate_box .l_reputation ul li .percent_txt {
                    width: 70px;
                    font-size: 12px;
                }

                    .l_evaluate_box .l_reputation ul li .percent_txt span {
                        color: #e4393c;
                    }

.l_tcomment_list {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

    .l_tcomment_list .l_besides {
        border-bottom: 1px solid #e4393c;
        color: #e4393c;
    }

    .l_tcomment_list ul li {
        padding: 5px 0;
        width: 25%;
        float: left;
        text-align: center;
    }

        .l_tcomment_list ul li .votecount {
            color: #808080;
            margin-top: 3px;
            font-size: 12px;
        }

.MVoteList {
    margin: 10px 0;
    border: 1px solid #efefef;
    background: #fff;
    border-left: none;
    border-right: none;
}

    .MVoteList .title {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #efefef;
    }

        .MVoteList .title .name {
            float: left;
            margin-left: 10px;
        }

        .MVoteList .title .time {
            float: right;
            font-size: 12px;
            color: #808080;
            margin-right: 5px;
        }

    .MVoteList .content {
        margin: 10px;
    }

        .MVoteList .content .score {
            margin-top: 5px;
        }

        .MVoteList .content .desction {
            margin-top: 5px;
        }
