/**
 *覆写jquery ui中的样式
 */
.ui-widget-content{
    border: none !important;
    background: #fff !important;
}
.ui-menu-item {
    text-indent: 1em !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px;
    padding: 0 !important;
    border-top: 1px solid #f6f6f6 !important;
    color: #666 !important;
    text-transform:Uppercase;
    cursor: pointer;
}

.ui-menu-item:hover {
    background: #f6f6f6 !important;
    border-top: 1px solid #f6f6f6 !important;
    font-weight: normal !important;
}

.ui-state-focus {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    font-weight: normal !important;
}

.ui-autocomplete span {
    float: right;
    margin-right: 1em !important;
}