*{
    box-sizing: border-box;
}
html, body, #container {
    min-height: 100%;
    width: 100%;
}
.amap-marker .amap-icon img{
    max-width: 25px !important;
    max-height: 34px !important;
}
.amap-marker:first-child .amap-icon img {
    max-width: 25px !important;
    max-height: 34px !important;
}
.input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
}
.input-card .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #25A5F7;
    border-color: #25A5F7;
    color: #fff;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: 1rem;
    -webkit-appearance: button;
    cursor: pointer;
}
.amap-marker-label {
    position: absolute;
    z-index: 2;
    border: 0 solid transparent !important;
    background-color: transparent !important;
    white-space: nowrap;
    cursor: default;
    padding: 3px;
    font-size: 12px;
    line-height: 14px;
}

.info {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: white;
    width: auto;
    border-width: 0;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: relative;
    top: 0;
    right: 0;
    min-width: 0;
}
.map-search {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    position: fixed;
    top: 1rem;
    left: 10px;
    background-color: white;
    width: auto;
    min-width: 22rem;
    border-width: 0;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
}
.input-item:last-child {
    margin-bottom: 0;
}
.input-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3rem;
}
.input-item-prepend {
    margin-right: -1px;
}
.input-item-text {
    width: 90px;
    text-align: justify;
    padding: 5px 10px;
    display: inline-block;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.map-search input{
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    color: #495057;
    padding-left: 10px;
    width: 300px;
    padding: 5px 10px;
}
.input-box ul li:hover{
    background-color: #F3F3F3;
    cursor: pointer;
}
.input-box ul li span:last-child{
    color: #7b7b7b;
    display: block;
    margin-top: 5px;
}
.input-box ul li span{
    color: #333;
}
.input-box ul li{
    padding: 10px;
    border-bottom: 1px solid #ced4da;
    font-size: 12px;
}
.input-box ul::-webkit-scrollbar {display:none}
.input-box ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}
.input-box:hover ul{
    display: block;
}
.input-box{
    position: relative;
}


.disBox ul li.on{
    color: #04A4AA;
}
.disBox ul li{
    padding: 15px 0;
    border-bottom: 1px solid #F3F3F3;
}
.disBox ul{
    background-color: #fff;
    padding-left: 20px;
    height: 70%;
}
.disBox.on{
    display: block;
}
.disBox{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.3);
    padding-top: 45px;
}