<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*è¯„è®ºè¡¨å•*/
.pl_wrap {
    padding: 10px 0px 0px 0px;
    background: #fff;
    font-size: 13px;
}

    .pl_wrap * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .pl_wrap .pl_body {
        padding-bottom: 15px;
        font-size: 14px;
    }

.pl_hottest {
    height: 35px;
    font-size: 13px;
    line-height: 32px;
}

    .pl_hottest .hottest {
        color: #999;
    }

        .pl_hottest .hottest &gt; a {
            margin: 5px;
            color: #999;
            text-decoration: none;
        }

        .pl_hottest .hottest a.active {
            color: red;
        }

        .pl_hottest .hottest a:hover {
            color: red;
        }

    .pl_hottest .refresg &gt; a {
        position: relative;
        color: #999;
        text-decoration: none;
    }

    .pl_hottest .pull_right {
        float: right !important;
    }

.pl_v2_wrap {
    color: #333
}

    .pl_v2_wrap * {
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

.pl_v2_hide {
    display: none;
}

.pl_v2_wrap ul, .pl_v2_wrap li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.pl_v2_post {
    position: relative;
    width: 99%;
}

    .pl_v2_post a:hover {
        text-decoration: none;
    }

.pl_v2_post_userinfo {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px;
    border: 1px solid #c9302c;
    margin-left: 10px;
    position: relative;
    z-index: 2;
    color: #c9302c;
}

    .pl_v2_post_userinfo a {
        color: #c9302c;
    }

    .pl_v2_post_userinfo img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.pl_v2_post_form {
    border: 1px solid #c9302c;
    border-radius: 8px;
    margin-top: -4px;
    padding: 20px 10px 10px;
    position: relative;
    background: #ffffff;
}

    .pl_v2_post_form:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 12px;
        border: 1px solid #c9302c;
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        border-top: 1px solid #ffffff;
        top: -6px;
        background: #fff;
        left: 11px;
    }

    .pl_v2_post_form:after {
        content: '';
        position: absolute;
        width: 40px;
        top: -6px;
        height: 5px;
        background: #ffffff;
    }

    .pl_v2_post_form textarea {
        width: 100%;
        display: block;
        border: none;
        background: 0 0;
        resize: none;
        outline: 0;
        height: 20px;
        font-size: 12px;
        box-shadow: none;
        padding: 0;
    }

.pl_v2_post_tools {
    height: 20px;
    line-height: 30px;
    padding-top: 8px;
}

    .pl_v2_post_tools a {
        display: inline-block;
        margin: 0 10px;
        cursor: pointer;
    }

        .pl_v2_post_tools a:hover {
            color: #fff !important;
            opacity: .8;
        }

.pl_v2_post_face {
    display: inline-block !important;
    background: #c9302c;
    color: #fff;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #c9302c url(face.png) no-repeat center center;
    background-size: 100%;
}

.pl_v2_post_submit_wrap {
    float: right;
    position: relative;
}

.pl_v2_post_submit {
    background: #c9302c;
    color: #fff;
    border-radius: 6px 0 6px 0 !important;
    padding: 0 20px;
    margin-right: 0 !important;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
    line-height: 30px;
}

    .pl_v2_post_submit[disabled] {
        pointer-events: none;
        opacity: .6;
    }

/*è¯„è®ºåˆ—è¡¨*/
.pl_record_item, .pl_record_quotep_item {
    display: flex;
    width: 100%;
    padding: .625rem;
    justify-content: flex-start;
    font-size: .875rem;
    border-top: 1px solid #dedede;
}

.pl_record_left {
    width: 4.375rem;
}

    .pl_record_left img {
        width: 2.5rem;
    }

.pl_record_right {
    width: 100%;
}

    .pl_record_right &gt; div {
        min-height: 1.875rem;
    }

.pl_record_user {
    color: #f13131;
}

    .pl_record_user .time {
        padding-left: 10px;
        color: #999;
    }

    .pl_record_user .lou {
        float: right;
        color: #999;
    }

.pl_record_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .775rem;
}

    .pl_record_menu div {
        display: flex;
        align-items: center;
        color: #999;
    }

        .pl_record_menu div span {
            display: flex;
            align-items: center;
            margin-left: .625rem;
        }

        .pl_record_menu div img {
            width: 0.8rem;
            height: 0.8rem;
        }

        .pl_record_content {
            white-space: normal;
            word-break: break-all;
            word-wrap: break-word;
        }

    .pl_record_content div {
        justify-content: flex-end;
        display: flex;
        align-items: center;
        color: #999;
    }

        .pl_record_content div span {
            display: flex;
            margin-left: .625rem;
        }

    .pl_record_content img {
        vertical-align: middle;
        width: 1.20rem;
        height: 1.20rem;
    }

.pl_record_quotep_item {
    background: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
}

    .pl_record_quotep_item .pl_record_left {
        width: 2.5rem;
    }

.pl_record_quotep_list {
    margin-bottom: 10px;
    font-size: 14px;
    border-left: solid 3px #e6e6e6;
    background: #f8f8f8;
    margin-bottom: .625rem;
}

.pl-thread-xie_left img, .pl_record_quotep_item .pl_record_left img {
    width: 1.875rem;
}

.pl-thread-hf {
    padding: 10px;
}

    .pl-thread-hf .pl_bt_more {
        color: #777;
    }

/*åŠ&nbsp;è½½æ›´å¤š*/
.pl_loading_more {
    position: relative;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 5px 10px;
    margin-top: 15px;
}

    .pl_loading_more p {
        display: block;
        background: #e5e5e4;
        border-radius: 5px;
        color: #666;
    }

/*å›žå¤æ¡†*/
.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 {
    position: relative;
    height: 60px;
    padding: 10px;
    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(pl-thread-bg.png) 0 -90px repeat-x #fff;
}

    .pl-thread-txtBox textarea {
        width: 100%;
        height: 40px;
        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;
    }

button, input, select, textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: vertical;
}

.pl-thread-xie_right_foot {
    position: relative;
}

.pl-thread-fabu2 {
    position: relative;
    float: right;
    z-index: 1;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #555;
    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;
}

.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(pl-thread-bg.png) 0 -60px repeat-x;
}

.pl-thread-pl_right .pl-thread-xie {
    padding-bottom: 0;
    padding-top: 10px;
}



.pl-thread-biaoqing .btn_face:hover {
    background: url(pl-thread-biaoqing.png) 0 -18px no-repeat;
}

.pl-thread-biaoqing .btn_face {
    position: absolute;
    width: 17px;
    height: 17px;
    display: block;
    left: 10px;
    top: 7px;
    cursor: pointer;
    background: url(pl-thread-biaoqing.png) 0 0 no-repeat;
}

.pl_hide {
    display: none;
}

/*QQè¡¨æƒ…*/
.qqFace {
    width: 310px;
    height: 140px;
    padding: 10px 5px;
    overflow-y: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 35px;
    left: 0;
    border: 1px solid #aaa;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    background-color: #fff;
}

    .qqFace ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .qqFace ul li {
            float: left;
            width: 40px;
            height: 40px;
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

            .qqFace ul li img {
                vertical-align: middle;
                height: 1.25rem;
                width: 1.25rem;
                max-width: 100%;
                height: auto;
            }

@media screen and (max-width:500px) {
    .qqFace {
        position: fixed;
        width: 90%;
        height: 200px;
        left: 5%;
        top: 50%;
        margin-top: -155px;
    }
}</pre></body></html>