

.m-icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
}
.m-icon.m-icon-redv{
	background-image: url(../images/authentication_red.png?id=202502181800);
	background-size: 100% 100%;
}
.m-icon.m-icon-orangev{
	background-image: url(../images/authentication_orange.png?id=202502181800);
	background-size: 100% 100%;
}
.m-icon.m-icon-goldv{
	background-image: url(../images/authentication_gold.png?id=202502181800);
	background-size: 100% 100%;
}
.table_wrap .user_info .m-icon {
	position: absolute;
	top: 15px;
	left: 30px;
	*top: 30px;
}
.red_info .avatar_wrap{
	width: 110px;
	height: 110px;
}
.red_info .avatar_wrap .m-icon {
	position: absolute;
	top: 90px;
	left: 85px;
	z-index: 2;
}
.red_user dt .red_user_a .m-icon{
    position: absolute;
    right: 8px;
    bottom: 8px;
}