.comment-container{
    width: 800px;
    height: auto;
    font-size: 14px;
}
.comment-main{
    width: 825px;
    height: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 30px;
}
.allListBox{
    margin-bottom: 10px;
}
.allListBox .allList-single_row{
    /* padding-left: 22px; */
}
.comment-enterContant{
    width: 100%;
}
.textareaNum{
    width: calc(100% - 20px);
    text-align: right;
    margin-left: 20px;
    position: relative;
    top: -25px;
    right: 20px;
    color: #999;
}
.comment-enterTitle{
    height: 16px;
    border-left: 3px solid #0D7BFF;
    line-height: 15px;
    padding-left: 10px;
    font-weight: bold;
    color: #1C3256;
    margin-top: 50px;
    font-size: 16px;
}
.comment-enterBox{
    width: 100%;
    border-radius: 5px;
    border-color: #DDDDDD;
    color: #333333;
    margin-top: 20px;
    text-indent: 10px;
    padding: 3px 0px;
    box-sizing: border-box;
}
.button-box {
    display: flex;
    justify-content: flex-end;
}
.comment-enterButton{
    /* float: right; */
    padding: 0px 16px;
    color: #FFF;
    background: none rgb(5, 109, 232);
    border: 1px solid rgb(5, 109, 232);
    border-radius: 5px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}
.comment-enterButton:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

/* 全部评论列表 */
.comment-allList{
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-top: 1px solid #EEEEEE;
}
.comment-allList-Title{
    font-size: 14px;
    color: #333333;
    height: auto;
    line-height: 40px;
    padding: 5px 0px;
    margin-top: 10px;
}
/* 我的评论 */
.commentForMe{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    /* height: 90px; */
    /* padding-left: 30px; */
    margin-top: 20px;
}
.commentForMe .geshi{
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
/* 头像 */
.headPortrait{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: url(../../images/conftLive/photo1.png) no-repeat center; */
    float: left;
    /* background-size: 100% !important; */
}
/* 姓名及评论内容 */
.commentDetails{
    width: 100%;
    /* height: 60px; */
    font-size: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;

}
.commentDetails div{
    /* height: 50%; */
    line-height: 30px;
    width: 100%;
    word-break: break-all;
}
.commentDetails .userName {
    color: #65769D;
}
/* .commentDetails .userDetails{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 30px;
} */
.commentForMe .geshi .time{
    /* margin-left: 14px;
    margin-top: 5px; */
    width: 100%;
    color: #666;
    font-size: 13px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:0 12px 0 15px;
}

/* 回复内容 */
.reply{
    /* width: calc(100% - 80px); */
    /* height: 300px; */
    margin-left: 50px;
    margin-top: 5px;
    /* padding: 10px; */
    box-sizing: border-box;
}
.commentReply{
    /* width: calc(100% - 40px); */
    /* height: 95px; */
    padding: 12px;
    background: #FBFBFB;
    display: flex;
}
.commentReply:first-child{
    border-radius: 5px 5px 0px 0px;
}

.commentReply .geshi{
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}
.commentReply .ReplyHeadPortrait{
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 50%;
    /* background: url(../../images/conftLive/photo1.png) no-repeat center; */
    background-size: 100% !important;
}
.commentReply .ReplyDetails{
    /* height: 60px; */
    display: flex;
    font-size: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.commentReply .ReplyDetails .replyContent{
    /* text-indent: 8px; */
    /* padding-left: 8px; */
    width: 100%;
    word-break: break-all;
}
.commentReply .ReplyDetails div{
    height: 50%;
    line-height: 30px;
}
.commentReply .ReplyDetails .nickname span{
    color: #65769D;
    /* margin-left: 8px; */
}
.commentReply .replyTime{
    color: #666;
    /* margin-left: 7px;
    margin-top: 5px; */
    font-size: 13px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 我回复他人 */
.main_comment{
    /* width: calc(100% - 135px); */
    margin: 15px 0px 45px 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main_comment .enterBox{
    width: 100%;
    /* margin-left: 55px; */
    border-radius: 5px;
    border-color: #E6E8EE;
    color: #333333;
    text-indent: 10px;
    padding: 3px 0px;
    box-sizing: border-box;
}
.main_comment .enterButton{
    /* float: right; */
    margin-top: 5px;
    /* margin-right: 40px; */
    padding: 0px 16px;
    color: #FFF;
    background: none rgb(5, 109, 232);
    border: 1px solid rgb(5, 109, 232);
    border-radius: 5px;
    line-height: 28px;
    font-weight: bold;
    /* text-align: center; */
}
.main_comment .enterButton:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

/* 更多评论 */
.commentMore{
    /* width: calc(100% - 120px);
    margin-left: 20px; */
    width: 100%;
    margin-right: 40px;;
    text-align: left;
    text-indent: 50px;
    font-size: 14px;
    font-size: 12px;
    color: #999999;
    /* background-color: #f8f8f8; */
    padding: 20px 0;
}
.commentMore span{
    color: #228CF4;
    cursor: pointer;
}
.commentMore span:hover{
    color: #eb7350;
}
/* 对话框按钮 */
.replyFill{
    margin-left:13px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.replyFill i{
    /* font-size: 19px; */
}
.replyFillTo{
    margin-left:10px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.disNone{
    display: none;
}
#comment_page_box,.page_box{
    display: flex;
    justify-content: space-around;
}
/* .giveHeartBox{
    width: 20px;
    height: 20px;
    margin-left: 25px;
    cursor: pointer;
}
.giveLike{
    background: url(../../images/meetingDetails/like.png) no-repeat center;
    background-size: 100%;
}
.giveLikeOpen{
    background: url(../../images/meetingDetails/likeTo.png) no-repeat center;
    background-size: 100%;
} */
.like_num_box{
    width: auto;
    line-height: 20px;
}
.opp{
    display: flex;
    flex-direction: row;
    /* margin-right: 100px; */
}
.opp_reply{
    display: flex;
    flex-direction: row;
    /* margin-right: 10px;   */
}
.icon-huifu {
    margin-top: 5px;
    font-size: 14px;
    margin-right: 5px;
}
.icon-dianzan-moren,
.icon-dianzan-gaoliang {
    margin-top: 4px;
    font-size: 14px;
    margin-right: 3px;
}