.sel-box{
	width: 100%;
	border:1px solid #d5d7db;
	overflow: hidden;
}
.sel-title-box{
	position: relative;
	cursor: default;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
}

.sel-title-box::before{content: "\eb8b"; font-family: "iconfont" !important; position: absolute; top: 3px; right: 5px; font-size: 30px;}

.sel-title{
	padding-left: 10px;
    font-size: 14px;
}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}
.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-div{
	padding: 10px;
	cursor: default;
	overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
	background-color: white;
	color:#666;
    cursor: pointer;
    transition: 0.5s;
    line-height: 1.3;
}
.sel-float-div:hover{
	background-color:#C81432;
	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;

}