.topic-details {
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      margin-bottom: 30px;
      padding: 30px;
    }
    .topic-details .title {
      font-size: 28px;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 13px;
    }


    .topic-details .content {
        padding-top: 30px;
    }

    .topic-details .covers {
        padding-top: 30px;
        overflow: hidden;
    }

    .topic-details .covers .cover {
        float:left;
    }

    .topic-details .covers .cover img{
        width: 150px;
        height: 100px;
        margin-right: 20px;
    }





.posts_list .item .praise::before, .posts_list .comment::before, .posts_list .icon-heart::before, .foot-nav .icon-praise::before, .comments_list .item .praise::before, .comments_list .comment::before, .comments_list .icon-heart::before {
    font-family: 'bottlecms' !important;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    font-style: normal;
    margin-right: 4px;
}
.posts_list .item .praise::before, .foot-nav .icon-praise::before, .comments_list .item .praise::before {
    content: "\e915";
}
.posts_list .item .praise.on::before, .foot-nav .icon-praise.on::before, .comments_list .item .praise.on::before {
    content: "\e916";
}
.posts_list .comment::before, .comments_list .comment::before {
    content: "\e914";
}
.posts_list .icon-heart::before, .comments_list .icon-heart::before {
    content: "\e952";
}
.page_post_index ul, .page_post_index li, .page_post_index p {
    padding: 0;
    margin: 0;
    list-style: none;
}
.posts_list {}
.posts_list .item {
    position: relative;
    margin-top: 10px;
    padding: 30px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.posts_list .item:after {
    clear: both;
}
.posts_list .item .userbox {
    position: relative;

    cursor: pointer;
    overflow: hidden;
    
}
.posts_list .item .userbox:after {
    clear: both;
}
.posts_list .item .userbox .photo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    float: left;
}
.posts_list .item .userbox .photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.posts_list .item .userbox .nickname {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}
.posts_list .item .userbox .userinfo {
    margin-top: 5px;
}
.posts_list .item .userbox .userinfo {
    font-size: 12px;
    color: #999;
}
.posts_list .item .speak {
    margin-top: 5px;
    padding: 5px 0;
    font-size: 16px;
    color: 000;
}
.posts_list .item .speak {
    word-wrap: break-word !important;
    word-break: normal !important;
}
.posts_list .item .speak .topic {
    color: #8399e1;
    display: block;
}
.posts_list .item .picbox {
    overflow: hidden;
    /*margin-right: -.25rem;*/
}
.posts_list .item .picbox>.pic {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.posts_list .item .picbox.num_2>.pic, .posts_list .item .picbox.num_3>.pic, .posts_list .item .picbox.num_4>.pic {
    width: 100px;
    height: 100px;
}
.posts_list .item .picbox>.num_5>.pic, .posts_list .item .picbox.num_6>.pic, .posts_list .item .picbox.num_7>.pic, .posts_list .item .picbox.num_8>.pic, .posts_list .item .picbox.num_9>.pic {
    width: 100px;
    height: 100px;
}
.posts_list .item .picbox img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.posts_list .item .picbox.num_1 img {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}
.posts_list .item .info {
    padding: 0px 0;
    margin-top: 15px;
    overflow: hidden;
}
.posts_list .item .info .left {
    float: left;
    font-size: 14px;
}
.posts_list .item .info .create {
    color: #999;
    font-size: 14px;
}
.posts_list .item .info .delete {
    color: #8399e1;
    margin-left: 4px;
    cursor: pointer;
}
.posts_list .item .info .right {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #999;
}
.posts_list .item .info .right a {
    color: #999;
}
.posts_list .item .info .praise {
    margin-right: 10px;
    cursor: pointer;
}
.posts_list .item .info .praise.on {
    color: var(--color);
}
.posts_list .praise {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}
.posts_list .comment {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}
.posts_list .icon-heart {
    height: 14px;
    width: 16px;
    display: inline-block;
}
.posts_list .item .comments_or_praises {
    padding: 6px 10px;
    margin-top: 10px;
    background-color: #F5F5F5;
    border-radius: 3px;
    position: relative;
}
.posts_list .item .comments_or_praises::after {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 2px;
    background-color: #F5F5F5;
    top: -5px;
    left: 20px;
    content: "";
    display: block;
    transform: rotate(45deg);
}
.posts_list .item .hr {
    height: 1px;
    background-color: #DDD;
    margin: 3px 0;
}
.posts_list .item .praises {
    font-size: 14px;
    padding: 3px 0;
}
.posts_list .item .praises .photo {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
    border: .5px solid #CCC;
}
.posts_list .item .praises .nick {
    color: #4f7db7;
}
.posts_list .item .comments {
    line-height: 1.2;
}
.posts_list .item .comments .comment-item {
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
}
.posts_list .item .comments .comment-item .photo {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
}
.posts_list .item .comments .comment-item .nick {
    color: #4f7db7;
}



/*========================
        评论列表
========================*/

.comments_list {}
.comments_list .item {
    position: relative;
    border-bottom: 1px solid #EEE;
    padding: 25px 25px;
    background-color: #FFFFFF;
    padding-left: 90px;
    cursor: pointer;
}
.comments_list .item:after {
    clear: both;
}
.comments_list .item .userbox {
    position: relative;
    padding-top: 5px;
}
.comments_list .item .userbox .photo {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -60px;
}
.comments_list .item .userbox .photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.comments_list .item .userbox .nickname {
    cursor: pointer;
    font-size: 14px;
    color: #8399e1;
    line-height: 1.1;
}
.comments_list .item .userbox .nickname .icon {
    font-size: 14px;
}
.comments_list .item .userbox .userinfo {
    margin-top: 4px;
}
.comments_list .item .userbox .userinfo {
    font-size: 12px;
    color: #999;
}
.comments_list .item .speak {
    padding: 5px 0;
    font-size: 16px;
    color: 000;
}
.comments_list .item .speak {
    word-wrap: break-word !important;
    word-break: normal !important;
}
.comments_list .item .speak .topic {
    color: #8399e1;
}
.comments_list .item .picbox {
    overflow: hidden;
    /*margin-right: -.25rem;*/
}
.comments_list .item .picbox>.pic {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.comments_list .item .picbox.num_2>.pic, .comments_list .item .picbox.num_3>.pic, .comments_list .item .picbox.num_4>.pic {
    width: 200px;
    height: 200px;
}
.comments_list .item .picbox>.num_5>.pic, .comments_list .item .picbox.num_6>.pic, .comments_list .item .picbox.num_7>.pic, .comments_list .item .picbox.num_8>.pic, .comments_list .item .picbox.num_9>.pic {
    width: 200px;
    height: 200px;
}
.comments_list .item .picbox img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.comments_list .item .picbox.num_1 img {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}
.comments_list .item .info {
    padding: 0px 0;
    overflow: hidden;
}
.comments_list .item .info .left {
    float: left;
    font-size: 14px;
}
.comments_list .item .info .create {
    color: #999;
    font-size: 14px;
}
.comments_list .item .info .delete {
    color: #8399e1;
    margin-left: 4px;
    cursor: pointer;
}
.comments_list .item .info .right {
    float: right;
    text-align: right;
    font-size: 16px;
    color: #999;
}
.comments_list .item .info .right a {
    color: #999;
}
.comments_list .item .praise {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #999;
    cursor: pointer;
}
.comments_list .item .praise.on {
    color: var(--color);
}
.comments_list .praise {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}
.comments_list .comment {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}
.comments_list .icon-heart {
    height: 16px;
    width: 16px;
    display: inline-block;
}
.comments_list .item .comments_or_praises {
    padding: 6px 10px;
    margin-top: 10px;
    background-color: #F5F5F5;
    border-radius: 3px;
    position: relative;
}
.comments_list .item .comments_or_praises::after {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 2px;
    background-color: #F5F5F5;
    top: -5px;
    left: 20px;
    content: "";
    display: block;
    transform: rotate(45deg);
}
.comments_list .item .hr {
    height: 1px;
    background-color: #DDD;
    margin:3px 0;
}
.comments_list .item .praises {
    font-size: 14px;
    padding: 3px 0;
}
.comments_list .item .praises .photo {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
    border: .5px solid #CCC;
}
.comments_list .item .praises .nick {
    color: #4f7db7;
}
.comments_list .item .comments {
    line-height: 1.2;
}
.comments_list .item .comments .comment-item {
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
}
.comments_list .item .comments .comment-item .photo {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
}
.comments_list .item .comments .comment-item .nick {
    color: #4f7db7;
}