﻿.idnex-box {
    max-width: 1280px;
    margin: 0 auto;
}

#allmap {
    height: 600px;
    padding: 0px;
    margin: 10px 0px;
    border: 1px solid #a29090;
    display: inline-table;
    width: 68%;
    vertical-align: top;
}

h1 {
    text-align: center;
    padding: 25px;
}

.res {
    display: inline-block;
    margin-top: 5px;
    color: #373a41;
    /*margin-left: 25px;*/
}

.index-right-bottom {
    margin-top: 30px;
}

    .index-right-bottom ul {
        font-size: 12px;
    }

        .index-right-bottom ul li {
            margin: 10px;
        }

.index-right {
    display: inline-table;
    width: 29%;
    padding: 5px 15px;
}

.wxts {
    margin-top: 5px;
    color: #504949;
}

.fzlc-icon {
    background-image: url('/imges/水滴.png');
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
}

.zoom-radio {
    display: inline-table;
    margin-bottom: 5px;
    margin-right: 10px;
}

.res-input {
    width: 135px;
}

.du {
    width: 200px;
    display: none;
}

    .du input {
        margin: 5px;
    }

.dfm {
    display: inline-block;
    width: 200px;
}

    .dfm input {
        width: 35px;
        margin: 5px;
    }

.zoom-coodr {
    padding: 0px 5px;
    margin-left: 37px;
    /*display: block;*/
}

.pc-map-none {
    display: none;
}

.pc-map-block {
    display: block;
}

.xzgd {
    width: 100px;
    border: 0px;
    border-bottom: 1px solid #db9b7b;
    background-color: white;
    color: #000;
    font-weight: bold;
}

.index-map-bottom {
    height: 200px;
    overflow-y: auto;
    display: inline-block;
}

@media all and (max-width:992px) {
    .idnex-md-box {
        margin: 0px;
    }

    .md-allmap {
        height: 350px !important;
    }

    .md-100 {
        width: 100% !important;
    }

    .md-map-logo, .md-map-banner, .md-res-jc, .md-map-footer {
        display: none !important;
    }

    .index-left {
        display: inline;
        /*position: fixed;*/
        width: 90%;
        background-color: white;
        padding-bottom: 10px;
    }

    .index-map {
        background-image: url('../../imges/index.png');
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: cover;
    }

    .mobile-map-block {
        display: block;
    }

    .mobile-map-none {
        display: none;
    }

    #tempInput {
        text-align: center;
        z-index: 9999;
        bottom: 0px;
        position: fixed;
        width: 100%;
    }
} 