@charset "UTF-8";
@font-face {
  font-family: "bdmap-icon";
  src: url("../iconfont/iconfont.woff2?t=1632107874050") format("woff2"), url("../iconfont/iconfont.woff?t=1632107874050") format("woff"), url("../iconfont/iconfont.ttf?t=1632107874050") format("truetype");
}
[class*=bdmap-icon-] {
  font-family: "bdmap-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bdmap-icon-daohang:before {
  content: "\e77d";
}

.bdmap-icon-mobile:before {
  content: "\e768";
}

.bdmap-icon-close:before {
  content: "\e7ae";
}

.bdmap-icon-search:before {
  content: "\e61f";
}

.bdmap-icon-location:before {
  content: "\e600";
}

.BMapLib_SearchInfoWindow {
  font-size: 14px;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: default;
  max-width: 80vw;
  border: 0;
}
.BMapLib_SearchInfoWindow form, .BMapLib_SearchInfoWindow ul, .BMapLib_SearchInfoWindow li {
  margin: 0;
  padding: 0;
}
.BMapLib_SearchInfoWindow img {
  border: 0;
}
.BMapLib_SearchInfoWindow ul {
  list-style: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  border-bottom: 1px solid #eee;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
  line-height: 1.75;
  overflow: hidden;
  padding: 5px 12px;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10000;
  text-align: center;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
  float: right;
  line-height: 1.75;
  width: 1.75em;
  cursor: pointer;
  overflow: hidden;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_center {
  z-index: 3;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  padding: 8px 12px;
  max-height: 200px;
  overflow-x: auto;
  overflow-y: hidden;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
  display: block;
  z-index: 2;
}
.BMapLib_SearchInfoWindow .BMapLib_trans {
  z-index: 5;
  position: absolute;
  bottom: -31px;
  *bottom: -32px;
}
.BMapLib_SearchInfoWindow .BMapLib_nav {
  width: 100%;
  overflow: visibile;
  position: relative;
}
.BMapLib_SearchInfoWindow .iw_bt, .BMapLib_SearchInfoWindow .iw_bt_down {
  width: 48px;
  height: 26px;
  line-height: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.BMapLib_SearchInfoWindow .iw_bt_over {
  width: 48px;
  height: 26px;
  line-height: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background-position: -52px -87px;
}
.BMapLib_SearchInfoWindow .iw_bt_down {
  background-position: -104px -87px;
  font-weight: 700;
}

.BMapLib_search_text, .BMapLib_trans_text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a5acb2;
}

.BMapLib_nav_tab {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.BMapLib_nav_tab li {
  position: relative;
  width: 33.333%;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #555;
}
.BMapLib_nav_tab li:hover {
  color: #333;
}
.BMapLib_nav_tab .BMapLib_icon {
  margin-right: 2px;
}
.BMapLib_nav_tab li.BMapLib_first {
  border-left: 0;
}
.BMapLib_nav_tab li:hover {
  text-decoration: none;
}
.BMapLib_nav_tab li.BMapLib_current {
  color: #333;
  cursor: default;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}

.BMapLib_nav_tab_content li {
  padding: 10px 12px;
  position: relative;
}

.BMapLib_sms_pnl_phone {
  position: relative;
  z-index: 10;
  padding: 10px 15px 10px 15px;
  border-top: solid 1px #f2f2f2;
  font-size: 12px;
}

.BMapLib_ap {
  float: left;
  width: 263px;
  height: 172px;
  overflow-x: hidden;
  overflow-y: auto;
}
.BMapLib_ap th {
  text-align: right;
  font-weight: normal;
}

.BMapLib_mp {
  background: #f6f6f6;
  padding: 10px;
  height: 152px;
  overflow-x: hidden;
  overflow-y: auto;
}

.BMapLib_mp_title {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding-bottom: 5px;
}

.BMapLib_msgContent {
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  　　word-wrap: break-word;
}

.BMapLib_popup_close {
  padding: 10px;
  border: 0 none;
  cursor: pointer;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px;
  z-index: 50;
}

.BMapLib-btn {
  margin-top: 0 !important;
  background-color: #f5f5f5;
  font-size: 12px;
  border: 1px solid #ddd !important;
  height: calc(1.5em + .5em + 2px);
  line-height: 1.5 !important;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.25em 0.5em !important;
  margin-left: 5px;
}
.BMapLib-btn:hover {
  background-color: #e5e5e5;
}

.BMapLib-input {
  display: block;
  width: 100%;
  height: calc(1.5em + .5em + 2px);
  font-size: 12px;
  line-height: 1.5 !important;
  padding: 0.25em 0.5em;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.BMapLib-input-group-append {
  margin-right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.BMapLib-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.BMapLib-input-group > .BMapLib-input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.BMapLib-text {
  height: calc(1.5em + .5em + 2px);
  font-size: 12px;
  line-height: 1.5;
  padding: calc(.25em + 1px);
  margin-right: 6px;
}

.tangram-suggestion-main {
  z-index: 99;
}
/*# sourceMappingURL=bbc.bdmap.css.map */
