.select{border:#ddd 1px solid; width:100%; border-bottom: 0; font-size:14px; box-sizing: border-box;}
.select li{list-style:none;width:100%;}
.select .select-list{border-bottom:#e3e3e3 1px solid; display: flex;}
.select dt{ padding: 10px 0 10px 20px; height: 100%; text-align:left; color:#000; font-weight: bold; height:24px;line-height:24px; }
.select dd{ flex: 1;}
.select a{display:inline-block;white-space:nowrap;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;margin:10px 0 10px 10px; line-height: 24px;}
.select a:hover{color:#d6000f;background-color:#cfa776}
.select a.selected{color:#fff;background-color:#cfa776}
.select a img{height:30px}
/*.select a.C_brand{ padding:0px; margin:0px 5px;margin-top: -5px; height:30px;border:1px solid #fff; position: relative}
.select .selected a.C_brand{ border:1px solid #f60;background:none}*/
.select-result dt{font-weight:700}
.select-no{color:#999}
.select .select-result a{padding-right:20px;background:#d6000f url(../../plugins/template/images/close.gif) right 9px no-repeat}
.select .select-result a:hover{background-position:right -15px}
#tooltip{ position:absolute; top:-30px;right: 0px;height: 20px; padding:0px 10px 5px 10px;border-radius:4px; text-align: center; color:#FFF; background:url(tip.png) center bottom  no-repeat}
