.pl-thread-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.pl-thread-clearfix {
    *zoom: 1
}

.pl-thread-clear {
    clear: both;
    width: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.pl-thread {
    max-width: 1000px;
    margin: 0 auto;
}

.pl-thread-ding {
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pl-thread-ding_tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    background: url(../images/icon/pl-thread-bg.png) 0 -60px repeat-x;
}

.pl-thread-pl {
    padding: 10px;
    border-top: 1px solid #dedede;
}

.pl-thread-pl_left {
    float: left;
}

.pl-thread-pl_left img {
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pl-thread-pl_right {
    padding-left: 60px;
    word-wrap: break-word;
}

.pl-thread-pl_right_tit {
    color: #d32;
    padding-bottom: 10px;
    font-size: 13px;
}

.pl-thread-pl_right_tit a {
    color: #d32;
    text-decoration: none;
}

.pl-thread-pl_right_tit a:hover {
    text-decoration: underline;
}

.pl-thread-pl_right_con {
    line-height: 20px;
    font-size: 13px;
}

.pl-thread-pl_right_menu {
    padding-top: 10px;
    color: #999;
    font-size: 12px;
}

.pl-thread-pl_right_menu img {
    vertical-align: middle;
    _vertical-align: baseline;
    border: 0;
}

.pl-thread-pl_right_menu a {
    color: #999;
    text-decoration: none;
}

.pl-thread-pl_right_menu a:hover {
    text-decoration: underline;
}

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

.pl-thread-pl_right .pl-thread-xie_left img {
    width: 30px;
    height: 30px;
}

.pl-thread-pl_right .pl-thread-xie_right {
    padding-left: 40px;
}

.pl-thread-userBar {
    height: 20px;
    line-height: 20px;
    padding: 20px 0;
    font-size: 12px;
}

.pl-thread-fengxiang {
    float: left;
    width: 300px;
}

.pl-thread-fengxiang span {
    float: left;
}

.pl-thread-denglu {
    float: right;
    color: #000;
}

.pl-thread-denglu a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pl-thread-denglu a:hover {
    text-decoration: underline;
}

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

.pl-thread-xie_left {
    float: left;
}

.pl-thread-xie_left img {
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pl-thread-xie_right {
    padding-left: 60px;
}

.pl-thread-txtBox {
    height: 60px;
    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(../images/icon/pl-thread-bg.png) 0 -90px repeat-x #fff;
}

.pl-thread-txtBox textarea {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    display: block;
    border: none;
    overflow-y: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
}

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

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

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


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

.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, 0.2);
    background-color: #fff;
}

.pl-thread-bq_box ul {
    margin: 0;
    padding: 0;
}

.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 {
    cursor: pointer;
}

.pl-thread-fabu {
    float: right;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    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/icon/pl-thread-bg.png) 0 -60px repeat-x;
}

.pl-thread-fabu:hover {
    background-position: 0 -30px;
    color: #333
}

.pl-thread-pl_tit {
    height: 35px;
    line-height: 32px;
    font-size: 12px;
}

.pl-thread-pl_tit_left {
    float: left;
    color: #555;
}

.pl-thread-pl_tit_right {
    float: right;
    color: #999;
}

.pl-thread-pl_tit_right .hover {
    color: #d32;
}

.pl-thread-pl_tit_right a {
    color: #999;
    text-decoration: none;
}

.pl-thread-pl_tit_right a:hover {
    text-decoration: underline;
}

