.bjgjlxr {
	background-color: #de0403;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: .2rem;
}

.bjgjlxrwh {
	font-size: 20px;
    background-color: #de0403;
    padding-left: .5rem;
    padding-right: .5rem;
    color: white;
    padding-bottom: .2rem;
    border-radius: 4px;
}

.bjgjlxrhd {
	/*border: 1px #de0403 solid;*/
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: #ff0000;
    margin-left: .2rem;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.gbtc{
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    background-color: red;
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 1rem;
    text-align: center;
    line-height: 1.88rem;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
}

.qtxm_an{
    background-color: #3391e4;
    padding: 3px 5px 3px 5px;
    border-radius: 4px;
}
.qtxm_an span{ color:#fff; }

.closemap{
    background-color: red;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    float: right;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.dtbt1{
    width: 50%;
    height: 40px;
    float: right;
    position: absolute;
    top: 21%;
    left: 25%;
    border-radius: 6px 6px 0 0;
    background-color: #eee;
}

.dtbt2{
    width: 50%;
    height: 600px;
    float: right;
    position: absolute;
    top: 25%;
    left: 25%;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background-color: rgb(243, 241, 236);
    color: rgb(0, 0, 0);
    text-align: left;
    z-index: 0;
}

#addrtxt{
    position: absolute;
    top: 10px;
    left: 15px;
    color: #999;
    widows: 90%;
    height: 22px;
    overflow: hidden;
}

.jc{ 
    border: 1px red solid;
    padding: 2px 5px;
    border-radius: 4px;
    color: red;
    cursor: pointer;
    margin-left:5px;
}

.gl{ 
    border: 1px #0aa907 solid;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    color: #0aa907;
    cursor: pointer;
    margin-left:15px;
}
.an{
    display: none;
}

#allmap{
    display: none;
    width: 50%;
    margin:0 auto;
    height: 650px;
    position: fixed;
    top: 25%;
    z-index: 999;
    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(7, 122, 204);
    /*margin-left: 25%;*/
    border-radius: 10px;
}

#showmap{
  width: 100%;
  height: 94%;
}