.map_render_container {

  position: relative;
  width: 100vw;
  display: flex;
  height: 100vh;
  /* background-color: blanchedalmond; */

}

.map_render_container #map_wrapper {

  /* z-index: -1; */
  position: absolute;

  width: 100%;
  height: 100%;


}

/*  导航-------------------------- */
.map_render_container .nav {
  display: flex;
  height: 40px;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 999;


}




.map_render_container .nav .home,
.switch {
  width: 40px;
  height: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  margin-right: 10px;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0.35) 100%);
  display: flex;
  justify-content: center;
  align-items: center;

}

.map_render_container .nav .home img {
  width: calc(100% * 2 / 3);
}

.map_render_container .nav .switch img {
  width: calc(100% * 2 / 3);
}

.map_render_container .nav .selection_wrapper {
  width: 230px;
  height: 100%;
  margin-right: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0.35) 100%);
  position: relative;
  display: flex;

}

.map_render_container .nav .selection_wrapper .area {
  flex: 1;
  /* background-color: #eeeeee; */
  position: relative;
  line-height: 40px;
  padding-left: 10px;
}

.map_render_container .nav .selection_wrapper .area::before {
  position: absolute;
  width: 1px;

  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  height: 24px;
  content: '';
  background-color: #e7e7e7;

}

.map_render_container .nav .selection_wrapper .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;


}

.map_render_container .nav .selection_wrapper .icon img {
  width: 26px;

}

/* 地区下拉框 */
.map_render_container .selection_wrapper .selection-area {

  position: absolute;
  width: 280px;
  /* height: 400px; */
  border: 2px solid #FFFFFF;
  /* border: 2px solid #ff0000; */
  border-radius: 6px;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0.35) 100%);
  top: 50px;
  padding: 20px;
  display: none;
  
}

.map_render_container .selection_wrapper .selection-area .city_title,.county_title {
  display: flex;
  border-bottom: 1px solid #EAEAEA;
}
.map_render_container .selection_wrapper .selection-area .county_title {
  display: none;
  /* border-bottom: 1px solid #EAEAEA; */
}

/* 标题样式一 */
.map_render_container .selection_wrapper .selection-area .city_title .blue {
  border-bottom: 2px solid #0029FF;
  padding-bottom: 8px;
}
.map_render_container .selection_wrapper .selection-area .city_title .f1 {
  flex:1;
  padding-bottom: 8px;
}
/* 标题样式二 */
.map_render_container .selection_wrapper .selection-area .county_title .gray {
  padding-bottom: 8px;
  margin-right: 30px; 
}
.map_render_container .selection_wrapper .selection-area .county_title .blue {
  border-bottom: 2px solid #0029FF;
  padding-bottom: 8px;
  position: relative;
}
.map_render_container .selection_wrapper .selection-area .county_title .blue::before {
  position: absolute;
  left: -15px;
  top:4px;
  /* transform: translate(0%, -50%); */
  height: 0px;
  content: '';
  width:0;
  border-left:5px solid #1D243F;
  border-bottom:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid transparent;
 
}

.map_render_container .selection_wrapper .selection-area .county_title .f1 {
    flex:1;
    padding-bottom: 8px;
}
.map_render_container .selection_wrapper .selection-area .area_wrapper {
  max-height: 500px;
  overflow-y: auto;
}
.map_render_container .selection_wrapper .selection-area .area_wrapper>div {
  height: 40px;
  line-height: 40px;
}
.map_render_container .selection_wrapper .selection-area .area_wrapper>div:hover{
 color: #0029FF;
 cursor: pointer;
}

/* 滚动条位置 */
.map_render_container .selection_wrapper .selection-area .area_wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

.map_render_container .selection_wrapper .selection-area .area_wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}

.map_render_container .selection_wrapper .selection-area .area_wrapper::-webkit-scrollbar-track {
  border-radius: 2;
  background: rgba(0, 0, 0, 0.1);
}


/* 充电类型下拉搜索框 */

.map_render_container .selection_wrapper .selection-classify {

  position: absolute;
  width: 280px;
  /* height: 400px; */
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0.35) 100%);
  top: 50px;
  padding: 20px;
  display: none;


}

