.member_header .center a .add_friend{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #A0C181;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.member_header .center a .add_friend:hover{
	background-color: #b9d1a6;
}
.member_header .center a .add_friend>i{
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.addfriend_modal{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
    background: rgba(35, 24, 21, .2);
    z-index: 999;
    display: none;
}
.addfriend_modal .modal_content{
	width: 550px;
	height: 460px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 40px 20px;
}
.addfriend_modal .modal_content .icon_close{
	position: absolute;
	right: 0;
	top: -40px;
}
.addfriend_modal .modal_content .icon_close>i{
	font-size: 18px;
	border: 2px solid #fff;
	cursor: pointer;
	font-weight: 700;
	border-radius: 50%;
	color: #fff;
	padding: 4px;
	display: inline-block;
}
.addfriend_modal .modal_content .modal_main{
	height: 367px;
	width: 510px;
}
.addfriend_modal .modal_content .modal_main>span{
	font-size: 25px;
	display: block;
	text-align: center;
	color: #595844;
	font-weight: 700;
}
.addfriend_modal .modal_content .modal_main>p{
	font-size: 14px;
	color: #333836!important;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: center;
}
.addfriend_modal .modal_content .modal_main .modal_user{
	display: flex;
	justify-content: center;
}
.addfriend_modal .modal_content .modal_main .modal_user>img{
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.addfriend_modal .modal_content .modal_main .modal_user>div{
	display: flex;
	flex-direction: column; /*使项目垂直显示*/
	margin-left: 20px;
	text-align: left;
}
.addfriend_modal .modal_content .modal_main .modal_user>div>span{
	color: #717071;
	font-weight: 700;
	height: 19px;
}
.addfriend_modal .modal_content .addfriend_close{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #A0C181;
	font-family: "Open Sans";
	cursor: pointer;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #eee;
	left: -1px;
	font-weight: 700;
}
.photo_right{
	width: 650px;
	float: right;
	padding: 16px 16px 8px;
}
.photo_right>h2{
	color: #57615D!important;
	font-size: 25px!important;
}
.photo_right .photo_lists{
	width: 100%;
	overflow: hidden;
}
.photo_right .photo_lists li{
	float: left;
	width: calc(33.1% - 4px);
	height: 176px;
	margin-bottom: 8px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
}
.photo_right .photo_lists li:nth-child(3n) {
	margin-right: 0;
}
.photo_right .photo_lists li img {
	max-width: inherit !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.photo_right .photo_lists li img.width_img {
	width: 100%;
}
.photo_right .photo_lists li img.height_img {
	height: 176px;
}
.look_other>img{
	width: 100%!important;
	height: 100%!important;
}
.look_other .photo{
	display: inline-block;
	width: 120px!important;
	height: 120px!important;
	border: 6px solid #fff;
	position: relative;
	overflow: hidden;
}
.look_other .photo>img{
	max-width: inherit !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.look_other .photo>img.width_img{
	width: 120px!important;
}
.look_other .photo>img.height_img{
	height: 120px!important;
}
.look_other .center{
	margin: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.photo_empty{
	width: 100%;
    height: 328px;
    font-size: 20px;
    text-align: center;
    line-height: 300px;
    color: #aaa;
    font-weight: 700;
}
