 
.header_user_d{
    clear: both;
}
.header_user_d h2{
    color: #757575;
    display: inline-block;
}
.header_user_item_d a{
    color: #225599;
    text-decoration: underline;
    margin-right: 10px;
}
.header_user_item_d a:hover{
    color: #d22222;
}
.header_user_item_d {
    display: inline;
}
.right_wrapper {
    width: 300px;
    float: right;
}
.right_anwser, .right_group{
    width: 300px;
    float: right;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.right_anwser_box li:last-child{
    border-bottom: none;
    padding-bottom: 0
}
.right_anwser_box li img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.right_anwser_box li{
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}
.right_anwser_box li div{
    display: inline-block;
    position: relative;
    top: 8px;
}
.right_anwser_box .right_anwser_user_name{
    font-size: 14px;
    color: #333;
}
.right_anwser_box .right_anwser_num{
    font-size: 12px;
    color: #999;
}
.right_anwser_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
.right_anwser_all{
    float: right;
    color: #225599;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.right_group_box{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}
.right_group_box li{
    margin-top: 20px
}
.right_group_box li div{
    display: inline-block;
    position: relative;
    top: -45px;
    float: right;
}
.right_group_box li img{
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-right: 10px
}
.right_group_title, .right_topic_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
.right_group_user_name{
    color: #225599;
    font-size: 14px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
}
.right_group_user_name:hover{
    color: #d22222;
}
.right_group_num{
    font-size: 12px;
    color: #999;
}
.right_group_num .right_group_join{
    margin-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #225599;
}
.right_group_num .right_group_join:hover{
    color: #d00000
}
.right_topic_title{
    margin: 15px 0;
}
.right_contact{
    width: 300px;
    float: right;
    margin-top: 20px;
}
.pop_item{
    margin: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 15px 0;
}
.pop_item .pop_info{
    display: inline-block;
    position: relative;
    top: 8px;
}
.pop_info div{
    width: 280px;
}
.pop_item img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.pop_item div a{
    font-size: 15px;
}
.pop_item div a:hover{
    color: #d22222;
}
.pop_item div p{
    color: #999;
    font-size: 12px;
}
.pop_box{
    padding: 0 20px;
    box-sizing: border-box;
}
.atten_on{
    display: inline-block;
    background: #d22222;
    padding: 5px 10px;
    color: #fff;
    float: right;
    border-radius: 3px;
    cursor: pointer;
    width: 56px;
    position: relative;
    top: 12px;
    text-align: center;
}
.atten_on:hover{
    color: #fff;
}
.atten_default:hover{
    background: #bc1e1e;
}
.join_change_color{
    color: #999 !important;
}
.group_attention_on{
    background-color: #d22222;
    color: #fff
}
.group_attention_off{
    background-color: #ccc;
    color: #fff
}
.limit{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layui-laypage a, .layui-laypage span{
    padding: 0 10px !important;
}