.map_render_container .selection_wrapper .selection-classify .item {
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  padding: 13px 40px;
  margin-bottom: 14px;
  position: relative;

}


.map_render_container .selection_wrapper .selection-classify .item:nth-child(1)::before {
  position: absolute;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  height: 10px;
  content: '';
  background-color: #60EFFF;
}

.map_render_container .selection_wrapper .selection-classify .item:nth-child(2)::before {
  position: absolute;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  height: 10px;
  content: '';
  background-color: #0029FF;
}

.map_render_container .selection_wrapper .selection-classify .item:nth-child(3)::before {
  position: absolute;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  height: 10px;
  content: '';
  background-color: #001581;
}

.map_render_container .selection_wrapper .selection-classify .item:last-child {
  margin-bottom: 0px;
}



/* 左侧---------------------- */
.map_render_container .left-detail {
  z-index: 99;
  position: absolute;
  left: 20px;
  width: 280px;
  border-radius: 6px;
  /* height: 620px; */
  top: 70px;
  padding: 28px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0.35) 100%);

}



.map_render_container .left-detail .station {
  padding-top: 18px;
  border-bottom: 1px solid #EAEAEA;
}

.map_render_container .left-detail .station:first-child {
  padding-top: 0px;
}

.map_render_container .left-detail .detail-item {
  margin-bottom: 18px;
}

.map_render_container .gray-text {
  color: #797979;
  font-size: 14px;
}

.map_render_container .black-bigtext {
  font-size: 34px;
  font-weight: 500;
  line-height: 32px;
}

.map_render_container .black-smalltext {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.map_render_container .mr10 {
  margin-right: 10px;
}

.map_render_container .left-detail .icon-container {
  padding: 12px 0;
}

.map_render_container .left-detail .icon-container .item {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.map_render_container .left-detail .icon-container .icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.map_render_container .left-detail .icon-container .blue {
  background-color: #60EFFF;
}

.map_render_container .left-detail .icon-container .green {
  background-color: #0029FF;
}

.map_render_container .left-detail .icon-container .orange {
  background-color: #001581;
}

/* .cluster_marker {
  z-index: 99;
  right: 60PX;
  top: 80PX;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #063BFB;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 18px #063bfb47;
  text-align: center;
  color: #fff;
  font-size: 16px;
} */
/* 卡片------------------------- */
.amap-info-content,.amap-info-outer {
  border-radius: 10px !important;
}
.station_detail {
  padding: 10px;
  z-index: 99;
  background-color: #fff;
  width: 360px;
}

.station_detail .add {
  display: flex;
  align-items: center;
  padding-top: 6px;
}

.station_detail .operator {
  position: relative;
}


.station_detail .operator .img {
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-color: #933d3d;
}

.station_detail .operator .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.station_detail .add img {
  margin-right: 8px;
}

.station_detail .border {
  border-bottom: 1px solid #EAEAEA;
  padding: 8px 0;
}

.station_detail .df {
  display: flex;
}

.station_detail .dc,
.ac {
  width: 90px;
}

.station_detail .dc {
  position: relative;
  padding-right: 20px;
}

.station_detail .ac {
  padding-left: 20px;
}

.station_detail .dc::after {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  content: '';
  background-color: #EAEAEA;
}

.station_detail .classify {
  background-color: #F6F7F8;
  border-radius: 0 10px;
  padding: 4px;
  text-align: center;
  margin: 10px 0;
  width: 100px;
  position: relative;
}

.station_detail .classify span {
  position: relative;
  margin-left: 14px;
}

.station_detail .classify span::before {
  position: absolute;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  left: -14px;
  transform: translate(0%, -50%);
  height: 10px;
  content: '';
}
.station_detail .classify .charge::before {
  background-color: #60EFFF;
}
.station_detail .classify .swap::before {
  background-color: #0029FF;
}
.station_detail .classify .combine::before {
  background-color: #001581;
}

.station_detail .gray-text {
  color: #797979;
  font-size: 14px;
}

.station_detail .fw600 {
  font-weight: 600;
}

.station_detail .blue-text {
  color: #0029FF;
  font-size: 26px;
}
