/* 头部用户名 */
.search-content{
	position: relative;
}
.user_text{
	position: absolute;
	right: 0px;
	top: -40px;
	font-size: 16px;
	line-height: 1.1;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.user_text .as{
	color: #ffffff;
	margin: 0 6px;
}

@media screen and (max-width: 1680px) {
	.user_text{
		right: 0px;
		top: -32px;
		font-size: 16px;
	}
	.user_text .as{
		margin: 0 4px;
	}
}
