/* 相关评论 */
.brandEvaluate {
    padding: 20px 0;
}

.courtshipTit {
    padding: 0 20px 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courtshipTit h3 {
    display: flex;
    align-items: center;
}

.courtshipTit h3 i {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #be8a36;
    margin-right: 10px;
}

.postComments {
    padding: 0 20px;
    margin-top: 25px;
}

.commentBut {
    margin-top: 15px;
}

.uploadPicture {
    color: #bbb;
    font-size: 14px;
    margin-top: 10px;
}

.commentConList {
    width: 100%;
    margin-top: 15px;
    padding: 0 20px;
}

.commentConEve {
    width: 100%;
    padding: 22px 10px 22px 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
}

.commentConEveLeft {
    width: 50px;
}

.commentConEveLeft img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.commentConEveRight {
    width: 94%;
}

.commentConEveUser {
    width: 100%;
    display: flex;
    align-items: center;
}

.commentConEveUser h3 {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.commentConEveUser img {
    margin-right: 5px;
}

.commentConEveUser h3 i {
    color: #be8a36;
    font-size: 12px;
}

.commentConEveText {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}

.commentConEveData {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.commentConEveData span {
    font-size: 12px;
    color: #888;
}

.commentConEveData li {
    display: flex;
    align-items: center;
}

.commentConEveData li p {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.commentConEveData li p img {
    margin-right: 8px;
}

.commentConEveData li p a span {
    font-size: 14px;
}

.f_grey {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

.comment_input {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.comment_input span {
    color: red;
}

.comment_input input {
    width: 120px;
    height: 33px;
    line-height: 33px;
    border: #EEEEEE 1px solid;
    padding: 6px 6px 6px 28px;
    background: url(https://img.in-en.com/resfile/Member/images/yzm.png) no-repeat 5px center;
    background-size: 18px;
}

.postComments form label {
    font-size: 14px;
}

#qbox {
    padding: 5px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

#qbox .commentConEveUser i, #qbox .commentConEveUser span {
    font-size: 14px;
    text-indent: 0;
}

#qbox .commentConEveUser span {
    margin-left: 20px;
}

#qbox .commentConEveUser {
    margin-top: 10px;
}

#qbox .commentConEveUser, #qbox .commentConEveText, #qbox .commentConEveData {
    text-indent: 32px;
}

#qbox .commentConEveData {
    margin-top: 6px;
    font-size: 14px;
}

#qbox .commentConEveText {
    text-indent: 64px;
}

.quote {
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
}

.quote_title {
    font-size: 12px;
}

.quote_floor {
    float: right;
    font-size: 10px;
}

.quote_time {
    font-size: 11px;
    color: #666666;
}

.quote_content {
    margin-top: 10px;
}
