.myUl,.airUl{
    padding: 0;
    position: absolute;
    width: 93%;
    display: none;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 1000;
    border: 1px solid #dee2e6;
    background-color: white;
}

.airUl{
    width: 100%;
    max-height: 100px;
}

.myLi,.airLi{
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.myLi:hover,.airLi:hover{
    background-color: #1b68ff;
    color: #fff;
}

.notLi{
    display: block;
    padding: 5px 10px;
}


@media screen()