﻿/*
 自动完成控件
*/
.ac_results {
    padding: 0px;
    border: 1px solid #F0F2F2;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    position: absolute !important;
    width: 67% !important;
    width: 69% !important;
    top: 7.04rem !important;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        color: #999 !important;
    }

    .ac_results.moreline li {
        line-height: normal;
        height: auto;
    }

    .ac_results li em {
     /*  color: #999;*/
        font-style: normal;
        margin: 0 0 0 2px !important;
    }
@font-face {
    font-family: 'tracking';
    src: url('/content/fonts/tracking.eot'); /* IE9*/
    src: url('/content/fonts/tracking.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/fonts/tracking.woff') format('woff'), /* chrome、firefox */
    url('/content/fonts/tracking.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('/content/fonts/tracking.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.ac_results li strong:before{
     font-family:"tracking";
     content:"\e6a3";
     font-size:14px;
}
.ac_results li strong {
    display: inline-block;
    margin-right: 3px;
    font-weight: 100;
}

        .ac_results li .unre {
          /*  color: #999;*/
        }

.ac_odd {
  /*  background-color: #f4f4f4;*/
}

.ac_over {
    /*background-color: #D9ECFB;*/
}

a {
    cursor: pointer;
}
