﻿body{background:#f5f5f5;}
.container{
    min-height:500px;
    font-family:Arial,"Microsoft YaHei";
}
.profile_head{
    position:relative;
    background:url("https://i.huim.com/content_new/images/profile_head.jpg") no-repeat;
}
.profile_info{
    padding-top:110px;
    height:80px;
}
.profile_head .gohome{
    position:absolute;
    top:0;
    right:0;
    width:110px;
    height:24px;
    text-align:center;
    line-height:24px;
    color:#fff;
    font-size:12px;
    background:rgba(0,0,0,0.2);
}
.profile_head .user_fac{
    margin-top:-45px;
    margin-left:30px;
    width:100px;
    height:100px;
    border:4px solid #fff;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
.profile_head .user_fac img{
    width:100px;
    height:100px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.profile_head .user_nickname{
    margin:25px 20px 0 20px;
    font-size:24px;
    color:#fff;
}
.user_nickname .sex_ico{
    display:inline-block;
    width:13px;
    height:13px;
    margin-left:8px;
}
.user_nickname .sex_female{
    background-position:-58px -35px;
}
.user_nickname .sex_male{
    background-position:-81px -35px;
}


.profile_head .info_follow {
    margin-top:33px;
}

.profile_head .info_atten{
    padding-top:22px;
}
.profile_head .user_atten li{
    float:left;
} 
.profile_head .user_atten li{
    float:left;
    width:100px;
    text-align:center;
    border-right:1px solid #b0a798;
}
.profile_head .user_atten li:last-child {
    border:0;
}
.profile_head .user_atten .s_txt1{
    display:block;    
    font-weight:bold;
    line-height:18px;
    width:100px;
    color:#fff;
    font-size:16px;
    overflow:hidden;
}
.profile_head .user_atten .s_txt1:hover{
    color:#f95c68;
}
.profile_head .user_atten .s_txt2{
    color:#fff;
}
 
.profile_head .profile_nav{
    height:44px;
    line-height:44px;
    background-color:#fff;
    border-bottom:1px solid #e0e0e0;
}
.profile_head .profile_nav .add_show{
    float:right;
    width:105px;
    height:32px;
    text-align:center;
    line-height:32px;
    margin:6px 10px 0px 15px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.profile_head .profile_nav li{
    float:left;
}
.profile_nav .current a{
    color:#f95c68;
    font-weight:700;
}
.profile_nav li a{
    display:inline-block;
    height:24px;
    line-height:24px;
    width:75px;
    text-align:center;
    font-size:14px;
    color:#444; 
}
.profile_nav li a:hover{
    color:#f95c68;
}
.profile_nav .ta_sum{
    width:105px;
}
.profile_nav .ta_follow{
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
}

/* 晒单流
------------------------------------*/
.profile_content{
    padding-top:20px;
}
.profile_content .profile_feed{
    float:left;
    width:730px;
}

.profile_feed .item_feed{
    position:relative;
    margin-bottom:10px;
    border:1px solid #ebebeb;
    background-color:#fff;
}
.item_feed .layer_box{
    position:absolute;
    top:5px;
    right:15px;
}
.item_feed .layer_box .layer_enter{
    display:block;
    padding:5px 5px;
}
.item_feed .layer_box .layer_ico{
    display:block;
    width:20px;
    height:10px;
    background-position:-212px -131px;
}
.item_feed .layer_box .layer_ico:hover{
    background-position:-234px -131px;
}
.item_feed .layer_box .layer_list{
    display:none;
    position:absolute;
    right:5px;
    top:20px;
    padding:2px;
    width:54px;
    border:1px solid #ccc;
    background-color:#fff;
    color:#333;
    border-radius:2px;
    box-shadow:0px 2px 8px 1px rgba(0,0,0,0.2);
}
.layer_box .layer_list a{
    display:block;
    width:54px;
    height:26px;
    text-align:center;
    line-height:26px;
    margin:0 auto;
}
.layer_box .layer_list a:hover{
    color:#f95c68;
    background-color:#f0f0f0;
}

.item_feed .feed_txt{
    padding:20px 20px 0 40px;
    font-size:14px;
    line-height:22px;
    color:#555;

}
.item_feed .feed_pic{
    height:100px;
    padding:20px 0 20px 40px;

}
.item_feed .feed_pic li{
    float:left;
    width:100px;
    height:100px;
    margin-right:10px;
}
.item_feed .feed_pic li img{
    width:100px;
    height:100px;    
}
.item_feed .feed_handle{
    height:35px;
    line-height:35px;
    background-color:#fafafa;
    border-top:1px solid #f0f0f0;
}
.item_feed .feed_handle li{
    float:left;    
}
.feed_handle .h_time{
    width:580px;
    padding-left:40px;
}
.feed_handle li a{
    display:inline-block;
    margin-right:8px;
}
.feed_handle li a span{
    display:inline-block;
    padding-left:3px;
    color:#999;
}
.feed_handle li a i{
    display:inline-block;
    width:18px;
    height:18px;
    vertical-align:middle;
}

.feed_handle .h_like i{
    background-position:1px 0px;
}
.feed_handle .h_like .like_select{
    background-position:-25px 0px;
}
.feed_handle .h_comm i{
    background-position:-103px 0px;
}

.info_piece{
    margin-bottom:8px;
    background-color:#fff;
    border:1px solid #ebebeb;
}

/* 关注/粉丝
------------------------------------*/
.profile_fans{
    float:left;
    width:728px;
}
.profile_fans li{
 
}
.profile_fans .fans_item{
    width:600px;
    margin:0 auto;
    padding:20px 20px;
    border-bottom:1px solid #f0f0f0;
}
.profile_fans .fans_pic{
    width:50px;
    height:50px;
    margin-right:15px;
}
.profile_fans .fans_data_name{
    font-size:14px;
    font-weight:700;
    color:#333;
}
.profile_fans .fans_data_info{
    padding-top:8px;
    color:#999;
}
.profile_fans .fans_data_info span{
    padding-right:10px;
    color:#999;
}
.profile_fans .fans_data_info font{
    padding-left:2px;
    color:#f95c68;
}
.profile_fans .fans_data_info .fans_info_fans{
    padding-left:10px;
    border-left:1px solid #888;
}
.profile_fans .fans_active{
    padding-top:20px;
}
.profile_space{
    padding-top:20px;
    padding-bottom:30px;
    text-align:center;
}
.profile_space .space_tips{
    margin-top:15px;
    font-size:18px;
    color:#666;
}
.profile_space .share_tips{
    margin:10px 0 15px 0;
    color:#808080;
    font-size:14px;
}
.profile_space .btn_space{
    margin:15px auto 0 auto;
    display:block;
    width:130px;
    height:40px;
    line-height:40px;
}

/* 最近访客
------------------------------------*/
.profile_content .profile_guests{
    float:right;
    width:250px;
}
.profile_guests .guests_tit{
    padding:15px 0 10px 25px;
    font-size:14px;
    color:#444;
    font-weight:700;
}
.profile_guests .guests_tit span{
    font-weight:500;
    margin-left:5px;
}
.profile_guests .sum_share_cot{
    padding-left:25px;
}
.profile_guests .sum_share_cot li{
    float:left;
    text-align:center;
    margin-right:23px;
    margin-bottom:20px;
}
.sum_share_cot .guest_fac{
    display:block;
}
.sum_share_cot .guest_fac img{
    width:50px;
    height:50px;
}
.sum_share_cot .guest_nickname{
    display:inline-block;
    padding-top:5px;
    max-width:50px;
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#8a4545;
}