.comment-section {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.comment-section .commenter-info {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #d9d9d9;
    position: relative;
    font-size: 12px;
}

/*.comment-section .commenter-info .avatar-title {*/
/*display: block;*/
/*width: 18px;*/
/*height: 18px;*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*position: absolute;*/
/*right: 24px;*/
/*top: 75px;*/
/*cursor: pointer;*/
/*}*/

.comment-section .commenter-info img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: 10px;
}

.comment-section .commenter-info .details-list div {
    line-height: 1.5;
}

.comment-section .commenter-info .details-list .user-lev {
    display: inline-block;
    padding: 0px 4px;
    background-color: #ffcd07;
    border-radius: 5px;
    color: #fff;
}

.comment-section .commenter-info .details-list .user-title-info {
    display: flex;
    flex-direction: column;
}

.comment-section .commenter-info .details-list .user-title-info a img {
    width: 60px;
    height: 20px;
    border-radius: 0;
    margin: 0;
}

.comment-section .comment-content {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    width: 710px;
}

.comment-section .comment-content .comment-infor {
    font-size: 14px;
    color: #808080;
    position: relative;
}

.comment-section .comment-content .comment-infor .commener-name {
    color: #111;
    margin-right: 4px;
}

.comment-section .comment-content .comment-infor .comment-highlight {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #5b75a6;
}
.comment-section .comment-content .comment-infor .comment-highlight-confirm {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #5b75a6;
}
.comment-section .comment-content .comment-infor .highlight-icon {
    display: block;
    width: 150px;
    height: 130px;
    background-image: url(/static/images/topic/icon.png);
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    right: -70px;
    top: 0px;
}

.comment-section .comment-content .reply-content {
    min-height: 100px;
    padding: 15px;
    word-break: break-all;
}

.comment-section .comment-content .reply-content img {
    max-width: 100%;
    height: auto;
}

.comment-section .comment-content .comment-floor {
    display: flex;
    justify-content: flex-end;
    color: #808080;
    margin: 5px 0;
    font-size: 12px;
}

.comment-section .comment-content .comment-floor i {
    cursor: pointer;
    margin-left: 5px;
}

.comment-section .comment-content .comment-floor i:before {
    padding-right: 5px;
}

.comment-section .comment-content .floor-in-floor-container {
    background: #f9f9f9;
}

.comment-section .comment-content .floor-in-floor-container.hidden {
    display: none;
}

.show-more {
    width: 100%;
    text-align: right;
    background-color: #f9f9f9;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}

.show-more:hover {
    color: #2267bd;
}


/* Â¥ÖÐÂ¥ */

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding: 10px;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con {
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-content {
    margin-left: 30px;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-user-info {
    float: left;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .con-user-info img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .nickname {
    margin: 0 5px;
    color: #289cde;
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .con .floor-in-floor-text {
}

.comment-section .comment-content .floor-in-floor-container .floor-in-floor-section .time {
    font-size: 13px;
    color: #555;
    text-align: right;
    margin-top: 5px;
}

.comment-section .comment-content .ui.form.reply-form {
}

.comment-section .comment-content .ui.form.reply-form textarea {
    height: 58px;
    min-height: 58px;
    max-height: 58px;
}

.comment-section .comment-content .ui.form.reply-form .ui.submit.button {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #5b75a6;
    color: #fff;
    border: 1px solid #e8e8e8;
    padding: 0;
    margin: 5px 0;
    margin-left: 630px;
}

.comment-section .comment-content .ui.form.reply-form .ui.submit.button:hover {
    opacity: .8;
}

.article-page .comment-operate-btn {
    color: #4a4a4a;
    margin-top: 40px;
}

.article-page .comment-operate-btn a {
    margin-left: 10px;
    cursor: pointer;
}

.article-page .floor-elevator {
    float: right;
    display: inline-block;
}

.article-page .floor-elevator label {
    font-size: 16px;
    color: #373737;
}

.article-page .floor-elevator input {
    width: 56px;
    height: 22px;
    outline: none;
    text-indent: 5px;
    background-color: #f7f7f7;
    border: 1px solid #a6a6a6;
}
