@charset "utf-8";
.carselect-result{background: #fff;border:1px solid #ebeff2;display: none;overflow:hidden;position: absolute;z-index: 100;box-shadow: 1px 2px 5px rgba(0,0,0,0.19);}
.carselect-result-row {border-bottom: 1px solid #ebeff2;cursor: pointer;padding-left:5px;cursor:pointer;color:#333;height:25px;line-height:25px;}
.carselect-result-head{height: 23px;width: 100%;line-height:23px;color: #468de8;background: #fff;}
.carselect-result-all,.carselect-result-clear{cursor:pointer;}
.carselect-result-all{float:left;padding-left:5px;}
.carselect-result-clear{float:right;padding-right:5px;}
.carselect-result-async{overflow:hidden;}
.carselect-result-content{max-height:250px;overflow:auto;border-top:1px solid #e4e4e4;}
.carselect-result-row-text{float:left;text-overflow: ellipsis;white-space: nowrap;word-break: break-all;word-wrap: break-word;overflow:hidden;max-width:85%;height:25px;}
.car-result-row-ok{background:url(images/ok.png) no-repeat center center;width:13px;height:9px;float:right;margin:8px 5px 0px 0px;display:none;}
.carselect-result-input .carselect-result-text{background:#f8f8f8 url(images/searchbg.png) no-repeat 95% center;border:0px solid #e4e4e4;height:25px;width:97%;margin:3px 0px 3px 1%;text-indent: 3px;color:#333;line-height:25px;}
.carselect-result-row-active .car-result-row-ok{display:block;}
.carselect-result-row-hover{color:#ee7700;}
.carselect{background:#fff url(images/arrow.png) no-repeat 95% center!important;}
.carselect-result-row-active{background:#f8f8f8;color:#ee7700;}