/*
* @Author: zhouningyi
* @Date:   2017-02-21 15:49:41
* @Last Modified by:   zhouningyi
* @Last Modified time: 2017-03-13 18:32:19
*/

.z_tag-container{
	display: flex;
	justify-content: center;
	align-items: space-around;
	flex-direction: row;
	height: 80%;
	border-radius: 3px;
	margin: 0 5px;
	overflow-y: auto;
	padding: 0 5px;
}

.z_tag-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	// font-size: 12px;
	flex-wrap: nowrap;
	white-space:nowrap;
	padding: 0 5px 0 10px;
	overflow: hidden;
	text-overflow : ellipsis;
}
.z_tag-icon{
	display: flex;
	align-items: center;
}