.reply{
    margin-bottom: 10px;
    padding: 20px 20px 10px;
    background: #fff;
    border-radius: 4px;
    overflow: visible;
}
.reply-head {
    float: left;
    width: 50px;
    height: 50px;
    overflow: visible;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}
.reply-head .ulink {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.reply-head .ulink img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.reply-wrap{
    padding-left: 66px;
}
.reply-user .user-name {
/*    width: 500px;*/
    height: 22px;
    overflow: visible;
    display: flex;
    align-items: center;
}
.reply-user .user-name a {
    float: left;
    margin-right: 5px;
    display: inline-block;
}
.reply-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;
}
.reply-user .user-name a.uname:hover {
    color: #1979c4;
}
.reply-user .user-name .usr-role{
    display: inline-block;
    padding: 0 4px;
    height: 19px;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    line-height: 18px;
    background-color: #ef6d6d;
    color: #fff;
    font-size: 12px;
}
.reply-user .user-name .usr-role.role-bbp_keymaster{
    background-color: #ef6d6d;
}
.reply-user .user-name .usr-role.role-bbp_moderator{
    background-color: #008b35;
}
.reply-user .user-name .usr-role.role-bbp_participant{
    background-color: #2786ed;
}
.reply-user .user-name .usr-role.role-bbp_spectator{
    background-color: #dbac35;
}
.reply-user .user-name .usr-role.role-bbp_blocked{
    background-color: #484848;
}
.reply-user .user-time {
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 12px;
}
.reply-user .user-time a {
    color: #aaa;
}
.reply-user .user-time a:hover {
    color: #2786ed;
}
.reply-content{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    line-height: 26px;
    color: #444;
    font-size: 15px;
    overflow: hidden;
}
.reply-content a{
    color: #444;
}
.reply-content a:hover{
    color: #2786ed;
}
.reply-source{
    margin-bottom: 5px;
    padding: 0 10px 0 15px;
    height: 36px;
    line-height: 36px;
    color: #888;
    font-size: 14px;
    background: #f8f8f8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.reply-source a{
    color: #6f9cc8;
}
.reply-source a:hover {
    color: #2786ed;
}
.reply-action{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.reply-action .handle{
    float: right;
    width: auto;
    height: 30px;
    overflow: hidden;
}
.reply-action .handle a, 
.reply-action .handle span {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 13px;
    overflow: hidden;
    background: url(//www.51cube.com/wp-content/themes/press/img/meta.png) no-repeat;
}
.reply-action .handle .view-count {
    background-position: 0 -177px;
}
.reply-action .handle .reply-count {
    background-position: 0 0;
}
.reply-action .handle .reply-count:hover {
    background-position: 0 -30px;
    color: #2786ed;
}
.reply-action .handle .dotGood {
    background-position: 0 -60px;
}
.reply-action .handle .dotGood.done {
    background-position: 0 -150px;
    cursor: default;
}