.measurement-model{
    display: none;
    font-size: 17px;
    /* position: relative; */
     
}
.measurement-model #open-measure{
    display: none;
}
.input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 25px;
    /* width: 200px; */
    border-width: 0;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: absolute;
    bottom: 25px;
    right: 25px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px;
}
.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;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.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: transparent;
    background-image: none;
    color: #25A5F7;
    border-color: #25A5F7;
    padding: 5px 0;
    line-height: 1.5;
    border-radius: 40px;
    -webkit-appearance: button;
    cursor:pointer;
    width: 45%;
    margin: 15px auto 0;
    
}
.btn:hover {
    color: #fff;
    background-color: #25A5F7;
    border-color: #25A5F7;
    text-decoration: none;
}
button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 10px 0 0;
}
/* 测量距离 start */
.amap-marker-content{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.amap-marker-label{
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 38px !important;
    left: 31px !important;
    height: 20.5px;
    line-height: 17px;
    box-sizing: border-box;
}
.amap-ranging-label span:first-of-type{
    margin-bottom: 7px;
}
.amap-ranging-label span:nth-of-type(2) img{
    width: 13px;
    height: 13px;
    /* margin-top: 2px; */
    /* margin-left: -2px; */
    margin-right: 5px;
}
.amap-ranging-label{
    padding: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.amap-ranging-label span .delimg{
    width: 15px;
    height: 15px;
    margin-left:-4px;
    margin-right: 4px;
}
/* 测量距离 end */