.user {
    height: 50px;
    width: 50px;
}

.user-img img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.comment {
    display: inline-block;
    vertical-align: top;
    flex: 1;
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
}

.emoj {
    /*width: 560px;*/
}

.publish {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.publish-btn {
    float: right;
    z-index: 1;
}

.btn {
    width: 70px;
    /* 宽度 */
    margin-top: 3px;
    height: 30px;
    /* 高度 */
    border-width: 0px;
    /* 边框宽度 */
    border-radius: 3px;
    /* 边框半径 */
    background: #3cb371;
    /* 背景颜色 */
    cursor: pointer;
    /* 鼠标移入按钮范围时出现手势 */
    outline: none;
    /* 不显示轮廓线 */
    font-family: Microsoft YaHei;
    /* 设置字体 */
    color: white;
    /* 字体颜色 */
    font-size: 13px;
    /* 字体大小 */
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-cancel {
    background: grey;
    /* 背景颜色 */
}

.tmsgBox {
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tmsg-respond h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.tmsg-respond h3 small {
    font-size: smaller;
    cursor: pointer;
}

.tmsg-respond textarea {
    background: #f4f6f7;
    height: 100px;
    margin-bottom: 10px;
}

.OwO {
    position: relative;
    z-index: 1;
}

.OwO .OwO-logo {
    position: relative;
    border-radius: 4px;
    color: #444;
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 0 6px;
    cursor: pointer;
    height: 30px;
    box-sizing: border-box;
    z-index: 2;
    line-height: 30px;
}

.OwO .OwO-logo:hover {
    /* animation: a 5s infinite ease-in-out;
    -webkit-animation: a 5s infinite ease-in-out; */
}

.OwO .OwO-body {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1;
    top: 29px;
    border-radius: 0 4px 4px 4px;
    display: none;
}

.OwO-open .OwO-body {
    display: block;
}

.OwO-open .OwO-logo {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}


/* .OwO-open .OwO-logo:hover {
    animation: none;
    -webkit-animation: none;
} */

.OwO .OwO-items {
    max-height: 197px;
    overflow: scroll;
    font-size: 0;
    padding: 10px;
    z-index: 1;
}

.OwO .OwO-items .OwO-item {
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 12px 0;
    transition: 0.3s;
    line-height: 19px;
    font-size: 20px;
    cursor: pointer;
}

.OwO .OwO-items .OwO-item img {
    width: 25px;
    height: 25px;
}

.OwO .OwO-items .OwO-item:hover {
    background: #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    animation: a 5s infinite ease-in-out;
    -webkit-animation: a 5s infinite ease-in-out;
}

.OwO .OwO-body .OwO-bar {
    width: 100%;
    height: 30px;
    border-top: 1px solid #ddd;
    background: #fff;
    border-radius: 0 0 4px 4px;
    color: #444;
}

.OwO .OwO-body .OwO-bar .OwO-packages li {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 3px;
    text-align: center;
}

.OwO .OwO-body .OwO-bar .OwO-packages li:first-of-type {
    border-radius: 0 0 0 3px;
}

@-webkit-keyframes a {
    2% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    4% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg);
    }
    8% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg);
    }
    10% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg);
    }
    12% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    14% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg);
    }
    16% {
        -webkit-transform: translateY(-0.5px) rotate(-1.5deg);
        transform: translateY(-0.5px) rotate(-1.5deg);
    }
    18% {
        -webkit-transform: translateY(0.5px) rotate(-1.5deg);
        transform: translateY(0.5px) rotate(-1.5deg);
    }
    20% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    22% {
        -webkit-transform: translateY(0.5px) rotate(-1.5deg);
        transform: translateY(0.5px) rotate(-1.5deg);
    }
    24% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    26% {
        -webkit-transform: translateY(0.5px) rotate(0.5deg);
        transform: translateY(0.5px) rotate(0.5deg);
    }
    28% {
        -webkit-transform: translateY(0.5px) rotate(1.5deg);
        transform: translateY(0.5px) rotate(1.5deg);
    }
    30% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    32%,
    34% {
        -webkit-transform: translateY(1.5px) rotate(-0.5deg);
        transform: translateY(1.5px) rotate(-0.5deg);
    }
    36% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    38% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg);
    }
    40% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg);
    }
    44% {
        -webkit-transform: translateY(1.5px) rotate(0.5deg);
        transform: translateY(1.5px) rotate(0.5deg);
    }
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    48% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    50% {
        -webkit-transform: translateY(0.5px) rotate(0.5deg);
        transform: translateY(0.5px) rotate(0.5deg);
    }
    52% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg);
    }
    56% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    58% {
        -webkit-transform: translateY(0.5px) rotate(2.5deg);
        transform: translateY(0.5px) rotate(2.5deg);
    }
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    62% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    64% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    66% {
        -webkit-transform: translateY(1.5px) rotate(-0.5deg);
        transform: translateY(1.5px) rotate(-0.5deg);
    }
    68% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    70% {
        -webkit-transform: translateY(1.5px) rotate(0.5deg);
        transform: translateY(1.5px) rotate(0.5deg);
    }
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg);
    }
    74% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    76% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    78% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    82% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg);
    }
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg);
    }
    88% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    90% {
        -webkit-transform: translateY(2.5px) rotate(-0.5deg);
        transform: translateY(2.5px) rotate(-0.5deg);
    }
    92% {
        -webkit-transform: translateY(0.5px) rotate(-0.5deg);
        transform: translateY(0.5px) rotate(-0.5deg);
    }
    94% {
        -webkit-transform: translateY(2.5px) rotate(0.5deg);
        transform: translateY(2.5px) rotate(0.5deg);
    }
    96% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    0%,
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

