

.x-select {
	flex-direction: row;
	align-items: center;
	&-label{
		font-size: 14px;
		width: 90px;
		padding-right: 5px;
		line-height: 50px;
	}
	&-right{
		flex: 1;
	}
	&-item{
		height: 50px;
		&-test{
			line-height: 50px;
			font-size: 14px;
			color: $gl_color;
			overflow: hidden;
			text-overflow: ellipsis;			
			lines: 1;
			/* #ifdef H5 */
			white-space: nowrap;
			/* #endif */ 			
		}
	}
}