.sr-only {
    display: none;
}
#distpicker {
    margin: 0px auto;
    margin-bottom: 20px;
}
.topNet-form-group {
    position: relative;
    background-color: #fff;
    display: inline-block;
    /* height: 430px; */
    height: 50px;
    font-size: inherit;
    margin-right: 10px
}

.topNet-form-control {
    min-height: 40px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px;
}
.topNet-form-group ul {
    list-style: none;
    width: 113px;
    margin: 0;
    padding: 0;
    max-height: 260px;
    position: absolute;
    overflow-y: scroll;
    -ms-overflow-style: none;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: none;
    overflow-x: hidden;
}
 /* .topNet-form-group ul::-webkit-scrollbar {
 display: none;
} */
.topNet-form-group p {
    width: 140px;
    height: 50px;
    position: relative;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    outline: 0;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 0 0px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topNet-form-group p::before {
    content: '﹀';
    font-size: 12px;
    position: absolute;
    right: 7px;
    bottom: -2px;
}
.topNet-form-group p.open::before {
    content: '︿';
    font-size: 12px;
    position: absolute;
    right: 7px;
    bottom: 1px;
}
.topNet-form-group ul input {
    width: 111px;
    height: auto!important;
    padding: 4px;
    border: 1px solid #dcdfe6;
    z-index: 1;
}
.topNet-form-group ul input:focus {
    outline: none;
    border-color: #409eff;
}
.topNet-form-group ul li {
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.topNet-form-group ul li:hover {
    background-color: #f5f7fa;
}
.topNet-form-group ul li[selected] {
    color: #409eff;
    font-weight: 700;
}
.topNet-form-group ul li.selected {
    background-color: #409EFF;
    color: white;
}
