/*用户信息*/
.post .info .user { margin-top: 7px; }
.post .info .user div.cl{
	width: 190px;
	height: 20px;
	overflow: hidden;
}
.post .info .user span{
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 20px;
	cursor: pointer;
	display: none;
}
.post li:hover .info .user span{
	display: block;
}
.post .info .user span.atten{	
	color: #3d7eff;
}
.post .info .user span.atten:hover{
	background-color: #3d7eff;
	color: white;
}
.post .info .user span.attened{
	color: #BFC4CD;
}
.post .info .user span.attened:hover{
	background-color: #eff3f6;
}
.post .info .user span.attened_per{
	color: #5dca70;
}
.post .info .user span.attened_per:hover{
	background-color: #5dca70;
	color: white;
}
.post .info .user a { display: inline-block; height: 20px; line-height: 20px;}
.post .info .user a img { float: left; width: 20px; height: 20px; }
.post .info .user .name { float: left; margin-left: 10px; color: #34495e; font-weight: normal;display:flex;align-items: center; }
.post .info .user.on .name { color: #3d7eff; }
.post .info .user a i{
	margin-right: 1px;
	color: #3d7eff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	/*margin-top: 4px*/
}
.post .info .user a i.icon-recommendation_designer{color: #e74c3c;}
.post .info .user a em{margin-right: 3px;}
.post .info .user a .name .moon{width:14px;height:14px;border-radius: 0;float: none; }
.nivoSlider img{
	display: none;
}
.post li:hover .info .user a{
	color: #3d7eff;
}
.post .info .user .team_name{
	display: inline-block;
	font-size: 12px;
	color: #abb8c2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 2px;
	opacity: 0;
	height: 20px;
	padding: 0 5px;
	line-height: 22px;
}
.post .info .user .team_name em{
	display: inline-block;
	margin-left: 1px;
	height: 20px;
	line-height: 20px;
}
.post .info .user.on .team_name{
	opacity: 1;
}
.tool-tip{
	width: 100%;
	height: 70px;
	background-color: #e74c3c;
	text-align: center;
	color: white;
	font-size: 16px;
	display: none;
	min-width: 1180px;
}
.tool-tip span,.tool-tip a{
	display: inline-block;
	line-height: 70px;
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: justify;
}
.tool-tip a{
	color: #FFF7BF;
}
.tool-tip i{
	float: right;
	margin-right: 20px;
	line-height: 30px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.3);
}