/*\63a7\4ef6\5bb9\5668*/
.beauty-select-container {
    float: left;
    display: inline-block;
    background-color: #fff;
    zoom: 1;
    padding: 0;
    height: 21px;
    margin: 0 6px 0 0;
    *display: inline;
}
/*\7528\6765\70b9\51fb\7684\4e0b\62c9\6846*/
.beauty-select-current, .beauty-select-current:hover {
    display: block;
    text-decoration: none;
    color: #069;
    height: 21px;
    position: relative;
    padding: 0;
    margin: 0;
    padding-right: 12px;
    cursor: pointer;
    border: 1px solid #61a6e4;
}
/*\4e0b\62c9\6846\6587\672c*/
.beauty-select-text {
    height: 15px;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 5px;
    border: none;
    background: none;
}
/*\4e0b\62c9\6846\7bad\5934\56fe\7247\7684\5bb9\5668*/
.beauty-select-icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -1px;
    width: 20px;
    height: 21px;
    border: 0;
    background-color: #61A6E4;
    cursor: pointer;
}
    /*\4e0b\62c9\6846\7bad\5934\56fe\6807*/
    .beauty-select-icon span {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 8px;
        right: 6px;
        color: #fff;
        width: 0;
        height: 0;
        font-size: 0;
        border-top-width: 4px;
        border-top-style: solid;
        border-bottom: 4px dashed transparent;
        border-left: 4px dashed transparent;
        border-right: 4px dashed transparent;
        cursor: pointer;
    }
/*\4e0b\62c9\9009\9879\5bb9\5668*/
.beauty-select-list {
    border: 1px solid #b7e3dc;
    border-top: none;
    display: none;
    list-style: none;
    position: absolute;
    border-bottom: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
/*\5f53\524d\5c55\5f00\7684\4e0b\62c9\9009\9879,z-index\8bbe\4e3a\6700\9ad8*/
.beauty-select-indextop {
    z-index: 1001;
}
/*\4e0b\62c9\9009\9879*/
.beauty-select-item {
    display: block;
    cursor: pointer;
    padding: 4px 6px;
    font-size: 12px;
    color: #069;
    zoom: 1;
    border-bottom: 1px solid #b7e3dc;
}
/*\5f53\524d\9009\4e2d\7684\9009\9879\6837\5f0f*/
.beauty-select-item-current {
    background-color: #E4F2F5;
}
.ac_results ul {
    border: 1px solid #b7e3dc;
    border-top: none;
    width: 221px;
    list-style: none;
    border-bottom: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
    .ac_results ul li {
        display: block;
        cursor: pointer;
        padding: 6px 6px;
        font-size: 12px;
        color: #069;
        zoom: 1;
        border-bottom: 1px solid #b7e3dc;
    }
            .ac_results ul li strong {
                font-weight:bold;
            }
.ac_event {
}
.ac_odd {
    background: #fcfcfc;
}
.ac_over {
    background-color: #E4F2F5;
}
input::-webkit-input-placeholder{color:#aaa;}
input:-moz-placeholder{color:#aaa;}
