﻿ul, li {
    list-style: none;
}

.inputElem {
    width: 96%;
    height: 38px;
    line-height: 38px;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left:10px;
}

.parentCls {
    width: 90%;
}

.auto-tip li {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    background-color: #ffffff;
}

    .auto-tip li.hoverBg {
        background: #96e8ed;
        cursor: pointer;
    }

.red {
    color:#aca1a1;
}

.hidden {
    display: none;
}
.em {
    color:#aca1a1;
}