html,body{
	background-color: #f3f4f5;
}
/*头像*/
#personal_picture{
	width: 100%;
	height: 3rem;
	overflow: hidden;
	position: relative;
}
.user_photo,.user_message{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.user_img{
	width: 7.4rem;
	height: 4.8rem;
	margin: -0.5rem -0.5rem;
	background: url("http://www.pkuet.cn/project1/Public/Home/image/personal/picture/phone-1052023_6401.jpg") center no-repeat;
	background-size: 100% 4.8rem;
	-webkit-filter: blur(0.03rem);
}
.user_photo:after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 2;
}
.user_message{
	z-index: 3;
}
.personal_photo{
	width: 1.46rem;
	height: 1.46rem;
	background-color: #ccc;
	border-radius: 50%;
	margin: 0.4rem auto 0;
	overflow: hidden;
}
.personal_photo img{
	display: block;
	width: 100%;
	height: 100%;
}
.personal_nickname{
	font-size: 0.28rem;
	margin-top: 0.2rem;
	text-align: center;
	color: #fff;
}
.personal_list{
	height: 0.8rem;
	background-color: #fff;
	margin-bottom: 0.2rem;
	box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(237,238,239,0.75);
}
.personal_list a{
	display: block;
	height: 100%;
	padding: 0 0.25rem;
	position: relative;
}
.personal_list a i,
.personal_list a img{
	display: block;
}
.personal_list a i,
.personal_list a p{
	float: left;
}
.personal_list a i{
	width: 0.38rem;
	height: 0.38rem;
}
.personal_list a .list_icon{
	margin-top: 0.2rem;
}
.personal_list a .list_special{
	margin-top: 0.27rem;
}
.personal_list a p{
	height: 100%;
	line-height: 0.8rem;
	margin-left: 0.15rem;
	font-size: 0.26rem;
	color: #3c3c3c;
}
.personal_list a .list_special{
	width: 0.12rem;
	height: 0.24rem;
	float: right;
}
.personal_list a .list_icon img,
.personal_list a .list_special img{
	width: 100%;
	height: 100%;
}
.personal_list a .list_notice{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	background-color: #ff3a3a;
	position: absolute;
	top: 0.36rem;
	right: 0.5rem;
	display: none;
}