
.searchlat-container {
    position: absolute;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4em;
    z-index: 1;
    display: none;
}

.searchlat-containerReset {
    top: 115px !important;
}

.closeBtn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    color: white !important;
    right: 0;
    top: 0;
    background-color: #268fd6;
    z-index: 2;
    text-decoration: none !important;
    user-select: none;
}

.search-content {
    width: 300px;
    height: 420px;
    padding-top: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    background-color: whitesmoke;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.search-item {
    width: 90%;
    height: 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
}

.search-item-title {
    position: relative;
    min-height: 25px;
    width: 100%;
    color: #268fd6;
    font-weight: bold;
    background-color: #e2e2e2;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
    border-radius: 12.5px;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
}

.action-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.validateContainer {
    position: absolute;
    right: 100px;
    top: 0;
    height: 100%;
    width: 160px;
    font-size: 12px;
    font-weight: bold;
}

.isPass {
    color: green;
    font-size: 20px;
    display: none;
}

.notPass {
    color: red;
    display: none;
    padding: 2px;
    width: fit-content;
    border: 1px solid red;
    border-radius: 5px;
}

.actionBtn {
    width: 80px;
    height: 25px;
    color: #fff;
    background-color: #268fd6;
    border: 1px solid #268fd6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    letter-spacing: 5px;
    text-align: center;
    cursor: pointer;
}

.actionBtn:hover, .actionBtn:active {
    background-color: #1c5c88;
    color: white !important;
    text-decoration: none;
}
.controlBarContainter{
    position: absolute;
    width: 370px;
    height: 52px;
    right: -350px;
    top: 80px;
    z-index: 99999;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 6px 0  0 6px;
}
.controlBar{
    float: left;
    width: 350px;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: whitesmoke;
}
.controlSwitch{
    float: left;
    width: 20px;
    height: 50px;
    cursor: pointer;
}
.switchIcon{
    height: 28px;
    width: 100%;
    text-decoration: none;
    display: block;
    background-color: #10cbd2;
    margin-top: 12px;
    color: white;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
    font-family: serif !important;
}
.controlSwitch>b:before{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 6px solid transparent;
    border-right: 10px solid #10cbd2;
    border-bottom: 6px solid #10cbd2;
}
.controlSwitch>b:after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 40px;
    border-left: 10px solid transparent;
    border-top: 6px solid #10cbd2;
    border-right: 10px solid #10cbd2;
    border-bottom: 6px solid transparent;
}
.cBItem{
    width: 30px;
    height: 40px;
    margin: auto;
    border-right: 1px solid #bbbbbb;
    padding-right: 2px;
}
.cBItem span{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-decoration:none;
}
.cBItem a{
    width: 24px;
    height: 24px;
}
.cBItem a:active{
    width: 24px;
    height: 24px;
    font-weight: bold;
}
.cBItem p{
    height: 15px;
    font-size: 11px;
    text-align: center;
    margin-top: 27px;
    font-weight: inherit;
}
.controlBar :nth-child(1) a{
    background: url(img/zoomIn.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(1) a:active{
    background: url(img/zoomIn-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(2) a{
    background: url(img/zoomOut-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(2) a:active{
    background: url(img/zoomOut.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(3) a{
    background: url(img/measureLine-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(3) a:active{
    background: url(img/measureLine.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(4) a{
    background: url(img/measurePolygon-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(4) a:active{
    background: url(img/measurePolygon.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(5) a{
    background: url(img/mapClear-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(5) a:active{
    background: url(img/mapClear.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(6) a{
    background: url(img/mapExport-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(6) a:active{
    background: url(img/mapExport.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(7) a{
    background: url(img/fullScreen-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(7) a:active{
    background: url(img/fullScreen.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(8) a{
    background: url(img/mapGloable-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(8) a:active{
    background: url(img/mapGloable.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-child(9) a {
    background: url(./img/setLocation-dark.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.controlBar :nth-child(9) a:active {
    background: url(./img/setLocation.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.controlBar :nth-last-child(1){
    border: 0;
}
/* 测量样式 */
.tooltip_ {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure_ {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static_ {
    background-color: whitesmoke;
    color: black;
    border: 1px solid white;
    opacity: 1;
}
.tooltip-measure_:before,
.tooltip-static_:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static_:before {
    border-top-color: #ffcc33;
}

.mapFullScreen{
    position: absolute;
    right: 20%;
    top: 170px;
    display:none;
}