.bmdt-header {
  padding: 0 50px;
  padding: 0 0.5rem;
  background-color: #255baf;
  background-image: url(../images/2023-bmdt-header-ico.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto 48px;
  background-size: auto .48rem;
}
.bmdt-header::after {
  content: '';
  display: block;
  clear: both;
}
.bmdt-header .logo {
  float: left;
  margin-top: 5px;
  margin-top: .05rem;
  height: 67px;
  height: .67rem;
}
.bmdt-header .logo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bmdt-header .header-r {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-height: .8rem;
}
.bmdt-header .header-r .pSearch{
  float: none;
  margin-top: 0;
  background-color: rgba(255, 255, 255, .25);
}
.bmdt-header .header-r .pSearch input[type="text"] {
    color: #ffffff;
}
.bmdt-header .header-r .pSearch input[type="text"]::placeholder {
    color: rgba(255, 255, 255, .5);
}
.bmdt-header .header-r .line{
  margin: 0 20px;
  margin: 0 .2rem;
  width: 1px;
  height: 19px;
  height: .19rem;
  background-color: #fff;
}
.bmdt-header .header-r .home{
  font-size: 18px;
  font-size: .18rem;
  color: #fff;
}

.pFoot{
  margin-top: 0;
}

/* 地图 */
.bmdt-container {
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 0.8rem);
  min-height: 500px;
}
.bmdt-container * {
  box-sizing: border-box;
}
.bmdt-container #map {
  height: 100%;
}
.bmdt-container .bmdt-nav-container {
  box-shadow: 0.02rem 0 0.1rem 0 rgba(7, 100, 204, 0.35);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.bmdt-container .bmdt-nav-container .bmdt-text {
  color: #3961b9;
  font-size: 0.26rem;
  font-weight: bold;
  border-right: #3961b9 solid 0.02rem;
  padding-right: 0.2rem;
  word-break: keep-all;
  flex-shrink: 0;
  margin-left: 0.2rem;
  align-self: center;
}
.bmdt-container .bmdt-nav-container #bmdt-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.05rem 0;
}
.bmdt-container .bmdt-nav-container #bmdt-nav > div {
  word-break: keep-all;
  display: inline-block;
  margin-left: 0.2rem;
  padding: 0.08rem 0.15rem;
  border-radius: 0.17rem;
  position: relative;
  font-size: 0.16rem;
  cursor: pointer;
  width: auto;
}
.bmdt-container .bmdt-nav-container #bmdt-nav > div.active {
  background-color: #3961b9;
  color: #fff;
  font-weight: bold;
}
.bmdt-container .map-search-box {
  z-index: 998;
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  width: 5rem;
  height: calc(100% - 2rem);
  max-height: 8rem;
  min-height: 1.8rem;
  border-radius: 0.06rem;
  box-shadow: 0 0 25px 0 rgba(9, 34, 78, 0.2);
  background-color: #fff;
  padding: 0.24rem;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.bmdt-container .map-search-box .orgs-list {
  flex-shrink: 0;
  /* *zoom: 1; */
}
.bmdt-container .map-search-box .orgs-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.bmdt-container .map-search-box .orgs-list > div {
  float: left;
  width: auto;
  margin-right: 1%;
  margin-bottom: 1%;
  height: 0.35rem;
  line-height: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  background-color: #eef4fc;
  border-radius: 0.04rem;
  color: #2f72da;
  padding: 0 0.1rem;
  cursor: pointer;
  font-size: 0.16rem;
}
.bmdt-container .map-search-box .orgs-list > div.active {
  background-color: #2f72da;
  color: #fff;
}
.bmdt-container .map-search-box .orgs-search-container {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
}
.bmdt-container .map-search-box .orgs-search-container .zxbl {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
  cursor: pointer;
}
.bmdt-container .map-search-box .orgs-search-container .zxbl:hover {
  color: #2f72da;
}
.bmdt-container .map-search-box .orgs-search-container .map-search-container {
  flex: 1;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  background-color: #eef4fc;
}
.bmdt-container .map-search-box .orgs-search-container .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 0.44rem;
  font-size: 0.16rem;
  padding-left: 0.15rem;
  color: #2f72da;
  background: none;
}
.bmdt-container .map-search-box .orgs-search-container .map-search-container input::placeholder{
  color: #88afe7;
}
.bmdt-container .map-search-box .orgs-search-container .map-search-container button {
  width: 0.44rem;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/2023-bmdt-ic-search-blue.png);
  background-size: 0.2rem 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.bmdt-container .map-search-box .poi-list {
  flex: 1;
  padding-right: 0.1rem;
  position: relative;
  height: 100%;
  overflow-y: auto;
  margin-top: 0.2rem;
}
.bmdt-container .map-search-box .poi-list .item {
  position: relative;
  background-color: #f3f6f9;
  height: 0.94rem;
  padding-left: 0.72rem;
  padding-top: 0.1rem;
  padding-right: 0.2rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.bmdt-container .map-search-box .poi-list .item .num-container {
  width: 0.23rem;
  height: 0.36rem;
  position: absolute;
  top: 0.2rem;
  left: 0.22rem;
  background-image: url(../images/2023-bmdt-item-location.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bmdt-container .map-search-box .poi-list .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  text-align: left;
}
.bmdt-container .map-search-box .poi-list .item .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  color: #999;
  line-height: 1.4;
  margin-top: 0.05rem;
}
.bmdt-container .map-search-box .poi-list .item .tel {
  font-size: 0.14rem;
  margin-top: 0.05rem;
  color: #999;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar {
  width: 0.03rem;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-track {
  background: #e8edf4;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb:hover {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb:active {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box #panel-fold {
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
.bmdt-container .map-search-box.fold {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.02rem 0 0.1rem 0 rgba(7, 100, 204, 0.35);
  min-height: auto;
}
.bmdt-container .map-search-box.fold .map-search-container,
.bmdt-container .map-search-box.fold .poi-list {
  display: none;
}
.bmdt-container .map-search-box.fold #panel-fold {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(180deg);
}
.bmdt-container .map-search-box.fold .map-navigation {
  display: none !important;
}
.bmdt-container .map-search-box .map-navigation {
  position: absolute;
  left: 0.24rem;
  top: 0.24rem;
  bottom: 0.2rem;
  right: 0.24rem;
  background-color: #fff;
  display: none;
  flex-direction: column;
}
.bmdt-container .map-search-box .map-navigation .back-container {
  border-bottom: solid 1px #f0f0f0;
  padding: 0.1rem 0;
  flex-shrink: 0;
}
.bmdt-container .map-search-box .map-navigation .back-container span {
  background-color: #c2ddff;
  font-size: 0.16rem;
  padding: 0.06rem 0.15rem;
  cursor: pointer;
  border-radius: 0.06rem;
}
.bmdt-container .map-search-box .map-navigation #panel {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-top: 0.1rem;
}
.bmdt-container .map-search-box .map-navigation #panel * {
  box-sizing: content-box;
}
.bmdt-container .map-search-box .map-navigation.show {
  display: flex;
}
.bmdt-container .map-search-box .zxbl-container {
  position: absolute;
  left: 0.24rem;
  top: 0.24rem;
  bottom: 0.2rem;
  right: 0.24rem;
  background-color: #fff;
  display: none;
  flex-direction: column;
}
.bmdt-container .map-search-box .zxbl-container .back-container {
  border-bottom: solid 1px #f0f0f0;
  padding: 0.1rem 0;
  flex-shrink: 0;
}
.bmdt-container .map-search-box .zxbl-container .back-container span:nth-child(1) {
  background-color: #c2ddff;
  font-size: 0.16rem;
  padding: 0.06rem 0.15rem;
  cursor: pointer;
  border-radius: 0.06rem;
}
.bmdt-container .map-search-box .zxbl-container .back-container .container-name {
  font-size: 0.16rem;
  margin-left: 0.1rem;
  font-weight: bold;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-top: 0.1rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list::-webkit-scrollbar {
  width: 0.03rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list::-webkit-scrollbar-track {
  background: #e8edf4;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list::-webkit-scrollbar-thumb {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list::-webkit-scrollbar-thumb:hover {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list::-webkit-scrollbar-thumb:active {
  background: #3961b9;
  border-radius: 0.02rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0.45rem;
  line-height: 0.45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list a:hover {
  color: #2f72da;
}
.bmdt-container .map-search-box .zxbl-container #zxbl-list a + a {
  border-top: solid 1px #f2f2f2;
}
.bmdt-container .map-search-box .zxbl-container.show {
  display: flex;
}

@media screen and (max-width: 1580px) and (min-width: 992px) {
.bmdt-container .map-search-box {
    top: 1.4rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .bmdt-container .map-search-box,
  .bmdt-container .bmdt-nav-container {
    left: 0;
  }
}
@media screen and (max-width: 992px) {

  .bmdt-header {
    padding: 30px 20px 15px 20px; 
    padding: .3rem 0.2rem .15rem .2rem;
    background-image: none;
  }
 
  .bmdt-header .logo {
    float: none;
    display: block;
    margin: 0 auto;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    height: auto;
  }
  .bmdt-header .header-r {
    float: none;
    display: flex;
    min-height: .8rem;
  }
 
  .bmdt-header .header-r .line{
    display: none;
  }
  .bmdt-header .header-r .home{
    position: absolute;
    top: 5px;
    top: .05rem;
    left: 5px;
    left: .05rem;
    font-size: 16px;
    font-size: .16rem;
  }

  .bmdt-container {
    min-height: auto;
    height: auto;
  }
  .bmdt-container #map {
    height: 4.14rem;
    min-height: 320px;
  }
  .bmdt-container .bmdt-nav-container {
    box-shadow: none;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .bmdt-container .bmdt-nav-container .bmdt-text {
    display: none;
  }
  .bmdt-container .bmdt-nav-container #bmdt-nav {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0.1rem 0;
  }
  .bmdt-container .bmdt-nav-container #bmdt-nav > div {
    width: 25%;
    word-break: keep-all;
    display: inline-block;
    margin-left: 0;
    padding: 0.1rem 0;
    border-radius: 0.5rem;
    position: relative;
    font-size: 0.2rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bmdt-container .map-search-box {
    z-index: 998;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    max-height: unset;
    min-height: unset;
    border-radius: 0;
    box-shadow: 0;
    background-color: #fff;
    padding: 0.24rem;
  }
  .bmdt-container .map-search-box .orgs-list > div {
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.1rem;
    color: #2f72da;
    padding: 0 0.1rem;
    font-size: 0.18rem;
  }
  .bmdt-container .map-search-box .orgs-search-container {
    display: flex;
    flex-direction: row;
  }
  .bmdt-container .map-search-box .orgs-search-container .zxbl {
    height: .5rem;
    line-height: .5rem;
    font-size: 0.2rem;
  }
  .bmdt-container .map-search-box .orgs-search-container .map-search-container {
    flex: 1;
    height: .5rem;
    line-height: .5rem;
    border-radius: 0.1rem;
  }
  .bmdt-container .map-search-box .orgs-search-container .map-search-container input {
    padding-right: .5rem;
    font-size: 0.18rem;
    padding-left: 0.15rem;
  }
  .bmdt-container .map-search-box .orgs-search-container .map-search-container button {
    width: .5rem;
    background-size: 0.25rem 0.25rem;
  }
  .bmdt-container .map-search-box .poi-list {
    padding-right: 0.1rem;
    position: relative;
    height: calc(100% - 1.2rem);
    overflow-y: auto;
    margin-top: 0.2rem;
  }
  .bmdt-container .map-search-box .poi-list .item {
    position: relative;
    background-color: #f3f6f9;
    height: 1rem;
    padding-left: 0.45rem;
    padding-top: 0.1rem;
    padding-right: 0.2rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
  }
  .bmdt-container .map-search-box .poi-list .item .num-container {
    width: 0.15rem;
    height: 0.25rem;
    position: absolute;
    top: 0.13rem;
    left: 0.1rem;
  }
  .bmdt-container .map-search-box .poi-list .item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    text-align: left;
  }
  .bmdt-container .map-search-box .poi-list .item .address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.16rem;
    line-height: normal;
    margin-top: 0.05rem;
  }
  .bmdt-container .map-search-box .poi-list .item .tel {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
  .bmdt-container .map-search-box #panel-fold {
    display: none;
  }
  .bmdt-container .map-search-box .map-navigation {
    position: absolute;
    left: 0.24rem;
    top: 0.24rem;
    bottom: 0.2rem;
    right: 0.24rem;
  }
  .bmdt-container .map-search-box .map-navigation .back-container {
    border-bottom: solid 1px #f0f0f0;
    padding: 0.1rem 0;
    flex-shrink: 0;
  }
  .bmdt-container .map-search-box .map-navigation .back-container span {
    background-color: #c2ddff;
    font-size: 0.18rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
  }
  .bmdt-container .map-search-box .map-navigation #panel {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin-top: 0.1rem;
  }
  .bmdt-container .map-search-box .map-navigation #panel * {
    box-sizing: content-box;
  }
  .bmdt-container .map-search-box .map-navigation.show {
    display: flex;
  }
  .bmdt-container .map-search-box .zxbl-container {
    position: absolute;
    left: 0.24rem;
    top: 0.24rem;
    bottom: 0.2rem;
    right: 0.24rem;
    background-color: #fff;
    display: none;
    flex-direction: column;
  }
  .bmdt-container .map-search-box .zxbl-container .back-container {
    border-bottom: solid 1px #f0f0f0;
    padding: 0.1rem 0;
    flex-shrink: 0;
  }
  .bmdt-container .map-search-box .zxbl-container .back-container span:nth-child(1) {
    background-color: #c2ddff;
    font-size: 0.18rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
  }
  .bmdt-container .map-search-box .zxbl-container .back-container .container-name {
    font-size: 0.18rem;
  }
  .bmdt-container .map-search-box .zxbl-container #zxbl-list {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin-top: 0.1rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .bmdt-container .map-search-box .zxbl-container #zxbl-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: .5rem;
    line-height: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
  }
  .bmdt-container .map-search-box .zxbl-container #zxbl-list a:hover {
    color: #2f72da;
  }
  .bmdt-container .map-search-box .zxbl-container #zxbl-list a + a {
    border-top: solid 1px #f2f2f2;
  }
  .bmdt-container .map-search-box .zxbl-container.show {
    display: flex;
  }
}