.cmt-list {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: left;
    direction: ltr;
}
.cmt-list a {
    cursor: pointer;
    color: #4267b2;
    text-decoration: none;
}
.cmt-top {
    padding: 9px 0 7px;
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee;
    margin-bottom: 10px;
}
.cmt-top a.cmt-sort {
    float: right;
    font-weight: 700;
}
.cmt-item {
    padding: 7px 0;
}
.cmt-item .cmt-content {
    display: table-cell;
    vertical-align: top;
}
.cmt-item .cmt-name a {
    font-weight: 700;
}
.cmt-item .cmt-bottom {
    font-size: 12px;
}
.cmt-item .cmt-bottom a {
    font-weight: normal;
    padding: 0 5px;
}
.cmt-item .cmt-bottom a:first-child {
    padding-left: 0;
}
.cmt-item .cmt-avatar {
    float: left;
    background-color: #EDEDED;
    margin-bottom: 8px;
    margin-right: 11px;
}
.cmt-item .cmt-img {
    width: 48px;
    height: 48px;
}
.cmt-item .shop-cmt-logo {
    float: left;
    background-color: #EDEDED;
    margin-bottom: 8px;
    margin-right: 11px;
    margin-left: 8px;
}
.cmt-item .shop-cmt {
    margin-left: 60px;
    margin-top: 4px;
    border-bottom: none;
    border-left: 1px dotted #d3d6db;
    padding: 0;
}
.cmt-item .shop-cmt-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 0;
}
.cmt-footer {
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    position: relative;
}
.cmt-footer img {
    width: 13px;
}