.sel-box{
	width: 298px;
	border:1px solid #dcdcdc;
	overflow: hidden;
	height:40px;
	line-height:40px;
}
.sel-box.on{
	border-color: #dcdcdc;
}
.sel-title-box{
	position: relative;
	cursor: default;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:white;
}

.sel-title{
	padding-left: 20px;
	line-height: 2.2;
	font-size:14px;
	color:#999;
}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	background: url(down2.png);
	background-size: 100% 100%;
}
.sel-sign.on{
	background: url(down22.png);
	background-size: 100% 100%;
}
.sel-float-box{
	position: absolute;
	border:1px solid #ddd;
	
	z-index: 2;
	background-color:white;
	margin-left: -1px;
	overflow: hidden;
	line-height: 1.8;
}
.sel-float-box.on{
	border-color: #dcdcdc;
		width: 298px !important;
}
.sel-float-div{
	 font-size:14px;
	padding-left: 20px;
	cursor: default;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background-color: white;
	color:#666;
	height:30px;
	line-height:30px;
}
.sel-float-div:hover{
	background-color:#dcdcdc;
	color:white;
}
.sel-float-div-disabled{
	padding-left: 12px;
	line-height: 1.8;
	color:#bbb;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sel-hide{
	display: none;

}