@charset "utf-8";
.comments{
    width: 100%;
    overflow: hidden;
}
.comments li{
    margin-bottom: 10px;
}
.comments li .floor{
    width: 100%;
    overflow: hidden;
}
.comments li .floor .floor-one-row .head-img,.comments li .floor-child ul li .floor-one-row .head-img{
    width: 24px;
    display: inline-block;
    border-radius: 2px;
}
.comments li .floor .floor-one-row span,.comments li .floor-child ul li .floor-one-row span{
    font-size: 15px;
    overflow: hidden;
    display: inline-block;
    margin-left: 2px;
    color: #8590a6;
}
.comments li .floor .floor-one-row .user-name,.comments li .floor-child ul li .floor-one-row .user-name{
    color: inherit;
    font-weight: 500;
}
.comments li .floor .comments-text,.comments li .floor-child ul li .comments-text{
    padding-left: 30px;
    margin-top: 4px;
}
.comments li .floor-child{
}
.comments li .floor-child ul{
    margin-left: 24px;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.comments li .floor-child ul li .floor-one-row span{
    margin-left: 6px;
}
.comments li .floor .comments-items,.comments li .floor-child ul li .comments-items{
    padding-left: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
    margin-top: 4px;
}
.comments li .floor .comments-items .button-style-none,.comments li .floor-child ul li .comments-items .button-style-none{
    border: none;
    background: none;
    color: #8590a6;
    font-size: 15px;
    margin-right: 16px;
}
.comments li .floor .comments-items .button-style-none span,.comments li .floor-child ul li .comments-items .button-style-none span{
    display: inline-block;
    margin-right: 6px;
}
.comments li .floor .comments-items .button-style-success:hover,.comments li .floor-child ul li .comments-items .button-style-success:hover{
    color: #3db7a0;
    cursor:pointer;
}
.comments li .floor .comments-items .button-style-warning:hover,.comments li .floor-child ul li .comments-items .button-style-warning:hover{
    color: #E6A23C;
    cursor:pointer;
}
.comments li .floor .comments-items .button-style-danger:hover,.comments li .floor-child ul li .comments-items .button-style-danger:hover{
    color: #F56C6C;
    cursor:pointer;
}
.comments li .floor .comments-items .button-style-info:hover,.comments li .floor-child ul li .comments-items .button-style-info:hover{
    color: #565d6b;
    cursor:pointer;
}