.x-link {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	&-name{
		font-size: 14px;
		color: #343434;
	}
	&-right{
		align-items: center;
		flex-direction: row;
	}
	&-intro{
		font-size: 14px;
		color: #999999;
	}
	&-icon{
		margin-left: 15px;
	}
}