.leaflet-top {
  top: 100px;
}
.img_span {
  width: 8px;
  height: 8px;
}
.img_span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*border: 2px solid #eee;*/
  border: none;
  background-color: #ffdbdb;
  margin: 3px;
  cursor: pointer;
}
.img_span_choose {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e96f31;
}
.leaflet-top .leaflet-control {
  margin-top: -20px;
  background: #51aeff;
}
.leaflet-touch .leaflet-bar a:first-child {
  float: left;
  border-right: 1px solid #4286c1;
  border-bottom: 0px;
  color: white;
  background: #1c76c4;
}
.leaflet-touch .leaflet-bar a:first-child:hover {
  background: #258ce6;
}
.leaflet-touch .leaflet-bar a:last-child:hover {
  background: #258ce6;
}
.leaflet-touch .leaflet-bar a:last-child {
  float: left;
  color: white;
  border-bottom: 0px;
  background: #1c76c4;
}
.team_member_div {
  z-index: 800 !important;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 700 !important;
}
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child,
.leaflet-top .leaflet-control {
  background-color: var(--color-theme);
}
/*滚动条样式*/
.team_member_div::-webkit-scrollbar {
  width: 5px;
  transition: all 0.3s ease-in-out;
  /*height: 4px;*/
}
.team_member_div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(199, 199, 199, 0.9);
  background: rgba(25, 25, 25, 0.9);
}
.team_member_div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(199, 199, 199, 0.5);
  border-radius: 0;
  background: rgba(25, 25, 25, 0.5);
}
/* swiper样式 */
.swiper-container {
  width: 300px;
}
.swiper-slide {
  width: 100%;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}

/* .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../../images/icons/map_poupe_left.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../../images/icons/map_poupe_right.png);
} */
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  color: var(--color-theme);
}

.sidebar-menu {
  background-color: var(--color-theme);
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  background: var(--color-theme);
  border-left-color: var(--color-theme);
}
.sidebar-menu .sidebar-submenu {
  background-color: var(--color-theme);
}
