.j_select {
	margin:0;padding:0;cursor:pointer;position: relative;background:#fff;display:inline-block;width: 100% !important;
}
.j_select .current_select {
	margin:0;padding:0;height:40px;line-height:40px;border:1px solid #ccc;box-shadow:1px 1px 2px #ccc;
	outline:none;
	display: flex;
	padding-left: 20px;
}
.j_select .current_select .select_icon {
	margin:0;padding:0;position:absolute;right:5px;top:4px;
}
.j_select ul {
	margin:0;padding:0;border:1px solid #eee;border-radius:2px;display:none;box-shadow:0px 0px 1px #e6e4e4;background:#fff;
	position:absolute;width:calc(100% - 2px) !important;max-height:302px;overflow:auto;outline:none;z-index:99 !important;
}
.j_select ul li {
	margin:0;padding:0 20px;line-height:34px;list-style:none;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.j_select ul li:hover {
	background:#f5f5f5;
}
.j_select ul li.current_item {
	color: #409eff;
	font-weight: bold;
}
.j_select .noselect{
	color: #a4a4a4;
}