﻿.commentfb,.usercomment {
    display: block;
    padding: 10px;
    text-align: center;
    background: #ED2225;
    color: #fff!important;
    margin-bottom:1rem;width:100%;border:none;font-size:1.4em;
}
.usercomment {
    background-color: #009D48;
}
.usercomment img{width:30px;position:relative;top:-2px;}
.review,.service-rate {
    text-align: center;
}
.ginf{
    cursor:pointer;
    margin:0 1px;
}
.star-review {
    background: url(/assets/frontend/images/start_review_big.png?v=1) no-repeat left center;
    width: 79px;
    height: 76px;
    color: #FFF;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    line-height: 84px;
    text-align: center;
}
.text-review {
   color: #999999;
    font-size: .9rem;
    line-height: 1.2rem;
    text-align: center;
    margin-top: .6rem;
}
.service-rate div {
    margin-bottom: 5px;
}
.service-rate .point {
    color: #999999;
    font-size: .9rem;
}
.service-rate .percent_bar {
    border: 1px solid #E5E5E5;
    background: #EBEBEB;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin: 0 5px;
    width: calc(100% - 100px);
    vertical-align: sub;text-align:left;overflow:hidden;
}
.service-rate .percent_bar span {
    background: #FFCC00;
    display: inline-block;
    height: 100%;
}
.service-rate .percent {
    color: #619C77;
    font-weight: bold;min-width:44px;display:inline-block;text-align:left;font-size:1.4em;
}
.votebut{
    background-color: #ED2225;
    border-radius: 3px;
    color: #FFF;
    border: none;
    display: block;
    margin-top: 25px;
    padding: 8px 15px;
}
.com-list{
    margin-bottom:7px;
    padding-bottom:7px;
    border-bottom:1px dashed #ddd;
}
    .com-list .com-list-avatar {
        width: 65px;
        float: left;
        position: relative;
        border: 1px solid #ddd;
    }
    .com-list .com-list-info {
        width: calc(100% - 65px);
        float: left;
        padding-left: 10px;
    }
.com-list.com-list-ans{
    margin-left:15px;
}
.com-list div.com-sum-list{
    font-size:.95rem;
    margin-top:3px;margin-bottom:3px;
}
.com-sum-list img{
    margin-right: 2px;cursor:pointer;position:relative;top:-2px;
}
.com-list div i{
    color:rgba(0,0,0,.6);
    font-size:.9rem;
}
#faq-sul .com-list b,#res-sul .com-list b{margin-right:0;}