.map-container {
  height: calc(100vh - 1.96rem - 0.76rem);
  min-height: 500px;
  position: relative;
}
.map-container div {
  box-sizing: border-box;
  position: relative;
}
.map-container #map {
  width: 100%;
  height: 100%;
}
.map-container .panel-container {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 20px 0 rgba(35, 100, 185, 0.2);
  width: 460px;
  height: 90%;
  max-height: 500px;
  border-radius: 8px;
  padding: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
}
.map-container .panel-container .swiper-btns > div {
  position: absolute;
  width: 15px;
  height: 30px;
  background-color: #3771bb;
  background-image: url(yj-yy-map-ic-arrow-right.png);
  background-position: center center;
  background-size: 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.map-container .panel-container .swiper-btns > div.swiper-button-disabled {
  background-color: #e4e7eb;
  cursor: no-drop;
}
.map-container .panel-container .swiper-btns > div.prev {
  left: -25px;
  top: 0;
  transform: rotate(180deg);
}
.map-container .panel-container .swiper-btns > div.next {
  right: -25px;
  top: 0;
}
.map-container .panel-container .swiper-container {
  border-bottom: solid 2px #ebebeb;
}
.map-container .panel-container .swiper-container .swiper-slide {
  cursor: pointer;
  text-align: center;
  padding-bottom: 14px;
  width: auto;
  margin-right: 30px;
}
.map-container .panel-container .swiper-container .swiper-slide:nth-last-child(1) {
  margin-right: 0;
}
.map-container .panel-container .swiper-container .swiper-slide.swiper-slide-clicked {
  color: #3771bb;
}
.map-container .panel-container .swiper-container .swiper-slide.swiper-slide-clicked::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #3771bb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.map-container .panel-container .unit-list {
  margin-top: 24px;
  *zoom: 1;
}
.map-container .panel-container .unit-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.map-container .panel-container .unit-list .item {
  cursor: pointer;
  float: left;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: rgba(55, 113, 187, 0.08);
  color: #3771bb;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.map-container .panel-container .unit-list .item.active {
  background-color: #3771bb;
  color: #fff;
}
.map-container .panel-container .map-search-container {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
.map-container .panel-container .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 80px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  background-color: #f2f5fa;
  padding-left: 15px;
}
.map-container .panel-container .map-search-container button {
  width: 80px;
  height: 100%;
  background-color: #3771bb;
  color: #fff;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.map-container .panel-container .poi-list {
  height: 150px;
  overflow-y: auto;
}
.map-container .panel-container .poi-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.map-container .panel-container .poi-list::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #e6eaef;
}
.map-container .panel-container .poi-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #3771bb;
}
.map-container .panel-container .poi-list .item {
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-bottom: 10px;
  cursor: pointer;
}
.map-container .panel-container .poi-list .item::before {
  content: "";
  background-image: url(yj-yy-map-ic-location.png);
  background-repeat: no-repeat;
  background-size: 10px 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
}
.map-container .panel-container .poi-result-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 0 40px;
  display: none;
}
.map-container .panel-container .poi-result-container .search-container .tabs {
  border-bottom: solid 1px #ededed;
  text-align: center;
}
.map-container .panel-container .poi-result-container .search-container .tabs span {
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 40px;
  color: #999;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.map-container .panel-container .poi-result-container .search-container .tabs span:nth-child(2) {
  margin-right: 0;
}
.map-container .panel-container .poi-result-container .search-container .tabs span.cur {
  color: #2c63b3;
}
.map-container .panel-container .poi-result-container .search-container .tabs span.cur::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2c63b3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.map-container .panel-container .poi-result-container .search-container .search-box {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  background-color: #f2f6fc;
  z-index: 2;
  overflow: hidden;
  margin-top: 18px;
}
.map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs {
  width: calc(100% - 57px);
}
.map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs input {
  width: calc(50% - 22px);
  height: 100%;
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  background-color: #f2f6fc;
  box-sizing: border-box;
}
.map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs input:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 5px;
}
.map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs img {
  vertical-align: middle;
  width: 34px;
}
.map-container .panel-container .poi-result-container .search-container .search-box #btnNav {
  display: inline-block;
  width: 57px;
  height: 100%;
  background-image: url(yj-yy-map-ic-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.map-container .panel-container .poi-result-container .search-title-bar {
  border-bottom: solid 1px #d9e2ee;
  height: 58px;
  line-height: 58px;
}
.map-container .panel-container .poi-result-container .search-title-bar button {
  position: absolute;
  top: 11px;
  right: 0;
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: #edf3fc;
  border-radius: 4px;
  text-align: center;
  color: #2c63b3;
  font-size: 16px;
  cursor: pointer;
}
.map-container .panel-container .poi-result-container .bus-type-tabs {
  margin: 10px 0;
  display: none;
}
.map-container .panel-container .poi-result-container .bus-type-tabs::after {
  display: block;
  content: "";
  clear: both;
}
.map-container .panel-container .poi-result-container .bus-type-tabs li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: 0;
}
.map-container .panel-container .poi-result-container .bus-type-tabs li.cur {
  background-color: #e9f3ff;
  color: #2775cc;
}
.map-container .panel-container .poi-result-container .bus-type-tabs li:nth-child(1) {
  border-left: 1px solid #eee;
}
.map-container .panel-container .poi-result-container .drive-type-tabs {
  margin: 10px 0;
  display: none;
}
.map-container .panel-container .poi-result-container .drive-type-tabs::after {
  display: block;
  content: "";
  clear: both;
}
.map-container .panel-container .poi-result-container .drive-type-tabs li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: 0;
}
.map-container .panel-container .poi-result-container .drive-type-tabs li.cur {
  background-color: #e9f3ff;
  color: #2775cc;
}
.map-container .panel-container .poi-result-container .drive-type-tabs li:nth-child(1) {
  border-left: 1px solid #eee;
}
.map-container .panel-container .poi-result-container #poi-result {
  height: calc(100% - 230px);
  overflow-y: auto;
}
.map-container .panel-container .poi-result-container #poi-result > div:nth-child(1) > h1:nth-child(1) {
  display: none;
}
.map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #e6eaef;
}
.map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #3771bb;
}

