<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    width: 1000px;
    margin: 10px auto 0;
    background: #fff;
}

.position_cur {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #cfcfcf;
}
.position_cur .notice {
    font-size: 12px;
    padding-left: 10px;
}
.position_cur em {
    font-style: normal;
}

.comment_header{
    margin:5px 0px 18px;
}

/*--------------- comment_page --------------*/
.comment_page .main {
    width: 670px;
    padding:10px 20px;
}

.comment_page #article{
    width:280px;
}

.comment_page h1 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    text-align: center;
    padding: 20px 0;
}
.comment_page .main .comment_header {
    border-top: none;
    border-bottom: 1px solid #a7a7a7;
    height: 32px;
    line-height: 32px;
    padding-top: 28px;
}
.comment_page .main .comment_header strong {
    font-size: 14px;
    float: left;
    font-family: "Microsoft YaHei";
    border-top: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
}
.comment_page .main .comment_header strong a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.comment_page .main .comment_header strong a.onhover {
    background-color: #b93939;
    box-shadow: 0 -2px 0 #850e0e inset;
    -moz-box-shadow: 0 -2px 0 #850e0e inset;
    -webkit-box-shadow: 0 -2px 0 #850e0e inset;
    color: #FFF;
}

.comment_page .main .comment_header em {
    font-style: normal;
    color: #c00000;
}

.comment_page .proclaim {
    color: #b93939;
    font-size: 12px;
    padding: 20px 0;
    text-align: right;
    margin-top: -1px;
    border-top: 1px solid #FFF;
}

.comment_page .sidebar {
    width: 300px;
}

.comment_list .pages li{
    padding:0px 5px;
}


/*--------------- comment_page end --------------*/


/*** pl_list ***/
.pl_list .avatar {
    padding-right: 12px;
}
.pl_list .avatar img {
    height: 64px;
    width: 64px;
}

.pl_list .inputarea {
    width: 590px;
}

.pl_list .inputarea .retext {
    border: 1px solid #d4d4d4;
    padding: 0 5px 5px;
    box-shadow: 0 1px 0 0 #e9e8e8 inset;
    -moz-box-shadow: 0 1px 0 0 #e9e8e8 inset;
    -webkit-box-shadow: 0 1px 0 0 #e9e8e8 inset;
}
.pl_list .inputarea .retext .state {
    padding: 25px 0 20px;
    text-align: center;
}
.pl_list .inputarea .subtool {
    height: 30px;
    line-height: 30px;
    padding: 4px 0;
    font-size: 12px;
    color: #a5a5a5;
}
.pl_list .inputarea .subtool a {
    color: #a5a5a5;
}
.pl_list .inputarea .subtool .submitbutton
{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #FFF;
    background-color: #6688cc;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 -3px 0 #283C6E inset;
    -moz-box-shadow: 0 -3px 0 #283C6E inset;
    -webkit-box-shadow: 0 -3px 0 #283C6E inset;
    padding: 4px 15px 5px;
    cursor: pointer;
}

.pl_list .inputarea .subtool .dissubmitbutton {
    background-color: #C8C8C8;
    box-shadow: 0 -3px 0 #B2B2B2 inset;
    -moz-box-shadow: 0 -3px 0 #B2B2B2 inset;
    -webkit-box-shadow: 0 -3px 0 #B2B2B2 inset;
}
.pl_list .inputarea textarea {
    width: 100%;
    border: none;
    background-color: #FFF;
    margin-top: 5px;
}
.pl_list .inputarea .subtool .facebutton {
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
    background: url("../images/bg_facebutton.png") no-repeat scroll 0 5px transparent;
}
.pl_list .inputarea .subtool .facebutton:hover {
    background: url("../images/bg_facebuttonhover.png") no-repeat scroll 0 5px transparent;
}

.comment_list li {
    padding: 14px 0 10px;
    border-bottom: 1px solid #e3e3e3;
}
.comment_list .userpic img {
    width: 64px;
    height: 64px;
}

.comment_list .comment {
    width: 590px;
}
.comment_list .property strong {
    color: #a40000;
}
.comment_list .property strong a {
    color: #a40000;
}
.comment_list .property em {
    color: #8a5b22;
    font-style: normal;
    font-size: 12px;
}
.comment_list .pltext {
    padding: 10px 0;
    overflow: hidden;
}
.comment_list .interaction {
    text-align: right;
    font-size: 12px;
}
.comment_list .interaction a {
    color: #666666;
    font-size: 12px;
}

.pl_list .readallpl {
    height: 24px;
    line-height: 24px;
    margin-top: -1px;
    border-top: 1px solid #FFF;
}
.pl_list .readallpl a {
    font-size: 12px;
    color: #a00000;
    display: block;
    background-color: #ffdcdc;
}
.pl_list .readallpl a:hover {
    background-color: #f8baba;
}


.ecomment {
    margin: 0;
    padding: 0;
}
.ecomment {
    border: 1px solid #999999;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 8px 3px 9px;
    margin-top: 5px;
}
.ecommentauthor {
    color: #8A5B22;
    float: left;
    font-weight: bold;
}
.ecommenttext {
    clear: left;
    margin: 0;
    padding: 6px 0;
}

.readallpl{
    margin:16px auto 0px;
}

.closepl_info{
    font-size:16px;
}
</pre></body></html>