.comment{
    margin-bottom: 10px;
    padding: 20px 20px 10px;
    background: #fff;
    border-radius: 4px;
    overflow: visible;
}
.cmt-head {
    float: left;
    width: 50px;
    height: 50px;
    overflow: visible;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}
.cmt-head .userlink {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.cmt-head .userlink img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.cmt-wrap {
    padding-left: 66px;
    overflow: visible;
}
.cmt-user .user-name {
    width: 100%;
    height: 22px;
    overflow: visible;
}
.cmt-user .user-name a {
    float: left;
    margin-right: 5px;
    display: inline-block;
}
.cmt-user .user-name a.uname {
    height: 22px;
    line-height: 22px;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cmt-user .user-time {
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 12px;
}
.cmt-user .user-time a{
    color: #aaa;
}
.cmt-user .user-time a:hover {
    color: #2786ed;
}
.cmt-content .cmt-txt{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    line-height: 26px;
    color: #444;
    font-size: 15px;
    overflow: hidden;
}
.cmt-content .cmt-txt a{
    color: #444;
}
.cmt-content .cmt-txt a:hover{
    color: #2786ed;
}
.cmt-from {
    margin-bottom: 5px;
    height: 40px;
    background: #f8f8f8;
}
.cmt-from .img {
    float: left;
    width: 65px;
    height: 40px;
}
.cmt-from .img a{
    display: block;
    width: 100%;
    height: 100%;
}
.cmt-from .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmt-from .tit {
    line-height: 40px;
    color: #888;
    font-size: 14px;
    padding-left: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cmt-from .tit a {
    color: #6f9cc8;
}
.cmt-from .tit a:hover {
    color: #2786ed;
}