.top_user.user_auth .point, .top_user.user_auth .logout{color:#666;}
.top_user.user_auth .user-img{width:40px;height:40px;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#ffffff; /*#f2f2f2*/overflow:hidden;}
.top_user.user_auth .user-img img{max-width:100%;}
.top_user.user_auth .notice-msg{
	position:absolute;
	top:-10px;
	left:-15px;
	display:block; 
	/*background:#FF0004; */
	background-image:url(/images/icons/message.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	font-size:12px;
	font-weight:300;
	width:24px;
	height:24px;
	line-height:20px;
	text-align:center;
}