.default-avatar{
	background-color:#e6eaed;
	div{
		width: 22px;
		height: 24px;
		margin:0 auto;
		margin-top: 6px;
		background-image:url(./default-avatar.svg);
	}
}
.avatar-medium{
	box-sizing: border-box;
	color:#fff;
	border-radius:50%;
	display: inline-block;
	height: .32rem;
	width:.32rem;
	text-align:center;
	font-size: .14rem;
	line-height:.32rem;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.avatar-small{
	box-sizing: border-box;
	color:#fff;
	border-radius:50%;
	display: inline-block;
	height: .16rem;
	width:.16rem;
	text-align:center;
	font-size: .12rem;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.avatar-original{
	box-sizing: border-box;
	color:#fff;
	border-radius:50%;
	display: inline-block;
	height: .56rem;
	width: .56rem;
	text-align:center;
	font-size: .14rem;
	line-height:.56rem;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.avatar-big{
	box-sizing: border-box;
	color:#fff;
	border-radius:50%;
	display: inline-block;
	height: .4rem;
	width:.4rem;
	text-align:center;
	font-size: .14rem;
	line-height:.4rem;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
