#allmap {
  width: calc(100% - 457px);
  height: 100%;
  height: 850px;
  float: right;
}

.panel {
  z-index: 999;
  width: 456px;
  background-color: rgba(265, 265, 265, 0.9);
  border-radius: 0.25rem;
  font-size: 14px;
  color: #666;
  box-shadow: 0px 0px 10px 0px rgba(61, 129, 230, 0.41);
  float: left;
}

.buttonGroup {
  padding: 0.75rem 1.25rem 0;
}

.panel .change-btn {
  width: 49%;
  height: 38px;
  background: #1492ff;
  border: 0;
  padding: 0 10px 0 10px;
  /*margin: 10px 18px 0 0;*/
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.panel .change-btn:hover {
  background-color: #56b1ff;
  box-shadow: 0px 0px 0px 0px rgba(61, 129, 230, 0.41);
}

.panel .change-btn:active {
  background-color: #0c76d2 !important;
}

/* å³ä¸‹è§’ */
.tuli {
  max-width: calc(100% - 540px);
  /* height: 155px; */
  background-color: rgba(255, 255, 255, .8);
  right: 50px;
  /*top: 120px;*/
  bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgba(61, 129, 230, 0.41);
  border-radius: 5px;
  position: absolute;
  z-index: 9999;
}

.tuli table {
  margin: 10px;
}

.tuli table>td {
  border: 0px solid red;
  font-size: 12px;
  color: #666666;
}

.tuli table tbody>tr {
  display: block;
  margin: 5px 0;
}

/* ç­›é€‰ */
.panel_search {
  width: 456px;
  font-size: 14px;
  margin-top: 10px;
  height: 100%;
}

.panel_search .panel_search_list {
  padding: 0 1.25rem;
  margin-bottom: 10px;
  padding-top: 10px;
  height: 280px;
  overflow: auto;
}

.panel_search dl {
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 390px;

  overflow: hidden;
}

.line_height {
  height: 26px;
}

.panel_search dl dt {
  text-align: right;
  width: 60px;
}

.panel_search dl dd {
  margin-left: 10px;
  margin-bottom: 15px;
}

.panel_search dl .m_l_60 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 61px;
  margin-top: -12px;
  width: 323px;
}

.m_l_60 {
  margin-left: 0;
}

.p_r_show {
  position: absolute;

  left: 400px;
  cursor: pointer;
}

.panel_search dl dd:hover {
  cursor: pointer;
  color: #1492ff;
}

.active {
  color: #1492ff;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

[type='infowindow_shadow'] {
  overflow: hidden;
}

.BMap_bubble_pop {
  /* width: 428px !important; */
}

img {
  display: none;
  overflow: hidden;
  left: 0;
  top: 0;
}

.tuli img {
  max-width: 26px;
}