.emotion-wrap{
	width: 480px;
	height: 250px;
	position: fixed;
	.emotion-tab-wrap{
		background: #eee;
		overflow: hidden;
		li{
			float: left;
			margin: 0 10px 0 0 ;
		}
	}
	.emotion-content-wrap{
		overflow: hidden;
		background: #fff;
		.emotion-list{
			width: 100%;
			li{
				float: left;
			}
		}
	}
}