@import "../redCss/zwdt.css";
.zwdt-page {
  background-color: #eef4f9;
}
.map-box {
  width: 1200px;
  height: 780px;
  padding: 30px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#allmap {
  width: 100%;
  height: 100%;
}
.tabs-box {
  position: absolute;
  z-index: 10000;
  width: 334px;
  height: 663px;
  background: #fff;
  top: 60px;
  left: 60px;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.tabs-box .tab-tit {
  font-size: 20px;
  line-height: 28px;
  color: rgba(33, 33, 33, 1);
  padding-bottom: 15px;
}
.tabs-box .tab-tit::before {
  content: "";
  display: inline-block;
  background-image: url(../images/blue/pos.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.tabs-box .first-tabs li {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  color: rgba(33, 33, 33, 1);
  height: 38px;
  padding: 0 20px;
  background: #f2f4f7;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.tabs-box .first-tabs li.active {
  background: #2d66a5;
  color: #fff;
}
.tabs-box .second-list {
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.tabs-box .second-list.open {
  height: 440px;
  margin-top: 10px;
  /* transition: height 0.5s linear; */
}
.tabs-box .second-list.open::-webkit-scrollbar {
  width: 10px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 20px;
}

.tabs-box .second-list.open::-webkit-scrollbar-thumb {
  width: 10px;
  background: #2d66a5;
  border-radius: 20px;
}

.tabs-box .second-list.open::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.tabs-box .second-list li {
  width: 294px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  font-size: 16px;
  font-weight: 500;
  color: rgba(33, 33, 33, 1);
  padding: 10px;
  cursor: pointer;
}
.tabs-box .second-list li:last-of-type {
  border-bottom: none;
}
.tabs-box .second-list li.active,
.tabs-box .second-list li:hover {
  color: #2d66a5;
  font-weight: 500;
}
