/* 地图切换 */
.tab-maplayer{
    display: inline-block;
    color: #000;
    vertical-align: top;
    height: 32px;
    background: #FFFFFF;
    border-radius: 3px 0px 0px 3px;
    -webkit-appearance: none;
    min-width: 24px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.tab-maplayer>i{
    line-height: 24px;
}
.tab-maplayer label.btnLabel{
    line-height: 16px;
    color: #000000;
    margin: 0;
    margin-top: -4px;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.maplayer-popover.top.popover{
    z-index: 1100;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    border-radius: 3px;
    max-width: initial;
}
.maplayer-popover .popover-content{
    padding:0;
}
.maplayer-popover.top.popover>.arrow{
    margin-left: 52px;
    border-width: 7px;
}
.maplayer-popover .popover-close{
    position: absolute;
    top: 14px;
    right: 10px;
}
.maplayer-popover .popover-close [action="popover-close"] {
    padding: 0;
    color: #C4C4C4;
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    border-radius: 3px 0px 0px 3px;
    margin: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    text-align: center;
    border:none;
}
.maplayer-popover .popover-close .aicon i {
    line-height: 20px;
}
.maplayer-popover .popover-head {
    padding: 15px 15px 0 15px;
}
.maplayer-popover .popover-head h3 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}
.maplayer-popover .popover-body {
    padding:15px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.maplayer-popover .layers-switch-group {
    min-height: 20px;
}
.maplayer-popover .layers-switch-group label {
    line-height: 20px;
    color: #000000;
    margin: 0 0 5px 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
}
.maplayer-popover .layers-switch-group input {
    margin-right: 6px;
    margin-top: -1px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.maplayer-popover .popover-action {
    padding: 0 15px 15px 15px;
    text-align: right;
}
.maplayer-popover .popover-action button {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px;
    margin-left: 10px!important;
}