.evalute {
    text-align: left;
}

.box1 h3.title {
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    font-weight: 700;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    margin-top: 30px;
    text-align: left;
}

.box1 h3.attrtitle {
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    font-weight: 700;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    margin-top: 30px;
    text-align: left;
}

.percentgood {
    overflow: hidden;
    clear: both;
    padding: 15px;
    border: 1px solid #eeeeee;
}

.percentgood .comment-percent {
    display: table-cell;
    min-width: 200px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    vertical-align: middle;
}

.percentgood .comment-percent .comment-star {
    width: 78px;
    height: 14px;
    margin: 0 auto;
    background: url(/public/static/common/images/star.png) no-repeat
}

.percentgood .comment-percent .star0 {
    background-position: -80px 0
}

.percentgood .comment-percent .star1 {
    background-position: -64px 0
}

.percentgood .comment-percent .star2 {
    background-position: -48px 0
}

.percentgood .comment-percent .star3 {
    background-position: -32px 0
}

.percentgood .comment-percent .star4 {
    background-position: -16px 0
}

.percentgood .comment-percent .star5 {
    background-position: 0 0
}

.percentgood .comment-body {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.percentgood .comment-body .graph {
    width: 440px;
    margin: 0 auto;
}

.percentgood .comment-body .graph .graph-scroller {
    width: 400px;
    margin-top: 30px;
    position: relative;
    background: url(/public/static/common/images/graph-scroller.png) 0 no-repeat;
}

.percentgood .comment-body .graph .graph-scroller em {
    width: 28px;
    height: 18px;
    line-height: 18px;
    display: block;
    margin-left: -18px;
    position: relative;
    top: -24px;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    /* background-color: #ed0014; */
    /* background: -webkit-linear-gradient(55deg, #ed0014, #fa5252); */
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.percentgood .comment-body .graph .graph-scroller em .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    color: #ed0014;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.percentgood .comment-body .graph .graph-description {
    display: flex;
    padding-left: 40px;
}

.percentgood .comment-body .graph .graph-description li {
    width: 80px;
    color: #999999;
    text-align: center;
}

.percentgood .comment-right {
    min-width: 200px;
    text-align: center;
    display: table-cell;
    border-left: 1px solid #f0f0f0;
    vertical-align: middle;
    color: #666;
}
.percentgood .comment-right p {
    margin: 0;
}

.percentgood .percent-tit {
    font-size: 12px;
    color: #666;
    font-weight: 400
}

.percentgood .percent-con {
    font-size: 28px;
    color: #e4393c;
    font-family: arial
}

.percentgood .percent-con span {
    font-size: 23px;
}

.percentgood .pgbox {
    width: 15%;
    float: left;
    margin: 2% 7% 0;
}

.percentgood dl.total {
    text-align: center;
}

.percentgood dl.total dt {
    font-size: 40px;
    color: #e4393c;
    line-height: initial;
    margin-top: 0;
}

.pgbox dd.percentjd {
    background-color: #eeeeee;
    height: 10px;
    width: 100%;
    margin-top: 10px;
}

/*.pgbox dl{margin-top:25px;}*/
.pgbox dl dt {
    margin-top: 14px;
}

dd.percentjd i {
    background-color: #e4393c;
    display: block;
    height: 10px;
    width: 50%;
}

ul.evalute-titleul {
    overflow: hidden;
    border: 1px solid #F5F5F5;
    background-color: #FAFAFA;
    height: 30px;
    line-height: 30px;
}

ul.evalute-titleul li {
    float: left;
    padding: 0 20px;
    display: flex;
}

ul.evalute-titleul li.check a {
    color: #e4393c;
    font-weight: bold;
}

ul.evalute-titleul li.check a em.embold {
    font-weight: bold;
}

/*.evalute-detail {margin-top:30px;}*/
.evalute-detail ul .lie {
    display: flex;
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: 1px solid #eeeeee;
}

.evalute-detail ul .lie:hover a.receivea {
    display: inline-block;
    visibility: visible;
}

.showvisi {
    visibility: visible !important;
}

.evalute-detail li div.column {
    float: left;
}

.evalute-detail li div.starevalute {
    width: 40px;
}
.evalute-detail li div.starevalute .member img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.evalute-detail li div.personeva {
    margin-left: 12px;
    flex: 1;
}

.evalute-detail .reply {
    display: flex;
    padding-left: 12%;
    font-size: 12px;
}

.evalute-detail .reply .reply-con {
    display: flex;
    font-size: 12px;
    border-top: 1px solid #eeeeee;
}

.evalute-detail .reply .reply-con>p {
    padding: 10px 0;
}

.evalute-detail .reply .reply-con ul {
    flex: 1;
    margin-left: 10px;
}

.evalute-detail .reply .reply-con ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.evalute-detail .reply .reply-con ul li span {
    flex: 1;
    color: #ed0014;
    line-height: 24px;
    margin-right: 10px;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
}

.evalute-detail .reply .reply-con ul li p {
    color: #bfbfbf;
}

.evalute-detail .replylist {
    display: none;
}

.evalute-detail .replylist .receive {
    border-top: dashed 1px #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.evalute-detail .replylist .receive a.receivea {
    visibility: visible;
    clear: both;
    padding-top: 5px;
    display: inline-block;
}

.evalute-detail .replylist .receive .content {
    width: 670px;
    float: left;
}

.evalute-detail .receive .user-name {
    color: #005ea7;
}

.otherbox {
    text-align: left;
    padding: 20px 0;
}

.personeva .comment-star {
    width: 78px;
    height: 16px;
    background: url(/public/static/common/images/star.png) no-repeat
}

.personeva .star0 {
    background-position: -80px 0
}

.personeva .star1 {
    background-position: -64px 0
}

.personeva .star2 {
    background-position: -48px 0
}

.personeva .star3 {
    background-position: -32px 0
}

.personeva .star4 {
    background-position: -16px 0
}

.personeva .star5 {
    background-position: 0 0
}

.personeva .comment {
    line-height: 23px;
    text-align: justify;
}

.personeva .comment .description {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.personeva .comment dd {
    float: left;
    margin-right: 10px;
}

.personeva .comment .show-pic {
    display: inline-block;
    margin-top: 5px;
}

.personeva .comment .show-pic dd {
    position: relative;
}

/*.personeva .comment .show-pic dd a{cursor: url(../images/fd.png),auto;display: block;border:1px solid #fff;}*/
.personeva .comment .show-pic dd a.on {
    border: 1px solid #DE342F;
}

.personeva .comment .show-pic a.sc_prev,
.personeva .comment .show-pic a.sc_next {
    font-size: 40px;
    display: block;
    background-color: #ccc;
    width: 30px;
    ;
    text-align: center;
    padding: 29px 0;
    float: left;
}

.personeva .comment .show-pic a.sc_prev {}

.personeva .comment .show-pic a.sc_next {}

.personeva .comment .show-pic .sc_bd {
    float: left;
    width: 100%;
}

.personeva .comment-ge {
    font-size: 14px;
    color: #50607a;
    line-height: 20px;
    margin-bottom: 10px;
}

.evalute-detail li .comment {
}

.evalute-detail li .comment .member {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}

.evalute-detail li .comment .member img {
    width: 100%;
}
.evalute-detail li .comment .menber-name{
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.evalute-detail li .comment .menber-name-title {
    margin-right: 8px;
}

.evalute-detail li .comment .menber-name-level {
    color: #9c9c9c;
    margin-right: 8px;
}

.loadmore {
    border-radius: 3px;
    cursor: pointer;
}