.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;
}