@keyframes a {
    2% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    4% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg);
    }
    8% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg);
    }
    10% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg);
    }
    12% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    14% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg);
    }
    16% {
        -webkit-transform: translateY(-0.5px) rotate(-1.5deg);
        transform: translateY(-0.5px) rotate(-1.5deg);
    }
    18% {
        -webkit-transform: translateY(0.5px) rotate(-1.5deg);
        transform: translateY(0.5px) rotate(-1.5deg);
    }
    20% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    22% {
        -webkit-transform: translateY(0.5px) rotate(-1.5deg);
        transform: translateY(0.5px) rotate(-1.5deg);
    }
    24% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    26% {
        -webkit-transform: translateY(0.5px) rotate(0.5deg);
        transform: translateY(0.5px) rotate(0.5deg);
    }
    28% {
        -webkit-transform: translateY(0.5px) rotate(1.5deg);
        transform: translateY(0.5px) rotate(1.5deg);
    }
    30% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    32%,
    34% {
        -webkit-transform: translateY(1.5px) rotate(-0.5deg);
        transform: translateY(1.5px) rotate(-0.5deg);
    }
    36% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    38% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg);
    }
    40% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg);
    }
    44% {
        -webkit-transform: translateY(1.5px) rotate(0.5deg);
        transform: translateY(1.5px) rotate(0.5deg);
    }
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg);
    }
    48% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    50% {
        -webkit-transform: translateY(0.5px) rotate(0.5deg);
        transform: translateY(0.5px) rotate(0.5deg);
    }
    52% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg);
    }
    56% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    58% {
        -webkit-transform: translateY(0.5px) rotate(2.5deg);
        transform: translateY(0.5px) rotate(2.5deg);
    }
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg);
    }
    62% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    64% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    66% {
        -webkit-transform: translateY(1.5px) rotate(-0.5deg);
        transform: translateY(1.5px) rotate(-0.5deg);
    }
    68% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    70% {
        -webkit-transform: translateY(1.5px) rotate(0.5deg);
        transform: translateY(1.5px) rotate(0.5deg);
    }
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg);
    }
    74% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    76% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    78% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg);
    }
    82% {
        -webkit-transform: translateY(-0.5px) rotate(0.5deg);
        transform: translateY(-0.5px) rotate(0.5deg);
    }
    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg);
    }
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg);
    }
    88% {
        -webkit-transform: translateY(-0.5px) rotate(2.5deg);
        transform: translateY(-0.5px) rotate(2.5deg);
    }
    90% {
        -webkit-transform: translateY(2.5px) rotate(-0.5deg);
        transform: translateY(2.5px) rotate(-0.5deg);
    }
    92% {
        -webkit-transform: translateY(0.5px) rotate(-0.5deg);
        transform: translateY(0.5px) rotate(-0.5deg);
    }
    94% {
        -webkit-transform: translateY(2.5px) rotate(0.5deg);
        transform: translateY(2.5px) rotate(0.5deg);
    }
    96% {
        -webkit-transform: translateY(-0.5px) rotate(1.5deg);
        transform: translateY(-0.5px) rotate(1.5deg);
    }
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-0.5deg);
        transform: translateY(-1.5px) rotate(-0.5deg);
    }
    0%,
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}


