.left_feed{
	position:relative;
	width:230px;
	height:100%;
	padding-top:30px;
	
}

.cont_area_feed{
    position: absolute;
    left: 230px;
    top: 0;
    min-height: 1100px;
	/*height:100%;*/
	border-left:2px solid #ececec;
}


.content_area_feed{
	padding:45px 0px 45px 115px;
	max-width:1100px;
}
.feed_bj_info{
	margin:20px 15px;
	padding:20px 15px 40px;
	background:#f8f9fb;
	border:1px solid #e5e5e5;
	border-radius: 10px;
}

.feed_bj_profile_img{
	width:170px;
	height:150px;
}

.feed_bj_profile_img > img{
	width:170px;
	height:150px;
	object-fit:cover;
}

.feed_bj_nick{
	padding-top:20px;
	color:#000;
	font-size:18px
}

.feed_bj_btn{
	padding-top:20px;
	color:#000;
	font-size:14px;
}

.feed_bj_btn > ul {
	overflow:hidden;
}

.feed_bj_btn > ul  > li{
	width:47.8%;
	margin-left:2%;
	padding:9px 0;
	text-align:center;
	background:#eeeff1;
	border:1px solid #e5e5e5;
}

.feed_bj_btn  > ul > li:first-child{
	margin-left:0%;
}

.feed_bj_info_stat{
	overflow:hidden;
	font-size:14px;
	color:#000;
}


.feed_left_menu{
	padding:10px 30px 30px;
	border-bottom:1px solid #e5e5e5;
		
}


.back_feed_chat{
	background:url(/comm_res/pc/new/img/inc/feed_chat_list_icon.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}

.back_feed_fan_list{
	background:url(/comm_res/pc/new/img/inc/feed_fan_list_icon.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}

.back_feed_fan_grade{
	background:url(/comm_res/pc/new/img/inc/feed_fan_grade_icon.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}

.feed_menu_text{
	font-size:14px;
	color:#000;
}

.feed_bj_info_fan{
	padding:20px 30px 30px;
}

.feed_bj_fan_title{
	font-size:16px;
	color:#000;
	padding-bottom:10px;
}

.back_feed_fan_rank1{
	background:url(/comm_res/pc/new/img/inc/feed_fan_rank1.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}

.back_feed_fan_rank2{
	background:url(/comm_res/pc/new/img/inc/feed_fan_rank2.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}

.back_feed_fan_rank3{
	background:url(/comm_res/pc/new/img/inc/feed_fan_rank3.jpg) no-repeat left;
	background-position-x:0px;
	padding-left:30px;
}


.back_feed_fan_number{
	width:20px;
	height:20px;
	text-align:center;
	background:#eeeff1;
	border-radius: 15px;
	margin-right:10px;
}
.rank_name_text{
	font-size:14px;
	color:#000;
}

.feed_search_area{
	border:1px solid #f7f7f7;
	background:#f7f7f7;
	height:35px;
	border-radius:10px;
	width:395px;
	position:relative;
	
	
}
.feed_search_area .search_box{
	border:0px solid #011;
	background:#f7f7f7;
	height:35px;
	border-radius:10px;
	width:375px;
	/*background:url(/comm_res/pc/new/img/inc/top_search_btn.png) no-repeat right;*/
}

.feed_search_area button {position: absolute; top: 5px; right:10px; width: 20px;
    background: url(/comm_res/pc/new/img/inc/top_search_btn.png) no-repeat left;
    text-indent: -99999px;
}