* {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
#app {
  width: 100%;
  height: 100%;
  user-select: none;
  position: relative;
}

#__bs_notify__ {
  display: none !important;
}

#app {
  display: flex;
  flex-direction: column;
}

#app .head {
  height: 50px;
  background: #eee;
  width: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#app .cont {
  flex: 1;
  display: flex;
  -webkit-height: calc(100% - 91px);
  -o-height: calc(100% - 91px);
  -moz-height: calc(100% - 91px);
  height: calc(100% - 91px);
}

#app .cont .bar {
  width: 40px;
  height: 100%;
  border-right: 1px solid #bebebe;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#app .cont .bar .siderBtn {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}

#app .cont .bar .siderBtn.active {
  background: red;
}

#app .cont .bar .siderBtn i {
  font-size: 22px !important;
}



#app .cont .main {
  flex: 1;
  position: relative;
  padding: 0 10px;
}

#app .cont .main .showBox {
  height: 60px;
  background: #6ccbce;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-items: center;
  align-items: center;
  color: #fff;
  z-index: 99;
}

#app .cont .main .showBox i {
  font-size: 8px !important;
}

#app .cont .main .showBox.showLeft {
  left: 0;
}

#app .cont .main .showBox.showRight {
  right: 0;
}

#app .cont .main .map {
  width: 100%;
  height: 100%;
}

#app .foot {
  border-top: 1px solid #bebebe;
  height: 40px;
  display: flex;
}

#app .foot .w300 {
  width: 300px;
  height: 100%;
}

#app .foot .center {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#app .foot .center span {
  margin-right: 10px;
}

.ouzz-icon {
  border-radius: 50%;
}

.ouzz-icon span {
  position: absolute;
  font-size: 16px;
  color: red;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leaflet-draw-guides {
  z-index: 1;
  position: relative;
}

.tit {
  background: #a7a6a6;
  align-items: center;
  font-size: 13px;
  padding: 4px 10px;
  display: flex;
  justify-content: space-between;
}

.tit .fold {
  background: #fff;
  transform: rotate(-90deg);
  cursor: pointer;
}

.tit .fold.active {
  transform: rotate(90deg);
}

.area {
  height: 200px;
  padding: 10px;
  overflow-y: scroll;
}

.area.areaimg {
  height: 100%;
  padding: 10px;
  overflow-y: scroll;
}

.area textarea {
  resize: none;
}

.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fileimg {
  padding: 10px 0;
}

.fileimg.active {
  background: red;
}

.label {
  flex: 1;
  overflow-y: scroll;
  padding: 0 10px;
  margin-right: -27px;
  height: 359px;
}

/* .label {
  flex: 1;
  overflow-y: scroll;
  padding: 0 10px;
} */
.label .title {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  min-width: 50px;
  border: 1px solid #35d1b7;
}

.label .title.active {
  border-color: red;
  background: red;
  color: #fff;
}

.label .radio {
  min-width: 60px;
  border: 1px solid #eee;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.label .radio:hover {
  border-color: #83d8d8;
}

.label .radio.active {
  border-color: #83d8d8;
  background: #83d8d8;
}

@media screen and (min-width:1400px) {
  #app .cont .side {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .label .radio {
    min-width: 60px;
  }

  .deletMargin {
    margin-left: 90px
  }

}

@media screen and (max-width:1400px) {
  #app .cont .side {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .label .radio {
    min-width: 50px;
  }

  .deletMargin {
    margin-left: 20px;
  }
}

/* .regions {
  flex: 1;
  overflow-y: scroll;
} */
.regions {
  flex: 1;
  overflow-y: scroll;
  padding: 0 10px;

  height: 359px;
}

.regions .region {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.regions .region .list-label {
  width: 90px;
  overflow: hidden;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regions .region .list-text {
  width: 60px;
  overflow: hidden;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regions .region.active {
  background: red;
}

.upload {
  background: #fff;
  padding: 0 5px;
  cursor: pointer;
  margin-left: 10px;
}

.leaflet-container {
  cursor: default !important;
}

.leaflet-draw-tooltip {
  background: transparent !important;
}

.leaflet-draw-tooltip::before {
  background: transparent !important;
  border-right: none;
}

.leaflet-draw-tooltip {
  background: transparent !important;
}

.leaflet-draw-tooltip::before {
  background: transparent !important;
  border-right: none;
}

.leaflet-marker-icon {
  width: 4px !important;
  height: 4px !important;
}

.list-label,
.icon-left {
  margin-left: 15px;
}

.el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}



.el-tooltip__popper {
  padding: 8px 10px;
}

.el-tooltip__popper {
  padding: 8px;
  font-size: 6px
}

.el-tooltip__popper[x-placement^=right] {
  margin-left: 5px;
}

.instructions_box {
  width: 280px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  top: 50px;
  background: #eee;
  z-index: 999
}

.leaflet-marker-icon.same-point {
  height: 5px !important;
  width: 5px !important;
}

.move-same {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.leaflet-draw-guides {
  z-index: 999;
  position: relative;
}

.leaflet-marker-icon>span {
  display: none;
}

.num .leaflet-marker-icon>span {
  display: block;
}