/* 头部用户名 */
.wrapper-header{
	position: relative;
	padding-top: 82px;
}
.user_text{
	position: absolute;
	right: 22px;
	top: 23px;
	font-size: 24px;
	line-height: 1.1;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.user_text .as{
	color: #ffffff;
	margin: 0 16px;
}
