.haircircle-head {
	@include  flexRowCenter;
	padding: 0 10px;
	&-img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	&-right{
		margin-left: 10px;
		flex: 1;
		height: 40px;
		@include  flexRowSpace;
		&-left {
			width: 260rpx;
			&-text{
				height: 25px;
				line-height: 25px;
				font-weight: bold;
				width: 260rpx;
				@include styleFont(#343434,14);
				@include onlyLineEllipsis;
			}
			&-address{
				line-height: 15px;
				@include styleFont(#979497,12);
				@include onlyLineEllipsis;
			}
		}
		&-right{
			width: 148px;
			height: 40px;
			flex-direction: row;
		}
	}
	&-down{
		height: 25px;
		padding: 0 10px;
		background-color: #fff0f0;
		border-radius: 30px;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		&-text{
			@include styleFont(#e13730,12);
		}
	}
	&-share{
		height: 25px;
		padding: 0 10px;
		background-color: #fb2e2d;
		border-radius: 30px;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		&-text{
			@include styleFont(#FFFFFF,12);
		}
	}
}