.sel-box{
	width: 100%;
	height: 66px;
    border: 2px solid #99c5c0;
    border-radius: 3px;
	background: #fff;
	overflow: hidden;
}
.sel-box.on{
	border-color: #48aea3;
    background: #48aea3;
    border-radius: 3px;
}
.sel-title-box{
	position: relative;
	cursor: default;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:transparent;
}

.sel-title{
	padding-left: 23px;
	line-height: 66px;
	font-family:'AGDKBS';
	font-size: 20px;
	color: #000;
}
.sel-box.on .sel-title{ color: #fff;}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 20px;
	background: url(../images/icon_01.png) no-repeat;
	background-size: 100% 100%;
}
.sel-sign.on{
	background: url(../images/icon_02.png) no-repeat;
	background-size: 100% 100%;
}

/*.sel-box.on .sel-sign{ background: url(../images/icon_02.png) no-repeat;}*/
.sel-float-box{
	position: absolute;
	top: 80px;
	border:1px solid #e6e6e9;
	
	z-index: 2;
	background-color:white;
	padding: 5px 0;
	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-family:'HSSR';
	font-size: 17px;
	color:#000;
}
.sel-float-div:hover{
	background-color:#f3fcfc;
	color:#48aea3;
}
.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;

}
.sel-float-box::-webkit-scrollbar{
	width: 2px;
}
.sel-float-box::-webkit-scrollbar-thumb {
	background-color:#99c5c0;
	border-radius: 50px;
}
/*  滚动条轨道. */
.sel-float-box::-webkit-scrollbar-track {
	/*-webkit-box-shadow:inset 0 0 6px rgba(58,102,79,.4);
    box-shadow:inset 0 0 6px rgba(58,102,79,.4); */
	background-color:rgba(0,0,0,0);
}
/* 滚动条没有滑块的轨道部分 */
.sel-float-box::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
/* 当同时有垂直滚动条和水平滚动条时交汇的部分. */
.sel-float-box::-webkit-scrollbar-corner {
	background:transparent;
}
/* 某些元素的corner部分的部分样式(例:textarea的可拖动按钮). */
.sel-float-box::-webkit-resizer {

}
