 *{  border: none;  outline: none;  padding: 0;  margin: 0;}
 li {list-style: none; }
 autoComplete {    display: none;    background: #fff;    max-height: 350px;    overflow: hidden;    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15); }
 .autoComplete .suggestItem {      height: 35px;      line-height: 35px;      cursor: pointer; }    
 .autoComplete .suggestItem:hover {        background: #e6e6e6; }    
 .autoComplete .suggestItem i {        padding-left: 39px;        font-style: normal;        color: #666;        position: relative;        z-index: 1;        padding-top: 1px;        background: url(autoText.png) no-repeat 12px; }    
 .autoComplete .suggestItem em {        margin-left: 10px;        margin-right: 20px;        font-style: normal;        color: #999; }   
 .autoComplete .suggestItem.hover {      background: #e6e6e6; }
