/* Change the default width of primary sidebar */


body {
    margin: 0; /* 必须 */
    border: 0;
    height: 100%; /* 必须 */
    overflow-y: auto; /* 必须 */
}

#mapdiv {
    display: none;
    /*width: 100%;*/
    /*height: 600px;*/
    /*border: 1px solid #A9C9E2;*/
    /*position: sticky;*/
    /*top:0;*/
    /*display:block;*/
    /*left:150px;*/
    /*position:fixed;*/
    /*overflow: visible;*/
}

#maplet {
    position: fixed;
    width: 43%;
    height: 600px;
    border: 1px solid #A9C9E2;
    /*position: sticky;*/
    /*top:0;*/
    /*display:block;*/
    /*left:150px;*/
    /*position:fixed;*/
    /*overflow: visible;*/
}

#maphinx {
    position: fixed;
    display: grid;
    width: 43%;
    margin-top: 610px;

    grid-template-columns: 99% 1%;

}

textarea {
    border: 1px solid #0078A8;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: #f4f4f4;
}

#mapinfo {

    height: 180px;
    color: saddlebrown;
    width: 100%;

}

location {
    display: inline;
    /* font-size: 36px; */
    color: #D02090;
    font-weight: bold;
    cursor: crosshair;
}

geofea {
    display: inline;
    /* font-size: 36px; */
    color: #227722;
    /*color: #D2691E;*/
    /*color: #A52A2A	;*/
    /*color: #FF1493;*/
    /*color: #D2691E;*/
    /*color: ForestGreen;*/
    /*color: SeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: LightSeaGreen;*/
    /*color: DarkCyan;*/
    font-weight: bold;
    cursor: crosshair;
}

geoname {
    display: inline;
    /* font-size: 36px; */
    color: #227722;
    /*color: #D2691E;*/
    /*color: #A52A2A	;*/
    /*color: #FF1493;*/
    /*color: #D2691E;*/
    /*color: ForestGreen;*/
    /*color: SeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: MediumSeaGreen;*/
    /*color: LightSeaGreen;*/
    /*color: DarkCyan;*/
    font-weight: bold;
    cursor: crosshair;
}


.bd-sidebar-primary {

    width: 45%;
    /*scroll-auto: False;*/
    overflow: hidden;
}

/*.bd-sidebar {*/
/*    width: 55%;*/
/*}*/

#navbar-center {
    width: 100%;
}

/* Change the default width of secondary sidebar */
.bd-sidebar-secondary {
    width: 30%;
}

/* Maximum the main content */
.bd-main .bd-content .bd-article-container {
    max-width: 100%;
    /* default is 60em */
}

/* Set full page width  */
.bd-page-width {
    max-width: 100%;
    /* default is 88rem */
}


