@charset "UTF-8";
.pHeader.small .pLogo .logo::after {
  width: 1.99rem;
  background: url(2024-bmdt-img-head-bmdt-text.png) no-repeat center;
  background-size: 100% 0.54rem;
  right: -2.39rem;
}

.pHeader .mainWidth {
  width: calc(100% - 0.6rem);
}

.map-container {
  height: calc(100vh - 1.54rem);
  min-height: 500px;
  position: relative;
}
.map-container #map {
  width: 100%;
  height: 100%;
}
.map-container .pannel-container {
  position: absolute;
  left: 0.3rem;
  top: 0.23rem;
  width: 5.11rem;
  height: 90%;
  max-height: 8.4rem;
  display: flex;
  flex-direction: column;
}
.map-container .pannel-container div {
  position: relative;
  box-sizing: border-box;
}
.map-container .pannel-container .tabs-container {
  width: 100%;
  flex-shrink: 0;
  height: 1.1rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem 0 #cdc6bf;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.map-container .pannel-container .tabs-container::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #fff, 80%, transparent);
  z-index: 2;
}
.map-container .pannel-container .tabs-container::after {
  content: "";
  width: 0.4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, #fff, 80%, transparent);
  z-index: 2;
}
.map-container .pannel-container .tabs-container .swiper-slide {
  width: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.map-container .pannel-container .tabs-container .swiper-slide .img-container {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem 0 #cdc6bf;
}
.map-container .pannel-container .tabs-container .swiper-slide .img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 0.2rem;
  display: none;
}
.map-container .pannel-container .tabs-container .swiper-slide .img-container img:nth-child(1) {
  display: block;
}
.map-container .pannel-container .tabs-container .swiper-slide span {
  display: block;
  word-break: keep-all;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  margin-top: 0.1rem;
}
.map-container .pannel-container .tabs-container .swiper-slide.active .img-container {
  box-shadow: 0 0 0.1rem 0 #ffa740;
}
.map-container .pannel-container .tabs-container .swiper-slide.active .img-container img:nth-child(1) {
  display: none;
}
.map-container .pannel-container .tabs-container .swiper-slide.active .img-container img:nth-child(2) {
  display: block;
}
.map-container .pannel-container .tabs-container .swiper-slide.active span {
  color: #ca1c1d;
  font-weight: bold;
}
.map-container .pannel-container .tabs-container .swiper-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background-color: #ca1c1d;
  width: 0.13rem;
  height: 0.23rem;
  background-image: url(2024-bmdt-ic-arrow-white-left.png);
  background-size: 0.05rem 0.11rem;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  z-index: 3;
  cursor: pointer;
}
.map-container .pannel-container .tabs-container .swiper-prev:hover {
  background-color: #ca1c1d;
}
.map-container .pannel-container .tabs-container .swiper-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background-color: #ca1c1d;
  width: 0.13rem;
  height: 0.23rem;
  background-image: url(2024-bmdt-ic-arrow-white-right.png);
  background-size: 0.05rem 0.11rem;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
  z-index: 3;
  cursor: pointer;
}
.map-container .pannel-container .tabs-container .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
  background-color: #7c7c7c;
}
.map-container .pannel-container .search-result-container {
  flex: 1;
  height: calc(100% - 1.25rem);
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem 0 #cdc6bf;
  background-color: #fff;
  margin-top: 0.15rem;
  padding: 0.2rem;
}
.map-container .pannel-container .search-result-container .unit-list {
  flex-shrink: 0;
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 0.15rem;
  *zoom: 1;
}
.map-container .pannel-container .search-result-container .unit-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.map-container .pannel-container .search-result-container .unit-list > div {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
  height: 0.4rem;
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: solid 1px #c9c9c9;
  color: #333;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  cursor: pointer;
}
.map-container .pannel-container .search-result-container .unit-list > div:nth-child(3n+1) {
  margin-left: 0;
}
.map-container .pannel-container .search-result-container .unit-list > div.active {
  background-color: #ca1c1d;
  color: #fff;
  border-color: #ca1c1d;
}
.map-container .pannel-container .search-result-container .map-search-container {
  flex-shrink: 0;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.map-container .pannel-container .search-result-container .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 0.52rem;
  font-size: 0.16rem;
  background-color: #f7f4f3;
  padding-left: 0.15rem;
}
.map-container .pannel-container .search-result-container .map-search-container button {
  width: 0.52rem;
  height: 100%;
  background-color: #ca1c1d;
  background-image: url(2024-bmdt-ic-search.png);
  background-repeat: no-repeat;
  background-size: 0.18rem 0.18rem;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.map-container .pannel-container .search-result-container .poi-list {
  flex: 1;
  height: 100%;
  margin-top: 0.1rem;
  overflow-y: auto;
}
.map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar {
  width: 0.02rem;
}
.map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.02rem;
}
.map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb {
  background: #ca1c1d;
  border-radius: 0.02rem;
}
.map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb:hover {
  background: #ca1c1d;
  border-radius: 0.02rem;
}
.map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb:active {
  background: #ca1c1d;
  border-radius: 0.02rem;
}
.map-container .pannel-container .search-result-container .poi-list .item {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-top: 0.15rem;
  cursor: pointer;
}
.map-container .pannel-container .search-result-container .poi-list .item .num-container {
  width: 0.13rem;
  height: 0.16rem;
  position: absolute;
  top: 0.03rem;
  left: 0;
  background-image: url(2024-bmdt-ic-position.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.map-container .pannel-container .search-result-container .poi-list .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  text-align: left;
}
.map-container .pannel-container .search-result-container .poi-list .item .address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  font-size: 0.14rem;
  color: #999;
  line-height: 1.4;
  margin-top: 0.08rem;
}
.map-container .pannel-container .search-result-container .map-navigation {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: none;
  flex-direction: column;
  padding: 0 0.1rem 0.1rem;
}
.map-container .pannel-container .search-result-container .map-navigation .back-container {
  border-bottom: solid 1px #f0f0f0;
  padding: 0.1rem 0;
  flex-shrink: 0;
}
.map-container .pannel-container .search-result-container .map-navigation .back-container span {
  background-color: #c2ddff;
  font-size: 0.16rem;
  padding: 0.06rem 0.15rem;
  cursor: pointer;
  border-radius: 0.06rem;
}
.map-container .pannel-container .search-result-container .map-navigation #panel {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-top: 0.1rem;
}
.map-container .pannel-container .search-result-container .map-navigation #panel * {
  box-sizing: content-box;
}
.map-container .pannel-container .search-result-container .map-navigation.show {
  display: flex;
}

