[v-cloak] {
    display: none!important;
}
.postCommonBox {
    box-sizing: border-box;
    width: 100%;
    border-radius: 12px;
    background: #fff;
}

.postListBox {

}
    .postListBox > li {
        margin-top: 20px;
        padding: 24px 0 30px;
    }
        .postListBox > li .postTopBox {
            position: relative;
            padding: 0 30px;
        }
            .postListBox > li .postTopBox .headImg {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                cursor: pointer;
            }
            .postListBox > li .postTopBox .userNameAndLv {
                position: absolute;
                top: 6px;
                left: 95px;
                line-height: 18px;
                font-size: 18px;
            }
                .postListBox > li .postTopBox .userNameAndLv .userName {
                    margin-right: 13px;
                    color: #2c2c2c;
                }
                .postListBox > li .postTopBox .userNameAndLv .userLv {
                    color: #97dbbb;
                    font-weight: bold;
                }
            .postListBox > li .postTopBox .postDate {
                position: absolute;
                top: 34px;
                left: 95px;
                line-height: 12px;
                color: #aeaeae;
                font-size: 12px;
            }
            .postListBox > li .postTopBox .followBtn {
                position: absolute;
                top: 8px;
                right: 30px;
                width: 70px;
                line-height: 32px;
                border-radius: 25px;
                background: #f8f8f8;
                color: #ff609d;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                cursor: pointer;
            }
                .postListBox > li .postTopBox .followBtn.followed {
                    color: #aeaeae;
                }
        .postListBox > li .postContentBox {
            cursor: pointer;
            text-align: left;
        }
        .postListBox > li .postContentBox .imgViewerBox{
            display: table;
            padding: 0 30px;
        }
            .postListBox > li .postContentBox .resourcePostTitle {
                margin-top: 20px;
                padding: 0 30px;
                line-height: 24px;
                color: #2c2c2c;
                font-size: 20px;
                text-align: left;
            }
            .postListBox > li .postContentBox .resourcePostTitle .resourceIco {
                display: inline-block;
                box-sizing: border-box;
                margin-right: 6px;
                width: 42px;
                line-height: 24px;
                border-radius: 6px;
                border: 1px solid #ff609d;
                color: #ff609d;
                font-size: 16px;
                text-align: center;
                vertical-align: top;
            }
            /*贴子文本*/
            .postContentText {
                margin: 16px 0;
                padding: 0 30px;
                line-height: 24px;
                color: #2c2c2c;
                font-size: 16px;
                text-align: left;
                word-wrap: break-word;
                white-space: pre-wrap;
            }

            /*转发贴*/
            .postListBox > li .postContentBox .forwardBox {
                position: relative;
                margin-bottom: 30px;
                padding: 14px 0 30px;
                /*border-radius: 12px;*/
                background: #f8f8f8;
            }
            .postListBox > li .postContentBox .forwardBox .imgViewerBox {
                margin-bottom: 18px;
            }
            .forwardBox .imgViewerBox > .previewPictureBox > li {
                margin-right: 12px;
                margin-bottom: 12px;
                width: 146px;
                height: 146px;
            }
            .forwardBox .imgViewerBox > .previewPictureBox > li:nth-child(4n) {
                margin-right: 0;
            }
            /*王座杯标签*/
            .postListBox > li .postContentBox .wangzuobeiTagName {
                display: inline-block;
                margin: -5px 0 10px 30px;
                padding: 0 12px;
                line-height: 24px;
                border-radius: 5px;
                background: #f5f5f5;
                font-size: 12px;
            }
            /*转发新闻*/
            .forwardNewsBox {
                position: relative;
                margin-bottom: 30px;
                padding: 20px 30px;
                background: #f8f8f8;
            }
                .forwardNewsBox .newsCoverImg {
                    width: 190px;
                    height: 120px;
                    border-radius: 8px;
                    overflow: hidden;
                }
                .forwardNewsBox .newsContent {
                    position: absolute;
                    top: 25px;
                    left: 240px;
                    width: 470px;
                    color: #a4a4a4;
                }
                    .forwardNewsBox .newsContent .newsTitle {
                        margin-bottom: 10px;
                        height: 20px;
                        line-height: 20px;
                        font-size: 16px;
                        color: #282a2e;
                        white-space: nowrap; /* 不换行 */
                        overflow: hidden; /* 超出隐藏 */
                        text-overflow: ellipsis; /* 超出部分显示省略号 */
                    }
                    .forwardNewsBox .newsContent .newsDescription {
                        margin-bottom: 20px;
                        height: 40px;
                        line-height: 20px;
                        font-size: 14px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2; /* 指定显示文本的行数 */
                        overflow: hidden; /* 超出隐藏 */
                        text-overflow: ellipsis; /* 超出部分显示省略号 */
                        word-break: break-all;
                    }
                    .forwardNewsBox .newsContent .newsInfo {
                        height: 20px;
                        line-height: 20px;
                        font-size: 12px;
                        white-space: nowrap; /* 不换行 */
                        overflow: hidden; /* 超出隐藏 */
                        text-overflow: ellipsis; /* 超出部分显示省略号 */
                    }
                        .forwardNewsBox .newsContent .newsInfo > span + span {
                            margin-left: 47px;
                        }
        
        /*贴子按钮 转发 评论 点赞*/
        .postListBox > li .postBtnBox {
            padding: 10px 30px 0;
            line-height: 18px;
	    overflow: hidden;
        }
            .postListBox > li .postBtnBox > li {
                float: left;
                margin-right: 100px;
                font-size: 18px;
                color: #888888;
                cursor: pointer;
            }
                .postListBox > li .postBtnBox > li.active {
                    color: #ff609d;
                }
                .postListBox > li .postBtnBox > li > img {
                    margin-top: -5px;
                    margin-right: 12px;
                }

        /*资源帖的 销量 评论 购买*/
        .postListBox > li .resourcePostBtnBox {
            /*display: flex;
            justify-content: space-between;
            align-items: center;*/
            padding: 0 30px;
            line-height: 42px;
            font-size: 18px;
	    overflow: hidden;
        }
            .postListBox > li .resourcePostBtnBox .salesCountBox { 
                float: left;
                color: #aeaeae;
            }
            .postListBox > li .resourcePostBtnBox .salesCountBox > img {
                display: inline-block;
                margin-top: -4px;
                margin-right: 12px;
                width: 22px;
                height: 18px;
            }
            .postListBox > li .resourcePostBtnBox > .btnBox {
                float: right;
            }
                .postListBox > li .resourcePostBtnBox > .btnBox > div {
                    display: inline-block;
                }
                .postListBox > li .resourcePostBtnBox > .btnBox > div.commentBtn {
                    margin-right: 25px;
                    color: #888888;
                    cursor: pointer;
                }
                    .postListBox > li .resourcePostBtnBox > .btnBox > div.commentBtn > img {
                        margin-top: -4px;
                        margin-right: 12px;
                    }
                .postListBox > li .resourcePostBtnBox > .btnBox > div.buyBtn {
                    padding: 0 22px;
                    border-radius: 25px;
                    background-image: -webkit-linear-gradient(left,rgba(236, 192, 138, 1) 0%, rgba(226, 163, 81, 1) 100%);
                    background-image: -moz-linear-gradient(left,rgba(236, 192, 138, 1) 0%, rgba(226, 163, 81, 1) 100%);
                    background-image: -o-linear-gradient(left,rgba(236, 192, 138, 1) 0%, rgba(226, 163, 81, 1) 100%);
                    background-image: linear-gradient(left,rgba(236, 192, 138, 1) 0%, rgba(226, 163, 81, 1) 100%);
                    color: #fff;
                    text-align: center;
                    cursor: pointer;
                }
                .postListBox > li .resourcePostBtnBox > .btnBox > div.editBtn {
                    background-color: #aeaeae;
                    padding: 0 22px;
                    border-radius: 25px;
                    color: #fff;
                    text-align: center;
                    cursor: pointer;
                }

        /*悬赏*/
        .bountyBox {
            margin: 20px 30px 0;
            padding: 11px 30px;
            border-radius: 12px;
            background: #f8f8f8;
        }
            .bountyBox > .moneyBox {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 70px;
                line-height: 70px;
                font-size: 20px
            }
            .bountyBox > .moneyBox > .title {
                color: #2c2c2c;
            }
                .bountyBox > .moneyBox > .title > img {
                    margin-top: -4px;
                    margin-right: 10px;
                }
            .bountyBox > .moneyBox > .amount {
                color: #ff9b26;
            }
                .bountyBox > .moneyBox > .amount > img {
                    margin-top: -4px;
                    margin-right: 7px;
                }

    /*加载中和没有更多*/
    .postListBox + p {
        /*margin-top: 20px;*/
        padding: 38px;
        line-height: 18px;
        background: transparent;
        font-size: 18px;
        color: #aeaeae;
        text-align: center;
    }
     .coler_aeaeae{
        color:#aeaeae !important;
    }

.postListBox .collectTopic {
    display: flex;
    align-items: center;
}
.postListBox .oneLevelReplyBox {
    background-color: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 10px;
}
    .postListBox .oneLevelReplyBox .oneLevelReplyContent {
        display: flex;
        margin-bottom: 10px;
    }
        .postListBox .oneLevelReplyBox .oneLevelReplyContent .oneReNickName {
            font-size: 16px;
            color: #0fa8eb;
        }

        .marBt10 {
            margin-bottom: 16px;
        }

.postListBox a:hover {
    color: #66b1ff;
}
.postListBox .oneReNickContent {
    width: 900px;
}