ul{ list-style:none}
.select-wrapper{font-size: 12px;position:relative;cursor:pointer;*margin-right:10px;
background:#fff}
.select-wrapper.focus{border:none}
.select-button{font-size: 12px;width:238px;height:34px;border:0;background:#fff;cursor:pointer;overflow:hidden;text-align:left;outline:none;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis; color:#999;padding-left: 12px;}
.select-down{position:absolute;top:0px !important;right:15px;height:38px;width:9px;overflow:hidden;font-size:0; background:url(../image/down.png) no-repeat left center}  
.disabled{color:#cccccc}
.select-list{background:#fff;border:1px solid #ddd;box-shadow:0 0 3px #ddd;display:none;z-index:2;position:absolute;left:-1px;top:35px;overflow:hidden}
.select-list ul{margin:0;padding:0;overflow-x:hidden;overflow-y:auto;line-height:25px !important;max-height:200px}
.select-list ul li{width:auto;height:30px !important; line-height:30px;cursor:pointer;overflow:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis; text-align:center; font-size:14px; color:#737272}
.select-list ul li.selected,.select-list ul li:hover{color:#fff;background:#5185ff}

/* 下拉列表不可用样式 */
.select-button-disable{color:#ccc;width:238px;height:34px;border:1px solid #ddd;border-radius:3px;background:#fff;cursor:pointer;padding-left:10px;overflow:hidden;text-align:left;outline:none}
.select-down-disable{color:#ccc;font-size:18px;position:absolute;top:0;right:10px;line-height:34px}
.select-list{scrollbar-face-color: #6ebff1; border:1px solid #ddd}
.select-list ul::-webkit-scrollbar{width:14px;}
.select-list ul::-webkit-scrollbar-track{background-color: #e7f3fb;}
.select-list ul::-webkit-scrollbar-thumb{ background:#fde50b}
.select-list ul::-webkit-scrollbar-button{ background-color: #01af63;}
.select-list ul{scrollbar-arrow-color: #168dd3;scrollbar-face-color: #6ebff1;scrollbar-3dlight-color: #e7f3fb;scrollbar-highlight-color: #e7f3fb;
scrollbar-shadow-color: #c9e5f7;scrollbar-darkshadow-color: #c9e5f7;scrollbar-track-color: #e7f3fb;scrollbar-base-color:#e7f3fb;}