/*用户输入表单*/

.tmsg-r-info {
    margin: 10px 0;
}

.tmsg-r-info input {
    height: 30px;
    border-radius: 4px;
    background: #f4f6f7;
}

.tmsg-r-info .info-submit {
    margin: 10px 0;
    text-align: center;
}

.tmsg-r-info .info-submit p,
.tmsg-commentshow h1 {
    /*background: #97dffd;*/
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    /*transition: all .3s ease-in-out;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
}


/*.tmsg-r-info .info-submit p:hover{
    background: #47456d;
}*/


/*评论列表*/

.tmsg-comments .tmsg-comments-tip {
    display: block;
    border-left: 2px solid #363d4c;
    padding: 0 10px;
    margin: 40px 0;
    font-size: 20px;
}

.tmsg-commentlist {
    margin-bottom: 20px;
}

.tmsg-commentshow>.tmsg-commentlist {
    border-bottom: 1px solid #e5eaed;
}

.tmsg-c-item {
    border-top: 1px solid #e5eaed;
}

.tmsg-c-item article {
    margin: 20px 0;
}

.tmsg-c-item article header {
    margin-bottom: 10px;
}

.tmsg-c-item article header img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    float: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin-right: 15px;
    object-fit: cover;
}

.tmsg-c-item article header img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.tmsg-c-item article header .i-name {
    font-size: 14px;
    margin: 5px 8px 7px 0;
    color: #444;
    font-weight: bold;
    display: inline-block;
}

.tmsg-c-item article header .i-class {
    display: inline-block;
    margin-left: 10px;
    background: #dff0d8;
    color: #3c763d;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
}

.tmsg-c-item article header .i-time {
    color: #aaa;
    font-size: 12px;
}

.tmsg-c-item article section {
    margin-left: 80px;
}

.tmsg-c-item article section p img {
    vertical-align: middle;
}

.tmsg-c-item article section .tmsg-replay {
    margin: 10px 0;
    font-size: 12px;
    color: #64609e;
    cursor: pointer;
}

.hbl-owo {
    display: flex;
    justify-content: space-between;
}

.comm {
    padding: 20px;
}

.su {
    margin-top: 2px;
    width: 5px;
    height: 23px;
    background: #3cb371;
    /*#1E90FF*/
}

.com-rep {
    display: inline-block;
    vertical-align: top;
}

.com-title {
    font-size: 20px;
    margin-left: 5px;
}

.com-span {
    font-size: 16px;
}

.hbl-fa {
    text-align: left;
}

.hbl-head {
    text-align: right;
    margin: 20px 10px;
}

.hbl-comm {
    display: flex;
    padding: 10px;
    width: 85%;
}

.reply {
    border-top: solid 1px #d9d9d9;
}

.content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-f {
    display: inline-block;
    vertical-align: top;
}

.nickname {
    font-size: 14px;
}

.author {
    display: inline-block;
}

.icon {
    background: #dff0d8;
    color: #3c763d;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400px;
}

.date {
    font-size: 12px;
    margin-top: 5px;
    color: grey;
}

.reply-content {
    word-wrap: break-word;
    width: 90%;
    font-size: 13px;
    line-height: 25px;
    margin-left: 56px;
}

.reply-fa {
    margin-top: 5px;
}

.reply-font {
    margin-bottom: 5px;
    color: grey;
    cursor: pointer;
}

.children {
    padding-left: 40px;
}

.cc {
    display: inline-block;
}

.cc-to a {
    text-decoration: none;
    color: #409eff;
}

.icon-reply {
    display: inline-block;
    vertical-align: top;
}

.icon-hf {
    margin-top: 2px;
}

.hbl-child {
    padding: 20px;
    border: 3px solid black;
}

.denglv .el-dialog {
    /* position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 24vh !important; */
    margin-top: 0 !important;
}

.changeImg .el-dialog {
    /* position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 24vh !important; */
    margin-top: 0 !important;
}

.comment {
    width: -webkit-fill-available;
}

.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/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/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/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/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/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/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/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;
}