.Comments-container {
    height: 100%;}
.CommentsV2-withPagination {
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    background: #fff;
    margin-top: 12px;
    overflow: visible;
    border-radius: 4px;}
.CommentTopbar {
    margin: 0 15px;}

.CommentTopbar {
    padding: 0;}
.Topbar-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;}
.CommentTopbar-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-synthesis: style;
    color: #1a1a1a;}
.CommentsV2-footer {
    padding: 12px 15px;
    background: #fff;}
.CommentsV2-footer-hf {
    padding: 12px 0px;
    background: #fff;
    height: 50px;}
.CommentEditorV2-inputWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #f6f6f6;}
.CommentEditorV2-inputWrap .Input-wrapper {
    border: none;
    background: transparent;}

.CommentEditorV2--normal .CommentEditorV2-input {
    overflow: hidden;
    width: 100%;}
.CommentEditorV2-input .Editable, .CommentEditorV2-input .Editable--focus {
    background: transparent;}
.CommentEditorV2-input .Dropzone {
    min-height: auto!important;}
.Editable .RichText {
    cursor: text;}
.Dropzone {
    position: relative;}
.Input .public-DraftEditorPlaceholder-root, .Input::placeholder {
    color: #8590a6;}
.CommentEditorV2--normal .Editable-unstyled {
    margin: 0!important;}
.CommentEditorV2-inputUpload {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.CommentEditorV2-popoverWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.Editable-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 26px;
    margin: 0 2px;
    white-space: nowrap;}
.CommentsV2-withPagination .CommentListV2 {
    overflow-y: visible;}
.NestComment {
    position: relative;}
.NestComment--rootComment {
    position: relative;}
.CommentItemV2 {
    outline: none;}
.CommentItemV2 {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 20px 10px;
    font-size: 15px;}
.CommentItemV2 {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 20px 10px;
    font-size: 15px;}
.CommentItemV2-meta {
    position: relative;
    height: 24px;
    padding-right: 3px;
    padding-left: 1px;
    margin-bottom: 4px;
    line-height: 24px;}
.CommentItemV2-avatar {
    margin-right: 8px;}
.Popover {
    position: relative;
    display: inline-block;}
.CommentItemV2-meta .UserLink-link {
    font-weight: 500;}
.CommentItemV2-avatar .UserLink-avatar {
    vertical-align: top;}
.CommentItemV2-time {
    float: right;
    font-size: 14px;
    color: #8590a6;}
.CommentItemV2-metaSibling {
    padding-left: 33px;}

.CommentItemV2 {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 15px 10px;
    font-size: 15px;}
.ztext {
    word-break: break-word;
    line-height: 1.6;}
.CommentItemV2-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;}
.Button--link, .Button--plain {
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;}
.CommentItemV2-reply {
    margin-right: 8px;
    margin-left: 8px;}
.NestComment .NestComment--child {
    position: relative;
    padding-left: 33px;}
.CommentItemV2-reply, .CommentItemV2-roleInfo {
    color: #8590a6;}
.NestComment:not(:last-child):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid #f6f6f6;
    content: "";}
.NestComment--rootComment:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-right: 20px;
    margin-left: 52px;
    border-bottom: 1px solid #f6f6f6;
    content: "";}
.NestComment .NestComment--child:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-right: 20px;
    margin-left: 84px;
    border-bottom: 1px solid #f6f6f6;
    content: "";}
.CommentItemV2-footer .Button+.Button {
    margin-left: 20px;}




/*分页*/
.Pagination {
    padding: 16px 20px;
    text-align: center;
    margin: 0 auto;}
.Button:disabled {
    cursor: default;
    opacity: .5;}

.PaginationButton--current {
    color: #8590a6;}

.PaginationButton {
    color: #1a1a1a;
    transition: color .2s;
    padding: 0 15px;}
