.sel-box{
	/*width: calc(100% - 2px);
	border:1px solid #e0e0e0;*/
	overflow: hidden;
	height:40px;
	line-height:40px;
        /*border-radius: 4px;*/
        color:#666;
            font-size: 16px;
			display: inline-block;
}
.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{
	
	line-height: 40px;
	font-size:14px;
	color:#666666;
}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	background: url(down2.png);
	background-size: 100% 100%;
    /* width: 40px !important;
    height: 40px !important; */
}
.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; 
	width: 212px !important;
}
.sel-float-box.on{
	border-color: #dcdcdc;
        margin-left: -21px;
}
.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;

}

/*��������*/
.ix-mess ul li.a2 .sel-box{width: 90px;   margin-right: 10px;  display: inline-block; float: left;}