.agentMain .left .localCity .layui-form-item .layui-inline{
    display: inline-block;
}

 

.select2-dropdown.select2-dropdown--below{
    left: -1px;
    z-index: 899;
   
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    animation:mymove 0.3s;
}


@keyframes mymove
{
	from {top:30px;}
	to {top:0px;}
}


.select2-container--dist-select {
    height: auto;
}

.select2-selection.select2-selection--single{
      outline: none
}

.select2-container--dist-select:hover {
    background:unset;
    color: unset;
}

.select2-container--dist-select {
    background:unset;
   
}

.select2-results__option {
    line-height: 36px;
    padding:0 10px;
}

.select2-container--dist-select.select2-results{
    overflow-y: auto;
}

.select2-container--dist-select .select2-results__option:hover{
    background-color: #f2f2f2;
    transition: .5s all;
}
 