.sel-box{
	width: 100%;
	height: 66px;
	border:1px solid rgba(127,127,153,.1);
	border-radius: 5px;
	overflow: hidden;
}
.sel-box.on{
	border-color: #293e97;
}
.sel-title-box{
	position: relative;
	cursor: default;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:white;
}

.sel-title{
	padding-left: 18px;
	line-height: 68px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 32px;
	background: url(../images/icon_07.png) no-repeat;
	background-size: 100% 100%;
}
.sel-sign.on{
	background: url(../images/icon_07.png) no-repeat;
	background-size: 100% 100%;
}
.sel-float-box{
	position: absolute;
	top: 80px;
	border:1px solid #e6e6e9;
	
	z-index: 2;
	background-color:white;
	margin-left: -1px;
	overflow: hidden;
	line-height: 1.8;
}
.sel-float-box.on{
	border-color: #e6e6e9;
	box-shadow: 0 13px 18px rgba(83,83,83,.16);
}
.sel-float-div{
	padding-left: 12px;
	cursor: default;
	line-height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background-color: white;
	font-size: 14px;
	color:#000;
}
.sel-float-div:hover{
	background-color:#f4f5fa;
	color:#3949a2;
}
.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;

}