@CHARSET "UTF-8";
[userinformationalert]{
	cursor: pointer;
}
.UserInformationAlert{
	width: 400px;
	min-height: 150px;
	position: absolute;
	border: 1px solid #dcdcdc;
	z-index: 999999;
	background-color: #fff;
	box-shadow:2px 0px 6px 0px #ccc;
}


/* 用户信息 */
.UserInformationAlert_Information{
	min-height: 103px;
	padding: 22px 38px 5px 26px;
}

/* 用户其他信息 */
.UserInformationAlert_other{
	height: 45px; 
	border-top: 1px solid #dcdcdc;
	padding: 12px 0px;
	line-height: 20px;
	color: #848484;
	font-size: 12px;
}


.UserInformationAlert_other a{
	display: inline-block;
	width: 130px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.UserInformationAlert_other a:hover,.UserInformationAlert_other a:focus {
	color:#727171 !important;
}

.UserInformationAlert_other a:last-child{
	border-right: 0px;
}



/* 用户信息 */
.UserInformationAlert_Information_ss{
	float: left;
	width: 249px;
}

/* 用户头像*/
.UserInformationAlert_Information_portrait{
	float: left;
	border-radius: 50px;
}

/* 用户信息 */
.UserInformationAlert_Information_sss{
	float: left;
	width: 180px;
	/* height: 70px; */
	padding-left: 10px;
	padding-top: 0px;
}


.UserInformationAlert_Information_name{
	font-size: 14px;
	/* line-height: 32px; */
	height: 22px;
	color: #1eb8fe;
	display: inline-block;
}


.UserInformationAlert_Information_jj{
	font-size: 12px;
	color: #575757;
	min-height: 33px;
	/* overflow: hidden; */
	line-height: 18px;
}



/* 关注按钮 */
.UserInformationAlert_Information_gz{
	margin-top: 13px;
    float: left;
    width: 84px;
    height: 35px;
    border: 1px solid #1eb8fe;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
    color: #1eb8fe;
    cursor: pointer;
}

/* 关注按钮 */
.UserInformationAlert_Information_ygz{
	margin-top: 13px;
    float: left;
    width: 84px;
    height: 35px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    text-align: center;
    line-height: 35px;
    color: #969696;
    cursor: pointer;
}
.UserInformationAlert_Information_gz img,.UserInformationAlert_Information_ygz img{
	margin-right: 5px;
}



.UserInformationAlert_zwf{
	display:block;
	cursor:pointer;
	position: absolute;
	z-index: 999999;
}