.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;
}
.search-info-window .btns {
  text-align: center;
  margin-top: 10px;
}
.search-info-window .btns button {
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  background-color: #3771bb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
}
.search-info-window .btns button + button {
  margin-left: 10px;
}

.tangram-suggestion-main {
  z-index: 1000;
}

@media screen and (max-width: 992px) {
  .map-container {
    min-height: auto;
    height: auto;
  }
  .map-container #map {
    height: 300px;
    margin: 15px;
    width: auto;
  }
  .map-container .panel-container {
    margin: 15px;
    width: auto;
    height: 350px;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    left: auto;
    top: auto;
  }
  .map-container .panel-container .swiper-btns > div {
    position: absolute;
    width: 15px;
    height: 30px;
    background-size: 6px;
  }
  .map-container .panel-container .swiper-btns > div.prev {
    left: -15px;
  }
  .map-container .panel-container .swiper-btns > div.next {
    right: -15px;
  }
  .map-container .panel-container .swiper-container .swiper-slide {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    padding-bottom: 14px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
  .map-container .panel-container .swiper-container .swiper-slide.swiper-slide-clicked::after {
    height: 2px;
    width: 40px;
  }
  .map-container .panel-container .unit-list {
    margin-top: 15px;
  }
  .map-container .panel-container .unit-list .item {
    float: left;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .map-container .panel-container .map-search-container {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .map-container .panel-container .map-search-container input {
    height: 100%;
    width: 100%;
    padding-right: 80px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    padding-left: 15px;
  }
  .map-container .panel-container .map-search-container button {
    width: 80px;
    height: 100%;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .map-container .panel-container .poi-list {
    height: 150px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list .item {
    padding-left: 20px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-bottom: 10px;
  }
  .map-container .panel-container .poi-list .item::before {
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
  }
  .map-container .panel-container .poi-result-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 0 10px;
    display: none;
  }
  .map-container .panel-container .poi-result-container .search-container .tabs {
    border-bottom: solid 1px #ededed;
    text-align: center;
  }
  .map-container .panel-container .poi-result-container .search-container .tabs span {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 40px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .map-container .panel-container .poi-result-container .search-container .tabs span.cur {
    color: #2c63b3;
  }
  .map-container .panel-container .poi-result-container .search-container .tabs span.cur::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2c63b3;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .map-container .panel-container .poi-result-container .search-container .search-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    background-color: #f2f6fc;
    z-index: 2;
    overflow: hidden;
    margin-top: 10px;
  }
  .map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs {
    width: calc(100% - 40px);
  }
  .map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs input {
    width: calc(50% - 11px);
    height: 100%;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    background-color: #f2f6fc;
    box-sizing: border-box;
  }
  .map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs input:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 5px;
  }
  .map-container .panel-container .poi-result-container .search-container .search-box .bus-car-inputs img {
    vertical-align: middle;
    width: 20px;
  }
  .map-container .panel-container .poi-result-container .search-container .search-box #btnNav {
    display: inline-block;
    width: 40px;
    height: 100%;
    background-image: url(yj-yy-map-ic-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px 23px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .map-container .panel-container .poi-result-container .search-title-bar {
    border-bottom: solid 1px #d9e2ee;
    height: 58px;
    line-height: 58px;
  }
  .map-container .panel-container .poi-result-container .search-title-bar button {
    position: absolute;
    top: 11px;
    right: 0;
    width: 80px;
    height: 36px;
    line-height: 36px;
    background: #edf3fc;
    border-radius: 4px;
    text-align: center;
    color: #2c63b3;
    font-size: 16px;
    cursor: pointer;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs {
    margin: 10px 0;
    display: none;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs::after {
    display: block;
    content: "";
    clear: both;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs li.cur {
    background-color: #e9f3ff;
    color: #2775cc;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs li:nth-child(1) {
    border-left: 1px solid #eee;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs {
    margin: 10px 0;
    display: none;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs::after {
    display: block;
    content: "";
    clear: both;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs li.cur {
    background-color: #e9f3ff;
    color: #2775cc;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs li:nth-child(1) {
    border-left: 1px solid #eee;
  }
  .map-container .panel-container .poi-result-container #poi-result {
    height: calc(100% - 200px);
    overflow-y: auto;
  }
  .map-container .panel-container .poi-result-container #poi-result > div:nth-child(1) > h1:nth-child(1) {
    display: none;
  }
  .map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #e6eaef;
  }
  .map-container .panel-container .poi-result-container #poi-result::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #3771bb;
  }
  .BMap_pop > div:nth-child(9) {
    overflow-y: auto !important;
  }
}