.pl-thread-page {
    padding: 10px 0;
    text-align: right;
    font-size: 12px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

.pl-thread-page span,
.pl-thread-page a {
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 5px;
    color: #777;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.pl-thread-page span {
    color: #d32;
    border: solid 1px #ccc;
    background: #f8f8f8;
}

.pl-thread-page a {
    border: solid 1px #fff;
    text-decoration: none;
}

.pl-thread-page span:hover {
    color: #d32;
    border: solid 1px #ccc;
    text-decoration: none;
    background: #f8f8f8;
}

.pl-thread-page a:hover {
    border: solid 1px #fff;
    text-decoration: none;
    background: #f8f8f8;
}

.pl-thread-huifu {
    max-width: 640px;
    margin-bottom: 10px;
    font-size: 13px;
    border-left: solid 3px #e6e6e6;
    background: #f8f8f8;
}

.pl-thread-hf {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

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

.pl-thread-hf.more a {
    color: #777;
    text-decoration: none;
}

.pl-thread-hf.more a:hover {
    text-decoration: underline;
}

.pl-thread-hf_left {
    float: left;
}

.pl-thread-hf_left img {
    width: 30px;
    height: 30px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pl-thread-hf_right {
    padding-left: 40px;
}

.pl-thread-hf_right_tit {
    color: #d32;
    padding-bottom: 5px;
}

.pl-thread-hf_right_tit a {
    color: #d32;
    text-decoration: none;
}

.pl-thread-hf_right_tit a:hover {
    text-decoration: underline;
}

.pl-thread-hf_right_tit .lou {
    float: right;
    color: #999;
}

.pl-thread-hf_right_con {
    line-height: 20px;
    position: relative;
    word-wrap: break-word;
}

.pl-thread-hf_right_con_menu {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #999;
    font-size: 12px;
}

.pl-thread-hf_right_con_menu img {
    vertical-align: middle;
    _vertical-align: baseline;
    border: 0;
}

.pl-thread-hf_right_con_menu a {
    color: #999;
    text-decoration: none;
}

.pl-thread-hf_right_con_menu a:hover {
    text-decoration: underline;
}

.pl-thread-wrapper {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    z-index: 9999;
}

.pl-thread-wrapper:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.pl-thread-wrapper-con {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    right: -100%;
    background: #f00;
}

.pl-thread-popbox,
.pl-thread-popbox2 {
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #aaa;
    background: url(../images/icon/pl-thread-bg.png) 0 -90px repeat-x #fff;
}

.pl-thread-popbox {
    width: 400px;
    height: 300px;
}

.pl-thread-popbox2 {
    width: 400px;
    height: 380px;
}

.pl-thread-popbox-tit {
    height: 40px;
    line-height: 40px;
    border-bottom: dotted 1px #ccc;
}

.pl-thread-popbox-tit h3 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}


/* .pl-thread-popbox-tit span { float: right; width: 40px; height: 40px; display: block; cursor: pointer; background: url(../images/pl-thread-close.gif) center center no-repeat;} */

.pl-thread-popbox-table {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.pl-thread-popbox-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 390px;
    height: 210px;
    padding: 10px 5px;
    overflow-y: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pl-thread-popbox-table td {
    height: 45px;
}

.pl-thread-popbox-img {
    width: 70px;
    height: 31px;
    margin-left: 8px;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    _vertical-align: baseline;
}

.pl-thread-popbox-td1 {
    width: 30%;
    padding-right: 10px;
    text-align: right;
}

.pl-thread-popbox-td2 {}

.pl-thread-popbox-inputTxt,
.pl-thread-popbox-inputTxt2 {
    padding: 5px;
    height: 19px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/icon/pl-thread-bg.png) 0 -90px repeat-x #fff;
}

.pl-thread-popbox-inputTxt {
    width: 180px;
}

.pl-thread-popbox-inputTxt2 {
    float: left;
    width: 102px;
}

.pl-thread-popbox-inputBtn {
    margin-right: 8px;
    width: 90px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/icon/pl-thread-bg.png) 0 -60px repeat-x;
}

.pl-thread-popbox-inputBtn:hover {
    background-position: 0 -30px;
    color: #333
}

.pinglun-search {}

.cell {
    margin: 10px;
}

.cell .el-button {
    padding: 6px 10px !important;
}

.cell .el-input__inner {
    padding: 0 5px !important;
}

.cell .el-input {}

.pinglun-search input {
    vertical-align: top;
    width: 110px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    border-radius: 3px 0 0 3px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    outline: none;
}

.pinglun-search button {
    vertical-align: top;
    width: 50px;
    height: 30px;
    color: #555;
    border-radius: 0 3px 3px 0;
    border: solid 1px #aaa;
    border-left: 0;
    box-sizing: border-box;
    background: linear-gradient(to top, #eee, #fff);
    cursor: pointer;
}

.pinglun-search button:hover {
    background: linear-gradient(to bottom, #eee, #fff);
}

.pl-quicknext {
    text-align: right;
    margin: 0 0 20px;
}

.pl-quicknext .btn-quicknext,
.pl-quicknext .btn-quickprev {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 30px;
    background: url(../images/icon/24gf-ellipsis.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pl-thread-hf:hover .pl-thread-hf_right_con_menu {
    display: block;
}

.pl-thread-hf:hover {
    cursor: pointer;
}

.firstul:hover .firstli {
    display: block !important;
}

.secondul:hover .secondli {
    display: block !important;
}

.threeul:hover .threeli {
    display: block !important;
}