@CHARSET "UTF-8";
/*外面边框的样式*/
.selectpick_div {  font-size: 14px; font-weight: 500;border-bottom: solid 1px #C1C6D0; line-height: 43px; cursor: pointer; z-index: 9; box-sizing: border-box; width: 100%; height: 44px; }

.selectpick_icon { float: right; background: url(data:image/gif;base64,R0lGODlhDgAGAKIAAP///6y5y8fP3NLZ47rF1PDy9t/k65qqwCH5BAAAAAAALAAAAAAOAAYAAAMdGAPcbqEc4hw5hd3cSgiVcSyAKFSMFwiHgTpCVCUAOw==) no-repeat; margin: 19px 20px 0 0; height: 6px; width: 14px; cursor: pointer; }



/*下拉框的主体*/
.selectpick_options { border: solid 1px #C1C6D0; overflow: hidden; border-top: none; position: absolute; font-size: 14px; display: none; background-color: #fff; width: 100%; box-sizing: border-box;}

.selectpick_options ul { height: 390px; overflow-y: scroll; overflow-x: hidden; }
.selectpick_options li { line-height: 30px; cursor: pointer;margin-bottom:0 ;transition:all .3s ;padding-left:15px;padding-bottom:0 !important;}
.selectpick_options li:hover { background-color: #eee; }

.selectpick_options li.selectpick_options_selected { background-color: #C1C6D0; }
/*设置为disabled的时候*/
.selectpick_no_select { cursor: default; color: #9a9898; background-color: #F5F5F5; }
/*设置下拉框的不透明度*/
.select_hide { position: absolute; top: -9999px; -moz-opacity: 0; opacity: 0; -webkit-opacity: 0; filter: alpha(opacity =0); }
/*其他*/

.selectpick_options li label { cursor: pointer; }

.selectpick_div_box { display: inline-block; *zoom: 1; *display: inline; position: relative; width: 100%; white-space: nowrap; z-index: 9; }


.selectpick_div span span { color: #C1C6D0; }

.error + div > div { border-color: #f00; }
.selectpick_div>span:first-child{float:left;}