.select-wrapper .select{position:relative;width:176px;min-width:134px;height:32px;border:1px solid #eee;cursor:pointer;}
.select-wrapper .select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #BCB267;border-right:5px solid transparent;border-left:5px solid transparent;}
.select-wrapper .select .select_text{padding:0 20px 0 10px;height:32px;line-height:32px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;}
.select-wrapper .select_ul{display:none;position:absolute;top:34px;left:-1px;width:134px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.select-wrapper .select_ul li{line-height:36px;text-indent:10px;}
.select-wrapper .select_ul li:hover{color:#1F2226;background:#BCB267;}
.select-wrapper .select_ul li.cur{color:#1F2226;background:#BCB267;}



.bottom-select-wrapper .select{position:relative;width:176px;min-width:134px;height:32px;border:1px solid #eee;cursor:pointer;}
.bottom-select-wrapper .select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #BCB267;border-right:5px solid transparent;border-left:5px solid transparent;}
.bottom-select-wrapper .select .select_text{padding:0 20px 0 10px;height:32px;line-height:32px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;}
.bottom-select-wrapper .select_ul{display:none;position:absolute;top:34px;left:-1px;width:134px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.bottom-select-wrapper .select_ul li{line-height:36px;text-indent:10px;}
.bottom-select-wrapper .select_ul li:hover{color:#1F2226;background:#BCB267;}
.bottom-select-wrapper .select_ul li.cur{color:#1F2226;background:#BCB267;}

