
/*评论样式开始*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.border_box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.centre .centre_content .content_list .message_list ul li .common_icon {
    display: inline-block;
    width: 30px;
    height: 18px;
    line-height: 16px;
    color: #FFA675;
    font-size: 12px;
    border: 1px solid #FFA675;
    border-radius: 2px;
    text-align: center;
    margin-top: 4px;
    margin-left: 10px;
}
.centre .centre_content .content_list .message_list ul li.other .common_icon {
    margin-top: 1px;
}
.centre .centre_content .content_list .message_list ul li .common_icon2,
.centre .centre_content .content_list .message_list ul li.other .common_icon2 {
    margin-top: 8px;
}
.centre .centre_content .content_list .message_list ul li .main_content .title_text .title {
    max-width: 88%;
}
/*评论样式结束*/
/*评论内容样式*/
.centre .centre_content .content_list .message_list ul li .common_info_box {
    border:1px solid #E3E3E3;
    background: #ebf0f4;
    margin-top: 5px;
    padding: 4px 28px;
}
.centre .centre_content .content_list .message_list ul li.other .common_info_box {
    margin-left: 8px;
}
.centre .centre_content .content_list .message_list ul li .common_info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.centre .centre_content .content_list .message_list ul li .common_photo {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.centre .centre_content .content_list .message_list ul li .common_nikename {
    color: #999;
    font-size: 12px;
    margin: 0 20px 0 6px;
    line-height: 22px;
}
.centre .centre_content .content_list .message_list ul li .common_text {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.centre .centre_content .content_list .message_list ul li .common_entrance_box {
    display: inline-block;
}
.centre .centre_content .content_list .message_list ul li .common_entrance {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../../images/comold/common_icon.png') no-repeat;
    background-size: 16px 14px;
    vertical-align: middle;
}
.centre .centre_content .content_list .message_list ul li .common_num {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
}

/*评论详情页样式开始*/
.common_detail_box,
.common_list_box {
    padding: 20px 17px 20px 20px;
    background: #ebf0f4;
    margin-top: 40px;
}
.common_list_box {
    position: relative;
    min-height: 270px;
}
.common_detail_box .common_photo {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.common_detail_box .common_nikename {
    color: #999;
    font-size: 12px;
    margin: 0 20px 0 6px;
    line-height: 22px;
}
.common_detail_box .common_text {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
/*评论列表样式*/
.common_list_box {
    padding: 20px 17px 0px 20px;
}
.common_list_box .commom_list_title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.common_list_box .common_wrap_box {
    position: relative;
    padding-bottom: 10px;
}
.common_list_box  .common_loading_box {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
}
.common_list_box .common_loading_box img  ,
.common_list_box .common_out_loading_box img {
    display: block;
    margin: 30px auto 0;
}
.common_list_box .common_loading_box p ,
.common_list_box .common_out_loading_box p {
    height: 30px;
    line-height: 30px;
}
.common_list_box .common_content_box {
    margin-bottom: 10px;
}
.common_list_box .common_item_box {
    padding: 15px 0 8px;
    border-bottom: 1px solid #D9D9DE;
}
.common_list_box .common_item_box .common_item_photo {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.common_list_box .common_item_box .common_item_info {
    margin: -6px 0 0 10px;
}
.common_list_box .common_item_box .commom_item_nakename {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.common_list_box .common_item_box .commom_item_info {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.common_list_box .common_item_box .commom_item_time {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 24px;
}
/*无数据*/
.common_nodate_box {
    width: 100%;
    padding: 100px 0;
    color: #d7d7d7;
    text-align: center;
    font-size: 14px;
    clear: both;
}
.common_nodate_box p {
    margin-top: 10px;
}

.common_list_box .common_out_loading_box {
    width:100%;
    padding: 80px 0;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
}
/*评论详情页样式结束*/