/*布局div*/
#user_content{
    background-color: #F5F5F5;
}
.add_div{
    height:60px;
}
.user-top{
    width:100%;
    height:250px;
    background-color: #05C6B3;
}
/*内容div*/
.user-bottom{
    width:1100px;
    height:800px;
    margin:0 auto;
}
.user-bottom .user-bottom-div{
    height:800px;
    background-color: #fff;
    float: left;
    margin-top: -45px;
}
.user-bottom .left{
    width:70%;
}
.user-bottom .right{
    width:28%;
    margin-left:15px;
}
/*个人信息div*/
.user-top-cont{
    width:1000px;
    height:180px;
    margin:0px auto;
    /*border:1px solid;*/
}
.user-top-con{
    float:left;
    height:100%;
    margin-top: 10px;
}
.user-top .left{
    width:15%;
}
.user-top .content{
    width:66%;
}
.user-top .right{
    width:18%;
}
.user-top .left img{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border:2px solid #efefef;
    margin-top: 40px;
    margin-left: 30px;
}
.user-top .user-top-con .user-top-content{
    width:100%;
    color:#efefef;
}
.user-top .user-top-con .top{
    line-height: 140px;
    font-size: 30px;
    height: 100px;
    font-weight: 400;
}
.user-top .user-top-con .bottom{
    height: 75px;
    margin-left: 10px;
}
.user-top .user-top-right{
    width:120px;
    height:100px;
    /*border:1px solid;*/
    margin-top:60px;
    margin-left: 20px;
}
.user-top .user-top-connection{
    width:45%;
    display: inline-block;
    color:#ECF4F3;
    font-size: 15px;
    text-align: center;
}
.user-top .user-top-right span:first-child{
    border-right: 1px solid #7DDED4;
}
.user-top .user-top-connection :first-child{
    font-size: 30px;
}

/*选项卡*/
.showTyle{
    width: 800px;
    height:35px;
}
.bottom-card{
    width: 200px;
    height:45px;
    float:left;
    border-bottom: 1px solid #DDDDDD;
    background-color: #fff;
}
.typeCard{
    width: 140px;
    height:44px;
    float:left;
    text-align: center;
    line-height: 44px;
    border: 1px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    font-size: 16px;
}
.typeCard:hover{
    cursor: pointer;
}
.selectCard{
    border-top: 3px solid #EA9106;
    background-color: #fff;
    color:#5998F1;
    height:42px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
.queList-left{
    float: left;
    width:74%;
    min-height:1100px;
}
/*关注*/
.user_attention{
    color:#fff;
    width:60px;
    padding:4px 7px;
    margin-top:20px;
    display: block;
    margin-left:20px;
    font-size: 14px;
    cursor: pointer;
    border:1px solid #3EB53D;
    text-align: center;
    height: 20px;
}
.user_attention img{
    vertical-align: -5px;
    border:0px solid;
}
/*右侧列表*/
.right-list{
    height:30px;
    color:#aaa;
    margin-top:16px;
    width:80%;
    margin-left:20px;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom:1px solid #dedede;
}
.right-list a{
    color:#aaa;
}
.right-list a:hover{
    color:#4D55BB;
}
.att-con-list{
    width:80%;
    margin-left:20px;
}
.att-con-list .att-con-item{
    float:left;
    margin-top:15px;
    width:60px;
    height:80px;
}
.att-con-list .att-con-item img{
    width:50px;
    border: 0px solid;
    margin-right:11px;
}
.att-con-list .att-con-nick_name{
    font-size: 12px;
    width:50px;
    margin-top: -2px;
    text-align: center;
}
.att-con-list .att-con-nick_name a{
    color:#888;
}
.att-con-list .att-con-nick_name a:hover{
    text-decoration: underline;
}
.both-null{
    height:20px;
}

/*中间列表部分*/
.userList-con{
    width:94%;
    margin-left:50px;
    margin-top:30px;
}
.userList-list{
    width:94%;
    height:50px;
    min-height:40px;
    margin-top:20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.userList-list .userList-title{
    height:28px;
}
.userList-list .userList-title a{
    font-size: 15px;
    color:#555;
}
.userList-list .userList-title a:hover{
    color:#5998F3;
}
.userList-list .userList-conent{
    height:20px;
    color:#aaa;
    font-size: 14px;
}
.userList-list .userList-conent .set_status{
    cursor: pointer;
    display: none;
}
.userList-list .userList-conent .set_status img{
    width:15px;
    vertical-align: -3px;
}

/*个人信息*/
#user_info_table{
    border-collapse:collapse;
    margin-left:50px;
    width:600px
}

#user_info_table tr{
    height:65px;
    color:#777;

    border-bottom:1px dotted #eee;
}
#user_info_table td{
    margin-top:20px;
}

.user_info .info_list .info{
    display: block;
    width:130px;
    float:left;
}
/*编辑信息*/
.user-top-con .edit_info{
    font-size: 15px;
    padding:5px 10px;
    margin-left:25px;
    cursor: pointer;
    line-height: 30px;
    border: 1px solid #FA8D31;
    vertical-align: 5px;
}
