/*通用评论样式*/
.project_comment .write_comment {
    margin-top: 30px;
    margin-bottom: 30px;
}
.project_comment .comment_box .write_reply textarea,
.project_comment .write_comment textarea{
    width: 91%;
    /*height: 80px;*/
    padding: 5px 12px;
    color: #333;
    min-height: 33px;
    max-height: 116px;
    resize: vertical;
    overflow: auto;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.project_comment .write_comment .photo{
    width:50px;
    height:50px;
    background-position: center;
    background-size: cover;
    border-radius:50%!important;
    float: left;
    margin-right: 20px;
}
.project_comment .write_comment .showInput{
    width: 730px;
    height: 50px;
    resize: vertical;
    overflow: auto;
    padding: 13px 16px;
    /*box-sizing: border-box;*/
    border-radius: 4px!important;
    border: 1px solid rgba(194,202,216,1);
    line-height: 24px;
    font-size: 14px;
}
.project_comment .write_comment .showInput::-webkit-input-placeholder{
    color:rgba(170,170,170,1);
}
.project_comment .write_comment .showInput:-moz-placeholder{
    color:rgba(170,170,170,1);
}
.project_comment .write_comment .showInput:-ms-input-placeholder{
    color:rgba(170,170,170,1);
}
.project_comment .write_comment textarea {
    height: 102px;
    min-height: 103px;
    max-height: 109px;
    border: 1px solid #C2CAD8;
    padding: 13px 16px;
}
.project_comment .write_comment textarea:focus{
    box-shadow: 0 0 5px rgba(4, 195, 160, 0.8);
}
.project_comment .comment_box .write_reply1{
    margin-left: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}
.project_comment .comment_box .write_reply {
    margin-bottom: 20px;
    overflow: hidden;
}
.project_comment .comment_box .write_reply2{
    margin-bottom: 0;
}
.project_comment .comment_box .write_reply textarea {
    width: 617px;
    float: left;
}
.project_comment .comment_box .write_reply textarea:focus{
    box-shadow: 0 0 5px rgba(4, 195, 160, 0.8);
    border: 1px solid #04C3A0;
}
.project_comment .comment_box .write_reply1 textarea{
    max-height: 75px;
    width: 559px;
}
.project_comment .comment_box .write_reply .reply_btn {
    text-align: right;
    /*margin-bottom: 20px;*/
}
.project_comment .comment_box .write_reply .reply_btn button{
    height: 34px;
    width: 60px;
}
.project_comment .comment_box .write_reply .reply_btn button.default {
    border: 1px solid #aaa;
    background-color: #fff;
    margin-right: 10px;
}
.project_comment .comment_box .write_reply .reply_btn button.default:hover {
    border: 1px solid #666;
}

.project_comment .write_comment textarea::-webkit-input-placeholder {
    color: #aaa;
}
.project_comment .write_comment textarea:-moz-placeholder {
    color: #aaa;
}
.project_comment .write_comment textarea:-ms-input-placeholder {
    color: #aaa;
}
.project_comment .write_comment button {
    float: right;
}
.project_comment .write_comment button,
.project_comment .comment_box .reply_list .write_reply button {
    /*margin-top: 15px;*/
    width: 70px;
    height: 32px;
    background-color: #04C3A0;
    border: none;
}
.project_comment .comment_box .reply_list .reply_content {
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.project_comment .comment_box .reply_list .reply_content .user_info{
    margin-bottom: 5px;
}
.project_comment .comment_box .reply_list .reply_content:last-child{
    border-bottom: 0;
}

.project_comment .comment_box {
    clear: both;
}
.project_comment .comment_box .comment_count{
    /*padding-top: 20px;*/
    font-size: 16px;
    font-weight:bold;
    line-height: 24px;
    margin: 24px 0 14px;
    color: #333;
}
.project_comment .comment_box .comment_no {
    padding-top: 15px;
}
.project_comment .comment_box .comment_list{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.project_comment .comment_box .comment_list .user_info{
    margin-bottom: 8px;
}
.project_comment .comment_box .pagination-frontend{
    overflow: hidden;
    margin-bottom: 20px;
}

.project_comment .comment_box .reply_list {
    border: 1px solid #ddd;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.project_comment .comment_box .reply_list.reply_content{
    background:rgba(242,242,245,1);
}
.project_comment .comment_box .comment_list .user_info .head_portrait{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.project_comment .comment_box .comment_list .user_info .user_name {
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.project_comment .comment_box .comment_list .user_info .user_name span.huifu{
    color: #999;
    font-weight: 400;
    font-size: 12px;
}
.project_comment .comment_box .comment_list .user_info .comment_time {
    float: right;
    color: #AEB5BD;
}
.project_comment .comment_box .comment_list .user_info .user_name,
.project_comment .comment_box .comment_list .user_info .comment_time {
    margin-top: 12px;
}
/* 通用的 */
.project_comment .comment_box .reply_list,
.project_comment .comment_box .comment_list .bottom,
.project_comment .comment_box .comment_list .comment_content {
    margin-bottom: 16px;
    margin-left: 60px;
    line-height: 21px;
    font-size: 14px;
    overflow: hidden;
    color: #333;
    word-wrap: break-word;
    word-break: break-word;
}
/*.project_comment .comment_box .comment_list .reply_list {*/
/*max-height: 430px;*/
/*overflow: hidden;*/
/*}*/
.project_comment .comment_box .comment_list .show_more {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    box-shadow: 0 -10px 0px 54px #fff;
}

.project_comment .comment_box .comment_list .bottom {
    /*margin-top: 10px;*/
    margin-bottom: 20px;
}
.project_comment .comment_box .comment_list .bottom span{
    color: #AEB5BD;
}
/*margin-right: 40px;*/
/*.project_comment .comment_box .comment_list > .bottom span.reply{*/
    /*margin-left: 30px;*/
/*}*/
.project_comment .comment_box .comment_list .bottom span.praise{
    margin-right: 30px;
}
.project_comment .comment_box .comment_list .bottom span.report {
    float: right;
    display: none;
}
.project_comment .comment_box .comment_list .repli_list .reply_content .bottom:hover span.report,
/*一级回复的举报*/
.project_comment .comment_box .comment_list .bottom:hover span.report {
    display: block;
}
.project_comment .comment_box .comment_list .bottom span.reply:hover,
.project_comment .comment_box .comment_list .bottom span.report:hover{
    color: #666;
}

.project_comment .comment_box .comment_list .bottom .praise.active {
    color: #04C3A0;
}
.project_comment .comment_box .comment_list .loading {
    text-align: center;
    margin-bottom: 15px;
}
.project_comment .comment_box .comment_list .loading .no_comment {
    color: #999;
}
.project_comment .comment_box .comment_list .loading button{
    background-color: #fff;
    border-radius: 4px!important;
    color: #666666;
}
.project_comment .comment_box .comment_list .loading button:hover{
    color: #04C3A0;
}

/*新增 问答*/
.answers .comment_box.qa_comment{
    padding: 0 30px 15px 30px;
}
.answers .qa_comment .accepted_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding-top: 5px;
}
.answers .qa_comment .accepted_wrapper .accepted_icon {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 1px;
    background: #28b28b;
    height: 26px;
    width: 80px;
    text-align: center;
    line-height: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.answers .qa_comment .comment_list .user_info{
    overflow: hidden;
    margin-bottom: 10px;
}
.answers .qa_comment .comment_list .user_info .head_portrait{
    float: left;
}
.answers .qa_comment .comment_list .bottom span:hover{
    color: #333;
}

/*qa详情回复样式*/
.project_comment .comment_box .comment_list .qa_user{
    overflow: hidden;
    line-height: 50px;
    margin-bottom: 12px;
}
.project_comment .comment_box .comment_list .qa_user .left{
    float: left;
}
.project_comment .comment_box .comment_list .qa_user .head_portrait{
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.project_comment .comment_box .comment_list .qa_user .user_name {
    float: right;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.project_comment .comment_box .comment_list .qa_user .comment_time {
    float: left;
    margin-left: 10px;
    color: #AEB5BD;
}