.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;}*/


.header-select-wrapper .select{position:relative;width:96px;height:30px;}
.header-select-wrapper .select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;}
.header-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;}
.header-select-wrapper .select_ul{display:none;position:absolute;top:34px;left:-1px;width:96px;min-width:96px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.header-select-wrapper .select_ul li{line-height:36px;text-indent:10px;}
.header-select-wrapper .select_ul li:hover{background:#CC0000;color: #fff}
.header-select-wrapper .select_ul li.cur{background:#CC0000; color: #fff}


.bottom-select-wrapper .select{position:relative;width:96px;height:30px;border:1px solid rgba(255, 20, 21, 1);border-radius: 6px;cursor: pointer}
.bottom-select-wrapper .select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #E6A2A0;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:96px;min-width:96px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.bottom-select-wrapper .select_ul li{line-height:36px;text-indent:10px; cursor: pointer;   }
.bottom-select-wrapper .select_ul li:hover{background:#A71313;color: #E6A2A0;}
.bottom-select-wrapper .select_ul li.cur{background:#A71313; color: #E6A2A0;}

.bottom-select-wrapper .select_ul {
    background: #fff!important;
    color: #333!important;
}
