.map-container {
  height: 750px;
  position: relative;
}
.map-container .left-menu {
  z-index: 2;
  position: absolute;
  left: calc(50% - 620px);
  top: 35px;
  width: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: -6px 0px 30px 6px rgba(0, 0, 0, 0.1);
}
.map-container .left-menu > div, .map-container .left-menu > a {
  width: 168px;
  height: 119px;
  background: #eaf3ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.map-container .left-menu > div:hover, .map-container .left-menu > a:hover {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.map-container .left-menu > a img {
  margin-bottom: 5px;
}
.map-container .left-menu > div + div, .map-container .left-menu > div + a, .map-container .left-menu > a + a {
  margin-top: 38px;
}
.map-container .search-panel {
  width: 400px;
  height: 658px;
  position: absolute;
  top: 35px;
  right: calc(50% - 620px);
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  box-sizing: border-box;
  padding: 32px 15px;
}
.map-container .search-panel::before {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #2c63b3;
  position: absolute;
  left: 0;
  top: 0;
}
.map-container .search-panel .search-input-container {
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.map-container .search-panel .search-input-container input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  font-size: 18px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
.map-container .search-panel .search-input-container img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.map-container .search-panel .address-list {
  margin-top: 20px;
}
.map-container .search-panel .address-list .address-item {
  cursor: pointer;
  position: relative;
  height: 110px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 20px 20px 20px 76px;
}
.map-container .search-panel .address-list .address-item::before {
  content: "";
  width: 26px;
  height: 30px;
  background-image: url(../images/yj-tjj-bmdt-ic-address.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 28px;
  top: 29px;
}
.map-container .search-panel .address-list .address-item > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.map-container .search-panel .address-list .address-item > div:nth-child(2) {
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-container .search-panel .address-list .address-item:hover {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.map-container .search-panel .address-list > div + div {
  margin-top: 16px;
}

#map {
  height: 100%;
}

.daohang-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.daohang-panel > div:nth-child(1) {
  background-color: #FFF;
  padding: 10px;
  padding-left: 20px;
}
.daohang-panel > div:nth-child(1) span {
  cursor: pointer;
  color: #36c;
}
.daohang-panel.show {
  display: flex;
  flex-direction: column;
}
.daohang-panel.show #daohang-info {
  flex: 1;
}

.share {
  z-index: 999;
}

.drop-groups {
  position: relative;
  z-index: 999;
}