@charset "utf-8";
body{
	overflow-x: hidden;
}
.page_emotion dd{
	display: inline-block;
	float:left;
	height:24px;
	margin:2px;
	text-align:center;
}
.list_emotion *[data-key]{
	color:transparent;
	display: block;
	width:24px;
	height:24px;
	margin: auto;
	background:url(/uploads/image/lcimg/default.gif) no-repeat 0 0;
	-webkit-background-size:auto 24px;
}
.list_emotion *.del{
	background-image:url(/uploads/image/lcimg/del.png);
}
.nav_emotion{
	padding:10px 0;
	text-align: center;
}
.nav_emotion span{
	display: inline-block;
	width:8px;
	height:8px;
	border-radius:10px;
	background: #ebebeb;
	margin:0 5px;
}
.nav_emotion span.on{
	background-color:#bbb;
}