.pick-area {
	display: inline-block;
	position: relative;
	font-size: 14px;
	background: #fff;
	text-decoration: none;
	cursor: default;
	width: 100% !important;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.pick-show {
	position: relative;
	padding: 0 8px;	
	line-height: 40px;
	border: 1px solid #dedede;
	border-radius: 3px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #dedede;
}
.pick-show.on{
	opacity: 1;
}

.pick-show span {
	float: left;
	display: inline-block;
	max-width: 100px;
	height: 26px;
	line-height: 26px;
	padding: 0 3px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	cursor: pointer;
	background: none!important;
}

.pick-show span:hover {
	color: #999 !important;
	border-radius: 3px;
}

.pick-show span.pressActive {
	background: #f1692f;
	color: #999 !important;
	border-radius: 3px
}

.pick-show em.pick-arrow {
	position: absolute;
	top: 20px;
	right: 15px!important;
	display: block;
	
	width: 8px;
	height: 8px;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	content: "";
	position: absolute;
	right: 18px;
	top: 18px;
	transform: rotate(135deg);
	z-index: 99;
}

.pick-show i {
	float: left;
	display: inline-block;
	padding: 0 3px;
	color: #333;
	font-style: normal;
}

.pick-list {
	display: none;
	position: absolute;
	line-height: 36px;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 999999999;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #dedede;
	width: 100%!important;
	
}

.pick-list li {
	margin: 0;
	padding-left: 8px;
	list-style: none;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0!important;
	width: 100%;
}

.pick-list li:hover {
	color: #fff;
	font-weight: bold;
}
