.autoSelectSearch-box {
    display: inline-block;
    position: relative;
}

.autoSelectSearch-input {
    padding-left: 10px;
    padding-right: 32px;
    width: 120px;
    height: 34px;
    line-height: 1.3;
    line-height: 34px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #f8f8f8;
    border-radius: 2px;
    border-color: #e6e6e6;
    box-sizing: border-box;
    background: url('../image/shop_down_san.png') 96px center no-repeat;
}

.autoSelectSearch-inputOK {
    color: #a44323;
    background: url('../image/shop_down_san_ok.png') 96px center no-repeat #F5F0E8;
}

.autoSelectSearch-optionBox {
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    border: 1px solid #cfdadd;
    border-radius: 2px;
    background: #fff;
    max-height: 302px;
    overflow: auto;
}

.autoSelectSearch-optionBox li {
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
}

.autoSelectSearch-optionBox li:hover {
    background: #eee;
    color: #333
}

.autoSelectSearch-optionChoiced {
    color: #fff;
    background: #a44323;
}

.autoSelectSearch-caret {
    display: none;
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 6px solid #aaa;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
}