/*size:small*/

.v-autocomplete-small {
    position: relative;
    font-size: 13px;
}

.v-autocomplete-small .v-autocomplete-search {
    position: relative;
    border: 1px solid #ccc;
    height: 24px;
    line-height: 18px;
}


/*下拉样式*/

.v-autocomplete-small .v-autocomplete-dropList {
    position: fixed;
    border: 1px solid #ccc;
    background-color: white;
    overflow-y: auto;
    z-index: 100;
}

.v-autocomplete-small .v-autocomplete-dropList ul {
    margin: 0px;
    padding: 0px;
}

.v-autocomplete-small .v-autocomplete-dropList ul li {
    list-style: none;
    padding-left: 8px;
    cursor: pointer;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*以省略号...显示*/
    white-space: nowrap;
    /*强制不换行*/
}

.v-autocomplete-small .v-autocomplete-dropList ul li.selected {
    font-weight: bold;
    background-color: #ed4114;
    color: white;
}


/*下拉样式--end*/


/*工具组样式*/

.v-autocomplete-small .v-autocomplete-tools {
    position: absolute;
    top: 0px;
    right: 0px;
}


/*loading*/

.v-autocomplete-small .v-autocomplete-loading {
    font-size: 120%;
    display: inline-block;
    color: #ccc;
    height: 24px;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
}


/*loading*/


/*clearContent*/

.v-autocomplete-small .v-autocomplete-clearContent {
    display: inline-block;
    font-size: 120%;
    cursor: pointer;
    color: #ccc;
    height: 24px;
    line-height: 24px;
}


/*clearConten--end*/


/*下拉箭头*/

.v-autocomplete-small .v-autocomplete-arrow {
    font-size: 120%;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.v-autocomplete-small .v-autocomplete-arrow i {
    cursor: pointer;
    color: #999999;
}


/*下拉箭头 end*/


/*工具组--end*/


/*size:middle*/

.v-autocomplete-middle {
    position: relative;
    font-size: 14px;
}

.v-autocomplete-middle .v-autocomplete-search {
    border: 1px solid #ccc;
    height: 32px;
    position: relative;
    line-height: 18px;
}


/*下拉样式*/

.v-autocomplete-middle .v-autocomplete-dropList {
    position:fixed;
    border: 1px solid #ccc;
    background-color: white;
    overflow-y: auto;
    z-index: 100;
}

.v-autocomplete-middle .v-autocomplete-dropList ul {
    margin: 0px;
    padding: 0px;
}

.v-autocomplete-middle .v-autocomplete-dropList ul li {
    list-style: none;
    padding-left: 8px;
    cursor: pointer;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*以省略号...显示*/
    white-space: nowrap;
    /*强制不换行*/
}

.v-autocomplete-middle .v-autocomplete-dropList ul li.selected {
    font-weight: bold;
    background-color: #ed4114;
    color: white;
}


/*下拉样式--end*/


/*工具组样式*/

.v-autocomplete-middle .v-autocomplete-tools {
    position: absolute;
    top: 0px;
    right: 0px;
}


/*loading*/

.v-autocomplete-middle .v-autocomplete-loading {
    font-size: 120%;
    display: inline-block;
    height: 32px;
    color: #ccc;
    text-align: center;
    vertical-align: top;
    line-height: 32px;
}


/*loading*/


/*clearContent*/

.v-autocomplete-middle .v-autocomplete-clearContent {
    display: inline-block;
    font-size: 120%;
    cursor: pointer;
    color: #ccc;
    height: 32px;
    line-height: 32px;
}


/*clearConten--end*/


/*下拉箭头*/

.v-autocomplete-middle .v-autocomplete-arrow {
    font-size: 120%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.v-autocomplete-middle .v-autocomplete-arrow i {
    cursor: pointer;
    color: #999999;
}


/*下拉箭头 end*/


/*工具组--end*/


/*size:large*/

.v-autocomplete-large {
    position: relative;
    font-size: 16px;
}

.v-autocomplete-large .v-autocomplete-search {
    position: relative;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 18px;
}


/*下拉样式*/

.v-autocomplete-large .v-autocomplete-dropList {
    position: fixed;
    border: 1px solid #ccc;
    background-color: white;
    overflow-y: auto;
    z-index: 100;
}

.v-autocomplete-large .v-autocomplete-dropList ul {
    margin: 0px;
    padding: 0px;
}

.v-autocomplete-large .v-autocomplete-dropList ul li {
    list-style: none;
    padding-left: 8px;
    cursor: pointer;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*以省略号...显示*/
    white-space: nowrap;
    /*强制不换行*/
}

.v-autocomplete-large .v-autocomplete-dropList ul li.selected {
    font-weight: bold;
    background-color: #ed4114;
    color: white;
}


/*下拉样式--end*/


/*工具组样式*/

.v-autocomplete-large .v-autocomplete-tools {
    position: absolute;
    top: 0px;
    right: 0px;
}


/*loading*/

.v-autocomplete-large .v-autocomplete-loading {
    font-size: 120%;
    display: inline-block;
    height: 40px;
    color: #ccc;
    line-height: 40px;
    vertical-align: top;
    text-align: center;
}


/*loading*/


/*clearContent*/

.v-autocomplete-large .v-autocomplete-clearContent {
    display: inline-block;
    font-size: 120%;
    cursor: pointer;
    color: #ccc;
    height: 40px;
    line-height: 40px;
}


/*clearConten--end*/


/*下拉箭头*/

.v-autocomplete-large .v-autocomplete-arrow {
    font-size: 120%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.v-autocomplete-large .v-autocomplete-arrow i {
    cursor: pointer;
    color: #999999;
}


/*下拉箭头 end*/


/*工具组--end*/