﻿
.search {
    display: block;
    position: absolute;
    z-index: 50;
    top: 7%;
    left: 6%;
}

    .search .searchGroup {
        position: relative;
        color: #4C4C4C;
        font-family: Arial, Helvetica, sans-serif;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .search .searchExpandContainer {
        float: left;
    }

    .search .searchInputGroup {
        float: left;
        position: relative;
    }

    .search .searchGroup .searchInput {
        position: relative;
        z-index: 2;
        margin: 0;
        float: left;
        display: block;
        height: 20px;
        width: 270px;
        padding: 6px 24px 6px 12px;
        font-size: 14px;
        line-height: 20px;
        color: #4C4C4C;
        background-color: #fff;
        border: 1px solid #57585A;
        border-right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .search .searchBtn {
        display: block;
        float: left;
        padding: 6px 12px;
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #57585A;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        background-color: #fff;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .search .searchIcon {
        font-size: 16px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
    }

.map-tool {
    margin-top: 3.4rem;
    position: absolute;
    z-index: 9;
    right: -1px;
}

.tool {
    float: right;
    margin-right: 2.5rem;
}

.toolbar {
    background: #444444;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    color: #454545;
    font-size: 18px;
    border-radius: 10px;
    padding: .7rem;
    position: relative;
    float: left;
    max-width: 390px;
}

    .toolbar ul {
        padding: 0px;
        margin: 0px;
        min-height: 25px;
    }

        .toolbar ul li {
            display: inline;
            list-style: none;
            float: left;
        }

            .toolbar ul li:hover ul {
                display: block;
            }

            .toolbar ul li ul {
                position: absolute;
                background: #444444;
                /*border: 1px solid #544532;*/
                min-width: 200px;
                /*margin: 8px;*/
                padding: 2px 30px;
                display: none;
            }

                .toolbar ul li ul li {
                    display: block;
                    float: none;
                    width: auto;
                }



    .toolbar a {
        margin-right: 1rem;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        float: left;
    }

        .toolbar a:hover {
            color: #f5c337;
        }

        .toolbar a i {
            vertical-align: middle;
        }

        .toolbar a span {
            font-size: 12px;
        }

.BasemapChange {
    display: block;
    position: absolute;
    right: 2%;
    z-index: 50;
    bottom: 1%
}

    .BasemapChange .basemapButton {
        padding: 1px;
        background: #fff;
        border: 1px solid #57585A;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .BasemapChange .basemapImageContainer {
        position: relative;
    }

    .BasemapChange .basemapImage {
        width: 75px;
        height: 75px;
        overflow: hidden;
    }

        .BasemapChange .basemapImage .basemapBG {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-image: url('../../img/矢量图.png');
            background-size: contain;
        }

    .BasemapChange .basemapTitle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        *bottom: 2px;
        width: 100%;
        color: #4C4C4C;
        margin: 0;
        font-size: 10px;
        line-height: 12px;
        display: block;
        padding: 2px 5%;
        background: #fff;
        background: rgba(255, 255, 255, 0.80);
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        text-align: center;
    }

.tablecustom tr > td:first-child {
    font-weight: bold;
    font-family: serif;
    max-width: 73px;
}
