.baiduMap-modal .input-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  right: 69px;
  top: 5px;
  z-index: 99;
  height: 37px;
  pointer-events: auto;
}
.baiduMap-modal .address-input {
  flex: 1;
  width: 258px;
  height: 100%;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.baiduMap-modal .confirm-button {
  height: 100%;
  padding: 0 10px;
  background-color: blue;
  color: white;
  border: none;
  border-radius: 3px;
}
.baiduMap-modal .relevantAddress-list {
  width: 320px;
  position: absolute;
  overflow: scroll;
  max-height: 400px;
  font-size: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 40px;
  left: 0;
  counter-reset: my-counter;
}
.baiduMap-modal .relevantAddress-list .relevantAddress {
  width: 100%;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  counter-increment: my-counter;
}
.baiduMap-modal .relevantAddress-list .relevantAddress .relevantTitle {
  font-size: 12px;
  min-width: 68px;
}
.baiduMap-modal .relevantAddress-list .relevantAddress .detail-address {
  color: #b4b4b4;
  font-size: 11px;
}
.baiduMap-modal .relevantAddress-list .relevantAddress:before {
  content: counter(my-counter, upper-alpha);
  width: 18px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.baiduMap-modal .modal .modal-dialog {
  box-shadow: none;
  width: auto;
  max-width: 1200px;
  max-height: 800px;
  pointer-events: none;
}
.baiduMap-modal .modal .modal-dialog .modal-content {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../../images/panhub/serviceFtl/fastOrderModalBg.png), linear-gradient(110.54deg, #F3F8FF 2.39%, #D7E7FF 100.91%);
  border-radius: 24px;
}
.baiduMap-modal .modal .modal-dialog .modal-content .modal-header .close {
  pointer-events: auto;
}
.baiduMap-modal .modal .modal-dialog .modal-content .modal-body .map-detail {
  pointer-events: auto;
  min-width: 800px;
  min-height: 600px;
}
.baidu-modal-open {
  overflow: hidden;
  width: 100%;
}
.confirm-address {
  padding: 5px;
  width: 420px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.confirm-address .confirm-address-title {
  color: #ee8014;
}
.confirm-address .confirm-address-detail {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
}
.confirm-address .confirm-address-lnglat {
  display: block;
  font-size: 14px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
}
.confirm-address .confirm-door-address {
  background: #FFF3DD;
  border: 1px solid #FDCD73;
  border-radius: 4px;
  line-height: 38px;
  height: 38px;
}
