* {
    padding: 0;
    margin: 0;
}

.comment_block .c8 {
    font-size: 14px;
}

.c8 div {
    box-sizing: border-box;
}

.comment_block .comment_top {
    background: #069eff;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
}

.comment_list {
    padding-bottom: 15px;
    font-size: 14px;
}

.comment_block {
    background: #fff;
    font-size: 13px;
}

    .comment_block .comment_top {
        background: #069eff;
        padding: 0 11px;
        height: 30px;
        line-height: 30px;
    }


a {
    text-decoration: none;
    color: #606060;
}

.c8 .text-primary {
    color: #f13131;
}

.loading-more {
    position: relative;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0px 10px 5px 10px;
    margin-top: 15px;
}

    .loading-more p {
        display: block;
        background: #e5e5e4;
        border-radius: 5px;
        color: #666;
    }

.content p {
    margin-top: .1rem;
}

.comment_block .reply_block {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.5);
    max-width: 800px;
}

    .comment_block .reply_block .unlogin {
        padding: 7.5px;
        position: relative;
    }

    .comment_block .reply_block .input-block {
        position: relative;
    }

        .comment_block .reply_block .input-block input {
            height: 33px;
            line-height: 33px;
            color: #b6b6b6;
            border: 1px solid #e6e6e6;
            padding: 0 50px 0 10px;
            display: block;
            border-radius: 5px;
            font-size: 13px;
            background: #f9f9f9;
            width: 100%;
        }

        .comment_block .reply_block .input-block button {
            position: absolute;
            right: 0px;
            top: 0px;
            height: 35px;
            line-height: 35px;
            width: 50px;
            text-align: center;
            background: #F13131;
            color: #fff;
            border-radius: 5px;
            font-size: 15px;
            margin: 0;
            padding: 0;
            border: 1px solid transparent;
            outline: none;
        }

.c8 .reply_button {
    background: #f13131 !important;
}

.comment_block .floor .floor_title .reply_submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 13px;
    /* //width: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.reply_submit img {
    width: 20px;
    height: 20px;
}

.reply_submit span {
    margin-right: 10px;
    line-height: 20px;
    display: flex;
    color: #606060;
}

.message {
    position: fixed;
    padding: 5px 10px;
    border-radius: 5px;
    background: #000000;
    color: #FFFFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    font-size: 15px;
    opacity: 0.8;
}


.floor1 {
    padding: 3px;
    background: #ffe;
    border: 1px solid #999;
    margin-bottom: 5px;
    word-wrap: break-word;
}

    .floor1 .tie-author {
        padding-top: 5px;
    }

.tie-author {
    color: #1e50a2;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}

.floor1 .tie-author .author-info {
    padding-left: 5px;
}

.tie-author .author-info {
    float: left;
}

.tie-author a {
    text-decoration: none;
    color: #1e50a2;
}

.tie-author .floor-num {
    padding-right: 7px;
}

.tie-author .floor-num {
    float: right;
    color: #666;
    white-space: nowrap;
}

.has-flr .floor .tie-cnt {
    padding: 4px 3px 0;
}

.tie-cnt {
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .tie-cnt p {
        line-height: 25px;
        word-wrap: break-word;
    }

.plItem, .plItem1 {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: flex-start;
    font-size: 14px;
    border-top: 1px solid #dedede;
}

.plRight {
    width: 100%;
}

.plLeft {
    width: 70px;
}

    .plLeft img {
        width: 40px;
    }

.plMenu img, .plContent img {
    width: 20px;
    height: 20px;
}

.plItem1 .plLeft {
    width: 40px;
}

.plItem1 {
    background: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
}

    .plItem1 .plLeft img, .pl-thread-xie_left img {
        width: 30px;
    }

.plRight > div {
    min-height: 30px;
}

.plMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hide {
    display: none;
}

.plMenu div, .plContent div {
    display: flex;
    align-items: center;
    color: #999;
}

.plContent div {
    justify-content: flex-end;
}

    .plMenu div span, .plContent div span {
        display: flex;
        margin-left: 10px;
    }

.plContent {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.plUser {
    color: #f13131;
}

.pl-thread-hf.more {
    color: #777;
}

.pl-thread-hf {
    padding: 10px;
}

.Quotepl {
    margin-bottom: 10px;
    font-size: 14px;
    border-left: solid 3px #e6e6e6;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.lou {
    float: right;
    color: #999;
}

.pl-thread-xie {
    padding-bottom: 0;
    padding-top: 10px;
}

.pl-thread-xie_left {
    float: left;
}

.pl-thread-xie_right {
    padding-left: 40px;
}

.pl-thread-txtBox {
    height: 80px;
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*background: url(../img/pl-thread-bg.png) 0 -90px repeat-x #fff;*/
}

    .pl-thread-txtBox textarea {
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
        line-height: 1.8em;
        font-size: 13px;
        display: block;
        border: none;
        overflow-y: hidden;
        font-family: helvetica neue,Helvetica,Arial,sans-serif;
        background: 0 0;
    }

input, select, button, textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    outline: none;
}

textarea {
    resize: vertical;
}

.pl-thread-xie_right_foot {
    position: relative;
}

.pl-thread-fabu2 {
    float: right;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #555px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    /* background: url(../images/pl-thread-bg.png) 0 -60px repeat-x; */
}

.pl-thread-biaoqing {
    margin-right: 100px;
    height: 30px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-color: #aaa;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    /*background: url(../img/pl-thread-bg.png) 0 -60px repeat-x;*/
}

.pl-thread-pl_right .pl-thread-xie {
    padding-bottom: 0;
    padding-top: 10px;
}

.pl-thread-bq_box {
    width: 390px;
    height: 140px;
    padding: 10px 5px;
    overflow-y: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
    border: 1px solid #aaa;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    background-color: #fff;
}

    .pl-thread-bq_box ul {
        margin: 0;
        padding: 0;
    }

ol, ul {
    list-style: none;
}

.pl-thread-bq_box ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .pl-thread-bq_box ul li img {
        max-width: 100%;
        height: auto;
    }

@media screen and (max-width: 500px) {
    .pl-thread-bq_box {
        width: 90%;
        height: 200px;
        position: fixed;
        left: 5%;
        top: 50%;
        margin-top: -155px;
    }
}

.pl-thread-biaoqing .bq_btn:hover {
    /*background: url(../img/pl-thread-biaoqing.png) 0 -18px no-repeat;*/
}

.pl-thread-biaoqing .bq_btn {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
    cursor: pointer;
    /*background: url(../img/pl-thread-biaoqing.png) 0 0 no-repeat;*/
}