.pFoot {
  margin-top: 0;
}

.BMapLib_SearchInfoWindow *,
.BMap_pop * {
  box-sizing: content-box;
  font-size: 14px;
}

.search-info-window {
  min-height: 112px;
}

.search-info-window .info-content {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-info-window .info-content .info {
  line-height: 1.5;
  font-size: 14px;
  flex: 1;
}

.search-info-window .info-content img {
  width: 100px;
  display: block;
}

.BMapLib_nav_tab li {
  box-sizing: content-box !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.BMap_pop input[type=button] {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pHeader.small .pBanner {
    height: 3.5rem !important;
  }
  .pHeader.small .pLogo .logo::after {
    top: 2.5rem !important;
  }
  .map-container {
    height: auto;
    min-height: initial;
    position: relative;
  }
  .map-container #map {
    width: 100%;
    height: 5rem;
  }
  .map-container .pannel-container {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 0.3rem);
    margin: 0 auto;
    height: auto;
    max-height: initial;
    display: flex;
    flex-direction: column;
  }
  .map-container .pannel-container .tabs-container {
    width: 100%;
    flex-shrink: 0;
    height: 1.1rem;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem 0 #cdc6bf;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.2rem;
  }
  .map-container .pannel-container .tabs-container::before {
    content: "";
    width: 0.2rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #fff, 80%, transparent);
    z-index: 2;
  }
  .map-container .pannel-container .tabs-container::after {
    content: "";
    width: 0.2rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to left, #fff, 80%, transparent);
    z-index: 2;
  }
  .map-container .pannel-container .tabs-container .swiper-slide {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .map-container .pannel-container .tabs-container .swiper-slide .img-container {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem 0 #cdc6bf;
  }
  .map-container .pannel-container .tabs-container .swiper-slide .img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 0.2rem;
    display: none;
  }
  .map-container .pannel-container .tabs-container .swiper-slide .img-container img:nth-child(1) {
    display: block;
  }
  .map-container .pannel-container .tabs-container .swiper-slide span {
    display: block;
    word-break: keep-all;
    font-size: 0.18rem;
    color: #000;
    text-align: center;
    margin-top: 0.1rem;
  }
  .map-container .pannel-container .tabs-container .swiper-slide.active .img-container {
    box-shadow: 0 0 0.1rem 0 #ffa740;
  }
  .map-container .pannel-container .tabs-container .swiper-slide.active .img-container img:nth-child(1) {
    display: none;
  }
  .map-container .pannel-container .tabs-container .swiper-slide.active .img-container img:nth-child(2) {
    display: block;
  }
  .map-container .pannel-container .tabs-container .swiper-slide.active span {
    color: #ca1c1d;
    font-weight: bold;
  }
  .map-container .pannel-container .tabs-container .swiper-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    background-color: #7c7c7c;
    width: 0.13rem;
    height: 0.23rem;
    background-image: url(2024-bmdt-ic-arrow-white-left.png);
    background-size: 0.05rem 0.11rem;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 0.04rem;
    border-bottom-right-radius: 0.04rem;
    z-index: 3;
    cursor: pointer;
  }
  .map-container .pannel-container .tabs-container .swiper-prev:hover {
    background-color: #ca1c1d;
  }
  .map-container .pannel-container .tabs-container .swiper-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    background-color: #7c7c7c;
    width: 0.13rem;
    height: 0.23rem;
    background-image: url(2024-bmdt-ic-arrow-white-right.png);
    background-size: 0.05rem 0.11rem;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 0.04rem;
    border-bottom-left-radius: 0.04rem;
    z-index: 3;
    cursor: pointer;
  }
  .map-container .pannel-container .tabs-container .swiper-next:hover {
    background-color: #ca1c1d;
  }
  .map-container .pannel-container .tabs-container .swiper-button-disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  .map-container .pannel-container .tabs-container .swiper-button-disabled:hover {
    background-color: #7c7c7c;
  }
  .map-container .pannel-container .search-result-container {
    flex: none;
    height: 5rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem 0 #cdc6bf;
    background-color: #fff;
    margin-top: 0.15rem;
    padding: 0.2rem;
  }
  .map-container .pannel-container .search-result-container .unit-list {
    flex-shrink: 0;
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 0.15rem;
    *zoom: 1;
  }
  .map-container .pannel-container .search-result-container .unit-list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .map-container .pannel-container .search-result-container .unit-list > div {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    height: 0.4rem;
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: solid 1px #c9c9c9;
    color: #333;
    font-size: 0.18rem;
    border-radius: 0.04rem;
    cursor: pointer;
  }
  .map-container .pannel-container .search-result-container .unit-list > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .map-container .pannel-container .search-result-container .unit-list > div.active {
    background-color: #ca1c1d;
    color: #fff;
    border-color: #ca1c1d;
  }
  .map-container .pannel-container .search-result-container .map-search-container {
    flex-shrink: 0;
    height: 0.37rem;
    line-height: 0.37rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .map-container .pannel-container .search-result-container .map-search-container input {
    height: 100%;
    width: 100%;
    padding-right: 0.52rem;
    font-size: 0.18rem;
    background-color: #f7f4f3;
    padding-left: 0.15rem;
  }
  .map-container .pannel-container .search-result-container .map-search-container button {
    width: 0.52rem;
    height: 100%;
    background-color: #ca1c1d;
    background-image: url(2024-bmdt-ic-search.png);
    background-repeat: no-repeat;
    background-size: 0.18rem 0.18rem;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .map-container .pannel-container .search-result-container .poi-list {
    flex: 1;
    height: 100%;
    margin-top: 0.1rem;
    overflow-y: auto;
  }
  .map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar {
    width: 0.02rem;
  }
  .map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 0.02rem;
  }
  .map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb {
    background: #ca1c1d;
    border-radius: 0.02rem;
  }
  .map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb:hover {
    background: #ca1c1d;
    border-radius: 0.02rem;
  }
  .map-container .pannel-container .search-result-container .poi-list::-webkit-scrollbar-thumb:active {
    background: #ca1c1d;
    border-radius: 0.02rem;
  }
  .map-container .pannel-container .search-result-container .poi-list .item {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 0.15rem;
  }
  .map-container .pannel-container .search-result-container .poi-list .item .num-container {
    width: 0.13rem;
    height: 0.16rem;
    position: absolute;
    top: 0.03rem;
    left: 0;
    background-image: url(2024-bmdt-ic-position.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .map-container .pannel-container .search-result-container .poi-list .item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    text-align: left;
  }
  .map-container .pannel-container .search-result-container .poi-list .item .address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    font-size: 0.18rem;
    color: #999;
    line-height: 1.4;
    margin-top: 0.08rem;
  }
  .map-container .pannel-container .search-result-container .map-navigation {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
    flex-direction: column;
    padding: 0 0.1rem 0.1rem;
  }
  .map-container .pannel-container .search-result-container .map-navigation .back-container {
    border-bottom: solid 1px #f0f0f0;
    padding: 0.1rem 0;
    flex-shrink: 0;
  }
  .map-container .pannel-container .search-result-container .map-navigation .back-container span {
    background-color: #c2ddff;
    font-size: 0.18rem;
    padding: 0.06rem 0.15rem;
    cursor: pointer;
    border-radius: 0.06rem;
  }
  .map-container .pannel-container .search-result-container .map-navigation #panel {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin-top: 0.1rem;
  }
  .map-container .pannel-container .search-result-container .map-navigation #panel * {
    box-sizing: content-box;
  }
  .map-container .pannel-container .search-result-container .map-navigation.show {
    display: flex;
  }
  .pFoot {
    margin-top: 0.2rem;
  }
  .BMapLib_SearchInfoWindow *,
  .BMap_pop * {
    box-sizing: content-box;
    font-size: 12px;
  }
  .search-info-window {
    min-height: 80px;
  }
  .search-info-window .info-content .info {
    font-size: 12px;
  }
  .BMapLib_nav_tab li {
    box-sizing: content-box !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
}