.sel-box{
	width: 100%;
	height: 70px;
    border: 0 solid #99c5c0;
    border-radius: 0;
	background: transparent;
	overflow: hidden;
}
.sel-box.on{
	border-color: transparent;
    background: transparent;
    border-radius: 0;
}
.sel-title-box{
	position: relative;
	cursor: default;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:transparent;
}

.sel-title{	
	display: inline-block; 
	width: 75%; 
	padding-left: 25px;
	line-height: 70px;
	font-family:'HMOS_S_S_Regular';
	font-size: 24px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sel-box.on .sel-title{
	color: #fff;
}
.sel-sign{
	position: absolute;
	display: inline-block;
	right: 30px;
	top: 23px;
	/*background: url(../images/icon_04.png) no-repeat;*/
	background-size: 100% 100%;
}
.sel-sign.on{
	/*background: url(../images/icon_05.png) no-repeat;*/
	background-size: 100% 100%;
}

.sel-float-box{
	position: absolute;
	top: 80px;
	border:1px solid #c0b398;
	
	z-index: 2;
	background-color:#fff;
	padding: 5px 0;
	margin-left: 0;
	overflow: hidden;
	line-height: 1.8;
}
.sel-float-box.on{
	border-color: #c57857;
	box-shadow: 0 13px 18px rgba(197,120,87,.16);
}
.sel-float-div{
	padding-left: 12px;
	cursor: default;
	line-height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background-color: #fff;
	font-family:'HMOS_S_S_Regular';
	font-size: 17px;
	color:#000;
}
.sel-float-div:hover{
	background-color:rgba(197,120,87,.1);
	color:#c57857;
}
.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:#c57857;
	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 {

}
