.leftBar[data-v-9945ed72] {
  width: 280px;
  margin-right: 10px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s;
}
.leftBar .main-inner[data-v-9945ed72] {
  padding: 10px;
}
.leftBar .arrow-bt[data-v-9945ed72] {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  clip: rect(0px 30px 30px 10px);
  text-align: center;
  line-height: 30px;
  z-index: 10;
  cursor: pointer;
}
.leftBar .arrow-bt .el-icon-d-arrow-left[data-v-9945ed72],
.leftBar .arrow-bt .el-icon-d-arrow-right[data-v-9945ed72] {
  margin-left: 6px;
}
.leftBar .list-num[data-v-9945ed72] {
  color: #666;
  font-size: 13px;
}
.leftBar .scope-list ul[data-v-9945ed72] {
  padding: 0 5px;
}
.leftBar .scope-list ul li[data-v-9945ed72] {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  line-height: 30px;
  cursor: pointer;
}
.leftBar .scope-list ul li .unitName[data-v-9945ed72] {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leftBar .scope-list ul li .distance[data-v-9945ed72] {
  width: 60px;
  text-align: right;
}
.leftBar .scope-list ul[data-v-9945ed72] .el-icon-location {
  color: red;
  font-size: 18px;
}
.leftBar .s-text[data-v-9945ed72] {
  padding: 0 10px 0 20px;
  margin-bottom: 10px;
  position: relative;
}
.leftBar .s-text[data-v-9945ed72]::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background-color: #108ee9;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.leftBar .scrollbar[data-v-9945ed72] {
  height: calc(100vh - 160px);
}
.leftBar .scrollbar-box[data-v-9945ed72] {
  width: 100%;
  box-sizing: border-box;
}
.colorRed[data-v-9945ed72] {
  color: red;
}
