.nice-select.uk-select{
    background-image: none;
}
.nice-select .list{
    max-height: 240px;
    overflow-y: auto;
    width: 100%;
}
.nice-select .list li{
    color: #333;
}
