#custom-settings-dialog .form[data-v-de2382fa] {
  display: grid;
  grid-gap: 1.875rem 9.375rem;
}
#custom-settings-dialog .form .customer-setting[data-v-de2382fa] {
  padding: 1.25rem;
  margin: 0 auto;
  border: 1px dashed darkgray;
  border-radius: 0.625rem;
  width: 90%;
  height: auto;
  color: #06c;
  font-weight: 800;
  font-size: 1.25rem;
  background: white;
  /*      .name-list {
              display: grid;
              grid-template-columns: 1fr 1fr;
              !*我设置的是10 行与行之间 列与列之间 都是10*!
              grid-gap: 30px 150px;
              !* item在这个单元格中的位置justify-items属性设置单元格内容的水平位置（左中右），align-items属性设置单元格内容的垂直位置（上中下） *!
              align-items: center;
              justify-items: center;
              !* justify-content属性是整个内容区域在容器里面的水平位置（左中右），align-content属性是整个内容区域的垂直位置（上中下）。 *!
              justify-content: center;
              align-content: center;


              .el-col {
                width: 350px;

                .el-form-item {
                  margin: 0;
                }
              }
            }*/
}

@charset "UTF-8";
*[data-v-57c6b9e1] {
  touch-action: none;
}
#app1[data-v-57c6b9e1] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-57c6b9e1] {
  display: none;
}
.cancelSty[data-v-57c6b9e1] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-57c6b9e1] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-57c6b9e1]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-57c6b9e1]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-57c6b9e1] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-57c6b9e1]:hover {
    background-color: #409eff;
}
.notify-success[data-v-57c6b9e1] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-57c6b9e1] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-57c6b9e1] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-57c6b9e1] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-57c6b9e1] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-57c6b9e1] {
  color: #000000;
}
.el-table__cell[data-v-57c6b9e1] {
  color: black;
}
.el-tabs__nav[data-v-57c6b9e1] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-57c6b9e1] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-57c6b9e1]:hover {
  animation-name: ani-57c6b9e1;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-57c6b9e1 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-57c6b9e1] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-57c6b9e1] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-57c6b9e1] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-57c6b9e1]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-57c6b9e1]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-57c6b9e1]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-57c6b9e1] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-57c6b9e1] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-57c6b9e1] {
  background-color: #eee;
  position: relative;
}
.left[data-v-57c6b9e1] {
  position: relative;
  z-index: 1;
}
.left img[data-v-57c6b9e1] {
    height: 99.6vh;
}
.main[data-v-57c6b9e1] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-57c6b9e1] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-57c6b9e1] {
  margin-bottom: 6vh;
}
h1[data-v-57c6b9e1] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-57c6b9e1] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-57c6b9e1] {
  width: 30vw;
}
p[data-v-57c6b9e1] {
  color: #333;
}
.loginButton[data-v-57c6b9e1] {
  width: 100%;
}
.registerSty[data-v-57c6b9e1] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-57c6b9e1] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-57c6b9e1] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-57c6b9e1] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-57c6b9e1] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-57c6b9e1] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-57c6b9e1] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-57c6b9e1] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-57c6b9e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-57c6b9e1] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-57c6b9e1] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-57c6b9e1]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-57c6b9e1] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-57c6b9e1] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-57c6b9e1] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-57c6b9e1] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-57c6b9e1] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-57c6b9e1] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-57c6b9e1] {
    color: black;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-57c6b9e1] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-57c6b9e1] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-57c6b9e1] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-57c6b9e1] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-57c6b9e1] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-57c6b9e1] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-57c6b9e1] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-57c6b9e1] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-57c6b9e1] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-57c6b9e1] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-57c6b9e1] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-57c6b9e1] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-57c6b9e1] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-57c6b9e1] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-57c6b9e1] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-57c6b9e1] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-57c6b9e1] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-57c6b9e1] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-57c6b9e1] .open-lock-div {
  width: 100%;
}
[data-v-57c6b9e1] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-57c6b9e1] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-57c6b9e1] .close-lock-btn {
  width: 100%;
}
[data-v-57c6b9e1] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-57c6b9e1] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-57c6b9e1] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-57c6b9e1] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-57c6b9e1] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-57c6b9e1] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-57c6b9e1] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-57c6b9e1] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-57c6b9e1] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-57c6b9e1] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-57c6b9e1] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-57c6b9e1] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-57c6b9e1] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-57c6b9e1] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-57c6b9e1] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-57c6b9e1] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-57c6b9e1] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-57c6b9e1] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-57c6b9e1] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-57c6b9e1] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-57c6b9e1] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-57c6b9e1] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-57c6b9e1] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-57c6b9e1] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-57c6b9e1] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-57c6b9e1] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-57c6b9e1] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-57c6b9e1] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-57c6b9e1] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-57c6b9e1] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-57c6b9e1] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-57c6b9e1]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-57c6b9e1]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-57c6b9e1] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-57c6b9e1] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-57c6b9e1] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-57c6b9e1] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-57c6b9e1] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-57c6b9e1] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-57c6b9e1] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-57c6b9e1] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-57c6b9e1] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-57c6b9e1] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-57c6b9e1] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-57c6b9e1] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-57c6b9e1] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-57c6b9e1] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-57c6b9e1] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-57c6b9e1] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-57c6b9e1] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-57c6b9e1] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-57c6b9e1] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-57c6b9e1] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-57c6b9e1] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-57c6b9e1] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-57c6b9e1] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-57c6b9e1] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-57c6b9e1] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-57c6b9e1] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-57c6b9e1] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-57c6b9e1] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-57c6b9e1] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-57c6b9e1] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-57c6b9e1] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-57c6b9e1] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-57c6b9e1] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-57c6b9e1] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-57c6b9e1] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-57c6b9e1] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-57c6b9e1]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-57c6b9e1] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-57c6b9e1] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-57c6b9e1] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-57c6b9e1] {
  background: white;
}
#route-dialog #route_map[data-v-57c6b9e1] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-57c6b9e1] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-57c6b9e1] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-57c6b9e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-57c6b9e1] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-57c6b9e1] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-57c6b9e1] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-57c6b9e1] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-57c6b9e1] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-57c6b9e1] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-57c6b9e1] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-57c6b9e1] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-57c6b9e1] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-57c6b9e1] {
    margin: 0.3125rem;
}
#route-index[data-v-57c6b9e1] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-57c6b9e1] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-57c6b9e1] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-57c6b9e1] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-57c6b9e1] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-57c6b9e1] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-57c6b9e1] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-57c6b9e1] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-57c6b9e1] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-57c6b9e1] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-57c6b9e1] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-57c6b9e1] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-57c6b9e1] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-57c6b9e1] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-57c6b9e1] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-57c6b9e1] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-57c6b9e1] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-57c6b9e1] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-57c6b9e1] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-57c6b9e1] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-57c6b9e1] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-57c6b9e1] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-57c6b9e1] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-57c6b9e1] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-57c6b9e1] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-57c6b9e1] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-57c6b9e1] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-57c6b9e1] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-57c6b9e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-57c6b9e1] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-57c6b9e1] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-57c6b9e1]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-57c6b9e1] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-57c6b9e1] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-57c6b9e1] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-57c6b9e1] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}

@charset "UTF-8";
*[data-v-17ba488e] {
  touch-action: none;
}
#app1[data-v-17ba488e] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-17ba488e] {
  display: none;
}
.cancelSty[data-v-17ba488e] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-17ba488e] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-17ba488e]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-17ba488e]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-17ba488e] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-17ba488e]:hover {
    background-color: #409eff;
}
.notify-success[data-v-17ba488e] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-17ba488e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-17ba488e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-17ba488e] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-17ba488e] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-17ba488e] {
  color: #000000;
}
.el-table__cell[data-v-17ba488e] {
  color: black;
}
.el-tabs__nav[data-v-17ba488e] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-17ba488e] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-17ba488e]:hover {
  animation-name: ani-17ba488e;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-17ba488e {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-17ba488e] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-17ba488e] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-17ba488e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-17ba488e]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-17ba488e]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-17ba488e]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-17ba488e] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-17ba488e] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-17ba488e] {
  background-color: #eee;
  position: relative;
}
.left[data-v-17ba488e] {
  position: relative;
  z-index: 1;
}
.left img[data-v-17ba488e] {
    height: 99.6vh;
}
.main[data-v-17ba488e] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-17ba488e] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-17ba488e] {
  margin-bottom: 6vh;
}
h1[data-v-17ba488e] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-17ba488e] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-17ba488e] {
  width: 30vw;
}
p[data-v-17ba488e] {
  color: #333;
}
.loginButton[data-v-17ba488e] {
  width: 100%;
}
.registerSty[data-v-17ba488e] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-17ba488e] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-17ba488e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-17ba488e] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-17ba488e] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-17ba488e] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-17ba488e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-17ba488e] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-17ba488e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-17ba488e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-17ba488e] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-17ba488e]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-17ba488e] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-17ba488e] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-17ba488e] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-17ba488e] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-17ba488e] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-17ba488e] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-17ba488e] {
    color: black;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-17ba488e] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-17ba488e] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-17ba488e] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-17ba488e] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-17ba488e] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-17ba488e] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-17ba488e] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-17ba488e] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-17ba488e] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-17ba488e] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-17ba488e] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-17ba488e] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-17ba488e] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-17ba488e] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-17ba488e] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-17ba488e] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-17ba488e] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-17ba488e] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-17ba488e] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-17ba488e] .open-lock-div {
  width: 100%;
}
[data-v-17ba488e] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-17ba488e] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-17ba488e] .close-lock-btn {
  width: 100%;
}
[data-v-17ba488e] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-17ba488e] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-17ba488e] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-17ba488e] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-17ba488e] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-17ba488e] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-17ba488e] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-17ba488e] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-17ba488e] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-17ba488e] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-17ba488e] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-17ba488e] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-17ba488e] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-17ba488e] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-17ba488e] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-17ba488e] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-17ba488e] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-17ba488e] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-17ba488e] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-17ba488e] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-17ba488e] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-17ba488e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-17ba488e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-17ba488e] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-17ba488e] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-17ba488e] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-17ba488e] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-17ba488e] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-17ba488e] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-17ba488e] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-17ba488e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-17ba488e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-17ba488e] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-17ba488e]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-17ba488e]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-17ba488e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-17ba488e] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-17ba488e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-17ba488e] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-17ba488e] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-17ba488e] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-17ba488e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-17ba488e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-17ba488e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-17ba488e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-17ba488e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-17ba488e] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-17ba488e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-17ba488e] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-17ba488e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-17ba488e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-17ba488e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-17ba488e] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-17ba488e] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-17ba488e] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-17ba488e] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-17ba488e] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-17ba488e] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-17ba488e] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-17ba488e] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-17ba488e] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-17ba488e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-17ba488e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-17ba488e] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-17ba488e] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-17ba488e] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-17ba488e] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-17ba488e] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-17ba488e] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-17ba488e] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-17ba488e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-17ba488e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-17ba488e] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-17ba488e]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-17ba488e] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-17ba488e] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-17ba488e] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-17ba488e] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-17ba488e] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-17ba488e] {
  background: white;
}
#route-dialog #route_map[data-v-17ba488e] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-17ba488e] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-17ba488e] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-17ba488e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-17ba488e] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-17ba488e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-17ba488e] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-17ba488e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-17ba488e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-17ba488e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-17ba488e] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-17ba488e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-17ba488e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-17ba488e] {
    margin: 0.3125rem;
}
#route-index[data-v-17ba488e] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-17ba488e] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-17ba488e] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-17ba488e] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-17ba488e] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-17ba488e] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-17ba488e] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-17ba488e] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-17ba488e] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-17ba488e] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-17ba488e] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-17ba488e] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-17ba488e] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-17ba488e] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-17ba488e] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-17ba488e] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-17ba488e] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-17ba488e] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-17ba488e] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-17ba488e] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-17ba488e] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-17ba488e] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-17ba488e] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-17ba488e] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-17ba488e] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}

@font-face {
  font-family: 'icomoon';
  src:  url(../static/fonts/icomoon.37fb8015.eot);
  src:  url(../static/fonts/icomoon.37fb8015.eot#iefix) format('embedded-opentype'),
    url(../static/fonts/icomoon.27f6446e.ttf) format('truetype'),
    url(../static/fonts/icomoon.b9c82df5.woff) format('woff'),
    url(../static/img/icomoon.7083b8c4.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-download:before {
  content: "\e960";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-spinner11:before {
  content: "\e984";
}

.icon-spinner10:before {
  content: "\e983";
}

@charset "UTF-8";
*[data-v-4d4f1e62] {
  touch-action: none;
}
#app1[data-v-4d4f1e62] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4d4f1e62] {
  display: none;
}
.cancelSty[data-v-4d4f1e62] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4d4f1e62] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4d4f1e62]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4d4f1e62]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4d4f1e62] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4d4f1e62]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4d4f1e62] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4d4f1e62] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4d4f1e62] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4d4f1e62] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4d4f1e62] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4d4f1e62] {
  color: #000000;
}
.el-table__cell[data-v-4d4f1e62] {
  color: black;
}
.el-tabs__nav[data-v-4d4f1e62] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4d4f1e62] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4d4f1e62]:hover {
  animation-name: ani-4d4f1e62;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4d4f1e62 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4d4f1e62] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4d4f1e62] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4d4f1e62] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4d4f1e62]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4d4f1e62]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4d4f1e62]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4d4f1e62] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4d4f1e62] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4d4f1e62] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4d4f1e62] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4d4f1e62] {
    height: 99.6vh;
}
.main[data-v-4d4f1e62] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4d4f1e62] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4d4f1e62] {
  margin-bottom: 6vh;
}
h1[data-v-4d4f1e62] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4d4f1e62] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4d4f1e62] {
  width: 30vw;
}
p[data-v-4d4f1e62] {
  color: #333;
}
.loginButton[data-v-4d4f1e62] {
  width: 100%;
}
.registerSty[data-v-4d4f1e62] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4d4f1e62] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4d4f1e62] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4d4f1e62] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4d4f1e62] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4d4f1e62] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4d4f1e62] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4d4f1e62] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4d4f1e62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4d4f1e62] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4d4f1e62] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4d4f1e62]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4d4f1e62] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4d4f1e62] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4d4f1e62] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4d4f1e62] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4d4f1e62] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4d4f1e62] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4d4f1e62] {
    color: black;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4d4f1e62] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4d4f1e62] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4d4f1e62] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4d4f1e62] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4d4f1e62] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4d4f1e62] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4d4f1e62] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4d4f1e62] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4d4f1e62] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4d4f1e62] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4d4f1e62] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4d4f1e62] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4d4f1e62] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4d4f1e62] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4d4f1e62] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4d4f1e62] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4d4f1e62] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4d4f1e62] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4d4f1e62] .open-lock-div {
  width: 100%;
}
[data-v-4d4f1e62] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4d4f1e62] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4d4f1e62] .close-lock-btn {
  width: 100%;
}
[data-v-4d4f1e62] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4d4f1e62] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4d4f1e62] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4d4f1e62] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4d4f1e62] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4d4f1e62] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4d4f1e62] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4d4f1e62] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4d4f1e62] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4d4f1e62] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4d4f1e62] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4d4f1e62] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4d4f1e62] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4d4f1e62] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4d4f1e62] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4d4f1e62] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4d4f1e62] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4d4f1e62] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4d4f1e62] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4d4f1e62] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4d4f1e62] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4d4f1e62] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4d4f1e62] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4d4f1e62] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4d4f1e62] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4d4f1e62] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4d4f1e62] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4d4f1e62] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4d4f1e62] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4d4f1e62] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4d4f1e62] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4d4f1e62]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4d4f1e62]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4d4f1e62] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4d4f1e62] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4d4f1e62] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4d4f1e62] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4d4f1e62] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4d4f1e62] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4d4f1e62] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4d4f1e62] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4d4f1e62] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4d4f1e62] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4d4f1e62] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4d4f1e62] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4d4f1e62] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4d4f1e62] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4d4f1e62] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4d4f1e62] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4d4f1e62] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4d4f1e62] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4d4f1e62] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4d4f1e62] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4d4f1e62] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4d4f1e62] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4d4f1e62] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4d4f1e62] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4d4f1e62] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4d4f1e62] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4d4f1e62] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4d4f1e62] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4d4f1e62] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4d4f1e62] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4d4f1e62] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4d4f1e62] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4d4f1e62] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4d4f1e62] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4d4f1e62] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4d4f1e62]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4d4f1e62] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4d4f1e62] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4d4f1e62] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4d4f1e62] {
  background: white;
}
#route-dialog #route_map[data-v-4d4f1e62] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4d4f1e62] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4d4f1e62] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4d4f1e62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4d4f1e62] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4d4f1e62] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4d4f1e62] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4d4f1e62] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4d4f1e62] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4d4f1e62] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4d4f1e62] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-4d4f1e62] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#route-index[data-v-4d4f1e62] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4d4f1e62] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4d4f1e62] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-4d4f1e62] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-4d4f1e62] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-4d4f1e62] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-4d4f1e62] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-4d4f1e62] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-4d4f1e62] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-4d4f1e62] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-4d4f1e62] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-4d4f1e62] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-4d4f1e62] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-4d4f1e62] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-4d4f1e62] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-4d4f1e62] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-4d4f1e62] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-4d4f1e62] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-4d4f1e62] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-4d4f1e62] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-4d4f1e62] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-4d4f1e62] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-4d4f1e62] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-4d4f1e62] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-4d4f1e62] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-4d4f1e62] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-4d4f1e62] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-4d4f1e62] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-4d4f1e62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-4d4f1e62] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-4d4f1e62] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-4d4f1e62]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-4d4f1e62] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-4d4f1e62] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-4d4f1e62] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-4d4f1e62] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4d4f1e62] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4d4f1e62]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-4d4f1e62] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-4d4f1e62] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-4d4f1e62] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-4d4f1e62] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-4d4f1e62] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4d4f1e62] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4d4f1e62] .button-size span {
    font-size: 1.75rem;
}
[data-v-4d4f1e62] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4d4f1e62] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-4d4f1e62] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4d4f1e62] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4d4f1e62] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4d4f1e62] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4d4f1e62] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-4d4f1e62] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-4d4f1e62] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-4d4f1e62] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-4d4f1e62] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-4d4f1e62] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-4d4f1e62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-4d4f1e62] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-4d4f1e62] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-4d4f1e62]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-4d4f1e62] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-4d4f1e62] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-4d4f1e62]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-4d4f1e62] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-4d4f1e62] {
      color: #ffffff;
}
#permission .manage[data-v-4d4f1e62] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-4d4f1e62] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-4d4f1e62] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-4d4f1e62] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-4d4f1e62] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-4d4f1e62] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-4d4f1e62] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-4d4f1e62] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-4d4f1e62] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-4d4f1e62] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-4d4f1e62] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-4d4f1e62] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-4d4f1e62] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-4d4f1e62]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-4d4f1e62] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}

#header {
  width: 100vw;
  height: auto;
}
#header #headerTop {
  background-color: #416dbc;
  display: grid;
  grid-template-columns: 20% 55% 25%;
  /*  flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;*/
}
#header #headerTop .sysName {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.9375rem;
  color: #FFFFFF;
}
#header #headerTop .navSty .titsty {
  padding: 1.1875rem;
  font-size: 1.125rem;
  color: #FFFFFF;
}
#header #headerTop .navSty .itemSty {
  display: inline-block;
  cursor: pointer;
}
#header #headerTop .navSty .activeBg {
  background-color: #1647a0;
}
#header #headerTop .person-center {
  padding: 0.8125rem;
  text-align: right;
}
#header #headerTop .person-center .message-icon {
  margin-right: 0.625rem;
}
#header #headerTop .person-center .admin-info-title {
  padding: 0.9375rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 100%;
}
#header #headerTop .person-center .admin-info-title .el-image {
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
  margin-right: 0.9375rem;
}
#header #headerTop .person-center .admin-info-title i {
  color: #4fefa3;
  margin-right: 0.9375rem;
}
#header .contentSty {
  display: flex;
  justify-content: center;
}
#header .fontSty {
  font-size: 2rem;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 100rem;
	height: 100rem;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 0.625rem;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 0.625rem;
	}
.leaflet-left .leaflet-control {
	margin-left: 0.625rem;
	}
.leaflet-right .leaflet-control {
	margin-right: 0.625rem;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 0.125rem dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 0.3125rem rgba(0,0,0,0.65);
	border-radius: 0.25rem;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 1.625rem;
	height: 1.625rem;
	line-height: 1.625rem;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 0.125rem;
	border-bottom-right-radius: 0.125rem;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 1.125rem 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 1.375rem;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 0.3125rem rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 0.3125rem;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 2.25rem;
	height: 2.25rem;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 1.625rem 1.625rem;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 2.75rem;
	height: 2.75rem;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 0.375rem 0.625rem 0.375rem 0.375rem;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 0.3125rem;
	}
.leaflet-control-layers-selector {
	margin-top: 0.125rem;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 0.8125rem;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 0.3125rem -0.625rem 0.3125rem -0.375rem;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 0.3125rem;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 0.3125rem;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 0.3125rem;
	}
.leaflet-control-scale-line {
	border: 0.125rem solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 0.125rem 0.3125rem 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 0.125rem solid #777;
	border-bottom: none;
	margin-top: -0.125rem;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 0.125rem solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 0.125rem solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 1.25rem;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 0.75rem;
	}
.leaflet-popup-content {
	margin: 0.8125rem 1.5rem 0.8125rem 1.25rem;
	line-height: 1.3;
	font-size: 0.8125rem;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 1.0625rem 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 2.5rem;
	height: 1.25rem;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -1.25rem;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 1.0625rem;
	height: 1.0625rem;
	padding: 1px;

	margin: -0.625rem auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 0.1875rem 0.875rem rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 1.5rem;
	height: 1.5rem;
	font: 1rem/1.5rem Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 1.5rem;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 0.375rem;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0.1875rem;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 0.1875rem rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 0.375rem solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 0.375rem;
}
.leaflet-tooltip-top {
	margin-top: -0.375rem;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -0.375rem;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -0.75rem;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -0.75rem;
	margin-left: -0.375rem;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -0.375rem;
}
.leaflet-tooltip-right {
	margin-left: 0.375rem;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -0.375rem;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -0.75rem;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -0.75rem;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 1.25rem;
	}
.marker-cluster div {
	width: 1.875rem;
	height: 1.875rem;
	margin-left: 0.3125rem;
	margin-top: 0.3125rem;

	text-align: center;
	border-radius: 0.9375rem;
	font: 0.75rem "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 1.875rem;
	}
.avue-crud__dialog__header[data-v-1ba7f914] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-dialog-container {
  width: 88vw;
  height: 77vh;
  min-height: 25rem;
  background-color: #f0f0f0;
}
#map-dialog {
  width: 88vw;
  height: 77vh;
  min-height: 25rem;
  background-color: #f0f0f0;
}
#map-dialog .leaflet-control-attribution {
  display: none;
}
#map-dialog .leaflet-container {
  background: #f0f0f0;
  font-family: inherit;
}
#map-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#map-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#map-dialog .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#map-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#map-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#map-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#map-dialog .leaflet-marker-pane {
  z-index: 600;
}
#map-dialog .leaflet-popup-pane {
  z-index: 700;
}
#map-dialog .leaflet-marker-icon {
  z-index: 600;
}
#map-dialog .leaflet-marker-shadow {
  z-index: 599;
}
#map-dialog .leaflet-tile-pane {
  z-index: 200;
}
#map-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#map-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.device-popup-dialog-map .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.device-popup-dialog-map .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
}
.device-popup-dialog-map .leaflet-popup-close-button {
  display: none;
}
.info-window-device-info-dialog-map {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.info-window-device-info-dialog-map ul li {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 550;
}
.info-window-device-info-dialog-map .clear-alarm-div {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
  letter-spacing: 10px;
  width: 200px;
  height: 50px;
  border: 0;
  background-color: red;
  color: #ffffff;
  border-radius: 25px;
  font-size: 22px;
  font-weight: 550;
  cursor: pointer;
}

@charset "UTF-8";
*[data-v-772cc1c4] {
  touch-action: none;
}
#app1[data-v-772cc1c4] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-772cc1c4] {
  display: none;
}
.cancelSty[data-v-772cc1c4] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-772cc1c4] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-772cc1c4]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-772cc1c4]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-772cc1c4] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-772cc1c4]:hover {
    background-color: #409eff;
}
.notify-success[data-v-772cc1c4] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-772cc1c4] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-772cc1c4] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-772cc1c4] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-772cc1c4] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-772cc1c4] {
  color: #000000;
}
.el-table__cell[data-v-772cc1c4] {
  color: black;
}
.el-tabs__nav[data-v-772cc1c4] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-772cc1c4] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-772cc1c4]:hover {
  animation-name: ani-772cc1c4;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-772cc1c4 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-772cc1c4] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-772cc1c4] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-772cc1c4] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-772cc1c4]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-772cc1c4]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-772cc1c4]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-772cc1c4] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-772cc1c4] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-772cc1c4] {
  background-color: #eee;
  position: relative;
}
.left[data-v-772cc1c4] {
  position: relative;
  z-index: 1;
}
.left img[data-v-772cc1c4] {
    height: 99.6vh;
}
.main[data-v-772cc1c4] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-772cc1c4] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-772cc1c4] {
  margin-bottom: 6vh;
}
h1[data-v-772cc1c4] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-772cc1c4] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-772cc1c4] {
  width: 30vw;
}
p[data-v-772cc1c4] {
  color: #333;
}
.loginButton[data-v-772cc1c4] {
  width: 100%;
}
.registerSty[data-v-772cc1c4] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-772cc1c4] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-772cc1c4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-772cc1c4] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-772cc1c4] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-772cc1c4] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-772cc1c4] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-772cc1c4] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-772cc1c4] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-772cc1c4] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-772cc1c4]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-772cc1c4] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-772cc1c4] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-772cc1c4] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-772cc1c4] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-772cc1c4] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-772cc1c4] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-772cc1c4] {
    color: black;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-772cc1c4] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-772cc1c4] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-772cc1c4] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-772cc1c4] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-772cc1c4] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-772cc1c4] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-772cc1c4] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-772cc1c4] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-772cc1c4] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-772cc1c4] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-772cc1c4] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-772cc1c4] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-772cc1c4] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-772cc1c4] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-772cc1c4] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-772cc1c4] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-772cc1c4] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-772cc1c4] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-772cc1c4] .open-lock-div {
  width: 100%;
}
[data-v-772cc1c4] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-772cc1c4] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-772cc1c4] .close-lock-btn {
  width: 100%;
}
[data-v-772cc1c4] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-772cc1c4] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-772cc1c4] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-772cc1c4] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-772cc1c4] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-772cc1c4] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-772cc1c4] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-772cc1c4] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-772cc1c4] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-772cc1c4] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-772cc1c4] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-772cc1c4] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-772cc1c4] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-772cc1c4] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-772cc1c4] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-772cc1c4] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-772cc1c4] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-772cc1c4] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-772cc1c4] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-772cc1c4] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-772cc1c4] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-772cc1c4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-772cc1c4] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-772cc1c4] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-772cc1c4] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-772cc1c4] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-772cc1c4] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-772cc1c4] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-772cc1c4] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-772cc1c4] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-772cc1c4] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-772cc1c4]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-772cc1c4]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-772cc1c4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-772cc1c4] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-772cc1c4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-772cc1c4] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-772cc1c4] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-772cc1c4] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-772cc1c4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-772cc1c4] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-772cc1c4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-772cc1c4] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-772cc1c4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-772cc1c4] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-772cc1c4] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-772cc1c4] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-772cc1c4] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-772cc1c4] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-772cc1c4] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-772cc1c4] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-772cc1c4] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-772cc1c4] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-772cc1c4] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-772cc1c4] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-772cc1c4] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-772cc1c4] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-772cc1c4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-772cc1c4] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-772cc1c4] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-772cc1c4] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-772cc1c4] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-772cc1c4] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-772cc1c4] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-772cc1c4] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-772cc1c4] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-772cc1c4] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-772cc1c4]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-772cc1c4] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-772cc1c4] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-772cc1c4] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-772cc1c4] {
  background: white;
}
#route-dialog #route_map[data-v-772cc1c4] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-772cc1c4] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-772cc1c4] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-772cc1c4] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-772cc1c4] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-772cc1c4] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-772cc1c4] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-772cc1c4] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-772cc1c4] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-772cc1c4] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#route-index[data-v-772cc1c4] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-772cc1c4] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-772cc1c4] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-772cc1c4] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-772cc1c4] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-772cc1c4] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-772cc1c4] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-772cc1c4] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-772cc1c4] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-772cc1c4] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-772cc1c4] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-772cc1c4] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-772cc1c4] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-772cc1c4] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-772cc1c4] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-772cc1c4] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-772cc1c4] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-772cc1c4] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-772cc1c4] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-772cc1c4] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-772cc1c4] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-772cc1c4] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-772cc1c4] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-772cc1c4] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-772cc1c4] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-772cc1c4] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-772cc1c4] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-772cc1c4] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-772cc1c4]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-772cc1c4] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-772cc1c4] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-772cc1c4] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-772cc1c4] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-772cc1c4] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-772cc1c4]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-772cc1c4] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-772cc1c4] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-772cc1c4] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-772cc1c4] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-772cc1c4] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-772cc1c4] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-772cc1c4] .button-size span {
    font-size: 1.75rem;
}
[data-v-772cc1c4] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-772cc1c4] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-772cc1c4] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-772cc1c4] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-772cc1c4] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-772cc1c4] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-772cc1c4] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-772cc1c4] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-772cc1c4] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-772cc1c4] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-772cc1c4] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-772cc1c4] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-772cc1c4] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-772cc1c4] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-772cc1c4]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-772cc1c4] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-772cc1c4] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-772cc1c4]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-772cc1c4] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-772cc1c4] {
      color: #ffffff;
}
#permission .manage[data-v-772cc1c4] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-772cc1c4] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-772cc1c4] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-772cc1c4] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-772cc1c4] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-772cc1c4] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-772cc1c4] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-772cc1c4] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-772cc1c4] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-772cc1c4] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-772cc1c4] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-772cc1c4] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-772cc1c4] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-772cc1c4]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-772cc1c4] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-772cc1c4] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-772cc1c4] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-772cc1c4] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-772cc1c4] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-772cc1c4] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-772cc1c4] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-772cc1c4] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-772cc1c4] .button-size span {
    font-size: 1.75rem;
}
[data-v-772cc1c4] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-772cc1c4] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-772cc1c4] {
  position: relative;
}
#account-auth-map #area-auth[data-v-772cc1c4] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-772cc1c4] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-772cc1c4] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-772cc1c4] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-772cc1c4] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-772cc1c4] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-772cc1c4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-772cc1c4] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-772cc1c4] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-772cc1c4] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-772cc1c4] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-772cc1c4] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-772cc1c4] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-772cc1c4] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-772cc1c4] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-772cc1c4],
#account-auth-map .marker-cluster-medium[data-v-772cc1c4],
#account-auth-map .marker-cluster-large[data-v-772cc1c4] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-772cc1c4] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-772cc1c4] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-772cc1c4]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-772cc1c4]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-772cc1c4] {
  background: white;
}
.leaflet-pm-toolbar[data-v-772cc1c4] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-772cc1c4] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-772cc1c4] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-772cc1c4] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-772cc1c4] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-772cc1c4] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-772cc1c4] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-772cc1c4],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-772cc1c4] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-772cc1c4],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-772cc1c4] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-772cc1c4] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-772cc1c4] {
  cursor: default;
}
.draw-tip-label[data-v-772cc1c4] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-772cc1c4]::before {
  border: none !important;
}
.draw-tip-label[data-v-772cc1c4]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-772cc1c4]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-772cc1c4] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-772cc1c4] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-772cc1c4] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-772cc1c4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-772cc1c4] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-772cc1c4] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-772cc1c4],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-772cc1c4] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-772cc1c4] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-772cc1c4] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-772cc1c4] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-772cc1c4] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-772cc1c4] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-772cc1c4] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-772cc1c4] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-772cc1c4] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-772cc1c4] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-772cc1c4] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-772cc1c4] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-772cc1c4] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-772cc1c4] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-772cc1c4] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-772cc1c4] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-772cc1c4] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-772cc1c4] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-772cc1c4] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-772cc1c4] {
      color: #FFFFFF;
}
#offline .el-table[data-v-772cc1c4] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-772cc1c4] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-772cc1c4] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-772cc1c4] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-772cc1c4] {
    margin: 0.1875rem;
}
#inspection[data-v-772cc1c4] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-772cc1c4] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-772cc1c4] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-772cc1c4]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-772cc1c4] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-772cc1c4] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-772cc1c4] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-772cc1c4] {
      width: 3.125rem;
}
#message[data-v-772cc1c4] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-772cc1c4] {
  width: 100%;
  height: 100%;
}
#container[data-v-772cc1c4] {
  width: 100%;
  height: 100%;
}
#help[data-v-772cc1c4] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-772cc1c4] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-772cc1c4] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-772cc1c4] {
    margin-top: 1.25rem;
}
#disarm[data-v-772cc1c4] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-772cc1c4] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-772cc1c4] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-772cc1c4] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-772cc1c4] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-772cc1c4] {
  text-align: center;
}
#error[data-v-772cc1c4] {
  text-align: center;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-772cc1c4] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-772cc1c4] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-772cc1c4] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-772cc1c4] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-772cc1c4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-772cc1c4] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-772cc1c4] {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper[data-v-772cc1c4] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content[data-v-772cc1c4] {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 72vh;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 82vh;
}
#auth-key-pwd-unlock .content[data-v-772cc1c4] {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  margin: 3.75rem 0px 1.25rem 0px;
}
#auth-key-pwd-unlock .pwd-color-red[data-v-772cc1c4] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-772cc1c4] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-772cc1c4] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .avue-crud__dialog__header[data-v-772cc1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#safety[data-v-772cc1c4] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-772cc1c4] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(255, 0, 0, 0.98);
}
#safety .breadcrumb span[data-v-772cc1c4] {
      color: #FFFFFF;
}
#safety .el-table[data-v-772cc1c4] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-772cc1c4] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-772cc1c4] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(0, 0, 255, 0.5);
}
#power .breadcrumb span[data-v-772cc1c4] {
      color: #FFFFFF;
}
#power .el-table[data-v-772cc1c4] {
    width: 99vw;
    margin: 0.625rem auto;
}

@charset "UTF-8";
*[data-v-688f3f20] {
  touch-action: none;
}
#app1[data-v-688f3f20] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-688f3f20] {
  display: none;
}
.cancelSty[data-v-688f3f20] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-688f3f20] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-688f3f20]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-688f3f20]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-688f3f20] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-688f3f20]:hover {
    background-color: #409eff;
}
.notify-success[data-v-688f3f20] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-688f3f20] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-688f3f20] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-688f3f20] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-688f3f20] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-688f3f20] {
  color: #000000;
}
.el-table__cell[data-v-688f3f20] {
  color: black;
}
.el-tabs__nav[data-v-688f3f20] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-688f3f20] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-688f3f20]:hover {
  animation-name: ani-688f3f20;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-688f3f20 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-688f3f20] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-688f3f20] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-688f3f20] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-688f3f20]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-688f3f20]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-688f3f20]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-688f3f20] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-688f3f20] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-688f3f20] {
  background-color: #eee;
  position: relative;
}
.left[data-v-688f3f20] {
  position: relative;
  z-index: 1;
}
.left img[data-v-688f3f20] {
    height: 99.6vh;
}
.main[data-v-688f3f20] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-688f3f20] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-688f3f20] {
  margin-bottom: 6vh;
}
h1[data-v-688f3f20] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-688f3f20] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-688f3f20] {
  width: 30vw;
}
p[data-v-688f3f20] {
  color: #333;
}
.loginButton[data-v-688f3f20] {
  width: 100%;
}
.registerSty[data-v-688f3f20] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-688f3f20] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-688f3f20] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-688f3f20] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-688f3f20] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-688f3f20] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-688f3f20] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-688f3f20] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-688f3f20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-688f3f20] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-688f3f20] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-688f3f20]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-688f3f20] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-688f3f20] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-688f3f20] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-688f3f20] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-688f3f20] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-688f3f20] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-688f3f20] {
    color: black;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-688f3f20] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-688f3f20] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-688f3f20] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-688f3f20] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-688f3f20] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-688f3f20] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-688f3f20] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-688f3f20] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-688f3f20] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-688f3f20] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-688f3f20] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-688f3f20] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-688f3f20] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-688f3f20] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-688f3f20] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-688f3f20] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-688f3f20] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-688f3f20] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-688f3f20] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-688f3f20] .open-lock-div {
  width: 100%;
}
[data-v-688f3f20] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-688f3f20] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-688f3f20] .close-lock-btn {
  width: 100%;
}
[data-v-688f3f20] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-688f3f20] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-688f3f20] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-688f3f20] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-688f3f20] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-688f3f20] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-688f3f20] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-688f3f20] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-688f3f20] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-688f3f20] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-688f3f20] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-688f3f20] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-688f3f20] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-688f3f20] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-688f3f20] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-688f3f20] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-688f3f20] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-688f3f20] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-688f3f20] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-688f3f20] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-688f3f20] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-688f3f20] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-688f3f20] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-688f3f20] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-688f3f20] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-688f3f20] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-688f3f20] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-688f3f20] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-688f3f20] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-688f3f20] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-688f3f20] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-688f3f20] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-688f3f20] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-688f3f20]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-688f3f20]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-688f3f20] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-688f3f20] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-688f3f20] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-688f3f20] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-688f3f20] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-688f3f20] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-688f3f20] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-688f3f20] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-688f3f20] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-688f3f20] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-688f3f20] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-688f3f20] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-688f3f20] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-688f3f20] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-688f3f20] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-688f3f20] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-688f3f20] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-688f3f20] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-688f3f20] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-688f3f20] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-688f3f20] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-688f3f20] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-688f3f20] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-688f3f20] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-688f3f20] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-688f3f20] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-688f3f20] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-688f3f20] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-688f3f20] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-688f3f20] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-688f3f20] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-688f3f20] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-688f3f20] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-688f3f20] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-688f3f20] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-688f3f20] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-688f3f20] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-688f3f20] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-688f3f20]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-688f3f20] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-688f3f20] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-688f3f20] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-688f3f20] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-688f3f20] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-688f3f20] {
  background: white;
}
#route-dialog #route_map[data-v-688f3f20] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-688f3f20] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-688f3f20] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-688f3f20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-688f3f20] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-688f3f20] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-688f3f20] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-688f3f20] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-688f3f20] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-688f3f20] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-688f3f20] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-688f3f20] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-688f3f20] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-688f3f20] {
    margin: 0.3125rem;
}
#route-index[data-v-688f3f20] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-688f3f20] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-688f3f20] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-688f3f20] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-688f3f20] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-688f3f20] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-688f3f20] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-688f3f20] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-688f3f20] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-688f3f20] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-688f3f20] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-688f3f20] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-688f3f20] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-688f3f20] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-688f3f20] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-688f3f20] .info-window span {
    display: inline-block;
}

@charset "UTF-8";
*[data-v-7b50dfee] {
  touch-action: none;
}
#app1[data-v-7b50dfee] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-7b50dfee] {
  display: none;
}
.cancelSty[data-v-7b50dfee] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-7b50dfee] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-7b50dfee]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-7b50dfee]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-7b50dfee] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-7b50dfee]:hover {
    background-color: #409eff;
}
.notify-success[data-v-7b50dfee] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-7b50dfee] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-7b50dfee] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-7b50dfee] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-7b50dfee] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-7b50dfee] {
  color: #000000;
}
.el-table__cell[data-v-7b50dfee] {
  color: black;
}
.el-tabs__nav[data-v-7b50dfee] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-7b50dfee] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-7b50dfee]:hover {
  animation-name: ani-7b50dfee;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-7b50dfee {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-7b50dfee] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-7b50dfee] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-7b50dfee] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-7b50dfee]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-7b50dfee]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-7b50dfee]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-7b50dfee] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-7b50dfee] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-7b50dfee] {
  background-color: #eee;
  position: relative;
}
.left[data-v-7b50dfee] {
  position: relative;
  z-index: 1;
}
.left img[data-v-7b50dfee] {
    height: 99.6vh;
}
.main[data-v-7b50dfee] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-7b50dfee] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-7b50dfee] {
  margin-bottom: 6vh;
}
h1[data-v-7b50dfee] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-7b50dfee] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-7b50dfee] {
  width: 30vw;
}
p[data-v-7b50dfee] {
  color: #333;
}
.loginButton[data-v-7b50dfee] {
  width: 100%;
}
.registerSty[data-v-7b50dfee] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-7b50dfee] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-7b50dfee] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-7b50dfee] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-7b50dfee] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-7b50dfee] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-7b50dfee] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-7b50dfee] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-7b50dfee] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-7b50dfee] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-7b50dfee]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-7b50dfee] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-7b50dfee] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-7b50dfee] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-7b50dfee] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-7b50dfee] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-7b50dfee] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-7b50dfee] {
    color: black;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-7b50dfee] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-7b50dfee] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-7b50dfee] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-7b50dfee] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-7b50dfee] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-7b50dfee] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-7b50dfee] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-7b50dfee] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-7b50dfee] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-7b50dfee] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-7b50dfee] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-7b50dfee] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-7b50dfee] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-7b50dfee] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-7b50dfee] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-7b50dfee] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-7b50dfee] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-7b50dfee] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-7b50dfee] .open-lock-div {
  width: 100%;
}
[data-v-7b50dfee] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-7b50dfee] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-7b50dfee] .close-lock-btn {
  width: 100%;
}
[data-v-7b50dfee] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-7b50dfee] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-7b50dfee] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-7b50dfee] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-7b50dfee] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-7b50dfee] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-7b50dfee] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-7b50dfee] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-7b50dfee] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-7b50dfee] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-7b50dfee] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-7b50dfee] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-7b50dfee] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-7b50dfee] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-7b50dfee] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-7b50dfee] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-7b50dfee] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-7b50dfee] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-7b50dfee] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-7b50dfee] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-7b50dfee] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-7b50dfee] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-7b50dfee] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-7b50dfee] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-7b50dfee] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-7b50dfee] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-7b50dfee] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-7b50dfee] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-7b50dfee] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-7b50dfee] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-7b50dfee] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-7b50dfee]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-7b50dfee]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-7b50dfee] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-7b50dfee] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-7b50dfee] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-7b50dfee] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-7b50dfee] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-7b50dfee] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-7b50dfee] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-7b50dfee] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-7b50dfee] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-7b50dfee] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-7b50dfee] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-7b50dfee] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-7b50dfee] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-7b50dfee] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-7b50dfee] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-7b50dfee] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-7b50dfee] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-7b50dfee] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-7b50dfee] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-7b50dfee] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-7b50dfee] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-7b50dfee] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-7b50dfee] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-7b50dfee] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-7b50dfee] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-7b50dfee] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-7b50dfee] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-7b50dfee] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-7b50dfee] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-7b50dfee] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-7b50dfee] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-7b50dfee] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-7b50dfee] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-7b50dfee] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-7b50dfee]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-7b50dfee] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-7b50dfee] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-7b50dfee] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-7b50dfee] {
  background: white;
}
#route-dialog #route_map[data-v-7b50dfee] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-7b50dfee] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-7b50dfee] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-7b50dfee] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-7b50dfee] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-7b50dfee] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-7b50dfee] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-7b50dfee] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-7b50dfee] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-7b50dfee] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#route-index[data-v-7b50dfee] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-7b50dfee] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-7b50dfee] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-7b50dfee] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-7b50dfee] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-7b50dfee] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-7b50dfee] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-7b50dfee] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-7b50dfee] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-7b50dfee] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-7b50dfee] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-7b50dfee] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-7b50dfee] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-7b50dfee] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-7b50dfee] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-7b50dfee] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-7b50dfee] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-7b50dfee] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-7b50dfee] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-7b50dfee] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-7b50dfee] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-7b50dfee] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-7b50dfee] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-7b50dfee] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-7b50dfee] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-7b50dfee] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-7b50dfee] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-7b50dfee] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-7b50dfee]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-7b50dfee] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-7b50dfee] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-7b50dfee] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-7b50dfee] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-7b50dfee] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-7b50dfee]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-7b50dfee] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-7b50dfee] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-7b50dfee] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-7b50dfee] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-7b50dfee] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-7b50dfee] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-7b50dfee] .button-size span {
    font-size: 1.75rem;
}
[data-v-7b50dfee] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-7b50dfee] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-7b50dfee] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-7b50dfee] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-7b50dfee] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-7b50dfee] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-7b50dfee] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-7b50dfee] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-7b50dfee] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-7b50dfee] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-7b50dfee] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-7b50dfee] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-7b50dfee] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-7b50dfee] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-7b50dfee]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-7b50dfee] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-7b50dfee] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-7b50dfee]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-7b50dfee] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-7b50dfee] {
      color: #ffffff;
}
#permission .manage[data-v-7b50dfee] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-7b50dfee] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-7b50dfee] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-7b50dfee] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-7b50dfee] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-7b50dfee] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-7b50dfee] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-7b50dfee] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-7b50dfee] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-7b50dfee] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-7b50dfee] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-7b50dfee] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-7b50dfee] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-7b50dfee]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-7b50dfee] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-7b50dfee] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-7b50dfee] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-7b50dfee] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-7b50dfee] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-7b50dfee] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-7b50dfee] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-7b50dfee] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-7b50dfee] .button-size span {
    font-size: 1.75rem;
}
[data-v-7b50dfee] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-7b50dfee] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-7b50dfee] {
  position: relative;
}
#account-auth-map #area-auth[data-v-7b50dfee] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-7b50dfee] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-7b50dfee] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-7b50dfee] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-7b50dfee] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-7b50dfee] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-7b50dfee] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-7b50dfee] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-7b50dfee] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-7b50dfee] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-7b50dfee] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-7b50dfee] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-7b50dfee] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-7b50dfee] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-7b50dfee] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-7b50dfee],
#account-auth-map .marker-cluster-medium[data-v-7b50dfee],
#account-auth-map .marker-cluster-large[data-v-7b50dfee] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-7b50dfee] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-7b50dfee] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-7b50dfee]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-7b50dfee]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-7b50dfee] {
  background: white;
}
.leaflet-pm-toolbar[data-v-7b50dfee] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-7b50dfee] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-7b50dfee] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-7b50dfee] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-7b50dfee] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-7b50dfee] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-7b50dfee] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-7b50dfee],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-7b50dfee] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-7b50dfee],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-7b50dfee] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-7b50dfee] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-7b50dfee] {
  cursor: default;
}
.draw-tip-label[data-v-7b50dfee] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-7b50dfee]::before {
  border: none !important;
}
.draw-tip-label[data-v-7b50dfee]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-7b50dfee]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-7b50dfee] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-7b50dfee] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-7b50dfee] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-7b50dfee] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-7b50dfee] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-7b50dfee] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-7b50dfee],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-7b50dfee] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-7b50dfee] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-7b50dfee] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-7b50dfee] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-7b50dfee] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-7b50dfee] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-7b50dfee] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-7b50dfee] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-7b50dfee] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-7b50dfee] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-7b50dfee] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-7b50dfee] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-7b50dfee] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-7b50dfee] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-7b50dfee] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-7b50dfee] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-7b50dfee] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-7b50dfee] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-7b50dfee] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-7b50dfee] {
      color: #FFFFFF;
}
#offline .el-table[data-v-7b50dfee] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-7b50dfee] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-7b50dfee] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-7b50dfee] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-7b50dfee] {
    margin: 0.1875rem;
}
#inspection[data-v-7b50dfee] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-7b50dfee] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-7b50dfee] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-7b50dfee]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-7b50dfee] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-7b50dfee] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-7b50dfee] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-7b50dfee] {
      width: 3.125rem;
}
#message[data-v-7b50dfee] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-7b50dfee] {
  width: 100%;
  height: 100%;
}
#container[data-v-7b50dfee] {
  width: 100%;
  height: 100%;
}
#help[data-v-7b50dfee] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-7b50dfee] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-7b50dfee] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-7b50dfee] {
    margin-top: 1.25rem;
}
#disarm[data-v-7b50dfee] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-7b50dfee] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-7b50dfee] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-7b50dfee] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-7b50dfee] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-7b50dfee] {
  text-align: center;
}
#error[data-v-7b50dfee] {
  text-align: center;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-7b50dfee] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-7b50dfee] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-7b50dfee] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-7b50dfee] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-7b50dfee] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-7b50dfee] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-7b50dfee] {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper[data-v-7b50dfee] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content[data-v-7b50dfee] {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 72vh;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 82vh;
}
#auth-key-pwd-unlock .content[data-v-7b50dfee] {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  margin: 3.75rem 0px 1.25rem 0px;
}
#auth-key-pwd-unlock .pwd-color-red[data-v-7b50dfee] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-7b50dfee] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-7b50dfee] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .avue-crud__dialog__header[data-v-7b50dfee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#safety[data-v-7b50dfee] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-7b50dfee] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(255, 0, 0, 0.98);
}
#safety .breadcrumb span[data-v-7b50dfee] {
      color: #FFFFFF;
}
#safety .el-table[data-v-7b50dfee] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-7b50dfee] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-7b50dfee] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(0, 0, 255, 0.5);
}
#power .breadcrumb span[data-v-7b50dfee] {
      color: #FFFFFF;
}
#power .el-table[data-v-7b50dfee] {
    width: 99vw;
    margin: 0.625rem auto;
}

@charset "UTF-8";
*[data-v-485566e2] {
  touch-action: none;
}
#app1[data-v-485566e2] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-485566e2] {
  display: none;
}
.cancelSty[data-v-485566e2] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-485566e2] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-485566e2]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-485566e2]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-485566e2] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-485566e2]:hover {
    background-color: #409eff;
}
.notify-success[data-v-485566e2] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-485566e2] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-485566e2] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-485566e2] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-485566e2] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-485566e2] {
  color: #000000;
}
.el-table__cell[data-v-485566e2] {
  color: black;
}
.el-tabs__nav[data-v-485566e2] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-485566e2] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-485566e2]:hover {
  animation-name: ani-485566e2;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-485566e2 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-485566e2] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-485566e2] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-485566e2] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-485566e2]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-485566e2]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-485566e2]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-485566e2] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-485566e2] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-485566e2] {
  background-color: #eee;
  position: relative;
}
.left[data-v-485566e2] {
  position: relative;
  z-index: 1;
}
.left img[data-v-485566e2] {
    height: 99.6vh;
}
.main[data-v-485566e2] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-485566e2] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-485566e2] {
  margin-bottom: 6vh;
}
h1[data-v-485566e2] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-485566e2] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-485566e2] {
  width: 30vw;
}
p[data-v-485566e2] {
  color: #333;
}
.loginButton[data-v-485566e2] {
  width: 100%;
}
.registerSty[data-v-485566e2] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-485566e2] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-485566e2] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-485566e2] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-485566e2] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-485566e2] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-485566e2] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-485566e2] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-485566e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-485566e2] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-485566e2] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-485566e2]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-485566e2] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-485566e2] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-485566e2] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-485566e2] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-485566e2] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-485566e2] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-485566e2] {
    color: black;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-485566e2] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-485566e2] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-485566e2] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-485566e2] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-485566e2] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-485566e2] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-485566e2] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-485566e2] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-485566e2] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-485566e2] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-485566e2] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-485566e2] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-485566e2] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-485566e2] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-485566e2] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-485566e2] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-485566e2] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-485566e2] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-485566e2] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-485566e2] .open-lock-div {
  width: 100%;
}
[data-v-485566e2] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-485566e2] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-485566e2] .close-lock-btn {
  width: 100%;
}
[data-v-485566e2] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-485566e2] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-485566e2] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-485566e2] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-485566e2] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-485566e2] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-485566e2] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-485566e2] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-485566e2] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-485566e2] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-485566e2] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-485566e2] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-485566e2] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-485566e2] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-485566e2] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-485566e2] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-485566e2] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-485566e2] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-485566e2] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-485566e2] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-485566e2] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-485566e2] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-485566e2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-485566e2] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-485566e2] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-485566e2] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-485566e2] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-485566e2] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-485566e2] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-485566e2] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-485566e2] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-485566e2] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-485566e2]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-485566e2]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-485566e2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-485566e2] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-485566e2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-485566e2] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-485566e2] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-485566e2] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-485566e2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-485566e2] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-485566e2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-485566e2] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-485566e2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-485566e2] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-485566e2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-485566e2] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-485566e2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-485566e2] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-485566e2] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-485566e2] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-485566e2] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-485566e2] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-485566e2] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-485566e2] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-485566e2] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-485566e2] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-485566e2] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-485566e2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-485566e2] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-485566e2] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-485566e2] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-485566e2] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-485566e2] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-485566e2] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-485566e2] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-485566e2] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-485566e2] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-485566e2]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-485566e2] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-485566e2] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-485566e2] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-485566e2] {
  background: white;
}
#route-dialog #route_map[data-v-485566e2] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-485566e2] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-485566e2] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-485566e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-485566e2] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-485566e2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-485566e2] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-485566e2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-485566e2] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-485566e2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-485566e2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#route-index[data-v-485566e2] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-485566e2] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-485566e2] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-485566e2] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-485566e2] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-485566e2] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-485566e2] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-485566e2] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-485566e2] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-485566e2] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-485566e2] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-485566e2] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-485566e2] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-485566e2] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-485566e2] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-485566e2] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-485566e2] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-485566e2] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-485566e2] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-485566e2] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-485566e2] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-485566e2] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-485566e2] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-485566e2] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-485566e2] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-485566e2] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-485566e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-485566e2] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-485566e2] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-485566e2]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-485566e2] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-485566e2] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-485566e2] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-485566e2] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-485566e2] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-485566e2]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-485566e2] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-485566e2] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-485566e2] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-485566e2] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-485566e2] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-485566e2] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-485566e2] .button-size span {
    font-size: 1.75rem;
}
[data-v-485566e2] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-485566e2] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-485566e2] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-485566e2] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-485566e2] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-485566e2] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-485566e2] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-485566e2] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-485566e2] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-485566e2] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-485566e2] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-485566e2] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-485566e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-485566e2] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-485566e2] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-485566e2]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-485566e2] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-485566e2] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-485566e2]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-485566e2] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-485566e2] {
      color: #ffffff;
}
#permission .manage[data-v-485566e2] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-485566e2] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-485566e2] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-485566e2] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-485566e2] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-485566e2] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-485566e2] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-485566e2] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-485566e2] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-485566e2] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-485566e2] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-485566e2] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-485566e2] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-485566e2]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-485566e2] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-485566e2] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-485566e2] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-485566e2] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-485566e2] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-485566e2] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-485566e2] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-485566e2] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-485566e2] .button-size span {
    font-size: 1.75rem;
}
[data-v-485566e2] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-485566e2] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-485566e2] {
  position: relative;
}
#account-auth-map #area-auth[data-v-485566e2] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-485566e2] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-485566e2] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-485566e2] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-485566e2] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-485566e2] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-485566e2] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-485566e2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-485566e2] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-485566e2] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-485566e2] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-485566e2] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-485566e2] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-485566e2] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-485566e2] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-485566e2] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-485566e2],
#account-auth-map .marker-cluster-medium[data-v-485566e2],
#account-auth-map .marker-cluster-large[data-v-485566e2] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-485566e2] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-485566e2] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-485566e2] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-485566e2] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-485566e2]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-485566e2]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-485566e2] {
  background: white;
}
.leaflet-pm-toolbar[data-v-485566e2] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-485566e2] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-485566e2] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-485566e2] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-485566e2] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-485566e2] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-485566e2] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-485566e2],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-485566e2] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-485566e2],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-485566e2] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-485566e2] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-485566e2] {
  cursor: default;
}
.draw-tip-label[data-v-485566e2] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-485566e2]::before {
  border: none !important;
}
.draw-tip-label[data-v-485566e2]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-485566e2]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-485566e2] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-485566e2] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-485566e2] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-485566e2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-485566e2] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-485566e2] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-485566e2],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-485566e2] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-485566e2] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-485566e2] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-485566e2] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-485566e2] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-485566e2] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-485566e2] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-485566e2] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-485566e2] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-485566e2] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-485566e2] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-485566e2] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-485566e2] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-485566e2] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-485566e2] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-485566e2] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-485566e2] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-485566e2] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-485566e2] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-485566e2] {
      color: #FFFFFF;
}
#offline .el-table[data-v-485566e2] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-485566e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-485566e2] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-485566e2] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-485566e2] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-485566e2] {
    margin: 0.1875rem;
}
#inspection[data-v-485566e2] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-485566e2] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-485566e2] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-485566e2]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-485566e2] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-485566e2] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-485566e2] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-485566e2] {
      width: 3.125rem;
}
#message[data-v-485566e2] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-485566e2] {
  width: 100%;
  height: 100%;
}
#container[data-v-485566e2] {
  width: 100%;
  height: 100%;
}
#help[data-v-485566e2] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-485566e2] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-485566e2] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-485566e2] {
    margin-top: 1.25rem;
}
#disarm[data-v-485566e2] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-485566e2] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-485566e2] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-485566e2] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-485566e2] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-485566e2] {
  text-align: center;
}
#error[data-v-485566e2] {
  text-align: center;
}
#edit-deployed-dialog[data-v-485566e2] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-485566e2] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-485566e2] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-485566e2] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-485566e2] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-485566e2] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-485566e2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-485566e2] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-485566e2] {
    width: 100%;
    height: 70vh;
}

@charset "UTF-8";
*[data-v-27959f04] {
  touch-action: none;
}
#app1[data-v-27959f04] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-27959f04] {
  display: none;
}
.cancelSty[data-v-27959f04] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-27959f04] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-27959f04]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-27959f04]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-27959f04] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-27959f04]:hover {
    background-color: #409eff;
}
.notify-success[data-v-27959f04] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-27959f04] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-27959f04] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-27959f04] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-27959f04] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-27959f04] {
  color: #000000;
}
.el-table__cell[data-v-27959f04] {
  color: black;
}
.el-tabs__nav[data-v-27959f04] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-27959f04] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-27959f04]:hover {
  animation-name: ani-27959f04;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-27959f04 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-27959f04] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-27959f04] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-27959f04] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-27959f04]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-27959f04]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-27959f04]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-27959f04] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-27959f04] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-27959f04] {
  background-color: #eee;
  position: relative;
}
.left[data-v-27959f04] {
  position: relative;
  z-index: 1;
}
.left img[data-v-27959f04] {
    height: 99.6vh;
}
.main[data-v-27959f04] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-27959f04] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-27959f04] {
  margin-bottom: 6vh;
}
h1[data-v-27959f04] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-27959f04] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-27959f04] {
  width: 30vw;
}
p[data-v-27959f04] {
  color: #333;
}
.loginButton[data-v-27959f04] {
  width: 100%;
}
.registerSty[data-v-27959f04] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-27959f04] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-27959f04] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-27959f04] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-27959f04] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-27959f04] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-27959f04] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-27959f04] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-27959f04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-27959f04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-27959f04] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-27959f04]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-27959f04] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-27959f04] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-27959f04] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-27959f04] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-27959f04] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-27959f04] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-27959f04] {
    color: black;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-27959f04] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-27959f04] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-27959f04] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-27959f04] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-27959f04] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-27959f04] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-27959f04] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-27959f04] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-27959f04] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-27959f04] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-27959f04] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-27959f04] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-27959f04] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-27959f04] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-27959f04] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-27959f04] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-27959f04] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-27959f04] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-27959f04] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-27959f04] .open-lock-div {
  width: 100%;
}
[data-v-27959f04] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-27959f04] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-27959f04] .close-lock-btn {
  width: 100%;
}
[data-v-27959f04] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-27959f04] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-27959f04] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-27959f04] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-27959f04] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-27959f04] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-27959f04] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-27959f04] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-27959f04] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-27959f04] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-27959f04] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-27959f04] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-27959f04] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-27959f04] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-27959f04] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-27959f04] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-27959f04] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-27959f04] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-27959f04] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-27959f04] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-27959f04] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-27959f04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-27959f04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-27959f04] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-27959f04] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-27959f04] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-27959f04] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-27959f04] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-27959f04] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-27959f04] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-27959f04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-27959f04] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-27959f04]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-27959f04]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-27959f04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-27959f04] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-27959f04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-27959f04] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-27959f04] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-27959f04] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-27959f04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-27959f04] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-27959f04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-27959f04] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-27959f04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-27959f04] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-27959f04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-27959f04] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-27959f04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-27959f04] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-27959f04] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-27959f04] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-27959f04] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-27959f04] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-27959f04] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-27959f04] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-27959f04] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-27959f04] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-27959f04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-27959f04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-27959f04] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-27959f04] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-27959f04] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-27959f04] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-27959f04] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-27959f04] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-27959f04] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-27959f04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-27959f04] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-27959f04]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-27959f04] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-27959f04] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-27959f04] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-27959f04] {
  background: white;
}
#route-dialog #route_map[data-v-27959f04] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-27959f04] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-27959f04] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-27959f04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-27959f04] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-27959f04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-27959f04] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-27959f04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-27959f04] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-27959f04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-27959f04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#route-index[data-v-27959f04] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-27959f04] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-27959f04] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-27959f04] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-27959f04] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-27959f04] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-27959f04] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-27959f04] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-27959f04] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-27959f04] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-27959f04] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-27959f04] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-27959f04] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-27959f04] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-27959f04] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-27959f04] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-27959f04] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-27959f04] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-27959f04] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-27959f04] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-27959f04] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-27959f04] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-27959f04] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-27959f04] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-27959f04] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-27959f04] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-27959f04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-27959f04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-27959f04] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-27959f04]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-27959f04] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-27959f04] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-27959f04] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-27959f04] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-27959f04] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-27959f04]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-27959f04] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-27959f04] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-27959f04] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-27959f04] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-27959f04] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-27959f04] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-27959f04] .button-size span {
    font-size: 1.75rem;
}
[data-v-27959f04] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-27959f04] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-27959f04] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-27959f04] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-27959f04] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-27959f04] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-27959f04] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-27959f04] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-27959f04] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-27959f04] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-27959f04] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-27959f04] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-27959f04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-27959f04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-27959f04] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-27959f04]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-27959f04] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-27959f04] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-27959f04]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-27959f04] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-27959f04] {
      color: #ffffff;
}
#permission .manage[data-v-27959f04] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-27959f04] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-27959f04] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-27959f04] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-27959f04] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-27959f04] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-27959f04] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-27959f04] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-27959f04] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-27959f04] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-27959f04] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-27959f04] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-27959f04] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-27959f04]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-27959f04] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-27959f04] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-27959f04] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-27959f04] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-27959f04] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-27959f04] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-27959f04] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-27959f04] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-27959f04] .button-size span {
    font-size: 1.75rem;
}
[data-v-27959f04] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-27959f04] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-27959f04] {
  position: relative;
}
#account-auth-map #area-auth[data-v-27959f04] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-27959f04] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-27959f04] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-27959f04] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-27959f04] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-27959f04] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-27959f04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-27959f04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-27959f04] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-27959f04] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-27959f04] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-27959f04] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-27959f04] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-27959f04] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-27959f04] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-27959f04] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-27959f04],
#account-auth-map .marker-cluster-medium[data-v-27959f04],
#account-auth-map .marker-cluster-large[data-v-27959f04] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-27959f04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-27959f04] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-27959f04]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-27959f04]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-27959f04] {
  background: white;
}
.leaflet-pm-toolbar[data-v-27959f04] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-27959f04] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-27959f04] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-27959f04] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-27959f04] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-27959f04] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-27959f04] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-27959f04],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-27959f04] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-27959f04],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-27959f04] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-27959f04] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-27959f04] {
  cursor: default;
}
.draw-tip-label[data-v-27959f04] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-27959f04]::before {
  border: none !important;
}
.draw-tip-label[data-v-27959f04]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-27959f04]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-27959f04] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-27959f04] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-27959f04] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-27959f04] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-27959f04] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-27959f04] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-27959f04],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-27959f04] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-27959f04] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-27959f04] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-27959f04] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-27959f04] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-27959f04] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-27959f04] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-27959f04] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-27959f04] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-27959f04] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-27959f04] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-27959f04] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-27959f04] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-27959f04] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-27959f04] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-27959f04] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-27959f04] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-27959f04] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-27959f04] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-27959f04] {
      color: #FFFFFF;
}
#offline .el-table[data-v-27959f04] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-27959f04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-27959f04] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-27959f04] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-27959f04] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-27959f04] {
    margin: 0.1875rem;
}
#inspection[data-v-27959f04] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-27959f04] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-27959f04] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-27959f04]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-27959f04] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-27959f04] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-27959f04] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-27959f04] {
      width: 3.125rem;
}
#message[data-v-27959f04] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-27959f04] {
  width: 100%;
  height: 100%;
}
#container[data-v-27959f04] {
  width: 100%;
  height: 100%;
}
#help[data-v-27959f04] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-27959f04] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-27959f04] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-27959f04] {
    margin-top: 1.25rem;
}
#disarm[data-v-27959f04] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-27959f04] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-27959f04] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-27959f04] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-27959f04] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-27959f04] {
  text-align: center;
}
#error[data-v-27959f04] {
  text-align: center;
}
#edit-deployed-dialog[data-v-27959f04] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-27959f04] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-27959f04] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-27959f04] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-27959f04] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-27959f04] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-27959f04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-27959f04] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-27959f04] {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper[data-v-27959f04] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content[data-v-27959f04] {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog[data-v-27959f04] {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed[data-v-27959f04] {
    width: 100%;
    height: 72vh;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog ::v-deep .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog ::v-deep .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog ::v-deep .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen:before {
  content: "\e719";
}
#message-dialog .message-body {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body ::v-deep .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#terminal .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2 {
      color: #ffffff;
}
#permission .smart-terminal:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2 {
      color: #ffffff;
}
#permission .manage {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon {
      margin: 1.25rem;
}
#permission .manage .m-1 {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2 {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#account .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map {
  position: relative;
}
#account-auth-map #area-auth {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container {
  font-family: inherit;
}
#account-auth-map .leaflet-popup {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane {
  z-index: 500;
}
#account-auth-map .marker-cluster {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small,
#account-auth-map .marker-cluster-medium,
#account-auth-map .marker-cluster-large {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip {
  background: white;
}
.leaflet-pm-toolbar {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container {
  cursor: default;
}
.draw-tip-label {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label::before {
  border: none !important;
}
.draw-tip-label::after {
  border: none !important;
}
#area-auth .leaflet-tooltip:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip {
  display: none !important;
}
#area-auth .pm-tooltip {
  display: none !important;
}
#auth-dialog .el-dialog__body {
  height: 31.25rem;
}
#auth-dialog .check-box-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease,
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper {
  z-index: 3001 !important;
}
.leaflet-popup-pane {
  z-index: 2000 !important;
}
.leaflet-control-container {
  z-index: 1500 !important;
}
.leaflet-marker-pane {
  z-index: 600 !important;
}
.leaflet-overlay-pane {
  z-index: 400 !important;
}
.auth-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span {
      color: #FFFFFF;
}
#offline .el-table {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list {
    height: 100%;
}
#ledger .right .el-table .el-button {
    margin: 0.1875rem;
}
#inspection {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
::v-deep .el-form-item__label {
  width: 12.5rem;
}
.placeSty {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty:hover {
  cursor: pointer;
}
.ledgerTitle {
  margin-bottom: 1.25rem;
}
.ledger {
  font-size: 1rem;
}
.ledger .itemSty {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title {
      width: 3.125rem;
}
#message {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty {
  width: 100%;
  height: 100%;
}
#container {
  width: 100%;
  height: 100%;
}
#help {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help ::v-deep .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table {
    margin-top: 1.25rem;
}
#disarm {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button {
      flex: 1;
      width: 2.5rem;
}
#error {
  text-align: center;
}
#error {
  text-align: center;
}
#edit-deployed-dialog {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog {
  width: 100%;
}
#deployed-setting-dialog .tips {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed {
    width: 100%;
    height: 72vh;
}

@charset "UTF-8";
*[data-v-4336e1b8] {
  touch-action: none;
}
#app1[data-v-4336e1b8] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4336e1b8] {
  display: none;
}
.cancelSty[data-v-4336e1b8] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4336e1b8] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4336e1b8]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4336e1b8]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4336e1b8] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4336e1b8]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4336e1b8] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4336e1b8] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4336e1b8] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4336e1b8] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4336e1b8] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4336e1b8] {
  color: #000000;
}
.el-table__cell[data-v-4336e1b8] {
  color: black;
}
.el-tabs__nav[data-v-4336e1b8] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4336e1b8] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4336e1b8]:hover {
  animation-name: ani-4336e1b8;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4336e1b8 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4336e1b8] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4336e1b8] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4336e1b8] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4336e1b8]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4336e1b8]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4336e1b8]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4336e1b8] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4336e1b8] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4336e1b8] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4336e1b8] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4336e1b8] {
    height: 99.6vh;
}
.main[data-v-4336e1b8] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4336e1b8] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4336e1b8] {
  margin-bottom: 6vh;
}
h1[data-v-4336e1b8] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4336e1b8] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4336e1b8] {
  width: 30vw;
}
p[data-v-4336e1b8] {
  color: #333;
}
.loginButton[data-v-4336e1b8] {
  width: 100%;
}
.registerSty[data-v-4336e1b8] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4336e1b8] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4336e1b8] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4336e1b8] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4336e1b8] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4336e1b8] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4336e1b8] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4336e1b8] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4336e1b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4336e1b8] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4336e1b8] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4336e1b8]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4336e1b8] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4336e1b8] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4336e1b8] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4336e1b8] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4336e1b8] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4336e1b8] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4336e1b8] {
    color: black;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4336e1b8] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4336e1b8] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4336e1b8] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4336e1b8] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4336e1b8] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4336e1b8] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4336e1b8] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4336e1b8] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4336e1b8] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4336e1b8] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4336e1b8] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4336e1b8] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4336e1b8] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4336e1b8] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4336e1b8] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4336e1b8] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4336e1b8] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4336e1b8] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4336e1b8] .open-lock-div {
  width: 100%;
}
[data-v-4336e1b8] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4336e1b8] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4336e1b8] .close-lock-btn {
  width: 100%;
}
[data-v-4336e1b8] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4336e1b8] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4336e1b8] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4336e1b8] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4336e1b8] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4336e1b8] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4336e1b8] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4336e1b8] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4336e1b8] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4336e1b8] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4336e1b8] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4336e1b8] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4336e1b8] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4336e1b8] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4336e1b8] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4336e1b8] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4336e1b8] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4336e1b8] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4336e1b8] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4336e1b8] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4336e1b8] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4336e1b8] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4336e1b8] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4336e1b8] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4336e1b8] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4336e1b8] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4336e1b8] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4336e1b8] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4336e1b8] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4336e1b8] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4336e1b8] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4336e1b8]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4336e1b8]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4336e1b8] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4336e1b8] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4336e1b8] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4336e1b8] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4336e1b8] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4336e1b8] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4336e1b8] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4336e1b8] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4336e1b8] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4336e1b8] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4336e1b8] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4336e1b8] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4336e1b8] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4336e1b8] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4336e1b8] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4336e1b8] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4336e1b8] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4336e1b8] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4336e1b8] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4336e1b8] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4336e1b8] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4336e1b8] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4336e1b8] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4336e1b8] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4336e1b8] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4336e1b8] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4336e1b8] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4336e1b8] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4336e1b8] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4336e1b8] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4336e1b8] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4336e1b8] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4336e1b8] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4336e1b8] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4336e1b8]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4336e1b8] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4336e1b8] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4336e1b8] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4336e1b8] {
  background: white;
}
#route-dialog #route_map[data-v-4336e1b8] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4336e1b8] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4336e1b8] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4336e1b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4336e1b8] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4336e1b8] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4336e1b8] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4336e1b8] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4336e1b8] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4336e1b8] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-4336e1b8] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#route-index[data-v-4336e1b8] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4336e1b8] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4336e1b8] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-4336e1b8] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-4336e1b8] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-4336e1b8] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-4336e1b8] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-4336e1b8] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-4336e1b8] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-4336e1b8] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-4336e1b8] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-4336e1b8] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-4336e1b8] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-4336e1b8] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-4336e1b8] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-4336e1b8] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-4336e1b8] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-4336e1b8] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-4336e1b8] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-4336e1b8] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-4336e1b8] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-4336e1b8] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-4336e1b8] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-4336e1b8] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-4336e1b8] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-4336e1b8] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-4336e1b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-4336e1b8] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-4336e1b8] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-4336e1b8]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-4336e1b8] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-4336e1b8] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-4336e1b8] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-4336e1b8] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4336e1b8] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4336e1b8]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-4336e1b8] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-4336e1b8] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-4336e1b8] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-4336e1b8] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-4336e1b8] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4336e1b8] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4336e1b8] .button-size span {
    font-size: 1.75rem;
}
[data-v-4336e1b8] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4336e1b8] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-4336e1b8] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4336e1b8] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4336e1b8] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4336e1b8] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4336e1b8] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-4336e1b8] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-4336e1b8] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-4336e1b8] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-4336e1b8] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-4336e1b8] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-4336e1b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-4336e1b8] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-4336e1b8] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-4336e1b8]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-4336e1b8] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-4336e1b8] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-4336e1b8]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-4336e1b8] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-4336e1b8] {
      color: #ffffff;
}
#permission .manage[data-v-4336e1b8] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-4336e1b8] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-4336e1b8] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-4336e1b8] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-4336e1b8] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-4336e1b8] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-4336e1b8] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-4336e1b8] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-4336e1b8] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-4336e1b8] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-4336e1b8] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-4336e1b8] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-4336e1b8] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-4336e1b8]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-4336e1b8] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-4336e1b8] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-4336e1b8] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-4336e1b8] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-4336e1b8] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-4336e1b8] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-4336e1b8] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4336e1b8] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4336e1b8] .button-size span {
    font-size: 1.75rem;
}
[data-v-4336e1b8] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4336e1b8] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-4336e1b8] {
  position: relative;
}
#account-auth-map #area-auth[data-v-4336e1b8] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-4336e1b8] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-4336e1b8] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-4336e1b8] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-4336e1b8] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-4336e1b8] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-4336e1b8] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-4336e1b8] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-4336e1b8] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-4336e1b8] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-4336e1b8] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-4336e1b8] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-4336e1b8] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-4336e1b8] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-4336e1b8] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-4336e1b8],
#account-auth-map .marker-cluster-medium[data-v-4336e1b8],
#account-auth-map .marker-cluster-large[data-v-4336e1b8] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-4336e1b8] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-4336e1b8] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-4336e1b8]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-4336e1b8]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-4336e1b8] {
  background: white;
}
.leaflet-pm-toolbar[data-v-4336e1b8] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-4336e1b8] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-4336e1b8] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-4336e1b8] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-4336e1b8] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-4336e1b8] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-4336e1b8] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-4336e1b8],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-4336e1b8] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-4336e1b8],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-4336e1b8] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-4336e1b8] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-4336e1b8] {
  cursor: default;
}
.draw-tip-label[data-v-4336e1b8] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-4336e1b8]::before {
  border: none !important;
}
.draw-tip-label[data-v-4336e1b8]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-4336e1b8]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-4336e1b8] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-4336e1b8] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-4336e1b8] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-4336e1b8] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-4336e1b8] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-4336e1b8] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-4336e1b8],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-4336e1b8] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-4336e1b8] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-4336e1b8] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-4336e1b8] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-4336e1b8] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-4336e1b8] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-4336e1b8] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-4336e1b8] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-4336e1b8] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-4336e1b8] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-4336e1b8] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-4336e1b8] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-4336e1b8] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-4336e1b8] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-4336e1b8] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-4336e1b8] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-4336e1b8] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-4336e1b8] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-4336e1b8] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-4336e1b8] {
      color: #FFFFFF;
}
#offline .el-table[data-v-4336e1b8] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-4336e1b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-4336e1b8] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-4336e1b8] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-4336e1b8] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-4336e1b8] {
    margin: 0.1875rem;
}
#inspection[data-v-4336e1b8] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-4336e1b8] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-4336e1b8] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-4336e1b8]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-4336e1b8] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-4336e1b8] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-4336e1b8] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-4336e1b8] {
      width: 3.125rem;
}
#message[data-v-4336e1b8] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-4336e1b8] {
  width: 100%;
  height: 100%;
}
#container[data-v-4336e1b8] {
  width: 100%;
  height: 100%;
}
#help[data-v-4336e1b8] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-4336e1b8] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-4336e1b8] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-4336e1b8] {
    margin-top: 1.25rem;
}
#disarm[data-v-4336e1b8] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-4336e1b8] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-4336e1b8] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-4336e1b8] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-4336e1b8] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-4336e1b8] {
  text-align: center;
}
#error[data-v-4336e1b8] {
  text-align: center;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-4336e1b8] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-4336e1b8] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-4336e1b8] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-4336e1b8] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-4336e1b8] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-4336e1b8] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-4336e1b8] {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper[data-v-4336e1b8] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content[data-v-4336e1b8] {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 72vh;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 82vh;
}

@charset "UTF-8";
*[data-v-4ea1c96e] {
  touch-action: none;
}
#app1[data-v-4ea1c96e] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4ea1c96e] {
  display: none;
}
.cancelSty[data-v-4ea1c96e] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4ea1c96e] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4ea1c96e]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4ea1c96e]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4ea1c96e] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4ea1c96e]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4ea1c96e] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4ea1c96e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4ea1c96e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4ea1c96e] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4ea1c96e] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4ea1c96e] {
  color: #000000;
}
.el-table__cell[data-v-4ea1c96e] {
  color: black;
}
.el-tabs__nav[data-v-4ea1c96e] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4ea1c96e] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4ea1c96e]:hover {
  animation-name: ani-4ea1c96e;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4ea1c96e {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4ea1c96e] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4ea1c96e] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4ea1c96e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4ea1c96e]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4ea1c96e]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4ea1c96e]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4ea1c96e] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4ea1c96e] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4ea1c96e] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4ea1c96e] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4ea1c96e] {
    height: 99.6vh;
}
.main[data-v-4ea1c96e] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4ea1c96e] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4ea1c96e] {
  margin-bottom: 6vh;
}
h1[data-v-4ea1c96e] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4ea1c96e] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4ea1c96e] {
  width: 30vw;
}
p[data-v-4ea1c96e] {
  color: #333;
}
.loginButton[data-v-4ea1c96e] {
  width: 100%;
}
.registerSty[data-v-4ea1c96e] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4ea1c96e] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4ea1c96e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4ea1c96e] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4ea1c96e] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4ea1c96e] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4ea1c96e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4ea1c96e] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4ea1c96e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4ea1c96e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4ea1c96e] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4ea1c96e]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4ea1c96e] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4ea1c96e] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4ea1c96e] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4ea1c96e] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4ea1c96e] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4ea1c96e] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4ea1c96e] {
    color: black;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4ea1c96e] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4ea1c96e] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4ea1c96e] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4ea1c96e] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4ea1c96e] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4ea1c96e] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4ea1c96e] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4ea1c96e] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4ea1c96e] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4ea1c96e] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4ea1c96e] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4ea1c96e] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4ea1c96e] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4ea1c96e] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4ea1c96e] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4ea1c96e] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4ea1c96e] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4ea1c96e] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4ea1c96e] .open-lock-div {
  width: 100%;
}
[data-v-4ea1c96e] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4ea1c96e] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4ea1c96e] .close-lock-btn {
  width: 100%;
}
[data-v-4ea1c96e] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4ea1c96e] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4ea1c96e] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4ea1c96e] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4ea1c96e] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4ea1c96e] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4ea1c96e] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4ea1c96e] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4ea1c96e] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4ea1c96e] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4ea1c96e] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4ea1c96e] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4ea1c96e] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4ea1c96e] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4ea1c96e] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4ea1c96e] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4ea1c96e] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4ea1c96e] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4ea1c96e] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4ea1c96e] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4ea1c96e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4ea1c96e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4ea1c96e] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4ea1c96e] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4ea1c96e] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4ea1c96e] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4ea1c96e] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4ea1c96e] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4ea1c96e] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4ea1c96e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4ea1c96e] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4ea1c96e]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4ea1c96e]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4ea1c96e] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4ea1c96e] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4ea1c96e] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4ea1c96e] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4ea1c96e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4ea1c96e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4ea1c96e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4ea1c96e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4ea1c96e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4ea1c96e] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4ea1c96e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4ea1c96e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4ea1c96e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4ea1c96e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4ea1c96e] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4ea1c96e] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4ea1c96e] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4ea1c96e] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4ea1c96e] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4ea1c96e] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4ea1c96e] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4ea1c96e] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4ea1c96e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4ea1c96e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4ea1c96e] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4ea1c96e] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4ea1c96e] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4ea1c96e] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4ea1c96e] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4ea1c96e] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4ea1c96e] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4ea1c96e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4ea1c96e] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4ea1c96e]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4ea1c96e] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  background: white;
}
#route-dialog #route_map[data-v-4ea1c96e] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4ea1c96e] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4ea1c96e] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4ea1c96e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4ea1c96e] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4ea1c96e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4ea1c96e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4ea1c96e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4ea1c96e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4ea1c96e] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4ea1c96e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-4ea1c96e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#route-index[data-v-4ea1c96e] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4ea1c96e] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4ea1c96e] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-4ea1c96e] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-4ea1c96e] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-4ea1c96e] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-4ea1c96e] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-4ea1c96e] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-4ea1c96e] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-4ea1c96e] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-4ea1c96e] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-4ea1c96e] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-4ea1c96e] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-4ea1c96e] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-4ea1c96e] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-4ea1c96e] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-4ea1c96e] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-4ea1c96e] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-4ea1c96e] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-4ea1c96e] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-4ea1c96e] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-4ea1c96e] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-4ea1c96e] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-4ea1c96e] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-4ea1c96e] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-4ea1c96e] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-4ea1c96e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-4ea1c96e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-4ea1c96e] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-4ea1c96e]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-4ea1c96e] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-4ea1c96e] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-4ea1c96e] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-4ea1c96e] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4ea1c96e] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4ea1c96e]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-4ea1c96e] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-4ea1c96e] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-4ea1c96e] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-4ea1c96e] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-4ea1c96e] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4ea1c96e] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4ea1c96e] .button-size span {
    font-size: 1.75rem;
}
[data-v-4ea1c96e] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4ea1c96e] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-4ea1c96e] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4ea1c96e] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4ea1c96e] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4ea1c96e] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4ea1c96e] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-4ea1c96e] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-4ea1c96e] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-4ea1c96e] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-4ea1c96e] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-4ea1c96e] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-4ea1c96e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-4ea1c96e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-4ea1c96e] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-4ea1c96e]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-4ea1c96e] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-4ea1c96e] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-4ea1c96e]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-4ea1c96e] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-4ea1c96e] {
      color: #ffffff;
}
#permission .manage[data-v-4ea1c96e] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-4ea1c96e] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-4ea1c96e] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-4ea1c96e] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-4ea1c96e] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-4ea1c96e] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-4ea1c96e] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-4ea1c96e] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-4ea1c96e] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-4ea1c96e] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-4ea1c96e] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-4ea1c96e] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-4ea1c96e] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-4ea1c96e]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-4ea1c96e] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-4ea1c96e] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-4ea1c96e] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-4ea1c96e] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-4ea1c96e] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-4ea1c96e] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-4ea1c96e] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4ea1c96e] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4ea1c96e] .button-size span {
    font-size: 1.75rem;
}
[data-v-4ea1c96e] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4ea1c96e] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-4ea1c96e] {
  position: relative;
}
#account-auth-map #area-auth[data-v-4ea1c96e] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-4ea1c96e] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-4ea1c96e] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-4ea1c96e] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-4ea1c96e] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-4ea1c96e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-4ea1c96e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-4ea1c96e] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-4ea1c96e] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-4ea1c96e] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-4ea1c96e] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-4ea1c96e] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-4ea1c96e] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-4ea1c96e] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-4ea1c96e] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-4ea1c96e],
#account-auth-map .marker-cluster-medium[data-v-4ea1c96e],
#account-auth-map .marker-cluster-large[data-v-4ea1c96e] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-4ea1c96e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-4ea1c96e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-4ea1c96e] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-4ea1c96e]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-4ea1c96e]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-4ea1c96e] {
  background: white;
}
.leaflet-pm-toolbar[data-v-4ea1c96e] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-4ea1c96e] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-4ea1c96e] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-4ea1c96e] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-4ea1c96e] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-4ea1c96e] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-4ea1c96e] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-4ea1c96e],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-4ea1c96e] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-4ea1c96e],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-4ea1c96e] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-4ea1c96e] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-4ea1c96e] {
  cursor: default;
}
.draw-tip-label[data-v-4ea1c96e] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-4ea1c96e]::before {
  border: none !important;
}
.draw-tip-label[data-v-4ea1c96e]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-4ea1c96e]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-4ea1c96e] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-4ea1c96e] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-4ea1c96e] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-4ea1c96e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-4ea1c96e] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-4ea1c96e] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-4ea1c96e],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-4ea1c96e] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-4ea1c96e] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-4ea1c96e] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-4ea1c96e] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-4ea1c96e] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-4ea1c96e] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-4ea1c96e] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-4ea1c96e] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-4ea1c96e] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-4ea1c96e] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-4ea1c96e] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-4ea1c96e] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-4ea1c96e] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-4ea1c96e] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-4ea1c96e] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-4ea1c96e] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-4ea1c96e] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-4ea1c96e] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-4ea1c96e] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-4ea1c96e] {
      color: #FFFFFF;
}
#offline .el-table[data-v-4ea1c96e] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-4ea1c96e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-4ea1c96e] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-4ea1c96e] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-4ea1c96e] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-4ea1c96e] {
    margin: 0.1875rem;
}
#inspection[data-v-4ea1c96e] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-4ea1c96e] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-4ea1c96e] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-4ea1c96e]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-4ea1c96e] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-4ea1c96e] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-4ea1c96e] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-4ea1c96e] {
      width: 3.125rem;
}
#message[data-v-4ea1c96e] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-4ea1c96e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-4ea1c96e] {
  width: 100%;
  height: 100%;
}
#container[data-v-4ea1c96e] {
  width: 100%;
  height: 100%;
}
#help[data-v-4ea1c96e] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-4ea1c96e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-4ea1c96e] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-4ea1c96e] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-4ea1c96e] {
    margin-top: 1.25rem;
}
#disarm[data-v-4ea1c96e] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-4ea1c96e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-4ea1c96e] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-4ea1c96e] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-4ea1c96e] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-4ea1c96e] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-4ea1c96e] {
  text-align: center;
}
#error[data-v-4ea1c96e] {
  text-align: center;
}
#edit-deployed-dialog[data-v-4ea1c96e] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4ea1c96e] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-4ea1c96e] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-4ea1c96e] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-4ea1c96e] {
      font-size: 1.125rem;
      color: red;
}

@charset "UTF-8";
*[data-v-034497dc] {
  touch-action: none;
}
#app1[data-v-034497dc] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-034497dc] {
  display: none;
}
.cancelSty[data-v-034497dc] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-034497dc] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-034497dc]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-034497dc]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-034497dc] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-034497dc]:hover {
    background-color: #409eff;
}
.notify-success[data-v-034497dc] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-034497dc] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-034497dc] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-034497dc] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-034497dc] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-034497dc] {
  color: #000000;
}
.el-table__cell[data-v-034497dc] {
  color: black;
}
.el-tabs__nav[data-v-034497dc] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-034497dc] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-034497dc]:hover {
  animation-name: ani-034497dc;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-034497dc {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-034497dc] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-034497dc] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-034497dc] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-034497dc]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-034497dc]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-034497dc]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-034497dc] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-034497dc] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-034497dc] {
  background-color: #eee;
  position: relative;
}
.left[data-v-034497dc] {
  position: relative;
  z-index: 1;
}
.left img[data-v-034497dc] {
    height: 99.6vh;
}
.main[data-v-034497dc] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-034497dc] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-034497dc] {
  margin-bottom: 6vh;
}
h1[data-v-034497dc] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-034497dc] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-034497dc] {
  width: 30vw;
}
p[data-v-034497dc] {
  color: #333;
}
.loginButton[data-v-034497dc] {
  width: 100%;
}
.registerSty[data-v-034497dc] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-034497dc] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-034497dc] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-034497dc] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-034497dc] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-034497dc] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-034497dc] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-034497dc] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-034497dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-034497dc] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-034497dc] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-034497dc]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-034497dc] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-034497dc] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-034497dc] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-034497dc] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-034497dc] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-034497dc] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-034497dc] {
    color: black;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-034497dc] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-034497dc] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-034497dc] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-034497dc] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-034497dc] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-034497dc] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-034497dc] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-034497dc] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-034497dc] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-034497dc] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-034497dc] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-034497dc] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-034497dc] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-034497dc] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-034497dc] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-034497dc] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-034497dc] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-034497dc] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-034497dc] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-034497dc] .open-lock-div {
  width: 100%;
}
[data-v-034497dc] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-034497dc] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-034497dc] .close-lock-btn {
  width: 100%;
}
[data-v-034497dc] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-034497dc] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-034497dc] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-034497dc] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-034497dc] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-034497dc] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-034497dc] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-034497dc] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-034497dc] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-034497dc] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-034497dc] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-034497dc] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-034497dc] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-034497dc] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-034497dc] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-034497dc] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-034497dc] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-034497dc] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-034497dc] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-034497dc] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-034497dc] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-034497dc] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-034497dc] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-034497dc] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-034497dc] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-034497dc] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-034497dc] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-034497dc] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-034497dc] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-034497dc] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-034497dc] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-034497dc] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-034497dc]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-034497dc]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-034497dc] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-034497dc] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-034497dc] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-034497dc] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-034497dc] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-034497dc] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-034497dc] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-034497dc] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-034497dc] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-034497dc] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-034497dc] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-034497dc] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-034497dc] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-034497dc] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-034497dc] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-034497dc] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-034497dc] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-034497dc] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-034497dc] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-034497dc] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-034497dc] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-034497dc] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-034497dc] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-034497dc] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-034497dc] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-034497dc] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-034497dc] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-034497dc] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-034497dc] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-034497dc] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-034497dc] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-034497dc] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-034497dc] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-034497dc] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-034497dc] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-034497dc]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-034497dc] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-034497dc] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-034497dc] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-034497dc] {
  background: white;
}
#route-dialog #route_map[data-v-034497dc] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-034497dc] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-034497dc] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-034497dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-034497dc] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-034497dc] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-034497dc] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-034497dc] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-034497dc] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-034497dc] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-034497dc] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#route-index[data-v-034497dc] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-034497dc] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-034497dc] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-034497dc] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-034497dc] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-034497dc] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-034497dc] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-034497dc] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-034497dc] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-034497dc] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-034497dc] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-034497dc] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-034497dc] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-034497dc] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-034497dc] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-034497dc] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-034497dc] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-034497dc] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-034497dc] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-034497dc] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-034497dc] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-034497dc] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-034497dc] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-034497dc] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-034497dc] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-034497dc] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-034497dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-034497dc] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-034497dc] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-034497dc]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-034497dc] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-034497dc] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-034497dc] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-034497dc] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-034497dc] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-034497dc]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-034497dc] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-034497dc] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-034497dc] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-034497dc] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-034497dc] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-034497dc] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-034497dc] .button-size span {
    font-size: 1.75rem;
}
[data-v-034497dc] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-034497dc] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-034497dc] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-034497dc] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-034497dc] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-034497dc] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-034497dc] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-034497dc] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-034497dc] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-034497dc] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-034497dc] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-034497dc] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-034497dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-034497dc] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-034497dc] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-034497dc]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-034497dc] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-034497dc] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-034497dc]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-034497dc] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-034497dc] {
      color: #ffffff;
}
#permission .manage[data-v-034497dc] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-034497dc] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-034497dc] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-034497dc] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-034497dc] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-034497dc] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-034497dc] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-034497dc] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-034497dc] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-034497dc] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-034497dc] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-034497dc] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-034497dc] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-034497dc]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-034497dc] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-034497dc] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-034497dc] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-034497dc] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-034497dc] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-034497dc] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-034497dc] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-034497dc] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-034497dc] .button-size span {
    font-size: 1.75rem;
}
[data-v-034497dc] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-034497dc] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-034497dc] {
  position: relative;
}
#account-auth-map #area-auth[data-v-034497dc] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-034497dc] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-034497dc] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-034497dc] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-034497dc] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-034497dc] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-034497dc] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-034497dc] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-034497dc] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-034497dc] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-034497dc] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-034497dc] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-034497dc] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-034497dc] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-034497dc] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-034497dc] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-034497dc],
#account-auth-map .marker-cluster-medium[data-v-034497dc],
#account-auth-map .marker-cluster-large[data-v-034497dc] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-034497dc] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-034497dc] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-034497dc] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-034497dc] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-034497dc]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-034497dc]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-034497dc] {
  background: white;
}
.leaflet-pm-toolbar[data-v-034497dc] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-034497dc] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-034497dc] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-034497dc] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-034497dc] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-034497dc] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-034497dc] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-034497dc],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-034497dc] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-034497dc],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-034497dc] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-034497dc] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-034497dc] {
  cursor: default;
}
.draw-tip-label[data-v-034497dc] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-034497dc]::before {
  border: none !important;
}
.draw-tip-label[data-v-034497dc]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-034497dc]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-034497dc] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-034497dc] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-034497dc] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-034497dc] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-034497dc] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-034497dc] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-034497dc],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-034497dc] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-034497dc] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-034497dc] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-034497dc] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-034497dc] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-034497dc] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-034497dc] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-034497dc] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-034497dc] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-034497dc] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-034497dc] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-034497dc] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-034497dc] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-034497dc] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-034497dc] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-034497dc] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-034497dc] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-034497dc] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-034497dc] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-034497dc] {
      color: #FFFFFF;
}
#offline .el-table[data-v-034497dc] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-034497dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-034497dc] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-034497dc] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-034497dc] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-034497dc] {
    margin: 0.1875rem;
}
#inspection[data-v-034497dc] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-034497dc] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-034497dc] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-034497dc]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-034497dc] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-034497dc] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-034497dc] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-034497dc] {
      width: 3.125rem;
}
#message[data-v-034497dc] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-034497dc] {
  width: 100%;
  height: 100%;
}
#container[data-v-034497dc] {
  width: 100%;
  height: 100%;
}
#help[data-v-034497dc] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-034497dc] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-034497dc] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-034497dc] {
    margin-top: 1.25rem;
}
#disarm[data-v-034497dc] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-034497dc] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-034497dc] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-034497dc] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-034497dc] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-034497dc] {
  text-align: center;
}
#error[data-v-034497dc] {
  text-align: center;
}
#edit-deployed-dialog[data-v-034497dc] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-034497dc] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-034497dc] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-034497dc] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-034497dc] {
      font-size: 1.125rem;
      color: red;
}

#deployedLinkage[data-v-b1ebb1c8] {
  width: 98vw;
  height: 88vh;
  margin: 0.625rem auto;
  overflow: auto;
}
#deployedLinkage .deployed-list[data-v-b1ebb1c8] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#deployedLinkage .deployed-list .deployed[data-v-b1ebb1c8] {
  display: inline-block;
  background-color: #eef6f8;
  border-radius: 1.5625rem;
  margin: 1.25rem;
}
#deployedLinkage .deployed-list .deployed .buttons[data-v-b1ebb1c8] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.25rem;
}
#deployedLinkage .deployed-list .deployed .product-tag[data-v-b1ebb1c8] {
  margin: 0 0.3125rem;
}
#deployedLinkage .deployed-list .deployed .date-picker[data-v-b1ebb1c8] {
  display: inline-block;
}
#deployedLinkage .deployed-list .deployed > *[data-v-b1ebb1c8] {
  margin: 1.25rem 1.875rem 0 1.875rem;
  font-weight: 550;
}

.marker-icon,.marker-icon:focus{background-color:#fff;border:1px solid #3388ff;border-radius:50%;margin:-0.5rem 0 0 -0.5rem!important;width:0.875rem!important;height:0.875rem!important;outline:0;transition:opacity ease .3s}.marker-icon-middle,.marker-icon-middle:focus{opacity:.7;margin:-0.375rem 0 0 -0.375rem!important;width:0.625rem!important;height:0.625rem!important}.leaflet-pm-draggable{cursor:move!important}.cursor-marker{cursor:crosshair;pointer-events:none;opacity:0}.cursor-marker.visible{opacity:1!important}.geoman-draw-cursor{cursor:crosshair}.rect-style-marker,.rect-start-marker{opacity:0}.rect-style-marker.visible,.rect-start-marker.visible{opacity:1!important}.vertexmarker-disabled{opacity:.7}.pm-text-marker{width:0;height:0}.pm-textarea{background-color:#fff;color:#000;resize:none;border:none;outline:0;cursor:pointer;border-radius:0.1875rem;padding-left:0.4375rem;padding-bottom:0;padding-top:0.25rem}.leaflet-pm-draggable .pm-textarea{cursor:move}.pm-textarea:focus,.pm-textarea:focus-within,.pm-textarea:focus-visible,.pm-textarea:active{border:0.125rem solid #000;outline:0}.pm-textarea.pm-disabled{border:none;user-select:none}.pm-textarea.pm-hasfocus{cursor:auto}.leaflet-pm-toolbar .leaflet-buttons-control-button{padding:0.3125rem;box-sizing:border-box;position:relative;z-index:3}.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right{border-radius:0}.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button{border-radius:0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-radius:0 0 0.125rem 0.125rem}.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button{border-radius:0.125rem 0.125rem 0 0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom:none}.leaflet-pm-toolbar .control-fa-icon{font-size:1.1875rem;line-height:1.5rem}.leaflet-pm-toolbar .control-icon{width:100%;height:100%;box-sizing:border-box;background-size:contain;background-repeat:no-repeat;background-position:center center}.leaflet-pm-toolbar .leaflet-pm-icon-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0D%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0D%0A    <title>Atoms/Icons/Tools/Marker</title>%0D%0A    <desc>Created with Sketch.</desc>%0D%0A    <defs>%0D%0A        <path d="M15.5,24.8782959 C15.2909201,24.8772219 15.1744857,24.8467817 14.6590866,24.2354163 C10.2196955,19.4118054 8,15.5014392 8,12.5043177 C8,8.35979746 11.3578644,5 15.5,5 C19.6421356,5 23,8.35979746 23,12.5043177 C23,17 18.2878217,21.9268378 16.3336601,24.2440186 C15.8224622,24.8501802 15.7090799,24.8793699 15.5,24.8782959 Z M15.5,15.5326948 C17.275201,15.5326948 18.7142857,14.1180004 18.7142857,12.3728864 C18.7142857,10.6277723 17.275201,9.21307792 15.5,9.21307792 C13.724799,9.21307792 12.2857143,10.6277723 12.2857143,12.3728864 C12.2857143,14.1180004 13.724799,15.5326948 15.5,15.5326948 Z" id="path-1"></path>%0D%0A    </defs>%0D%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0D%0A        <g id="Atoms/Icons/Tools/Marker" transform="translate(-3.000000, -3.000000)">%0D%0A            <mask id="mask-2" fill="white">%0D%0A                <use xlink:href="%23path-1"></use>%0D%0A            </mask>%0D%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-polygon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A  <defs>%0D%0A    <path id="polygon-a" d="M19.4206892,9.16509725 C19.1523681,8.66992914 19,8.10275831 19,7.5 C19,5.56700338 20.5670034,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 L19.4206892,9.16509725 Z M20.8349073,10.5793063 L10.5793108,20.8349027 C10.6086731,20.8890888 10.6366469,20.9441372 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 C20.9441372,10.6366469 20.8890888,10.6086731 20.8349027,10.5793108 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0D%0A  </defs>%0D%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0D%0A    <mask id="polygon-b" fill="%23fff">%0D%0A      <use xlink:href="%23polygon-a"/>%0D%0A    </mask>%0D%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23polygon-a"/>%0D%0A    <g fill="%235B5B5B" mask="url(%23polygon-b)">%0D%0A      <rect width="30" height="30"/>%0D%0A    </g>%0D%0A  </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-polyline{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A  <defs>%0D%0A    <path id="line-a" d="M9.16509725,19.4206892 L18.4206892,10.1650973 C18.1523681,9.66992914 18,9.10275831 18,8.5 C18,6.56700338 19.5670034,5 21.5,5 C23.4329966,5 25,6.56700338 25,8.5 C25,10.4329966 23.4329966,12 21.5,12 C20.8972417,12 20.3300709,11.8476319 19.8349027,11.5793108 L10.5793108,20.8349027 C10.8476319,21.3300709 11,21.8972417 11,22.5 C11,24.4329966 9.43299662,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 Z M21.5,10 C22.3284271,10 23,9.32842712 23,8.5 C23,7.67157288 22.3284271,7 21.5,7 C20.6715729,7 20,7.67157288 20,8.5 C20,9.32842712 20.6715729,10 21.5,10 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0D%0A  </defs>%0D%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0D%0A    <mask id="line-b" fill="%23fff">%0D%0A      <use xlink:href="%23line-a"/>%0D%0A    </mask>%0D%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23line-a"/>%0D%0A    <g fill="%235B5B5B" mask="url(%23line-b)">%0D%0A      <rect width="30" height="30"/>%0D%0A    </g>%0D%0A  </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-circle{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0D%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0D%0A    <title>Atoms/Icons/Tools/Circle</title>%0D%0A    <desc>Created with Sketch.</desc>%0D%0A    <defs>%0D%0A        <path d="M18.2897751,6.78602275 C18.8924131,6.29464981 19.661797,6 20.5,6 C22.4329966,6 24,7.56700338 24,9.5 C24,10.338203 23.7053502,11.1075869 23.2139772,11.7102249 C23.719599,12.8712053 24,14.1528571 24,15.5 C24,20.7467051 19.7467051,25 14.5,25 C9.25329488,25 5,20.7467051 5,15.5 C5,10.2532949 9.25329488,6 14.5,6 C15.8471429,6 17.1287947,6.28040098 18.2897751,6.78602275 Z M17.1504228,8.4817586 C16.3263581,8.17039236 15.4330777,8 14.5,8 C10.3578644,8 7,11.3578644 7,15.5 C7,19.6421356 10.3578644,23 14.5,23 C18.6421356,23 22,19.6421356 22,15.5 C22,14.5669223 21.8296076,13.6736419 21.5182414,12.8495772 C21.1960383,12.9473968 20.8541622,13 20.5,13 C18.5670034,13 17,11.4329966 17,9.5 C17,9.14583778 17.0526032,8.80396169 17.1504228,8.4817586 Z M14.5,17 C13.6715729,17 13,16.3284271 13,15.5 C13,14.6715729 13.6715729,14 14.5,14 C15.3284271,14 16,14.6715729 16,15.5 C16,16.3284271 15.3284271,17 14.5,17 Z M20.5,11 C21.3284271,11 22,10.3284271 22,9.5 C22,8.67157288 21.3284271,8 20.5,8 C19.6715729,8 19,8.67157288 19,9.5 C19,10.3284271 19.6715729,11 20.5,11 Z" id="path-1"></path>%0D%0A    </defs>%0D%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0D%0A        <g id="Atoms/Icons/Tools/Circle" transform="translate(-3.000000, -3.000000)">%0D%0A            <mask id="mask-2" fill="white">%0D%0A                <use xlink:href="%23path-1"></use>%0D%0A            </mask>%0D%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0D%0A            <g id="Atoms/Color/Grey" mask="url(%23mask-2)" fill="%235B5B5B">%0D%0A                <rect id="Rectangle" x="0" y="0" width="30" height="30"></rect>%0D%0A            </g>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A%0D%0A<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" stroke="%235B5B5B" stroke-width="8"%0D%0A     fill="none">%0D%0A<circle cx="50" cy="50" r="35"/>%0D%0A  <circle cx="50" cy="50" r="3" fill="%235B5B5B"/>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rectangle{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A  <defs>%0D%0A    <path id="rectangle-a" d="M23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.736764 5.30385293,19.2780593 7,19.0354444 L7,10.9645556 C5.30385293,10.7219407 4,9.26323595 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 C9.26323595,4 10.7219407,5.30385293 10.9645556,7 L19.0354444,7 C19.2780593,5.30385293 20.736764,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 Z M21,10.6631844 C20.272154,10.3174225 19.6825775,9.72784598 19.3368156,9 L10.6631844,9 C10.3174225,9.72784598 9.72784598,10.3174225 9,10.6631844 L9,19.3368156 C9.72784598,19.6825775 10.3174225,20.272154 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 Z M7.5,9 C8.32842712,9 9,8.32842712 9,7.5 C9,6.67157288 8.32842712,6 7.5,6 C6.67157288,6 6,6.67157288 6,7.5 C6,8.32842712 6.67157288,9 7.5,9 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0D%0A  </defs>%0D%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0D%0A    <mask id="rectangle-b" fill="%23fff">%0D%0A      <use xlink:href="%23rectangle-a"/>%0D%0A    </mask>%0D%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rectangle-a"/>%0D%0A    <g fill="%235B5B5B" mask="url(%23rectangle-b)">%0D%0A      <rect width="30" height="30"/>%0D%0A    </g>%0D%0A  </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-delete{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0D%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0D%0A    <title>Atoms/Icons/Tools/Eraser</title>%0D%0A    <desc>Created with Sketch.</desc>%0D%0A    <defs>%0D%0A        <path d="M17.7874219,18.4812552 L11.6480079,13.3498184 L6.40466009,19.3816001 L10.5539156,22.9884929 L13.86934,22.9884929 L17.7874219,18.4812552 Z M16.5074252,22.9884929 L26.0000002,22.9884929 L26.0000002,24.9884929 L10.0000002,24.9884929 L9.80708313,24.9884929 L5.09254204,20.8910192 C4.25891285,20.1663564 4.17057814,18.9031112 4.89524093,18.069482 L16.0482444,5.23941916 C16.7729072,4.40578998 18.0361525,4.31745526 18.8697816,5.04211806 L24.9074583,10.2905903 C25.7410875,11.0152531 25.8294222,12.2784983 25.1047594,13.1121275 L16.5074252,22.9884929 Z" id="path-1"></path>%0D%0A    </defs>%0D%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0D%0A        <g id="Atoms/Icons/Tools/Eraser" transform="translate(-3.000000, -3.000000)">%0D%0A            <mask id="mask-2" fill="white">%0D%0A                <use xlink:href="%23path-1"></use>%0D%0A            </mask>%0D%0A            <use id="Combined-Shape" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-edit{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A  <defs>%0D%0A    <path id="edit_anchor-a" d="M13.5,11 C11.5670034,11 10,9.43299662 10,7.5 C10,5.56700338 11.5670034,4 13.5,4 C15.4329966,4 17,5.56700338 17,7.5 C17,9.43299662 15.4329966,11 13.5,11 Z M13.5,9 C14.3284271,9 15,8.32842712 15,7.5 C15,6.67157288 14.3284271,6 13.5,6 C12.6715729,6 12,6.67157288 12,7.5 C12,8.32842712 12.6715729,9 13.5,9 Z M12.0002889,7.52973893 C12.0125983,8.16273672 12.4170197,8.6996643 12.9807111,8.90767966 L3,15 L3,13 L12.0002889,7.52973893 Z M14.2172722,6.18228472 L19.453125,3 L22.6589355,3 L14.989102,7.68173885 C14.9962971,7.62216459 15,7.56151472 15,7.5 C15,6.93138381 14.6836098,6.4366645 14.2172722,6.18228472 Z M23.4434042,19.2851736 L20.1282799,19.2851736 L21.8729983,23.5349525 C21.9945296,23.8295773 21.8556546,24.1599209 21.5778734,24.2849208 L20.0414675,24.9545142 C19.7550613,25.0795141 19.4338738,24.9366704 19.3123426,24.6509518 L17.6544367,20.6154541 L14.9461873,23.4010151 C14.5852811,23.7721711 14,23.4860463 14,22.9992653 L14,9.57183533 C14,9.05933561 14.6225311,8.809492 14.946156,9.17008555 L23.8340292,18.3120179 C24.1925291,18.6613615 23.9279979,19.2851736 23.4434042,19.2851736 Z"/>%0D%0A  </defs>%0D%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0D%0A    <mask id="edit_anchor-b" fill="%23fff">%0D%0A      <use xlink:href="%23edit_anchor-a"/>%0D%0A    </mask>%0D%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23edit_anchor-a"/>%0D%0A    <g fill="%235B5B5B" mask="url(%23edit_anchor-b)">%0D%0A      <rect width="30" height="30"/>%0D%0A    </g>%0D%0A  </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-drag{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A  <defs>%0D%0A    <path id="move-a" d="M21,14 L21,10 L27,15 L21,20 L21,16 L16,16 L16,21 L20,21 L15,27 L10,21 L14,21 L14,16 L9,16 L9,20 L3,15 L9,10 L9,14 L14,14 L14,9 L10,9 L15,3 L20,9 L16,9 L16,14 L21,14 Z"/>%0D%0A  </defs>%0D%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0D%0A    <mask id="move-b" fill="%23fff">%0D%0A      <use xlink:href="%23move-a"/>%0D%0A    </mask>%0D%0A    <use fill="%23D8D8D8" xlink:href="%23move-a"/>%0D%0A    <g fill="%235B5B5B" mask="url(%23move-b)">%0D%0A      <rect width="30" height="30"/>%0D%0A    </g>%0D%0A  </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-cut{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0D%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0D%0A    <title>Atoms/Icons/Tools/Scissors</title>%0D%0A    <desc>Created with Sketch.</desc>%0D%0A    <defs>%0D%0A        <path d="M12.9691574,13.4939435 L21.0317032,5.54167013 L23.4649499,5.67722957 L17.0470713,14.5106816 L27.5660336,17.1333535 L25.7891944,18.8012588 L14.5854951,17.8987506 L13.6487955,19.188007 C13.794639,19.2650958 13.9367985,19.3534417 14.0741377,19.4532245 C15.6379648,20.5894114 15.9846357,22.7782052 14.8484488,24.3420324 C13.7122619,25.9058595 11.5234681,26.2525304 9.95964096,25.1163435 C8.39581384,23.9801565 8.04914296,21.7913627 9.18532986,20.2275356 C9.74587276,19.4560145 10.5626188,18.9807475 11.4341218,18.8336407 L12.6805656,17.1180579 L12.5239724,16.3747216 L11.9506932,15.3012391 L9.89310646,14.7882251 C9.13093796,15.2357261 8.19977854,15.3966447 7.27445355,15.1659352 C5.39887519,14.698301 4.25751094,12.7987519 4.72514515,10.9231736 C5.19277935,9.04759519 7.09232846,7.90623094 8.96790682,8.37386515 C10.8434852,8.84149935 11.9848494,10.7410485 11.5172152,12.6166268 C11.4761464,12.7813449 11.4240335,12.9404001 11.3618627,13.0931999 L12.9691574,13.4939435 Z M7.75829735,13.2253438 C8.56211664,13.4257584 9.37620912,12.9366023 9.57662378,12.132783 C9.77703844,11.3289637 9.28788233,10.5148713 8.48406303,10.3144566 C7.68024373,10.1140419 6.86615126,10.603198 6.6657366,11.4070173 C6.46532194,12.2108366 6.95447805,13.0249291 7.75829735,13.2253438 Z M10.8033639,21.4031061 C10.3164266,22.0733177 10.4649998,23.0113722 11.1352115,23.4983095 C11.8054231,23.9852467 12.7434776,23.8366735 13.2304148,23.1664619 C13.7173521,22.4962502 13.5687788,21.5581957 12.8985672,21.0712585 C12.2283556,20.5843212 11.2903011,20.7328945 10.8033639,21.4031061 Z" id="path-1"></path>%0D%0A    </defs>%0D%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0D%0A        <g id="Atoms/Icons/Tools/Scissors" transform="translate(-3.000000, -3.000000)">%0D%0A            <mask id="mask-2" fill="white">%0D%0A                <use xlink:href="%23path-1"></use>%0D%0A            </mask>%0D%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(16.093194, 15.663351) rotate(-32.000000) translate(-16.093194, -15.663351) " xlink:href="%23path-1"></use>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-snapping{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0D%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0D%0A    <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->%0D%0A    <title>Atoms/Icons/Tools/Magnet</title>%0D%0A    <desc>Created with Sketch.</desc>%0D%0A    <defs>%0D%0A        <path d="M21.9994759,10.9428183 L21.9999985,16.3710417 C22,16.6872007 22,17.0058278 22,17.3269411 C22,21.5646545 18.6421356,25 14.5,25 C10.3578644,25 7,21.5646545 7,17.3269411 L7.00087508,10.9907507 L11.0022808,10.9984125 C11.0017033,11.6980114 11.001247,12.4168248 11.0008992,13.1554887 L11,17.3269411 C11,19.3756809 12.5876841,21 14.5,21 C16.4123159,21 18,19.3756809 18,17.3269411 C18,15.0702032 17.9995696,12.9619668 17.998539,10.9910032 L21.9994759,10.9428183 Z M10,7 C10.5522847,7 11,7.44771525 11,8 L11,10 L7,10 L7,8 C7,7.44771525 7.44771525,7 8,7 L10,7 Z M21,7 C21.5522847,7 22,7.44771525 22,8 L22,10 L18,10 L18,8 C18,7.44771525 18.4477153,7 19,7 L21,7 Z" id="path-1"></path>%0D%0A    </defs>%0D%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0D%0A        <g id="Atoms/Icons/Tools/Magnet" transform="translate(-3.000000, -3.000000)">%0D%0A            <mask id="mask-2" fill="white">%0D%0A                <use xlink:href="%23path-1"></use>%0D%0A            </mask>%0D%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(14.500000, 16.000000) rotate(45.000000) translate(-14.500000, -16.000000) " xlink:href="%23path-1"></use>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rotate{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0D%0A    <defs>%0D%0A        <path id="rotate" d="M21.2,5.8c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.4-0.5l-0.2-0.3l2.8-3.1L18,0.6l-4.6,0.1l0.5,4.5l0.5,4.5l3.2-3.6v0.1l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0.1,0.2C18,7,18,7.1,18.1,7.2c0.3,0.7,0.6,1.4,0.7,2.1c0.2,1.4,0,2.9-0.6,4.2L18,13.9L17.9,14l-0.3,0.5l-0.1,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.5,0.5-1.1,1-1.7,1.3c-0.6,0.4-1.3,0.6-2.1,0.8c-0.7,0.1-1.5,0.2-2.2,0.1c-0.8-0.1-1.5-0.3-2.2-0.5c-0.7-0.3-1.3-0.7-1.9-1.2l-0.4-0.4l-0.2-0.3L6,15c-0.1-0.1-0.2-0.2-0.2-0.3l-0.3-0.4l-0.1-0.1l-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2l-0.3-0.5l-0.1-0.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.8-0.3-1.6-0.3-2.4c0-0.2,0-0.3,0-0.5V8.9c0-0.2,0-0.3,0.1-0.4l0.1-0.6l0.2-0.6c0.3-0.8,0.7-1.5,1.2-2.2c0.5-0.7,1.1-1.3,1.8-1.8c0.2-0.1,0.3-0.4,0.1-0.6C7.5,2.6,7.4,2.5,7.3,2.5H7.1L7,2.6C6.1,3,5.4,3.6,4.7,4.2C4,4.9,3.5,5.7,3,6.6c-0.9,1.8-1.2,3.8-0.8,5.8c0.1,0.5,0.2,0.9,0.3,1.4l0.3,0.8C2.9,14.7,3,14.8,3,15l0.2,0.4c0,0.1,0.1,0.2,0.1,0.2l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4L5,17.8c0.7,0.7,1.6,1.3,2.5,1.8c0.9,0.5,1.9,0.8,3,0.9c0.5,0.1,1,0.1,1.5,0.1c0.6,0,1.1,0,1.6-0.1c1-0.2,2.1-0.5,3-1l0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3l0.7-0.4c0.2-0.1,0.3-0.2,0.4-0.3l0.2-0.2c0.2-0.1,0.4-0.3,0.5-0.5l0.1-0.1c0.3-0.3,0.7-0.7,0.9-1l0.6-0.9l0.4-0.6c1-1.9,1.4-4.1,1.1-6.2C22,7.8,21.7,6.7,21.2,5.8z"/>%0D%0A    </defs>%0D%0A    <g fill="none" fill-rule="evenodd" transform="translate(0 2)">%0D%0A        <mask id="rotate-b" fill="%23fff">%0D%0A            <use xlink:href="%23rotate"/>%0D%0A        </mask>%0D%0A        <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rotate"/>%0D%0A        <g fill="%235B5B5B" mask="url(%23rotate-b)">%0D%0A            <rect width="30" height="30"/>%0D%0A        </g>%0D%0A    </g>%0D%0A</svg>%0D%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-text{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:%235b5b5b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;}</style></defs><title>Text</title><g id="Ebene_2" data-name="Ebene 2"><polyline class="cls-1" points="19.64 7.27 19.64 4 12 4 12 20 15.91 20 8.09 20 12 20 12 4 4.36 4 4.36 7.27"/></g></svg>')}.leaflet-buttons-control-button:hover,.leaflet-buttons-control-button:focus{cursor:pointer;background-color:#f4f4f4}.active>.leaflet-buttons-control-button{box-shadow:inset 0 -1px 0.3125rem 0.125rem #514d4d4f}.leaflet-buttons-control-text-hide{display:none}.button-container{position:relative}.button-container .leaflet-pm-actions-container{z-index:2;position:absolute;top:0;left:100%;display:none;white-space:nowrap;direction:ltr}.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container{right:100%;left:auto}.button-container.active .leaflet-pm-actions-container{display:block}.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child{border-radius:0 0.1875rem 0.1875rem 0;border-right:0}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child{border-radius:0.1875rem 0 0 0.1875rem}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child{border-right:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action{padding:0 0.625rem;background-color:#666;color:#fff;display:inline-block;width:auto;border-right:1px solid #eee;user-select:none;border-bottom:none;height:1.8125rem;line-height:1.8125rem}.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button{border-top-left-radius:0}.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button{border-top-right-radius:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus{cursor:pointer;background-color:#777}.leaflet-pm-toolbar.activeChild{z-index:801}.leaflet-buttons-control-button.pm-disabled{background-color:#f4f4f4}.leaflet-buttons-control-button.pm-disabled>.control-icon{filter:opacity(.6)}

@charset "UTF-8";
*[data-v-d248d872] {
  touch-action: none;
}
#app1[data-v-d248d872] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-d248d872] {
  display: none;
}
.cancelSty[data-v-d248d872] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-d248d872] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-d248d872]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-d248d872]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-d248d872] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-d248d872]:hover {
    background-color: #409eff;
}
.notify-success[data-v-d248d872] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-d248d872] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-d248d872] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-d248d872] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-d248d872] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-d248d872] {
  color: #000000;
}
.el-table__cell[data-v-d248d872] {
  color: black;
}
.el-tabs__nav[data-v-d248d872] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-d248d872] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-d248d872]:hover {
  animation-name: ani-d248d872;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-d248d872 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-d248d872] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-d248d872] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-d248d872] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-d248d872]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-d248d872]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-d248d872]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-d248d872] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-d248d872] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-d248d872] {
  background-color: #eee;
  position: relative;
}
.left[data-v-d248d872] {
  position: relative;
  z-index: 1;
}
.left img[data-v-d248d872] {
    height: 99.6vh;
}
.main[data-v-d248d872] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-d248d872] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-d248d872] {
  margin-bottom: 6vh;
}
h1[data-v-d248d872] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-d248d872] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-d248d872] {
  width: 30vw;
}
p[data-v-d248d872] {
  color: #333;
}
.loginButton[data-v-d248d872] {
  width: 100%;
}
.registerSty[data-v-d248d872] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-d248d872] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-d248d872] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-d248d872] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-d248d872] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-d248d872] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-d248d872] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-d248d872] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-d248d872] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-d248d872] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-d248d872] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-d248d872]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-d248d872] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-d248d872] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-d248d872] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-d248d872] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-d248d872] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-d248d872] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-d248d872] {
    color: black;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-d248d872] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-d248d872] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-d248d872] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-d248d872] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-d248d872] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-d248d872] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-d248d872] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-d248d872] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-d248d872] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-d248d872] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-d248d872] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-d248d872] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-d248d872] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-d248d872] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-d248d872] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-d248d872] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-d248d872] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-d248d872] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-d248d872] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-d248d872] .open-lock-div {
  width: 100%;
}
[data-v-d248d872] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-d248d872] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-d248d872] .close-lock-btn {
  width: 100%;
}
[data-v-d248d872] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-d248d872] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-d248d872] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-d248d872] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-d248d872] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-d248d872] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-d248d872] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-d248d872] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-d248d872] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-d248d872] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-d248d872] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-d248d872] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-d248d872] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-d248d872] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-d248d872] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-d248d872] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-d248d872] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-d248d872] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-d248d872] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-d248d872] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-d248d872] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-d248d872] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-d248d872] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-d248d872] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-d248d872] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-d248d872] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-d248d872] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-d248d872] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-d248d872] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-d248d872] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-d248d872] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-d248d872] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-d248d872]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-d248d872]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-d248d872] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-d248d872] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-d248d872] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-d248d872] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-d248d872] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-d248d872] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-d248d872] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-d248d872] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-d248d872] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-d248d872] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-d248d872] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-d248d872] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-d248d872] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-d248d872] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-d248d872] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-d248d872] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-d248d872] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-d248d872] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-d248d872] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-d248d872] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-d248d872] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-d248d872] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-d248d872] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-d248d872] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-d248d872] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-d248d872] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-d248d872] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-d248d872] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-d248d872] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-d248d872] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-d248d872] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-d248d872] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-d248d872] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-d248d872] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-d248d872] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-d248d872]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-d248d872] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-d248d872] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-d248d872] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-d248d872] {
  background: white;
}
#route-dialog #route_map[data-v-d248d872] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-d248d872] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-d248d872] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-d248d872] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-d248d872] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-d248d872] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-d248d872] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-d248d872] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-d248d872] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-d248d872] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-d248d872] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#route-index[data-v-d248d872] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-d248d872] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-d248d872] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-d248d872] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-d248d872] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-d248d872] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-d248d872] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-d248d872] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-d248d872] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-d248d872] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-d248d872] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-d248d872] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-d248d872] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-d248d872] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-d248d872] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-d248d872] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-d248d872] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-d248d872] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-d248d872] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-d248d872] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-d248d872] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-d248d872] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-d248d872] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-d248d872] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-d248d872] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-d248d872] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-d248d872] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-d248d872] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-d248d872] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-d248d872]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-d248d872] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-d248d872] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-d248d872] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-d248d872] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-d248d872] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-d248d872]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-d248d872] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-d248d872] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-d248d872] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-d248d872] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-d248d872] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-d248d872] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-d248d872] .button-size span {
    font-size: 1.75rem;
}
[data-v-d248d872] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-d248d872] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-d248d872] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-d248d872] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-d248d872] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-d248d872] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-d248d872] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-d248d872] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-d248d872] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-d248d872] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-d248d872] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-d248d872] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-d248d872] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-d248d872] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-d248d872] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-d248d872]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-d248d872] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-d248d872] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-d248d872]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-d248d872] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-d248d872] {
      color: #ffffff;
}
#permission .manage[data-v-d248d872] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-d248d872] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-d248d872] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-d248d872] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-d248d872] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-d248d872] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-d248d872] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-d248d872] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-d248d872] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-d248d872] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-d248d872] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-d248d872] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-d248d872] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-d248d872]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-d248d872] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-d248d872] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-d248d872] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-d248d872] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-d248d872] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-d248d872] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-d248d872] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-d248d872] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-d248d872] .button-size span {
    font-size: 1.75rem;
}
[data-v-d248d872] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-d248d872] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-d248d872] {
  position: relative;
}
#account-auth-map #area-auth[data-v-d248d872] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-d248d872] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-d248d872] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-d248d872] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-d248d872] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-d248d872] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-d248d872] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-d248d872] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-d248d872] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-d248d872] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-d248d872] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-d248d872] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-d248d872] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-d248d872] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-d248d872] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-d248d872] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-d248d872],
#account-auth-map .marker-cluster-medium[data-v-d248d872],
#account-auth-map .marker-cluster-large[data-v-d248d872] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-d248d872] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-d248d872] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-d248d872] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-d248d872] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-d248d872]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-d248d872]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-d248d872] {
  background: white;
}
.leaflet-pm-toolbar[data-v-d248d872] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-d248d872] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-d248d872] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-d248d872] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-d248d872] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-d248d872] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-d248d872] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-d248d872],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-d248d872] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-d248d872],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-d248d872] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-d248d872] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-d248d872] {
  cursor: default;
}
.draw-tip-label[data-v-d248d872] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-d248d872]::before {
  border: none !important;
}
.draw-tip-label[data-v-d248d872]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-d248d872]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-d248d872] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-d248d872] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-d248d872] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-d248d872] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-d248d872] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-d248d872] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-d248d872],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-d248d872] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-d248d872] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-d248d872] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-d248d872] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-d248d872] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-d248d872] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-d248d872] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-d248d872] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-d248d872] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-d248d872] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-d248d872] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-d248d872] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-d248d872] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-d248d872] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-d248d872] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-d248d872] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-d248d872] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-d248d872] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-d248d872] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-d248d872] {
      color: #FFFFFF;
}
#offline .el-table[data-v-d248d872] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-d248d872] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-d248d872] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-d248d872] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-d248d872] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-d248d872] {
    margin: 0.1875rem;
}
#inspection[data-v-d248d872] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-d248d872] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-d248d872] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-d248d872]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-d248d872] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-d248d872] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-d248d872] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-d248d872] {
      width: 3.125rem;
}
#message[data-v-d248d872] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-d248d872] {
  width: 100%;
  height: 100%;
}
#container[data-v-d248d872] {
  width: 100%;
  height: 100%;
}
#help[data-v-d248d872] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-d248d872] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-d248d872] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-d248d872] {
    margin-top: 1.25rem;
}
#disarm[data-v-d248d872] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-d248d872] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-d248d872] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-d248d872] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-d248d872] {
      flex: 1;
      width: 2.5rem;
}


.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  text-align: center;
  border-radius: 0.9375rem;
  font: 0.75rem "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marker-cluster span {
  line-height: 1.875rem;
}
.disarm-info-popup {
  z-index: 2000 !important;
}
.disarm-info-popup .leaflet-popup-content-wrapper {
  background: white !important;
  border-radius: 0.3125rem !important;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
}
.disarm-info-popup .leaflet-popup-content {
  margin: 0 !important;
}
.disarm-info-popup .leaflet-popup-tip {
  background: white !important;
}
.disarm-info-content {
  color: #000000;
  border-radius: 0.3125rem;
  border: 1px solid #ccc;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 微软雅黑, sans-serif;
  background: white;
  min-width: 12.5rem;
}
.disarm-info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.disarm-info-content li {
  margin: 0.3125rem 0;
  line-height: 1.5;
}
.leaflet-popup {
  z-index: 2000 !important;
}
.leaflet-popup-content-wrapper {
  z-index: 2000 !important;
}
.leaflet-pm-toolbar {
  margin-top: 0.625rem;
  z-index: 1001 !important;
}
.leaflet-pm-toolbar .button-container .btn {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 0.25rem !important;
}
.leaflet-pm-toolbar .button-container .btn:hover {
  background-color: #f4f4f4 !important;
}
.draw-tip-label {
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0.25rem !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
  font-family: 微软雅黑, sans-serif !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap !important;
}
.draw-tip-label::before {
  border: none !important;
}
.draw-tip-label::after {
  border: none !important;
}
#map .leaflet-tooltip:not(.draw-tip-label) {
  display: none !important;
}
#map .leaflet-draw-tooltip {
  display: none !important;
}
#map .pm-tooltip {
  display: none !important;
}
#map .leaflet-pm-tooltip {
  display: none !important;
}

@charset "UTF-8";
*[data-v-0fae3e27] {
  touch-action: none;
}
#app1[data-v-0fae3e27] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-0fae3e27] {
  display: none;
}
.cancelSty[data-v-0fae3e27] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-0fae3e27] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-0fae3e27]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-0fae3e27]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-0fae3e27] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-0fae3e27]:hover {
    background-color: #409eff;
}
.notify-success[data-v-0fae3e27] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-0fae3e27] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-0fae3e27] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-0fae3e27] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-0fae3e27] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-0fae3e27] {
  color: #000000;
}
.el-table__cell[data-v-0fae3e27] {
  color: black;
}
.el-tabs__nav[data-v-0fae3e27] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-0fae3e27] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-0fae3e27]:hover {
  animation-name: ani-0fae3e27;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-0fae3e27 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-0fae3e27] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-0fae3e27] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-0fae3e27] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-0fae3e27]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-0fae3e27]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-0fae3e27]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-0fae3e27] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-0fae3e27] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-0fae3e27] {
  background-color: #eee;
  position: relative;
}
.left[data-v-0fae3e27] {
  position: relative;
  z-index: 1;
}
.left img[data-v-0fae3e27] {
    height: 99.6vh;
}
.main[data-v-0fae3e27] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-0fae3e27] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-0fae3e27] {
  margin-bottom: 6vh;
}
h1[data-v-0fae3e27] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-0fae3e27] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-0fae3e27] {
  width: 30vw;
}
p[data-v-0fae3e27] {
  color: #333;
}
.loginButton[data-v-0fae3e27] {
  width: 100%;
}
.registerSty[data-v-0fae3e27] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-0fae3e27] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-0fae3e27] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-0fae3e27] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-0fae3e27] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-0fae3e27] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-0fae3e27] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-0fae3e27] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-0fae3e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-0fae3e27] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-0fae3e27] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-0fae3e27]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-0fae3e27] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-0fae3e27] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-0fae3e27] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-0fae3e27] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-0fae3e27] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-0fae3e27] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-0fae3e27] {
    color: black;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-0fae3e27] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-0fae3e27] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-0fae3e27] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-0fae3e27] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-0fae3e27] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-0fae3e27] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-0fae3e27] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-0fae3e27] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-0fae3e27] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-0fae3e27] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-0fae3e27] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-0fae3e27] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-0fae3e27] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-0fae3e27] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-0fae3e27] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-0fae3e27] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-0fae3e27] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-0fae3e27] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-0fae3e27] .open-lock-div {
  width: 100%;
}
[data-v-0fae3e27] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-0fae3e27] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-0fae3e27] .close-lock-btn {
  width: 100%;
}
[data-v-0fae3e27] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-0fae3e27] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-0fae3e27] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-0fae3e27] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-0fae3e27] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-0fae3e27] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-0fae3e27] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-0fae3e27] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-0fae3e27] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-0fae3e27] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-0fae3e27] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-0fae3e27] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-0fae3e27] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-0fae3e27] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-0fae3e27] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-0fae3e27] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-0fae3e27] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-0fae3e27] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-0fae3e27] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-0fae3e27] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-0fae3e27] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-0fae3e27] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-0fae3e27] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-0fae3e27] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-0fae3e27] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-0fae3e27] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-0fae3e27] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-0fae3e27] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-0fae3e27] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-0fae3e27] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-0fae3e27] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-0fae3e27]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-0fae3e27]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-0fae3e27] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-0fae3e27] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-0fae3e27] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-0fae3e27] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-0fae3e27] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-0fae3e27] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-0fae3e27] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-0fae3e27] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-0fae3e27] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-0fae3e27] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-0fae3e27] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-0fae3e27] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-0fae3e27] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-0fae3e27] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-0fae3e27] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-0fae3e27] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-0fae3e27] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-0fae3e27] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-0fae3e27] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-0fae3e27] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-0fae3e27] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-0fae3e27] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-0fae3e27] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-0fae3e27] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-0fae3e27] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-0fae3e27] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-0fae3e27] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-0fae3e27] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-0fae3e27] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-0fae3e27] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-0fae3e27] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-0fae3e27] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-0fae3e27] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-0fae3e27] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-0fae3e27]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-0fae3e27] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-0fae3e27] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-0fae3e27] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-0fae3e27] {
  background: white;
}
#route-dialog #route_map[data-v-0fae3e27] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-0fae3e27] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-0fae3e27] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-0fae3e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-0fae3e27] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-0fae3e27] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-0fae3e27] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-0fae3e27] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-0fae3e27] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-0fae3e27] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-0fae3e27] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#route-index[data-v-0fae3e27] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-0fae3e27] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-0fae3e27] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-0fae3e27] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-0fae3e27] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-0fae3e27] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-0fae3e27] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-0fae3e27] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-0fae3e27] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-0fae3e27] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-0fae3e27] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-0fae3e27] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-0fae3e27] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-0fae3e27] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-0fae3e27] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-0fae3e27] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-0fae3e27] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-0fae3e27] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-0fae3e27] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-0fae3e27] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-0fae3e27] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-0fae3e27] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-0fae3e27] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-0fae3e27] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-0fae3e27] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-0fae3e27] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-0fae3e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-0fae3e27] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-0fae3e27] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-0fae3e27]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-0fae3e27] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-0fae3e27] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-0fae3e27] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-0fae3e27] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-0fae3e27] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-0fae3e27]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-0fae3e27] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-0fae3e27] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-0fae3e27] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-0fae3e27] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-0fae3e27] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-0fae3e27] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-0fae3e27] .button-size span {
    font-size: 1.75rem;
}
[data-v-0fae3e27] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-0fae3e27] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-0fae3e27] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-0fae3e27] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-0fae3e27] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-0fae3e27] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-0fae3e27] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-0fae3e27] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-0fae3e27] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-0fae3e27] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-0fae3e27] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-0fae3e27] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-0fae3e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-0fae3e27] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-0fae3e27] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-0fae3e27]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-0fae3e27] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-0fae3e27] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-0fae3e27]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-0fae3e27] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-0fae3e27] {
      color: #ffffff;
}
#permission .manage[data-v-0fae3e27] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-0fae3e27] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-0fae3e27] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-0fae3e27] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-0fae3e27] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-0fae3e27] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-0fae3e27] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-0fae3e27] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-0fae3e27] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-0fae3e27] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-0fae3e27] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-0fae3e27] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-0fae3e27] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-0fae3e27]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-0fae3e27] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-0fae3e27] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-0fae3e27] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-0fae3e27] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-0fae3e27] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-0fae3e27] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-0fae3e27] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-0fae3e27] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-0fae3e27] .button-size span {
    font-size: 1.75rem;
}
[data-v-0fae3e27] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-0fae3e27] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-0fae3e27] {
  position: relative;
}
#account-auth-map #area-auth[data-v-0fae3e27] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-0fae3e27] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-0fae3e27] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-0fae3e27] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-0fae3e27] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-0fae3e27] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-0fae3e27] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-0fae3e27] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-0fae3e27] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-0fae3e27] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-0fae3e27] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-0fae3e27] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-0fae3e27] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-0fae3e27] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-0fae3e27] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-0fae3e27],
#account-auth-map .marker-cluster-medium[data-v-0fae3e27],
#account-auth-map .marker-cluster-large[data-v-0fae3e27] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-0fae3e27] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-0fae3e27] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-0fae3e27] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-0fae3e27] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-0fae3e27]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-0fae3e27]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-0fae3e27] {
  background: white;
}
.leaflet-pm-toolbar[data-v-0fae3e27] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-0fae3e27] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-0fae3e27] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-0fae3e27] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-0fae3e27] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-0fae3e27] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-0fae3e27] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-0fae3e27],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-0fae3e27] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-0fae3e27],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-0fae3e27] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-0fae3e27] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-0fae3e27] {
  cursor: default;
}
.draw-tip-label[data-v-0fae3e27] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-0fae3e27]::before {
  border: none !important;
}
.draw-tip-label[data-v-0fae3e27]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-0fae3e27]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-0fae3e27] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-0fae3e27] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-0fae3e27] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-0fae3e27] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-0fae3e27] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-0fae3e27] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-0fae3e27],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-0fae3e27] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-0fae3e27] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-0fae3e27] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-0fae3e27] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-0fae3e27] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-0fae3e27] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-0fae3e27] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-0fae3e27] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-0fae3e27] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-0fae3e27] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-0fae3e27] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-0fae3e27] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-0fae3e27] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-0fae3e27] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-0fae3e27] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-0fae3e27] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-0fae3e27] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-0fae3e27] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-0fae3e27] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-0fae3e27] {
      color: #FFFFFF;
}
#offline .el-table[data-v-0fae3e27] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-0fae3e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-0fae3e27] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-0fae3e27] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-0fae3e27] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-0fae3e27] {
    margin: 0.1875rem;
}
#inspection[data-v-0fae3e27] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-0fae3e27] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-0fae3e27] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-0fae3e27]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-0fae3e27] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-0fae3e27] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-0fae3e27] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-0fae3e27] {
      width: 3.125rem;
}
#message[data-v-0fae3e27] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-0fae3e27] {
  width: 100%;
  height: 100%;
}
#container[data-v-0fae3e27] {
  width: 100%;
  height: 100%;
}
#help[data-v-0fae3e27] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-0fae3e27] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-0fae3e27] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-0fae3e27] {
    margin-top: 1.25rem;
}
#disarm[data-v-0fae3e27] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-0fae3e27] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-0fae3e27] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-0fae3e27] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-0fae3e27] {
      flex: 1;
      width: 2.5rem;
}

@charset "UTF-8";
*[data-v-71e16e8a] {
  touch-action: none;
}
#app1[data-v-71e16e8a] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-71e16e8a] {
  display: none;
}
.cancelSty[data-v-71e16e8a] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-71e16e8a] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-71e16e8a]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-71e16e8a]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-71e16e8a] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-71e16e8a]:hover {
    background-color: #409eff;
}
.notify-success[data-v-71e16e8a] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-71e16e8a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-71e16e8a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-71e16e8a] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-71e16e8a] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-71e16e8a] {
  color: #000000;
}
.el-table__cell[data-v-71e16e8a] {
  color: black;
}
.el-tabs__nav[data-v-71e16e8a] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-71e16e8a] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-71e16e8a]:hover {
  animation-name: ani-71e16e8a;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-71e16e8a {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-71e16e8a] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-71e16e8a] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-71e16e8a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-71e16e8a]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-71e16e8a]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-71e16e8a]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-71e16e8a] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-71e16e8a] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-71e16e8a] {
  background-color: #eee;
  position: relative;
}
.left[data-v-71e16e8a] {
  position: relative;
  z-index: 1;
}
.left img[data-v-71e16e8a] {
    height: 99.6vh;
}
.main[data-v-71e16e8a] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-71e16e8a] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-71e16e8a] {
  margin-bottom: 6vh;
}
h1[data-v-71e16e8a] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-71e16e8a] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-71e16e8a] {
  width: 30vw;
}
p[data-v-71e16e8a] {
  color: #333;
}
.loginButton[data-v-71e16e8a] {
  width: 100%;
}
.registerSty[data-v-71e16e8a] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-71e16e8a] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-71e16e8a] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-71e16e8a] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-71e16e8a] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-71e16e8a] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-71e16e8a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-71e16e8a] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-71e16e8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-71e16e8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-71e16e8a] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-71e16e8a]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-71e16e8a] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-71e16e8a] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-71e16e8a] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-71e16e8a] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-71e16e8a] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-71e16e8a] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-71e16e8a] {
    color: black;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-71e16e8a] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-71e16e8a] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-71e16e8a] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-71e16e8a] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-71e16e8a] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-71e16e8a] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-71e16e8a] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-71e16e8a] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-71e16e8a] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-71e16e8a] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-71e16e8a] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-71e16e8a] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-71e16e8a] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-71e16e8a] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-71e16e8a] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-71e16e8a] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-71e16e8a] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-71e16e8a] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-71e16e8a] .open-lock-div {
  width: 100%;
}
[data-v-71e16e8a] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-71e16e8a] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-71e16e8a] .close-lock-btn {
  width: 100%;
}
[data-v-71e16e8a] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-71e16e8a] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-71e16e8a] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-71e16e8a] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-71e16e8a] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-71e16e8a] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-71e16e8a] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-71e16e8a] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-71e16e8a] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-71e16e8a] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-71e16e8a] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-71e16e8a] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-71e16e8a] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-71e16e8a] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-71e16e8a] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-71e16e8a] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-71e16e8a] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-71e16e8a] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-71e16e8a] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-71e16e8a] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-71e16e8a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-71e16e8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-71e16e8a] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-71e16e8a] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-71e16e8a] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-71e16e8a] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-71e16e8a] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-71e16e8a] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-71e16e8a] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-71e16e8a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-71e16e8a] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-71e16e8a]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-71e16e8a]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-71e16e8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-71e16e8a] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-71e16e8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-71e16e8a] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-71e16e8a] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-71e16e8a] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-71e16e8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-71e16e8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-71e16e8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-71e16e8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-71e16e8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-71e16e8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-71e16e8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-71e16e8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-71e16e8a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-71e16e8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-71e16e8a] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-71e16e8a] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-71e16e8a] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-71e16e8a] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-71e16e8a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-71e16e8a] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-71e16e8a] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-71e16e8a] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-71e16e8a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-71e16e8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-71e16e8a] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-71e16e8a] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-71e16e8a] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-71e16e8a] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-71e16e8a] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-71e16e8a] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-71e16e8a] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-71e16e8a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-71e16e8a] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-71e16e8a]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-71e16e8a] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-71e16e8a] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-71e16e8a] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-71e16e8a] {
  background: white;
}
#route-dialog #route_map[data-v-71e16e8a] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-71e16e8a] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-71e16e8a] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-71e16e8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-71e16e8a] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-71e16e8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-71e16e8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-71e16e8a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-71e16e8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-71e16e8a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-71e16e8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-71e16e8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#route-index[data-v-71e16e8a] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-71e16e8a] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-71e16e8a] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-71e16e8a] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-71e16e8a] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-71e16e8a] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-71e16e8a] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-71e16e8a] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-71e16e8a] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-71e16e8a] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-71e16e8a] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-71e16e8a] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-71e16e8a] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-71e16e8a] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-71e16e8a] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-71e16e8a] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-71e16e8a] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-71e16e8a] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-71e16e8a] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-71e16e8a] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-71e16e8a] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-71e16e8a] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-71e16e8a] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-71e16e8a] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-71e16e8a] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-71e16e8a] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-71e16e8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-71e16e8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-71e16e8a] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-71e16e8a]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-71e16e8a] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-71e16e8a] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-71e16e8a] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-71e16e8a] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-71e16e8a] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-71e16e8a]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-71e16e8a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-71e16e8a] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-71e16e8a] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-71e16e8a] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-71e16e8a] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-71e16e8a] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-71e16e8a] .button-size span {
    font-size: 1.75rem;
}
[data-v-71e16e8a] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-71e16e8a] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-71e16e8a] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-71e16e8a] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-71e16e8a] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-71e16e8a] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-71e16e8a] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-71e16e8a] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-71e16e8a] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-71e16e8a] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-71e16e8a] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-71e16e8a] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-71e16e8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-71e16e8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-71e16e8a] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-71e16e8a]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-71e16e8a] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-71e16e8a] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-71e16e8a]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-71e16e8a] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-71e16e8a] {
      color: #ffffff;
}
#permission .manage[data-v-71e16e8a] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-71e16e8a] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-71e16e8a] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-71e16e8a] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-71e16e8a] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-71e16e8a] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-71e16e8a] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-71e16e8a] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-71e16e8a] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-71e16e8a] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-71e16e8a] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-71e16e8a] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-71e16e8a] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-71e16e8a]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-71e16e8a] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-71e16e8a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-71e16e8a] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-71e16e8a] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-71e16e8a] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-71e16e8a] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-71e16e8a] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-71e16e8a] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-71e16e8a] .button-size span {
    font-size: 1.75rem;
}
[data-v-71e16e8a] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-71e16e8a] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-71e16e8a] {
  position: relative;
}
#account-auth-map #area-auth[data-v-71e16e8a] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-71e16e8a] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-71e16e8a] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-71e16e8a] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-71e16e8a] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-71e16e8a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-71e16e8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-71e16e8a] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-71e16e8a] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-71e16e8a] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-71e16e8a] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-71e16e8a] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-71e16e8a] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-71e16e8a] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-71e16e8a] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-71e16e8a],
#account-auth-map .marker-cluster-medium[data-v-71e16e8a],
#account-auth-map .marker-cluster-large[data-v-71e16e8a] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-71e16e8a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-71e16e8a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-71e16e8a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-71e16e8a] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-71e16e8a]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-71e16e8a]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-71e16e8a] {
  background: white;
}
.leaflet-pm-toolbar[data-v-71e16e8a] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-71e16e8a] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-71e16e8a] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-71e16e8a] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-71e16e8a] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-71e16e8a] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-71e16e8a] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-71e16e8a],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-71e16e8a] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-71e16e8a],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-71e16e8a] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-71e16e8a] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-71e16e8a] {
  cursor: default;
}
.draw-tip-label[data-v-71e16e8a] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-71e16e8a]::before {
  border: none !important;
}
.draw-tip-label[data-v-71e16e8a]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-71e16e8a]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-71e16e8a] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-71e16e8a] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-71e16e8a] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-71e16e8a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-71e16e8a] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-71e16e8a] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-71e16e8a],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-71e16e8a] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-71e16e8a] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-71e16e8a] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-71e16e8a] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-71e16e8a] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-71e16e8a] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-71e16e8a] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-71e16e8a] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-71e16e8a] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-71e16e8a] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-71e16e8a] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-71e16e8a] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-71e16e8a] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-71e16e8a] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-71e16e8a] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-71e16e8a] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-71e16e8a] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-71e16e8a] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-71e16e8a] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-71e16e8a] {
      color: #FFFFFF;
}
#offline .el-table[data-v-71e16e8a] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-71e16e8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-71e16e8a] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-71e16e8a] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-71e16e8a] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-71e16e8a] {
    margin: 0.1875rem;
}
#inspection[data-v-71e16e8a] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-71e16e8a] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-71e16e8a] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-71e16e8a]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-71e16e8a] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-71e16e8a] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-71e16e8a] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-71e16e8a] {
      width: 3.125rem;
}
#message[data-v-71e16e8a] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-71e16e8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-71e16e8a] {
  width: 100%;
  height: 100%;
}
#container[data-v-71e16e8a] {
  width: 100%;
  height: 100%;
}
#help[data-v-71e16e8a] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-71e16e8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-71e16e8a] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-71e16e8a] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-71e16e8a] {
    margin-top: 1.25rem;
}
#disarm[data-v-71e16e8a] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-71e16e8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-71e16e8a] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-71e16e8a] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-71e16e8a] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-71e16e8a] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-71e16e8a] {
  text-align: center;
}
#error[data-v-71e16e8a] {
  text-align: center;
}

@charset "UTF-8";
*[data-v-720bb50d] {
  touch-action: none;
}
#app1[data-v-720bb50d] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-720bb50d] {
  display: none;
}
.cancelSty[data-v-720bb50d] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-720bb50d] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-720bb50d]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-720bb50d]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-720bb50d] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-720bb50d]:hover {
    background-color: #409eff;
}
.notify-success[data-v-720bb50d] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-720bb50d] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-720bb50d] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-720bb50d] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-720bb50d] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-720bb50d] {
  color: #000000;
}
.el-table__cell[data-v-720bb50d] {
  color: black;
}
.el-tabs__nav[data-v-720bb50d] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-720bb50d] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-720bb50d]:hover {
  animation-name: ani-720bb50d;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-720bb50d {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-720bb50d] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-720bb50d] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-720bb50d] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-720bb50d]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-720bb50d]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-720bb50d]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-720bb50d] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-720bb50d] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-720bb50d] {
  background-color: #eee;
  position: relative;
}
.left[data-v-720bb50d] {
  position: relative;
  z-index: 1;
}
.left img[data-v-720bb50d] {
    height: 99.6vh;
}
.main[data-v-720bb50d] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-720bb50d] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-720bb50d] {
  margin-bottom: 6vh;
}
h1[data-v-720bb50d] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-720bb50d] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-720bb50d] {
  width: 30vw;
}
p[data-v-720bb50d] {
  color: #333;
}
.loginButton[data-v-720bb50d] {
  width: 100%;
}
.registerSty[data-v-720bb50d] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-720bb50d] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-720bb50d] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-720bb50d] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-720bb50d] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-720bb50d] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-720bb50d] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-720bb50d] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-720bb50d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-720bb50d] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-720bb50d] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-720bb50d]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-720bb50d] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-720bb50d] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-720bb50d] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-720bb50d] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-720bb50d] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-720bb50d] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-720bb50d] {
    color: black;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-720bb50d] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-720bb50d] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-720bb50d] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-720bb50d] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-720bb50d] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-720bb50d] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-720bb50d] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-720bb50d] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-720bb50d] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-720bb50d] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-720bb50d] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-720bb50d] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-720bb50d] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-720bb50d] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-720bb50d] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-720bb50d] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-720bb50d] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-720bb50d] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-720bb50d] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-720bb50d] .open-lock-div {
  width: 100%;
}
[data-v-720bb50d] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-720bb50d] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-720bb50d] .close-lock-btn {
  width: 100%;
}
[data-v-720bb50d] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-720bb50d] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-720bb50d] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-720bb50d] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-720bb50d] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-720bb50d] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-720bb50d] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-720bb50d] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-720bb50d] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-720bb50d] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-720bb50d] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-720bb50d] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-720bb50d] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-720bb50d] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-720bb50d] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-720bb50d] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-720bb50d] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-720bb50d] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-720bb50d] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-720bb50d] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-720bb50d] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-720bb50d] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-720bb50d] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-720bb50d] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-720bb50d] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-720bb50d] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-720bb50d] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-720bb50d] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-720bb50d] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-720bb50d] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-720bb50d] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-720bb50d] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-720bb50d]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-720bb50d]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-720bb50d] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-720bb50d] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-720bb50d] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-720bb50d] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-720bb50d] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-720bb50d] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-720bb50d] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-720bb50d] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-720bb50d] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-720bb50d] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-720bb50d] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-720bb50d] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-720bb50d] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-720bb50d] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-720bb50d] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-720bb50d] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-720bb50d] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-720bb50d] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-720bb50d] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-720bb50d] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-720bb50d] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-720bb50d] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-720bb50d] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-720bb50d] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-720bb50d] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-720bb50d] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-720bb50d] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-720bb50d] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-720bb50d] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-720bb50d] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-720bb50d] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-720bb50d] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-720bb50d] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-720bb50d] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-720bb50d] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-720bb50d] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-720bb50d]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-720bb50d] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-720bb50d] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-720bb50d] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-720bb50d] {
  background: white;
}
#route-dialog #route_map[data-v-720bb50d] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-720bb50d] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-720bb50d] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-720bb50d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-720bb50d] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-720bb50d] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-720bb50d] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-720bb50d] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-720bb50d] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-720bb50d] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-720bb50d] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-720bb50d] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#route-index[data-v-720bb50d] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-720bb50d] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-720bb50d] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-720bb50d] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-720bb50d] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-720bb50d] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-720bb50d] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-720bb50d] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-720bb50d] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-720bb50d] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-720bb50d] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-720bb50d] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-720bb50d] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-720bb50d] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-720bb50d] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-720bb50d] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-720bb50d] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-720bb50d] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-720bb50d] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-720bb50d] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-720bb50d] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-720bb50d] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-720bb50d] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-720bb50d] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-720bb50d] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-720bb50d] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-720bb50d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-720bb50d] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-720bb50d] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-720bb50d]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-720bb50d] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-720bb50d] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-720bb50d] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-720bb50d] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-720bb50d] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-720bb50d]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-720bb50d] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-720bb50d] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-720bb50d] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-720bb50d] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-720bb50d] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-720bb50d] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-720bb50d] .button-size span {
    font-size: 1.75rem;
}
[data-v-720bb50d] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-720bb50d] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-720bb50d] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-720bb50d] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-720bb50d] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-720bb50d] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-720bb50d] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-720bb50d] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-720bb50d] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-720bb50d] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-720bb50d] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-720bb50d] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-720bb50d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-720bb50d] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-720bb50d] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-720bb50d]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-720bb50d] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-720bb50d] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-720bb50d]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-720bb50d] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-720bb50d] {
      color: #ffffff;
}
#permission .manage[data-v-720bb50d] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-720bb50d] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-720bb50d] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-720bb50d] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-720bb50d] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-720bb50d] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-720bb50d] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-720bb50d] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-720bb50d] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-720bb50d] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-720bb50d] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-720bb50d] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-720bb50d] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-720bb50d]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-720bb50d] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-720bb50d] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-720bb50d] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-720bb50d] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-720bb50d] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-720bb50d] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-720bb50d] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-720bb50d] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-720bb50d] .button-size span {
    font-size: 1.75rem;
}
[data-v-720bb50d] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-720bb50d] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-720bb50d] {
  position: relative;
}
#account-auth-map #area-auth[data-v-720bb50d] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-720bb50d] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-720bb50d] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-720bb50d] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-720bb50d] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-720bb50d] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-720bb50d] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-720bb50d] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-720bb50d] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-720bb50d] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-720bb50d] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-720bb50d] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-720bb50d] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-720bb50d] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-720bb50d] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-720bb50d] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-720bb50d],
#account-auth-map .marker-cluster-medium[data-v-720bb50d],
#account-auth-map .marker-cluster-large[data-v-720bb50d] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-720bb50d] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-720bb50d] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-720bb50d] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-720bb50d] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-720bb50d]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-720bb50d]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-720bb50d] {
  background: white;
}
.leaflet-pm-toolbar[data-v-720bb50d] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-720bb50d] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-720bb50d] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-720bb50d] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-720bb50d] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-720bb50d] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-720bb50d] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-720bb50d],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-720bb50d] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-720bb50d],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-720bb50d] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-720bb50d] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-720bb50d] {
  cursor: default;
}
.draw-tip-label[data-v-720bb50d] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-720bb50d]::before {
  border: none !important;
}
.draw-tip-label[data-v-720bb50d]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-720bb50d]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-720bb50d] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-720bb50d] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-720bb50d] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-720bb50d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-720bb50d] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-720bb50d] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-720bb50d],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-720bb50d] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-720bb50d] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-720bb50d] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-720bb50d] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-720bb50d] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-720bb50d] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-720bb50d] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-720bb50d] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-720bb50d] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-720bb50d] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-720bb50d] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-720bb50d] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-720bb50d] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-720bb50d] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-720bb50d] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-720bb50d] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-720bb50d] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-720bb50d] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-720bb50d] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-720bb50d] {
      color: #FFFFFF;
}
#offline .el-table[data-v-720bb50d] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-720bb50d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-720bb50d] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-720bb50d] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-720bb50d] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-720bb50d] {
    margin: 0.1875rem;
}
#inspection[data-v-720bb50d] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-720bb50d] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-720bb50d] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-720bb50d]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-720bb50d] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-720bb50d] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-720bb50d] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-720bb50d] {
      width: 3.125rem;
}
#message[data-v-720bb50d] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-720bb50d] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-720bb50d] {
  width: 100%;
  height: 100%;
}
#container[data-v-720bb50d] {
  width: 100%;
  height: 100%;
}
#help[data-v-720bb50d] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-720bb50d] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-720bb50d] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-720bb50d] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-720bb50d] {
    margin-top: 1.25rem;
}
#disarm[data-v-720bb50d] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-720bb50d] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-720bb50d] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-720bb50d] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-720bb50d] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-720bb50d] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-720bb50d] {
  text-align: center;
}
#error[data-v-720bb50d] {
  text-align: center;
}
#edit-deployed-dialog[data-v-720bb50d] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-720bb50d] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-720bb50d] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-720bb50d] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-720bb50d] {
      font-size: 1.125rem;
      color: red;
}

@charset "UTF-8";
*[data-v-bc55a88c] {
  touch-action: none;
}
#app1[data-v-bc55a88c] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-bc55a88c] {
  display: none;
}
.cancelSty[data-v-bc55a88c] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-bc55a88c] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-bc55a88c]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-bc55a88c]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-bc55a88c] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-bc55a88c]:hover {
    background-color: #409eff;
}
.notify-success[data-v-bc55a88c] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-bc55a88c] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-bc55a88c] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-bc55a88c] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-bc55a88c] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-bc55a88c] {
  color: #000000;
}
.el-table__cell[data-v-bc55a88c] {
  color: black;
}
.el-tabs__nav[data-v-bc55a88c] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-bc55a88c] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-bc55a88c]:hover {
  animation-name: ani-bc55a88c;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-bc55a88c {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-bc55a88c] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-bc55a88c] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-bc55a88c] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-bc55a88c]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-bc55a88c]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-bc55a88c]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-bc55a88c] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-bc55a88c] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-bc55a88c] {
  background-color: #eee;
  position: relative;
}
.left[data-v-bc55a88c] {
  position: relative;
  z-index: 1;
}
.left img[data-v-bc55a88c] {
    height: 99.6vh;
}
.main[data-v-bc55a88c] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-bc55a88c] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-bc55a88c] {
  margin-bottom: 6vh;
}
h1[data-v-bc55a88c] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-bc55a88c] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-bc55a88c] {
  width: 30vw;
}
p[data-v-bc55a88c] {
  color: #333;
}
.loginButton[data-v-bc55a88c] {
  width: 100%;
}
.registerSty[data-v-bc55a88c] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-bc55a88c] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-bc55a88c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-bc55a88c] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-bc55a88c] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-bc55a88c] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-bc55a88c] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-bc55a88c] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-bc55a88c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-bc55a88c] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-bc55a88c] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-bc55a88c]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-bc55a88c] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-bc55a88c] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-bc55a88c] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-bc55a88c] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-bc55a88c] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-bc55a88c] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-bc55a88c] {
    color: black;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-bc55a88c] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-bc55a88c] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-bc55a88c] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-bc55a88c] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-bc55a88c] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-bc55a88c] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-bc55a88c] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-bc55a88c] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-bc55a88c] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-bc55a88c] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-bc55a88c] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-bc55a88c] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-bc55a88c] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-bc55a88c] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-bc55a88c] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-bc55a88c] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-bc55a88c] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-bc55a88c] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-bc55a88c] .open-lock-div {
  width: 100%;
}
[data-v-bc55a88c] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-bc55a88c] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-bc55a88c] .close-lock-btn {
  width: 100%;
}
[data-v-bc55a88c] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-bc55a88c] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-bc55a88c] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-bc55a88c] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-bc55a88c] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-bc55a88c] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-bc55a88c] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-bc55a88c] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-bc55a88c] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-bc55a88c] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-bc55a88c] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-bc55a88c] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-bc55a88c] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-bc55a88c] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-bc55a88c] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-bc55a88c] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-bc55a88c] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-bc55a88c] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-bc55a88c] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-bc55a88c] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-bc55a88c] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-bc55a88c] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-bc55a88c] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-bc55a88c] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-bc55a88c] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-bc55a88c] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-bc55a88c] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-bc55a88c] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-bc55a88c] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-bc55a88c] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-bc55a88c] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-bc55a88c]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-bc55a88c]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-bc55a88c] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-bc55a88c] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-bc55a88c] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-bc55a88c] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-bc55a88c] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-bc55a88c] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-bc55a88c] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-bc55a88c] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-bc55a88c] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-bc55a88c] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-bc55a88c] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-bc55a88c] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-bc55a88c] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-bc55a88c] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-bc55a88c] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-bc55a88c] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-bc55a88c] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-bc55a88c] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-bc55a88c] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-bc55a88c] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-bc55a88c] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-bc55a88c] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-bc55a88c] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-bc55a88c] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-bc55a88c] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-bc55a88c] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-bc55a88c] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-bc55a88c] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-bc55a88c] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-bc55a88c] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-bc55a88c] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-bc55a88c] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-bc55a88c] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-bc55a88c] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-bc55a88c] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-bc55a88c]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-bc55a88c] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-bc55a88c] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-bc55a88c] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-bc55a88c] {
  background: white;
}
#route-dialog #route_map[data-v-bc55a88c] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-bc55a88c] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-bc55a88c] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-bc55a88c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-bc55a88c] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-bc55a88c] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-bc55a88c] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-bc55a88c] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-bc55a88c] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-bc55a88c] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-bc55a88c] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-bc55a88c] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#route-index[data-v-bc55a88c] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-bc55a88c] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-bc55a88c] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-bc55a88c] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-bc55a88c] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-bc55a88c] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-bc55a88c] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-bc55a88c] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-bc55a88c] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-bc55a88c] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-bc55a88c] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-bc55a88c] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-bc55a88c] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-bc55a88c] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-bc55a88c] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-bc55a88c] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-bc55a88c] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-bc55a88c] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-bc55a88c] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-bc55a88c] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-bc55a88c] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-bc55a88c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-bc55a88c] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-bc55a88c] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-bc55a88c] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-bc55a88c] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-bc55a88c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-bc55a88c] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-bc55a88c] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-bc55a88c]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-bc55a88c] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-bc55a88c] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-bc55a88c] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-bc55a88c] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-bc55a88c] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-bc55a88c]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-bc55a88c] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-bc55a88c] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-bc55a88c] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-bc55a88c] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-bc55a88c] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-bc55a88c] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-bc55a88c] .button-size span {
    font-size: 1.75rem;
}
[data-v-bc55a88c] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-bc55a88c] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-bc55a88c] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-bc55a88c] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-bc55a88c] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-bc55a88c] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-bc55a88c] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-bc55a88c] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-bc55a88c] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-bc55a88c] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-bc55a88c] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-bc55a88c] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-bc55a88c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-bc55a88c] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-bc55a88c] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-bc55a88c]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-bc55a88c] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-bc55a88c] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-bc55a88c]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-bc55a88c] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-bc55a88c] {
      color: #ffffff;
}
#permission .manage[data-v-bc55a88c] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-bc55a88c] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-bc55a88c] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-bc55a88c] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-bc55a88c] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-bc55a88c] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-bc55a88c] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-bc55a88c] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-bc55a88c] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-bc55a88c] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-bc55a88c] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-bc55a88c] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-bc55a88c] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-bc55a88c]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-bc55a88c] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-bc55a88c] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-bc55a88c] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-bc55a88c] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-bc55a88c] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-bc55a88c] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-bc55a88c] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-bc55a88c] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-bc55a88c] .button-size span {
    font-size: 1.75rem;
}
[data-v-bc55a88c] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-bc55a88c] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-bc55a88c] {
  position: relative;
}
#account-auth-map #area-auth[data-v-bc55a88c] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-bc55a88c] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-bc55a88c] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-bc55a88c] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-bc55a88c] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-bc55a88c] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-bc55a88c] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-bc55a88c] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-bc55a88c] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-bc55a88c] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-bc55a88c] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-bc55a88c] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-bc55a88c] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-bc55a88c] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-bc55a88c] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-bc55a88c],
#account-auth-map .marker-cluster-medium[data-v-bc55a88c],
#account-auth-map .marker-cluster-large[data-v-bc55a88c] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-bc55a88c] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-bc55a88c] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-bc55a88c] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-bc55a88c] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-bc55a88c]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-bc55a88c]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-bc55a88c] {
  background: white;
}
.leaflet-pm-toolbar[data-v-bc55a88c] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-bc55a88c] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-bc55a88c] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-bc55a88c] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-bc55a88c] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-bc55a88c] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-bc55a88c] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-bc55a88c],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-bc55a88c] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-bc55a88c],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-bc55a88c] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-bc55a88c] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-bc55a88c] {
  cursor: default;
}
.draw-tip-label[data-v-bc55a88c] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-bc55a88c]::before {
  border: none !important;
}
.draw-tip-label[data-v-bc55a88c]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-bc55a88c]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-bc55a88c] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-bc55a88c] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-bc55a88c] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-bc55a88c] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-bc55a88c] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-bc55a88c] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-bc55a88c],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-bc55a88c] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-bc55a88c] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-bc55a88c] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-bc55a88c] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-bc55a88c] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-bc55a88c] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-bc55a88c] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-bc55a88c] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-bc55a88c] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-bc55a88c] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-bc55a88c] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-bc55a88c] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-bc55a88c] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-bc55a88c] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-bc55a88c] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-bc55a88c] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-bc55a88c] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-bc55a88c] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-bc55a88c] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-bc55a88c] {
      color: #FFFFFF;
}
#offline .el-table[data-v-bc55a88c] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-bc55a88c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-bc55a88c] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-bc55a88c] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-bc55a88c] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-bc55a88c] {
    margin: 0.1875rem;
}
#inspection[data-v-bc55a88c] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-bc55a88c] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-bc55a88c] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-bc55a88c]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-bc55a88c] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-bc55a88c] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-bc55a88c] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-bc55a88c] {
      width: 3.125rem;
}
#message[data-v-bc55a88c] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-bc55a88c] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-bc55a88c] {
  width: 100%;
  height: 100%;
}
#container[data-v-bc55a88c] {
  width: 100%;
  height: 100%;
}
#help[data-v-bc55a88c] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-bc55a88c] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-bc55a88c] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}

@charset "UTF-8";
*[data-v-68f567b2] {
  touch-action: none;
}
#app1[data-v-68f567b2] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-68f567b2] {
  display: none;
}
.cancelSty[data-v-68f567b2] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-68f567b2] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-68f567b2]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-68f567b2]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-68f567b2] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-68f567b2]:hover {
    background-color: #409eff;
}
.notify-success[data-v-68f567b2] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-68f567b2] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-68f567b2] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-68f567b2] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-68f567b2] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-68f567b2] {
  color: #000000;
}
.el-table__cell[data-v-68f567b2] {
  color: black;
}
.el-tabs__nav[data-v-68f567b2] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-68f567b2] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-68f567b2]:hover {
  animation-name: ani-68f567b2;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-68f567b2 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-68f567b2] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-68f567b2] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-68f567b2] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-68f567b2]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-68f567b2]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-68f567b2]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-68f567b2] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-68f567b2] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-68f567b2] {
  background-color: #eee;
  position: relative;
}
.left[data-v-68f567b2] {
  position: relative;
  z-index: 1;
}
.left img[data-v-68f567b2] {
    height: 99.6vh;
}
.main[data-v-68f567b2] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-68f567b2] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-68f567b2] {
  margin-bottom: 6vh;
}
h1[data-v-68f567b2] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-68f567b2] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-68f567b2] {
  width: 30vw;
}
p[data-v-68f567b2] {
  color: #333;
}
.loginButton[data-v-68f567b2] {
  width: 100%;
}
.registerSty[data-v-68f567b2] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-68f567b2] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-68f567b2] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-68f567b2] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-68f567b2] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-68f567b2] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-68f567b2] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-68f567b2] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-68f567b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-68f567b2] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-68f567b2] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-68f567b2]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-68f567b2] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-68f567b2] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-68f567b2] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-68f567b2] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-68f567b2] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-68f567b2] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-68f567b2] {
    color: black;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-68f567b2] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-68f567b2] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-68f567b2] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-68f567b2] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-68f567b2] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-68f567b2] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-68f567b2] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-68f567b2] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-68f567b2] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-68f567b2] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-68f567b2] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-68f567b2] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-68f567b2] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-68f567b2] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-68f567b2] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-68f567b2] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-68f567b2] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-68f567b2] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-68f567b2] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-68f567b2] .open-lock-div {
  width: 100%;
}
[data-v-68f567b2] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-68f567b2] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-68f567b2] .close-lock-btn {
  width: 100%;
}
[data-v-68f567b2] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-68f567b2] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-68f567b2] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-68f567b2] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-68f567b2] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-68f567b2] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-68f567b2] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-68f567b2] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-68f567b2] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-68f567b2] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-68f567b2] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-68f567b2] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-68f567b2] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-68f567b2] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-68f567b2] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-68f567b2] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-68f567b2] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-68f567b2] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-68f567b2] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-68f567b2] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-68f567b2] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-68f567b2] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-68f567b2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-68f567b2] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-68f567b2] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-68f567b2] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-68f567b2] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-68f567b2] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-68f567b2] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-68f567b2] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-68f567b2] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-68f567b2] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-68f567b2] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-68f567b2]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-68f567b2]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-68f567b2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-68f567b2] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-68f567b2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-68f567b2] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-68f567b2] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-68f567b2] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-68f567b2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-68f567b2] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-68f567b2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-68f567b2] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-68f567b2] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-68f567b2] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-68f567b2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-68f567b2] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-68f567b2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-68f567b2] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-68f567b2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-68f567b2] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-68f567b2] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-68f567b2] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-68f567b2] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-68f567b2] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-68f567b2] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-68f567b2] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-68f567b2] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-68f567b2] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-68f567b2] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-68f567b2] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-68f567b2] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-68f567b2] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-68f567b2] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-68f567b2] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-68f567b2] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-68f567b2] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-68f567b2] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-68f567b2] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-68f567b2] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-68f567b2] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-68f567b2]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-68f567b2] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-68f567b2] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-68f567b2] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-68f567b2] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-68f567b2] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-68f567b2] {
  background: white;
}
#route-dialog #route_map[data-v-68f567b2] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-68f567b2] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-68f567b2] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-68f567b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-68f567b2] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-68f567b2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-68f567b2] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-68f567b2] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-68f567b2] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-68f567b2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-68f567b2] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-68f567b2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-68f567b2] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-68f567b2] {
    margin: 0.3125rem;
}
#route-index[data-v-68f567b2] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-68f567b2] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-68f567b2] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-68f567b2] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-68f567b2] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-68f567b2] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-68f567b2] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-68f567b2] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-68f567b2] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-68f567b2] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-68f567b2] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-68f567b2] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-68f567b2] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-68f567b2] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-68f567b2] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-68f567b2] .info-window span {
    display: inline-block;
}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -624.9375rem;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 1.25rem;
  color: #fff;
  background-color: #000;
  font-size: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 18.75rem;
  height: 9.375rem;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 1.25rem 1.5rem;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 0.625rem;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0.375rem 0.5rem 0.5rem 0.5rem;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0.375rem 0.5rem 0.5rem 0.5rem;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -0.75rem;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5625rem 0 0 -1.5625rem;
  opacity: 0.85;
  text-align: left;
  border: 0.375rem solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -0.375rem;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none !important;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js.vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js.vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 1.25rem 1.5rem 0px 1.5rem;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 1.25rem;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 0.3125rem;
  padding: 0.1875rem;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 0.3125rem 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 0.3125rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 0.125rem;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

@charset "UTF-8";
*[data-v-fa0de2c0] {
  touch-action: none;
}
#app1[data-v-fa0de2c0] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-fa0de2c0] {
  display: none;
}
.cancelSty[data-v-fa0de2c0] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-fa0de2c0] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-fa0de2c0]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-fa0de2c0]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-fa0de2c0] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-fa0de2c0]:hover {
    background-color: #409eff;
}
.notify-success[data-v-fa0de2c0] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-fa0de2c0] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-fa0de2c0] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-fa0de2c0] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-fa0de2c0] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-fa0de2c0] {
  color: #000000;
}
.el-table__cell[data-v-fa0de2c0] {
  color: black;
}
.el-tabs__nav[data-v-fa0de2c0] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-fa0de2c0] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-fa0de2c0]:hover {
  animation-name: ani-fa0de2c0;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-fa0de2c0 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-fa0de2c0] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-fa0de2c0] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-fa0de2c0] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-fa0de2c0]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-fa0de2c0]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-fa0de2c0]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-fa0de2c0] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-fa0de2c0] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-fa0de2c0] {
  background-color: #eee;
  position: relative;
}
.left[data-v-fa0de2c0] {
  position: relative;
  z-index: 1;
}
.left img[data-v-fa0de2c0] {
    height: 99.6vh;
}
.main[data-v-fa0de2c0] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-fa0de2c0] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-fa0de2c0] {
  margin-bottom: 6vh;
}
h1[data-v-fa0de2c0] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-fa0de2c0] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-fa0de2c0] {
  width: 30vw;
}
p[data-v-fa0de2c0] {
  color: #333;
}
.loginButton[data-v-fa0de2c0] {
  width: 100%;
}
.registerSty[data-v-fa0de2c0] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-fa0de2c0] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-fa0de2c0] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-fa0de2c0] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-fa0de2c0] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-fa0de2c0] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-fa0de2c0] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-fa0de2c0] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-fa0de2c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-fa0de2c0] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-fa0de2c0] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-fa0de2c0]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-fa0de2c0] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-fa0de2c0] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-fa0de2c0] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-fa0de2c0] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-fa0de2c0] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-fa0de2c0] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-fa0de2c0] {
    color: black;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-fa0de2c0] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-fa0de2c0] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-fa0de2c0] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-fa0de2c0] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-fa0de2c0] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-fa0de2c0] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-fa0de2c0] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-fa0de2c0] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-fa0de2c0] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-fa0de2c0] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-fa0de2c0] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-fa0de2c0] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-fa0de2c0] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-fa0de2c0] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-fa0de2c0] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-fa0de2c0] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-fa0de2c0] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-fa0de2c0] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-fa0de2c0] .open-lock-div {
  width: 100%;
}
[data-v-fa0de2c0] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-fa0de2c0] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-fa0de2c0] .close-lock-btn {
  width: 100%;
}
[data-v-fa0de2c0] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-fa0de2c0] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-fa0de2c0] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-fa0de2c0] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-fa0de2c0] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-fa0de2c0] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-fa0de2c0] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-fa0de2c0] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-fa0de2c0] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-fa0de2c0] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-fa0de2c0] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-fa0de2c0] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-fa0de2c0] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-fa0de2c0] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-fa0de2c0] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-fa0de2c0] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-fa0de2c0] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-fa0de2c0] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-fa0de2c0] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-fa0de2c0] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-fa0de2c0] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-fa0de2c0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-fa0de2c0] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-fa0de2c0] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-fa0de2c0] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-fa0de2c0] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-fa0de2c0] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-fa0de2c0] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-fa0de2c0] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-fa0de2c0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-fa0de2c0] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-fa0de2c0]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-fa0de2c0]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-fa0de2c0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-fa0de2c0] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-fa0de2c0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-fa0de2c0] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-fa0de2c0] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-fa0de2c0] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-fa0de2c0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-fa0de2c0] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-fa0de2c0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-fa0de2c0] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-fa0de2c0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-fa0de2c0] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-fa0de2c0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-fa0de2c0] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-fa0de2c0] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-fa0de2c0] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-fa0de2c0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-fa0de2c0] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-fa0de2c0] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-fa0de2c0] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-fa0de2c0] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-fa0de2c0] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-fa0de2c0] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-fa0de2c0] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-fa0de2c0] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-fa0de2c0] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-fa0de2c0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-fa0de2c0] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-fa0de2c0] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-fa0de2c0] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-fa0de2c0] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-fa0de2c0] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-fa0de2c0] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-fa0de2c0] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-fa0de2c0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-fa0de2c0] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-fa0de2c0]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-fa0de2c0] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-fa0de2c0] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-fa0de2c0] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-fa0de2c0] {
  background: white;
}
#route-dialog #route_map[data-v-fa0de2c0] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-fa0de2c0] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-fa0de2c0] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-fa0de2c0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-fa0de2c0] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-fa0de2c0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-fa0de2c0] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-fa0de2c0] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-fa0de2c0] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-fa0de2c0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-fa0de2c0] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-fa0de2c0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-fa0de2c0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-fa0de2c0] {
    margin: 0.3125rem;
}
#route-index[data-v-fa0de2c0] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-fa0de2c0] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-fa0de2c0] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-fa0de2c0] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-fa0de2c0] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-fa0de2c0] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-fa0de2c0] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-fa0de2c0] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-fa0de2c0] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-fa0de2c0] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-fa0de2c0] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-fa0de2c0] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-fa0de2c0] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-fa0de2c0] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-fa0de2c0] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-fa0de2c0] .info-window span {
    display: inline-block;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}

@charset "UTF-8";
*[data-v-53071105] {
  touch-action: none;
}
#app1[data-v-53071105] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-53071105] {
  display: none;
}
.cancelSty[data-v-53071105] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-53071105] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-53071105]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-53071105]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-53071105] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-53071105]:hover {
    background-color: #409eff;
}
.notify-success[data-v-53071105] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-53071105] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-53071105] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-53071105] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-53071105] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-53071105] {
  color: #000000;
}
.el-table__cell[data-v-53071105] {
  color: black;
}
.el-tabs__nav[data-v-53071105] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-53071105] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-53071105]:hover {
  animation-name: ani-53071105;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-53071105 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-53071105] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-53071105] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-53071105] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-53071105]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-53071105]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-53071105]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-53071105] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-53071105] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-53071105] {
  background-color: #eee;
  position: relative;
}
.left[data-v-53071105] {
  position: relative;
  z-index: 1;
}
.left img[data-v-53071105] {
    height: 99.6vh;
}
.main[data-v-53071105] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-53071105] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-53071105] {
  margin-bottom: 6vh;
}
h1[data-v-53071105] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-53071105] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-53071105] {
  width: 30vw;
}
p[data-v-53071105] {
  color: #333;
}
.loginButton[data-v-53071105] {
  width: 100%;
}
.registerSty[data-v-53071105] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-53071105] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-53071105] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-53071105] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-53071105] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-53071105] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-53071105] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-53071105] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-53071105] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-53071105] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-53071105]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-53071105] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-53071105] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-53071105] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-53071105] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-53071105] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-53071105] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-53071105] {
    color: black;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-53071105] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-53071105] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-53071105] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-53071105] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-53071105] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-53071105] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-53071105] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-53071105] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-53071105] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-53071105] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-53071105] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-53071105] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-53071105] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-53071105] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-53071105] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-53071105] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-53071105] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-53071105] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-53071105] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-53071105] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-53071105] .open-lock-div {
  width: 100%;
}
[data-v-53071105] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-53071105] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-53071105] .close-lock-btn {
  width: 100%;
}
[data-v-53071105] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-53071105] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-53071105] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-53071105] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-53071105] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-53071105] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-53071105] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-53071105] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-53071105] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-53071105] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-53071105] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-53071105] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-53071105] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-53071105] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-53071105] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-53071105] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-53071105] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-53071105] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-53071105] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-53071105] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-53071105] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-53071105] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-53071105] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-53071105] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-53071105] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-53071105] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-53071105] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-53071105] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-53071105] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-53071105] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-53071105] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-53071105] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-53071105]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-53071105]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-53071105] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-53071105] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-53071105] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-53071105] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-53071105] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-53071105] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-53071105] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-53071105] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-53071105] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-53071105] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-53071105] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-53071105] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-53071105] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-53071105] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-53071105] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-53071105] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-53071105] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-53071105] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-53071105] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-53071105] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-53071105] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-53071105] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-53071105] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-53071105] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-53071105] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-53071105] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-53071105] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-53071105] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-53071105] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-53071105] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-53071105] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-53071105] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-53071105] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-53071105] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-53071105] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-53071105]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-53071105] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-53071105] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-53071105] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-53071105] {
  background: white;
}
#route-dialog #route_map[data-v-53071105] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-53071105] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-53071105] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-53071105] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-53071105] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-53071105] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-53071105] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-53071105] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-53071105] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-53071105] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#route-index[data-v-53071105] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-53071105] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-53071105] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-53071105] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-53071105] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-53071105] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-53071105] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-53071105] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-53071105] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-53071105] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-53071105] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-53071105] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-53071105] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-53071105] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-53071105] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-53071105] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-53071105] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-53071105] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-53071105] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-53071105] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-53071105] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-53071105] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-53071105] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-53071105] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-53071105] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-53071105] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-53071105] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-53071105] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-53071105]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-53071105] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-53071105] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-53071105] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-53071105] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-53071105] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-53071105]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-53071105] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-53071105] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-53071105] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-53071105] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-53071105] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-53071105] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-53071105] .button-size span {
    font-size: 1.75rem;
}
[data-v-53071105] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-53071105] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-53071105] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-53071105] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-53071105] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-53071105] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-53071105] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-53071105] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-53071105] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-53071105] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-53071105] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-53071105] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-53071105] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-53071105] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-53071105]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-53071105] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-53071105] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-53071105]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-53071105] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-53071105] {
      color: #ffffff;
}
#permission .manage[data-v-53071105] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-53071105] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-53071105] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-53071105] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-53071105] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-53071105] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-53071105] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-53071105] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-53071105] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-53071105] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-53071105] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-53071105] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-53071105] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-53071105]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-53071105] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-53071105] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-53071105] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-53071105] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-53071105] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-53071105] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-53071105] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-53071105] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-53071105] .button-size span {
    font-size: 1.75rem;
}
[data-v-53071105] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-53071105] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-53071105] {
  position: relative;
}
#account-auth-map #area-auth[data-v-53071105] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-53071105] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-53071105] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-53071105] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-53071105] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-53071105] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-53071105] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-53071105] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-53071105] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-53071105] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-53071105] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-53071105] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-53071105] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-53071105] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-53071105] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-53071105] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-53071105],
#account-auth-map .marker-cluster-medium[data-v-53071105],
#account-auth-map .marker-cluster-large[data-v-53071105] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-53071105] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-53071105] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-53071105]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-53071105]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-53071105] {
  background: white;
}
.leaflet-pm-toolbar[data-v-53071105] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-53071105] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-53071105] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-53071105] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-53071105] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-53071105] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-53071105] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-53071105],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-53071105] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-53071105],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-53071105] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-53071105] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-53071105] {
  cursor: default;
}
.draw-tip-label[data-v-53071105] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-53071105]::before {
  border: none !important;
}
.draw-tip-label[data-v-53071105]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-53071105]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-53071105] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-53071105] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-53071105] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-53071105] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-53071105] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-53071105] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-53071105],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-53071105] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-53071105] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-53071105] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-53071105] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-53071105] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-53071105] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-53071105] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-53071105] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-53071105] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-53071105] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-53071105] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-53071105] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-53071105] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-53071105] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-53071105] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-53071105] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-53071105] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-53071105] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-53071105] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-53071105] {
      color: #FFFFFF;
}
#offline .el-table[data-v-53071105] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-53071105] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-53071105] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-53071105] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-53071105] {
    margin: 0.1875rem;
}
#inspection[data-v-53071105] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-53071105] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-53071105] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-53071105]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-53071105] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-53071105] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-53071105] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-53071105] {
      width: 3.125rem;
}
#message[data-v-53071105] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-53071105] {
  width: 100%;
  height: 100%;
}
#container[data-v-53071105] {
  width: 100%;
  height: 100%;
}
#help[data-v-53071105] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-53071105] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#power[data-v-53071105] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-53071105] {
    margin-top: 1.25rem;
}
#disarm[data-v-53071105] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
  height: 92vh;
}
#disarm .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#disarm .disarm-tips[data-v-53071105] {
    z-index: 1000;
    position: absolute;
    top: 11.875rem;
    left: 1.875rem;
    color: black;
    font-size: 1.25rem;
}
#disarm #map[data-v-53071105] {
    width: 100%;
    height: 94%;
}
#disarm .area-disarm[data-v-53071105] {
    position: absolute;
    top: 15.625rem;
    right: 43vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#disarm .area-disarm .el-button[data-v-53071105] {
      flex: 1;
      width: 2.5rem;
}
#error[data-v-53071105] {
  text-align: center;
}
#error[data-v-53071105] {
  text-align: center;
}
#edit-deployed-dialog[data-v-53071105] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-53071105] {
    width: 100%;
    height: 82vh;
}
#deployed-setting-dialog[data-v-53071105] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-53071105] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-53071105] {
      font-size: 1.125rem;
      color: red;
}
#apply-unlock[data-v-53071105] {
  width: 96vw;
  margin: 0 auto;
  padding: 0.1875rem 1.875rem;
  overflow-y: scroll;
  height: 90vh;
  /*
    .info-window-device-info {
      padding-left: 20px;

      ul {
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }

      .open-lock-btnShow {
        display: flex;
        align-items: center;
        !*开锁按钮*!
        .el-button {
          width: 200px;
          margin: 20px auto 0;
          font-size: 20px;
          letter-spacing: 10px;
          font-weight: 500;
        }
      }
    }*/
}
#apply-unlock .breadcrumb[data-v-53071105] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-53071105] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-53071105] {
    width: 100%;
    height: 70vh;
}
.deployed-info-popup .leaflet-popup-content-wrapper[data-v-53071105] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.deployed-info-popup .leaflet-popup-content[data-v-53071105] {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#edit-deployed-dialog[data-v-53071105] {
  width: 100%;
}
#edit-deployed-dialog #leaflet-deployed[data-v-53071105] {
    width: 100%;
    height: 72vh;
}
#edit-deployed-dialog[data-v-53071105] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-53071105] {
    width: 100%;
    height: 82vh;
}
#auth-key-pwd-unlock .content[data-v-53071105] {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  margin: 3.75rem 0px 1.25rem 0px;
}
#auth-key-pwd-unlock .pwd-color-red[data-v-53071105] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-53071105] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-53071105] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .avue-crud__dialog__header[data-v-53071105] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bm-view-home[data-v-4f51c20c] {
  position: relative;
  width: 100%;
  height: 100%;
}
#bm-view-home #mapv[data-v-4f51c20c] {
  width: 99.6vw;
  height: 93.7vh;
  margin: 0 auto;
}
#bm-view-home[data-v-4f51c20c] .leaflet-container {
  background: #f0f0f0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
#bm-view-home[data-v-4f51c20c] .leaflet-tile-pane {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#bm-view-home[data-v-4f51c20c] .leaflet-overlay-pane {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#bm-view-home[data-v-4f51c20c] .leaflet-marker-pane {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#bm-view-home[data-v-4f51c20c] .leaflet-tile {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
#bm-view-home[data-v-4f51c20c] .leaflet-zoom-animated {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
#bm-view-home .searchSty[data-v-4f51c20c] {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2000;
}
#bm-view-home .searchSty .el-input[data-v-4f51c20c] {
  width: 31.25rem;
  border: 0.5px solid #0eacfa;
  border-radius: 0.3125rem;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#bm-view-home .searchSty .resultSty[data-v-4f51c20c] {
  width: 31.25rem;
  background-color: white;
  box-sizing: border-box;
  padding: 0.625rem 0;
  max-height: 50vh;
  overflow-y: auto;
}
#bm-view-home .searchSty .resultSty .resultItemSty[data-v-4f51c20c] {
  padding: 0.625rem 0 0.625rem 1.25rem;
  width: 28.75rem;
  display: flex;
  line-height: 1.625rem;
  flex-direction: column;
}
#bm-view-home .searchSty .resultSty .resultItemSty .locationSty[data-v-4f51c20c] {
  width: 28.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000000;
}
#bm-view-home .searchSty .resultSty .resultItemSty[data-v-4f51c20c]:hover {
  cursor: pointer;
  background-color: #eee;
}
#bm-view-home .model-button[data-v-4f51c20c] {
  position: absolute;
  top: 3.75rem;
  right: 5rem;
  z-index: 2000;
}
#bm-view-home .model-button > div[data-v-4f51c20c] {
  margin-bottom: 1.25rem;
}
#bm-view-home .model-button .alarm-bkgc[data-v-4f51c20c] {
  background-color: rgba(65, 109, 188, 0.85);
}
#bm-view-home .model-button .offline-bkgc[data-v-4f51c20c] {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.125rem solid darksalmon;
}
#bm-view-home .model-button .btn-alarm[data-v-4f51c20c] {
  width: 10rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
#bm-view-home .model-button .btn-alarm[data-v-4f51c20c]:hover {
  transform: scale(1.05);
}
#bm-view-home .model-button .safety-alarm[data-v-4f51c20c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#bm-view-home .model-button .safety-alarm-badge[data-v-4f51c20c] {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
}
#bm-view-home .model-button .safe-alarm-icon[data-v-4f51c20c] {
  width: 2.5rem;
  height: 2.5rem;
}
#bm-view-home .model-button .power-alarm[data-v-4f51c20c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#bm-view-home .model-button .power-alarm-badge[data-v-4f51c20c] {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
}
#bm-view-home .model-button .power-alarm-icon-lightning[data-v-4f51c20c] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
}
#bm-view-home .model-button .power-alarm-icon-Battery[data-v-4f51c20c] {
  width: 1.25rem;
  height: 1.25rem;
}
#bm-view-home .model-button .apply-open-lock[data-v-4f51c20c] {
  position: relative;
  margin-bottom: 1.25rem;
  animation: heartbit-4f51c20c 0.8s alternate infinite;
}
#bm-view-home .model-button .apply-open-lock-badge[data-v-4f51c20c] {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  background-color: #F56C6C;
  border: 1px solid #FFFFFF;
  width: 2rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
@keyframes heartbit-4f51c20c {
0% {
    transform: scale(0.7);
}
100% {
    transform: scale(1.1);
}
}
#bm-view-home .model-button .btn-apply-unlock[data-v-4f51c20c] {
  width: 10rem;
  height: 3.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}
#bm-view-home .model-button .btn-emergency[data-v-4f51c20c] {
  width: 10rem;
  height: 3.75rem;
  border-radius: 1.875rem;
}
#bm-view-home .model-button .btn-emergency span[data-v-4f51c20c] {
  margin: 0 auto;
  font-size: 1.125rem;
}
#bm-view-home .model-button .btn-emergency .emergencyUnlockTrue[data-v-4f51c20c] {
  margin-top: 0.3125rem;
  color: #ffffff;
  font-size: 1.125rem;
}
#bm-view-home .model-button .btn-emergency .emergencyUnlockFalse[data-v-4f51c20c] {
  color: #ffffff;
  font-size: 1.125rem;
}
#bm-view-home .model-button .btn-emergency .emergencyUnlock-disable[data-v-4f51c20c] {
  margin-top: 0.3125rem;
  color: #ffffff;
  font-size: 1.125rem;
}
#bm-view-home .model-button .btn-emergency .emergencyUnlock-enable[data-v-4f51c20c] {
  color: #ffffff;
  font-size: 1.25rem;
}
#bm-view-home .model-button .btn-authKeyPwdUnlock[data-v-4f51c20c] {
  width: 10rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  background-color: rgba(14, 172, 250, 0.8);
  color: #FFFFFF;
}
#bm-view-home .model-button .btn-showRoute[data-v-4f51c20c] {
  width: 10rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  font-size: 1.375rem;
  background-color: #0eacfa;
  color: #ffffff;
  text-align: center;
}
/* Leaflet Popup 样式 */
[data-v-4f51c20c] .leaflet-popup {
  z-index: 3000 !important;
}
[data-v-4f51c20c] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
[data-v-4f51c20c] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
/* 弹窗箭头样式 - 使用更高权重 */
[data-v-4f51c20c] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
[data-v-4f51c20c] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
[data-v-4f51c20c] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
[data-v-4f51c20c] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
}
/* 确保 Popup 显示在 marker 上方 */
[data-v-4f51c20c] .leaflet-marker-pane {
  z-index: 600;
}
[data-v-4f51c20c] .leaflet-popup-pane {
  z-index: 700;
}
[data-v-4f51c20c] .leaflet-marker-icon {
  z-index: 600;
}
[data-v-4f51c20c] .leaflet-marker-shadow {
  z-index: 599;
}
[data-v-4f51c20c] .flow-polyline {
  pointer-events: none;
}
[data-v-4f51c20c] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4f51c20c] .marker-cluster div {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  text-align: center;
  border-radius: 1.25rem;
  font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-4f51c20c] .marker-cluster span {
  line-height: 2.5rem;
}
[data-v-4f51c20c] .marker-cluster-small,[data-v-4f51c20c] .marker-cluster-medium,[data-v-4f51c20c] .marker-cluster-large {
  background-color: transparent !important;
}
/*激活提醒*/
[data-v-4f51c20c] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4f51c20c] .info-window-installed-success-tip .installed-title {
  font-size: 1.75rem;
  color: #1677FF;
}
[data-v-4f51c20c] .info-window-installed-success-tip .installed-content {
  font-size: 1.375rem;
  margin: 1.25rem 0 1.25rem 0;
}
/*台账信息*/
[data-v-4f51c20c] .info-window-device-info {
  margin: 2px 0 2px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
  /*产品状态*/
}
[data-v-4f51c20c] .info-window-device-info ul li {
  margin-top: 6px;
  width: 100%;
  font-size: 16px;
  font-weight: 550;
}
[data-v-4f51c20c] .info-window-device-info .product-status {
  cursor: pointer;
}
[data-v-4f51c20c] .info-window-device-info .product-status img {
  padding: 4px;
  border: 0.2px solid darkgrey;
  border-radius: 5px;
  margin: 0 2px;
}
[data-v-4f51c20c] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4f51c20c] .cable-connector-infoWindow ul li {
  display: flex;
  align-items: flex-start;
}
[data-v-4f51c20c] .cable-connector-infoWindow ul li span:nth-child(2) {
  max-width: 21.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  margin-left: 0.25rem;
}
/*开锁按钮*/
[data-v-4f51c20c] .open-lock-div {
  width: 100%;
}
[data-v-4f51c20c] .open-lock-div .open-lock-btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 13.75rem;
  height: 3.125rem;
  line-height: 1.5625rem;
  font-size: 1.625rem;
  font-weight: 550;
  border: 0;
  border-radius: 1.5625rem;
  background-color: #006bba;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4f51c20c] .open-lock-div .open-lock-btn span {
  margin: 0 auto;
}
/*关锁按钮*/
[data-v-4f51c20c] .close-lock-btn {
  width: 100%;
}
[data-v-4f51c20c] .close-lock-btn .tips {
  background-color: #FF663E;
  text-align: center;
  color: #FFFFFF;
  padding: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 550;
  letter-spacing: 0.125rem;
}
[data-v-4f51c20c] .close-lock-btn .btn {
  display: flex;
  align-items: center;
  margin: 0.3125rem auto;
  text-align: center;
}
[data-v-4f51c20c] .close-lock-btn .btn button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 13.75rem;
  height: 3.125rem;
  line-height: 1.5625rem;
  font-size: 1.625rem;
  font-weight: 550;
  border: 0;
  border-radius: 1.5625rem;
  background-color: rgba(219, 1, 1, 0.85);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4f51c20c] .close-lock-btn .btn button span {
  text-align: center;
  margin: 0 auto;
}
/*上一个/下一个*/
[data-v-4f51c20c] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4f51c20c] .page-btn-infoWindow .prev-btn-icon {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  width: 3.125rem;
  border-radius: 0.25rem;
  cursor: pointer;
  margin-right: 0.625rem;
  border: none;
}
[data-v-4f51c20c] .page-btn-infoWindow .page-info {
  letter-spacing: 0.3125rem;
  font-weight: 600;
  font-size: 1.5rem;
}
[data-v-4f51c20c] .page-btn-infoWindow .next-btn-icon {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 0.625rem;
  border: none;
  width: 3.125rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
[data-v-4f51c20c] .page-btn-infoWindow .disabled-color {
  color: #e0e0e0;
  background-color: #F4F4F4FF;
}
[data-v-4f51c20c] .page-btn-infoWindow .enable-color {
  color: #ffffff;
  background-color: #0eacfa;
}
/*操作提醒*/
[data-v-4f51c20c] .operateTip {
  text-align: center;
  margin-bottom: 0.3125rem;
  font-size: 1.75rem;
  margin-top: 0.625rem;
}
[data-v-4f51c20c] .operateTip .tip-title-1 {
  display: block;
  color: #0041D9;
  letter-spacing: 0.25rem;
}
[data-v-4f51c20c] .operateTip .tip-title-2 {
  margin-top: 0.625rem;
  display: block;
  color: #000000;
}
/*报警状态*/
[data-v-4f51c20c] .alarm-status-div {
  margin: 0.3125rem 0;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  background-color: #fff3f3;
  border: 1px solid #ffcccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-4f51c20c] .alarm-status-div .left {
  display: inline-block;
  margin-left: 0.625rem;
}
[data-v-4f51c20c] .alarm-status-div .left .alarm-type {
  font-weight: 600;
  font-size: 1.25rem;
}
[data-v-4f51c20c] .alarm-status-div .left .alarm-time {
  font-size: 1rem;
}
[data-v-4f51c20c] .alarm-status-div .right {
  display: inline-block;
  float: right;
  padding: 0.625rem;
  margin-right: 0.625rem;
}
[data-v-4f51c20c] .alarm-status-div .right .clear-alarm-btn {
  border: 0;
  border-radius: 0.25rem;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  color: red;
  padding: 0.1875rem 0.9375rem 0.1875rem 0.9375rem;
  cursor: pointer;
}
[data-v-4f51c20c] .alarm-status-div .right .clear-alarm-btn-water {
  border: 0;
  border-radius: 0.25rem;
  background-color: #eaeaea;
  font-size: 1.125rem;
  font-weight: 600;
  color: black;
  padding: 0.1875rem 0.9375rem 0.1875rem 0.9375rem;
  cursor: pointer;
}
[data-v-4f51c20c] .alarm-status-div .right .query-alarm-detail {
  margin-left: 0.625rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #e9f8f4;
  font-size: 1.125rem;
  font-weight: 600;
  color: #029a73;
  padding: 0.1875rem 0.9375rem 0.1875rem 0.9375rem;
  cursor: pointer;
}
/*报警提示容器 - 支持滚动*/
[data-v-4f51c20c] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
[data-v-4f51c20c] .alarm-container::-webkit-scrollbar {
  width: 0.9375rem;
}
[data-v-4f51c20c] .alarm-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.4375rem;
}
[data-v-4f51c20c] .alarm-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.4375rem;
  min-height: 3.125rem;
}
[data-v-4f51c20c] .alarm-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*报警提示 - infoWindow.js 中使用*/
[data-v-4f51c20c] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
[data-v-4f51c20c] .info-window-alarm .left {
  display: inline-block;
  margin-left: 10px;
}
[data-v-4f51c20c] .info-window-alarm .left .alarm-type {
  font-weight: 600;
  font-size: 20px;
}
[data-v-4f51c20c] .info-window-alarm .left .alarm-time {
  font-size: 16px;
}
[data-v-4f51c20c] .info-window-alarm .right {
  display: inline-block;
  float: right;
  padding: 10px;
  margin-right: 10px;
}
[data-v-4f51c20c] .info-window-alarm .right .clear-alarm-btn {
  border: 0;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  color: red;
  padding: 3px 15px 3px 15px;
  cursor: pointer;
}
[data-v-4f51c20c] .info-window-alarm .right .clear-alarm-btn-water {
  border: 0;
  border-radius: 4px;
  background-color: #eaeaea;
  font-size: 18px;
  font-weight: 600;
  color: black;
  padding: 3px 15px 3px 15px;
  cursor: pointer;
}
[data-v-4f51c20c] .info-window-alarm .right .query-alarm-detail {
  margin-left: 10px;
  border: 0;
  border-radius: 4px;
  background-color: #e9f8f4;
  font-size: 18px;
  font-weight: 600;
  color: #029a73;
  padding: 3px 15px 3px 15px;
  cursor: pointer;
}
/*线路信息弹窗*/
[data-v-4f51c20c] .route-popup .route-info {
  padding: 0.625rem;
}
[data-v-4f51c20c] .route-popup .route-info .route-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.625rem;
}
[data-v-4f51c20c] .route-popup .route-info .route-detail {
  font-size: 0.875rem;
  color: #666;
}
@keyframes upAnimation-4f51c20c {
0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
30% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
40% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
50% {
    transform: rotate(-6deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
60% {
    transform: rotate(6deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
70% {
    transform: rotate(-2deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
80% {
    transform: rotate(2deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
90% {
    transform: rotate(-1deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
}
@keyframes lightning-anim-4f51c20c {
0% {
    opacity: 0;
}
5% {
    opacity: 1;
}
10% {
    opacity: 0;
}
15% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes offline-anim-4f51c20c {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@charset "UTF-8";
*[data-v-0f66328f] {
  touch-action: none;
}
#app1[data-v-0f66328f] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-0f66328f] {
  display: none;
}
.cancelSty[data-v-0f66328f] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-0f66328f] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-0f66328f]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-0f66328f]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-0f66328f] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-0f66328f]:hover {
    background-color: #409eff;
}
.notify-success[data-v-0f66328f] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-0f66328f] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-0f66328f] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-0f66328f] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-0f66328f] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-0f66328f] {
  color: #000000;
}
.el-table__cell[data-v-0f66328f] {
  color: black;
}
.el-tabs__nav[data-v-0f66328f] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-0f66328f] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-0f66328f]:hover {
  animation-name: ani-0f66328f;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-0f66328f {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-0f66328f] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-0f66328f] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-0f66328f] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-0f66328f]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-0f66328f]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-0f66328f]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-0f66328f] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-0f66328f] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-0f66328f] {
  background-color: #eee;
  position: relative;
}
.left[data-v-0f66328f] {
  position: relative;
  z-index: 1;
}
.left img[data-v-0f66328f] {
    height: 99.6vh;
}
.main[data-v-0f66328f] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-0f66328f] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-0f66328f] {
  margin-bottom: 6vh;
}
h1[data-v-0f66328f] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-0f66328f] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-0f66328f] {
  width: 30vw;
}
p[data-v-0f66328f] {
  color: #333;
}
.loginButton[data-v-0f66328f] {
  width: 100%;
}
.registerSty[data-v-0f66328f] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-0f66328f] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-0f66328f] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-0f66328f] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-0f66328f] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-0f66328f] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-0f66328f] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-0f66328f] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-0f66328f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-0f66328f] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-0f66328f] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-0f66328f]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-0f66328f] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-0f66328f] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-0f66328f] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-0f66328f] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-0f66328f] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-0f66328f] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-0f66328f] {
    color: black;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-0f66328f] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-0f66328f] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-0f66328f] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-0f66328f] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-0f66328f] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-0f66328f] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-0f66328f] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-0f66328f] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-0f66328f] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-0f66328f] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-0f66328f] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-0f66328f] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-0f66328f] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-0f66328f] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-0f66328f] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-0f66328f] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-0f66328f] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-0f66328f] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-0f66328f] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-0f66328f] .open-lock-div {
  width: 100%;
}
[data-v-0f66328f] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-0f66328f] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-0f66328f] .close-lock-btn {
  width: 100%;
}
[data-v-0f66328f] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-0f66328f] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-0f66328f] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-0f66328f] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-0f66328f] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-0f66328f] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-0f66328f] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-0f66328f] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-0f66328f] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-0f66328f] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-0f66328f] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-0f66328f] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-0f66328f] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-0f66328f] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-0f66328f] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-0f66328f] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-0f66328f] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-0f66328f] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-0f66328f] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-0f66328f] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-0f66328f] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-0f66328f] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-0f66328f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-0f66328f] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-0f66328f] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-0f66328f] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-0f66328f] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-0f66328f] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-0f66328f] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-0f66328f] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-0f66328f] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-0f66328f] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-0f66328f]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-0f66328f]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-0f66328f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-0f66328f] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-0f66328f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-0f66328f] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-0f66328f] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-0f66328f] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-0f66328f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-0f66328f] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-0f66328f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-0f66328f] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-0f66328f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-0f66328f] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-0f66328f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-0f66328f] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-0f66328f] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-0f66328f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-0f66328f] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-0f66328f] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-0f66328f] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-0f66328f] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-0f66328f] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-0f66328f] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-0f66328f] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-0f66328f] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-0f66328f] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-0f66328f] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-0f66328f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-0f66328f] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-0f66328f] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-0f66328f] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-0f66328f] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-0f66328f] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-0f66328f] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-0f66328f] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-0f66328f] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-0f66328f] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-0f66328f]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-0f66328f] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-0f66328f] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-0f66328f] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-0f66328f] {
  background: white;
}
#route-dialog #route_map[data-v-0f66328f] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-0f66328f] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-0f66328f] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-0f66328f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-0f66328f] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-0f66328f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-0f66328f] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-0f66328f] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-0f66328f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-0f66328f] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-0f66328f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-0f66328f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#route-index[data-v-0f66328f] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-0f66328f] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-0f66328f] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-0f66328f] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-0f66328f] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-0f66328f] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-0f66328f] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-0f66328f] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-0f66328f] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-0f66328f] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-0f66328f] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-0f66328f] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-0f66328f] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-0f66328f] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-0f66328f] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-0f66328f] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-0f66328f] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-0f66328f] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-0f66328f] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-0f66328f] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-0f66328f] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-0f66328f] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-0f66328f] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-0f66328f] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-0f66328f] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-0f66328f] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-0f66328f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-0f66328f] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-0f66328f] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-0f66328f]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-0f66328f] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-0f66328f] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-0f66328f] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-0f66328f] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-0f66328f] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-0f66328f]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-0f66328f] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-0f66328f] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-0f66328f] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-0f66328f] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-0f66328f] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-0f66328f] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-0f66328f] .button-size span {
    font-size: 1.75rem;
}
[data-v-0f66328f] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-0f66328f] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-0f66328f] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-0f66328f] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-0f66328f] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-0f66328f] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-0f66328f] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-0f66328f] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-0f66328f] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-0f66328f] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-0f66328f] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-0f66328f] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-0f66328f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-0f66328f] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-0f66328f] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-0f66328f]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-0f66328f] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-0f66328f] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-0f66328f]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-0f66328f] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-0f66328f] {
      color: #ffffff;
}
#permission .manage[data-v-0f66328f] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-0f66328f] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-0f66328f] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-0f66328f] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-0f66328f] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-0f66328f] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-0f66328f] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-0f66328f] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-0f66328f] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-0f66328f] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-0f66328f] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-0f66328f] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-0f66328f] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-0f66328f]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-0f66328f] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-0f66328f] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-0f66328f] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-0f66328f] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-0f66328f] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-0f66328f] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-0f66328f] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-0f66328f] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-0f66328f] .button-size span {
    font-size: 1.75rem;
}
[data-v-0f66328f] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-0f66328f] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-0f66328f] {
  position: relative;
}
#account-auth-map #area-auth[data-v-0f66328f] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-0f66328f] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-0f66328f] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-0f66328f] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-0f66328f] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-0f66328f] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-0f66328f] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-0f66328f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-0f66328f] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-0f66328f] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-0f66328f] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-0f66328f] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-0f66328f] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-0f66328f] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-0f66328f] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-0f66328f] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-0f66328f],
#account-auth-map .marker-cluster-medium[data-v-0f66328f],
#account-auth-map .marker-cluster-large[data-v-0f66328f] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-0f66328f] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-0f66328f] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-0f66328f] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-0f66328f] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-0f66328f]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-0f66328f]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-0f66328f] {
  background: white;
}
.leaflet-pm-toolbar[data-v-0f66328f] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-0f66328f] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-0f66328f] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-0f66328f] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-0f66328f] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-0f66328f] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-0f66328f] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-0f66328f],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-0f66328f] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-0f66328f],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-0f66328f] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-0f66328f] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-0f66328f] {
  cursor: default;
}
.draw-tip-label[data-v-0f66328f] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-0f66328f]::before {
  border: none !important;
}
.draw-tip-label[data-v-0f66328f]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-0f66328f]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-0f66328f] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-0f66328f] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-0f66328f] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-0f66328f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-0f66328f] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-0f66328f] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-0f66328f],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-0f66328f] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-0f66328f] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-0f66328f] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-0f66328f] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-0f66328f] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-0f66328f] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-0f66328f] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-0f66328f] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-0f66328f] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-0f66328f] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-0f66328f] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-0f66328f] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-0f66328f] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-0f66328f] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-0f66328f] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-0f66328f] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-0f66328f] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-0f66328f] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-0f66328f] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-0f66328f] {
      color: #FFFFFF;
}
#offline .el-table[data-v-0f66328f] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-0f66328f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-0f66328f] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-0f66328f] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-0f66328f] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-0f66328f] {
    margin: 0.1875rem;
}
#inspection[data-v-0f66328f] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-0f66328f] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-0f66328f] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-0f66328f]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-0f66328f] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-0f66328f] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-0f66328f] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-0f66328f] {
      width: 3.125rem;
}
#message[data-v-0f66328f] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-0f66328f] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

/* @import url(); 引入css类 */
.homeSty[data-v-0f66328f] {
  width: 100%;
  height: 100%;
}
#container[data-v-0f66328f] {
  width: 100%;
  height: 100%;
}

#inspection[data-v-0fbf95da] {
  width: 98vw;
  margin: 0 auto;
}
#inspection .breadcrumb[data-v-0fbf95da] {
  font-size: 1.25rem;
  margin: 1.25rem 0 0.625rem 0;
}
#inspection[data-v-0fbf95da] .leaflet-control-attribution {
  display: none;
}
#inspection .inspection-form[data-v-0fbf95da] {
  position: absolute;
  top: 7.5rem;
  left: 2.1875rem;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0.125rem 0.125rem 0.125rem 1px rgba(0, 0, 0, 0.2);
  padding: 1.875rem;
  border-radius: 0.3125rem;
}
#inspection #mapGL[data-v-0fbf95da] {
  width: 100%;
  height: 86vh;
  border-radius: 0.3125rem;
}
[data-v-0fbf95da] .inspection-label-container {
  background: transparent !important;
  border: none !important;
}
[data-v-0fbf95da] .inspection-label {
  font-weight: 600;
  border: 0.5px solid #80ed99;
  width: 3.125rem;
  text-align: center;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0;
  font-size: 0.875rem;
}
[data-v-0fbf95da] .start-label,[data-v-0fbf95da] .end-label {
  background-color: #80ed99;
  color: #000;
}
[data-v-0fbf95da] .order-label {
  background-color: #f57b06;
  color: #FFFFFF;
}
[data-v-0fbf95da] .inspection-popup .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
}
[data-v-0fbf95da] .inspection-popup .leaflet-popup-content {
  margin: 0.9375rem;
}
[data-v-0fbf95da] .inspection-popup .leaflet-popup-tip {
  background: white;
}
[data-v-0fbf95da] .inspection-info-window ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
[data-v-0fbf95da] .inspection-info-window ul li {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
[data-v-0fbf95da] .inspection-info-window ul li span:first-child {
  font-weight: 600;
  color: #333;
}
[data-v-0fbf95da] .inspection-info-window ul li span:last-child {
  color: #666;
}
[data-v-0fbf95da] .leaflet-popup-close-button {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #333 !important;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}


.el-icon-player-stop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAB1tJREFUeF7tW2+ME0UU/729dsspSGJizpjrXlS026AhCglEIIiigokcEOMHAWNUVIx3+M1EEEHBxG9yGEFRYxT8YIyKREDlRAUNJIohQLpV1Nz2YryYGA+Ro9PePjN77dluu93tv7uG0m/tzLx579c3M++9+Q1hDD6x9sCtikJhZtJAFCZwmAGNgLCcnoEEASaDEmBOELFpWZyI9qe/qrd6VI8JTl/VGk4HhucBWAjgHgCXVTjPGQB7AOwPpFu+nvL7UKJCOa7DagbAqXZcHlDULgbPA2h+rRUdkccHGfSNZYmeqf34qxZz1ASAn7RQ1zC4m4AptVDKSwYDp1tAPdebya1efb3aqwLA6FCXE9DFjJleE9WjnQhHGdiq94ldlcqvCABDC8wGK2tBWORnYgJOWcAHxPwHKTRgwRpIWy0DyvnkgBxvTQi1BZThNgVKG1vcxkRXKsC9DEz1Ix+MfSBrs26mv/XVP6dT2QDEOkJPEvNLAC4pNZk0mhkfMvHuqJn6oVzFZP+YFpxOTJ1EWOYDjHNM9HS0L/lKOXOVBYARVt8E4aHShnMvs9KjJ5KflKOIV18jHFpMZHUz6PaSfRlv6QnxsJe8bLtvAGKaeoyAm9wEM3BSId4S6Uu94XfySvrFO4KPWExrCLihhC4/Rk1xsx/5vgAwNJVLCBPM2CiE2DJtAP/6mbTaPsfbcKmqqmuI8BwA1U2ebgpP+zw7GJoqXVkGMwUfAvrZolV6f3J/tUZVMt5oDy0khXcw0O4yfo9uisUee5V7c0wLdRG4x6XHsWFL3FGrgKQSAOQYGYC1KOoXAIq6PIO6oyXiBVcPiIfVJUz4yEWxXbopVlSqdD3GGZq6E8Dyop7KWBpJiI9dvLjwZyMcnAGiAwAmF7byFt1MPVUPI6qVaWjBlwFaU0TOIJgX6InU9862oh5ghNW9LkGO55qq1ohqx7vuWYx9ekLc7QmADG/BkO6U95GBTXpIzJr6J85Wq2Q9x5+6AhMDreqRooETYYUzbC7wgHiHesQZ2xMwZJG1INqX/q6eytdKdqwjcIvCygEGWnNlytwh0idm5f2W+0VmdVaRXZ8Za6MJ8WKtFBwLObGw+gwRNjvnUkDduVnkqAfI40RR1KPOlFZGeCIpZo1VkFMrcOxgKaQecUaMMpW2LDEze3yPAhDT1A0EO7LKX/vEq+od3tbKaKccGTYz0w7n7wxsjJpig/x9FABDCx0CeE7++uDeiJlaUC8Fx0JuXAseKEyg6LBuJueOAmB0TLgabP1aoBBTZ62zurEwOncOmUWCeHfBvKRco/ed/832ACMcXA2iV3M7ybUSNcV1lSrskUCVLdZPYuMmNKapPxeU65if0BOpbSMAaKoMEzvzAeCtUTPVXbammQGNBUCwh0BdDlt266ZYkgXgHwAT89e/NTdipg9fCADEtcAchnLIYctZ3RSTSF5akKIcrKX7Z7yqVA2hbFyrWQJysmLLgC1rPsW14EoGveMAYPSYKFvTBlwCGQAKjnkCP0BGWJXV3U15hjKv1hOp7ZUa34geYISDj4NoW76dWEeGFtoO8GN565+wLNIn3GoBvnBppE1QKhzvUJfKKnW+8vQaxTX1Uwby0kQma3a1iU+jASATJGIl796AgL1kaOoJOCqsKaYpNyaSv/j6q106NRoAJ8Kha4PEpx3qnpQe8Dc7Kj/DQ2JStXl/owEg6wQtrao87kc/BAxeBODiEri4CTb5Mdj0gVDTh8LFkiFZAo+YwvX21U980GjHYFxTTzpL5XYylInbB51MLgbPqJTY0Gi5gE20ADlvhc7oppicBaDwXo3xgp4Q6/3828X6NJIHGGH1eRCedehp329mAZAXne86oqSqlkEjAVDM/QGs1E2x0wYgQ2w0C/7JC7goGki3aJJ4mVMWD37pJDgSLtSyOB/UzdRt8g9vyosRAjZETLExD4CmvxqTaDT15Wh2Ayx2PQ5AwKLO8SJDlXsUS/IUFPs2KI9B5nk9bgcw7gSJ/rQlpo03KcoLjAxr/XhR5pgfgoQNgjtF5phuiuleSoxnu6GpkpZbyBjzS5EZCWMDswHlcxc+cMMxxLKAl2CKnQOsO4uRqV1pchlStAsfv/GYYiUYYmCiLjcSdUmmqAc5es/wkLi/2uJptcslU+x8z43NCg/ytCdVthRJ2n4HQNaj1d4hVApChgz1uhuVngFP0rQnAF6prc0gY2waD7K0QljnZILlgunnQtUXABkQXEnTsr2R6PLypZkXSToLlG8A5AAP8rQtUyZQ4/lgwosc7VxuZQEgB2dI1G8X5xH/L15SbADep4Dfr5RoIYkNFug+gBb5eJE2SIwH3UjRbvtM2QCMBErBGQDJKouvR1MjYGBXOY+mJPPbh9EjdslHU+D1xcjQXhtsRQCMBh7N+mzOiWrTPpzMBSJTT+gm+1VXPuHSyw39t9NhBvc23NNZpwE28dIaXgiiuwDIZ255DDT/BtvU/F4wfwalZb8kNpYx1lfXqvYAXzPI47OBn8//B/l4zYCkt3NsAAAAAElFTkSuQmCC) center no-repeat;
  /* background-size: cover;*/
}
.el-icon-player-start {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABACAYAAABFqxrgAAAAAXNSR0IArs4c6QAABbZJREFUeF7tXGtsFFUU/s62kjbYqTaSoFF+CJiIGiUq7Wz5b1BjxAc/CHS3QBpjojGUhBhbQDBiYoCoIJIoO1vjDzEaCEI0Pgm4u5TS0rT1AQh92doKLTtTbFQ6x8yW2b52uzPbuftomZ/tOd937nff9567BMGfFPiwCJwrw4XFAN0L8N1g3AHCvBjUvwLoAHCegCbWuU4tLT8lOESQCILZAd8DOaDlcGEZGCVT5Agz4xvKweH8PNfnPQ+WXZ0i3gR3R0UoCChrCbwGRG6nAzXxCPDpwEea7P3JKQ5HRCgIKZUEVIFxi1OBWcD5ikA7wrLnWwu2k5pMSQQp5F8F5i0A5k81kCn4H2AXVWvFnrPJYiQlQtGx/Xf9N8u1i4BnkyV22o8JG7QS745kcG2LUBjwPc9EHwAoSoZQqA/zIZ1zKgZKy3rt8NgSQQr4qkG01Q5Bym0JF9iVs1pbsjpglduyCFLQvwfgF60Cp9uOiZ7WSjyHrMRhSYTCoLKfgXIrgJlkQ8wrwu7yzxLFlFAEKajsBfBCIqCM/b8LT6rF3iOTxTepCFLQvwXgzRlbQIuBEfSHw/Ka+njmcUWQAjUrQfonFnky2owYzWH0LYF7/WCsQGOKIAU+XgDSGwC+OaNLZyc4Ro3q9nqsixBSvgTjCTsc2WDLIK8me/zjY53QEgoDSgUT9mVDoZKIsSeX1Hv6Sl5WR/uOFeEHX56U77oA5tuTIMgSF9qpyp7KuCJIQf9mILIhmt4fX1uoutedNws50hICB/Il1+AVMM+a3gpESrdblb0vTRBBCtW8AtZ3iRDgtTsfQv/Qv3i/+2cR8PYxCTr0a3NU97o+wznaEgqDShMD99tHTOxxZNFjWCrNxdH+DrzV2YjGq5cTOwm2YHClJpfvjIpQEFRKCTghitcUwcAf1K/hjY4z2N3dIorOGi6jTnV7H42KUBhS3mbGBmve9q1Gi2B6f93fie2dZ9CQxlahw7VoQC77JdIdpJDSDMZ99otnzSOWCKZndftpvNvVbA3IYSuzS9Ctx/3zhnK5zWH8MXCTiWAY/hjuxraOetQNXBIZRizsw6rsfYoKg8oKBj4VyZ5IBJN7S3s9dnU1iQxlHDZdUmXPHCoIKW8S41WRzFZFMGIIab2obq9DrfaXyJCi2HyVbjNawhcMLBfJaEcEMw5jKjUGTtGfMTiSFFSMw4bFIsmSEcGIx1hPbGw9haDWIyw8BpaSFFK6wBC6YUpWBLPk73Q1Y1P7aTFCMC8zWgKLQR9BnaoIBtLZwTA2ttbi+3CXo+Ey0zNZI4JZcs+5Yzh4udUxIYwT6RsiZJMI54zu0FaL766I6A5ZMDC+192CqrY6x7rAGKDrA2PGTpEtf/dHBsPj6p9iBAAQmSIzdbG0448mbO2Ie1/imCiRxVKmLZuNrbXR9E8IrP3RCprL5ozZQBnLZGO5nMLvkip752TEVvqk1outHQ0pq/1RIg9vpY0/pPNQJQ21P6KBC+vVYq+RdgSk43jN6PPbOxvTUftREcYcr6XyoNWIIK21b0ow/qA10hpScOSeCbU/osG4I/fhcUHc5cve+aVo+2cg1SN//Ekm3uULblzDDYs2Uy5k6SYsCD/i/d1sKhOv5vPoIoC5KVywpJgqwdX89emygnm6JmlwTy5pCZI0rteJFPQdAejxFFeRcDrL6TrDM4VvIZgaAMwWHlnKCMivyh5vLLr4KXwna1ZCnyYpfEBTmPuKbaXwmWpJAeV1EDalrLIEESWdzBkVYqan9ZpCzPgE75EW4dsDUPak+jMv19zlB630sIRZ7qNBpKBSBWCbFeA02lzknJxVQh59RLtGyP8cs74PoMx7/kN0SB8isc9/TCFm/EOwMd0j8iQQRhbsgjQ2/wM8NLRJW7r2t2RjsDUmxCOZ0Y9Dx4sSeSZMvAaYgc+Ex4vh7INxDjNT9jwYj9VdsuGnA/4HFgqeha2Xhk8AAAAASUVORK5CYII=) center no-repeat;
  /* background-size: cover;*/
}



@charset "UTF-8";
*[data-v-126f5ded] {
  touch-action: none;
}
#app1[data-v-126f5ded] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-126f5ded] {
  display: none;
}
.cancelSty[data-v-126f5ded] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-126f5ded] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-126f5ded]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-126f5ded]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-126f5ded] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-126f5ded]:hover {
    background-color: #409eff;
}
.notify-success[data-v-126f5ded] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-126f5ded] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-126f5ded] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-126f5ded] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-126f5ded] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-126f5ded] {
  color: #000000;
}
.el-table__cell[data-v-126f5ded] {
  color: black;
}
.el-tabs__nav[data-v-126f5ded] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-126f5ded] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-126f5ded]:hover {
  animation-name: ani-126f5ded;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-126f5ded {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-126f5ded] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-126f5ded] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-126f5ded] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-126f5ded]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-126f5ded]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-126f5ded]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-126f5ded] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-126f5ded] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-126f5ded] {
  background-color: #eee;
  position: relative;
}
.left[data-v-126f5ded] {
  position: relative;
  z-index: 1;
}
.left img[data-v-126f5ded] {
    height: 99.6vh;
}
.main[data-v-126f5ded] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-126f5ded] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-126f5ded] {
  margin-bottom: 6vh;
}
h1[data-v-126f5ded] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-126f5ded] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-126f5ded] {
  width: 30vw;
}
p[data-v-126f5ded] {
  color: #333;
}
.loginButton[data-v-126f5ded] {
  width: 100%;
}
.registerSty[data-v-126f5ded] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-126f5ded] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-126f5ded] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-126f5ded] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-126f5ded] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-126f5ded] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-126f5ded] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-126f5ded] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-126f5ded] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-126f5ded] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-126f5ded] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-126f5ded]:before {
  content: "\e719";
}

@charset "UTF-8";
*[data-v-6dc6d0a6] {
  touch-action: none;
}
#app1[data-v-6dc6d0a6] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-6dc6d0a6] {
  display: none;
}
.cancelSty[data-v-6dc6d0a6] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-6dc6d0a6] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-6dc6d0a6]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-6dc6d0a6]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-6dc6d0a6] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-6dc6d0a6]:hover {
    background-color: #409eff;
}
.notify-success[data-v-6dc6d0a6] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-6dc6d0a6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-6dc6d0a6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-6dc6d0a6] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-6dc6d0a6] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-6dc6d0a6] {
  color: #000000;
}
.el-table__cell[data-v-6dc6d0a6] {
  color: black;
}
.el-tabs__nav[data-v-6dc6d0a6] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-6dc6d0a6] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-6dc6d0a6]:hover {
  animation-name: ani-6dc6d0a6;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-6dc6d0a6 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-6dc6d0a6] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-6dc6d0a6] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-6dc6d0a6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-6dc6d0a6]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-6dc6d0a6]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-6dc6d0a6]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-6dc6d0a6] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-6dc6d0a6] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-6dc6d0a6] {
  background-color: #eee;
  position: relative;
}
.left[data-v-6dc6d0a6] {
  position: relative;
  z-index: 1;
}
.left img[data-v-6dc6d0a6] {
    height: 99.6vh;
}
.main[data-v-6dc6d0a6] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-6dc6d0a6] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-6dc6d0a6] {
  margin-bottom: 6vh;
}
h1[data-v-6dc6d0a6] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-6dc6d0a6] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-6dc6d0a6] {
  width: 30vw;
}
p[data-v-6dc6d0a6] {
  color: #333;
}
.loginButton[data-v-6dc6d0a6] {
  width: 100%;
}
.registerSty[data-v-6dc6d0a6] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-6dc6d0a6] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-6dc6d0a6] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-6dc6d0a6] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-6dc6d0a6] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-6dc6d0a6] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-6dc6d0a6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-6dc6d0a6] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-6dc6d0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-6dc6d0a6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-6dc6d0a6] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-6dc6d0a6]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-6dc6d0a6] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-6dc6d0a6] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-6dc6d0a6] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-6dc6d0a6] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-6dc6d0a6] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-6dc6d0a6] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-6dc6d0a6] {
    color: black;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-6dc6d0a6] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-6dc6d0a6] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-6dc6d0a6] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-6dc6d0a6] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-6dc6d0a6] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-6dc6d0a6] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-6dc6d0a6] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-6dc6d0a6] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-6dc6d0a6] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6dc6d0a6] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-6dc6d0a6] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-6dc6d0a6] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-6dc6d0a6] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-6dc6d0a6] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-6dc6d0a6] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-6dc6d0a6] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-6dc6d0a6] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-6dc6d0a6] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-6dc6d0a6] .open-lock-div {
  width: 100%;
}
[data-v-6dc6d0a6] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6dc6d0a6] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-6dc6d0a6] .close-lock-btn {
  width: 100%;
}
[data-v-6dc6d0a6] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-6dc6d0a6] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-6dc6d0a6] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6dc6d0a6] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-6dc6d0a6] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-6dc6d0a6] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-6dc6d0a6] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-6dc6d0a6] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-6dc6d0a6] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-6dc6d0a6] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-6dc6d0a6] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-6dc6d0a6] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-6dc6d0a6] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-6dc6d0a6] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6dc6d0a6] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-6dc6d0a6] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6dc6d0a6] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-6dc6d0a6] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-6dc6d0a6] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-6dc6d0a6] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-6dc6d0a6] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-6dc6d0a6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-6dc6d0a6] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-6dc6d0a6] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-6dc6d0a6] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-6dc6d0a6] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-6dc6d0a6] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-6dc6d0a6] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-6dc6d0a6] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-6dc6d0a6] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-6dc6d0a6] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6dc6d0a6]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6dc6d0a6]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-6dc6d0a6] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-6dc6d0a6] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-6dc6d0a6] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-6dc6d0a6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-6dc6d0a6] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-6dc6d0a6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-6dc6d0a6] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-6dc6d0a6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-6dc6d0a6] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-6dc6d0a6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-6dc6d0a6] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-6dc6d0a6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-6dc6d0a6] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-6dc6d0a6] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-6dc6d0a6] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-6dc6d0a6] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-6dc6d0a6] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6dc6d0a6] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-6dc6d0a6] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-6dc6d0a6] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-6dc6d0a6] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-6dc6d0a6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-6dc6d0a6] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-6dc6d0a6] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-6dc6d0a6] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-6dc6d0a6] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-6dc6d0a6] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-6dc6d0a6] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-6dc6d0a6] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-6dc6d0a6] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-6dc6d0a6] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-6dc6d0a6]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-6dc6d0a6] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  background: white;
}
#route-dialog #route_map[data-v-6dc6d0a6] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-6dc6d0a6] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-6dc6d0a6] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-6dc6d0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-6dc6d0a6] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-6dc6d0a6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-6dc6d0a6] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-6dc6d0a6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-6dc6d0a6] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-6dc6d0a6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-6dc6d0a6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#route-index[data-v-6dc6d0a6] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-6dc6d0a6] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-6dc6d0a6] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-6dc6d0a6] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-6dc6d0a6] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-6dc6d0a6] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-6dc6d0a6] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-6dc6d0a6] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-6dc6d0a6] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-6dc6d0a6] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-6dc6d0a6] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-6dc6d0a6] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-6dc6d0a6] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-6dc6d0a6] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-6dc6d0a6] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-6dc6d0a6] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-6dc6d0a6] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-6dc6d0a6] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-6dc6d0a6] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-6dc6d0a6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-6dc6d0a6] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-6dc6d0a6] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-6dc6d0a6] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-6dc6d0a6] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-6dc6d0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-6dc6d0a6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-6dc6d0a6] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-6dc6d0a6]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-6dc6d0a6] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-6dc6d0a6] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-6dc6d0a6] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-6dc6d0a6] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6dc6d0a6] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6dc6d0a6]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-6dc6d0a6] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-6dc6d0a6] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-6dc6d0a6] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-6dc6d0a6] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-6dc6d0a6] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6dc6d0a6] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6dc6d0a6] .button-size span {
    font-size: 1.75rem;
}
[data-v-6dc6d0a6] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6dc6d0a6] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-6dc6d0a6] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-6dc6d0a6] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-6dc6d0a6] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-6dc6d0a6] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-6dc6d0a6] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-6dc6d0a6] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-6dc6d0a6] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-6dc6d0a6] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-6dc6d0a6] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-6dc6d0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-6dc6d0a6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-6dc6d0a6] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-6dc6d0a6]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-6dc6d0a6] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-6dc6d0a6] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-6dc6d0a6]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-6dc6d0a6] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-6dc6d0a6] {
      color: #ffffff;
}
#permission .manage[data-v-6dc6d0a6] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-6dc6d0a6] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-6dc6d0a6] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-6dc6d0a6] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-6dc6d0a6] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-6dc6d0a6] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-6dc6d0a6] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-6dc6d0a6] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-6dc6d0a6] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-6dc6d0a6] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-6dc6d0a6] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-6dc6d0a6] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-6dc6d0a6] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-6dc6d0a6]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-6dc6d0a6] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-6dc6d0a6] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-6dc6d0a6] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-6dc6d0a6] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-6dc6d0a6] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-6dc6d0a6] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-6dc6d0a6] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6dc6d0a6] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6dc6d0a6] .button-size span {
    font-size: 1.75rem;
}
[data-v-6dc6d0a6] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6dc6d0a6] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-6dc6d0a6] {
  position: relative;
}
#account-auth-map #area-auth[data-v-6dc6d0a6] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-6dc6d0a6] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-6dc6d0a6] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-6dc6d0a6] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-6dc6d0a6] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-6dc6d0a6] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-6dc6d0a6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-6dc6d0a6] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-6dc6d0a6] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-6dc6d0a6] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-6dc6d0a6] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-6dc6d0a6] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-6dc6d0a6] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-6dc6d0a6] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-6dc6d0a6] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-6dc6d0a6],
#account-auth-map .marker-cluster-medium[data-v-6dc6d0a6],
#account-auth-map .marker-cluster-large[data-v-6dc6d0a6] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-6dc6d0a6] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-6dc6d0a6] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-6dc6d0a6] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6dc6d0a6]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6dc6d0a6]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-6dc6d0a6] {
  background: white;
}
.leaflet-pm-toolbar[data-v-6dc6d0a6] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-6dc6d0a6] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-6dc6d0a6] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-6dc6d0a6] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-6dc6d0a6] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-6dc6d0a6] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-6dc6d0a6] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-6dc6d0a6],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-6dc6d0a6] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-6dc6d0a6],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-6dc6d0a6] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-6dc6d0a6] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-6dc6d0a6] {
  cursor: default;
}
.draw-tip-label[data-v-6dc6d0a6] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-6dc6d0a6]::before {
  border: none !important;
}
.draw-tip-label[data-v-6dc6d0a6]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-6dc6d0a6]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-6dc6d0a6] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-6dc6d0a6] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-6dc6d0a6] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-6dc6d0a6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-6dc6d0a6] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-6dc6d0a6] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-6dc6d0a6],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-6dc6d0a6] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-6dc6d0a6] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-6dc6d0a6] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-6dc6d0a6] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-6dc6d0a6] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-6dc6d0a6] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-6dc6d0a6] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-6dc6d0a6] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-6dc6d0a6] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-6dc6d0a6] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-6dc6d0a6] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-6dc6d0a6] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-6dc6d0a6] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-6dc6d0a6] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-6dc6d0a6] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-6dc6d0a6] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-6dc6d0a6] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-6dc6d0a6] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-6dc6d0a6] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-6dc6d0a6] {
      color: #FFFFFF;
}
#offline .el-table[data-v-6dc6d0a6] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-6dc6d0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-6dc6d0a6] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-6dc6d0a6] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-6dc6d0a6] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-6dc6d0a6] {
    margin: 0.1875rem;
}
#inspection[data-v-6dc6d0a6] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-6dc6d0a6] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-6dc6d0a6] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-6dc6d0a6]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-6dc6d0a6] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-6dc6d0a6] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-6dc6d0a6] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-6dc6d0a6] {
      width: 3.125rem;
}

@charset "UTF-8";
*[data-v-6dbfb227] {
  touch-action: none;
}
#app1[data-v-6dbfb227] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-6dbfb227] {
  display: none;
}
.cancelSty[data-v-6dbfb227] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-6dbfb227] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-6dbfb227]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-6dbfb227]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-6dbfb227] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-6dbfb227]:hover {
    background-color: #409eff;
}
.notify-success[data-v-6dbfb227] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-6dbfb227] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-6dbfb227] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-6dbfb227] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-6dbfb227] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-6dbfb227] {
  color: #000000;
}
.el-table__cell[data-v-6dbfb227] {
  color: black;
}
.el-tabs__nav[data-v-6dbfb227] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-6dbfb227] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-6dbfb227]:hover {
  animation-name: ani-6dbfb227;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-6dbfb227 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-6dbfb227] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-6dbfb227] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-6dbfb227] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-6dbfb227]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-6dbfb227]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-6dbfb227]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-6dbfb227] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-6dbfb227] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-6dbfb227] {
  background-color: #eee;
  position: relative;
}
.left[data-v-6dbfb227] {
  position: relative;
  z-index: 1;
}
.left img[data-v-6dbfb227] {
    height: 99.6vh;
}
.main[data-v-6dbfb227] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-6dbfb227] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-6dbfb227] {
  margin-bottom: 6vh;
}
h1[data-v-6dbfb227] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-6dbfb227] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-6dbfb227] {
  width: 30vw;
}
p[data-v-6dbfb227] {
  color: #333;
}
.loginButton[data-v-6dbfb227] {
  width: 100%;
}
.registerSty[data-v-6dbfb227] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-6dbfb227] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-6dbfb227] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-6dbfb227] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-6dbfb227] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-6dbfb227] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-6dbfb227] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-6dbfb227] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-6dbfb227] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-6dbfb227] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-6dbfb227] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-6dbfb227]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-6dbfb227] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-6dbfb227] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-6dbfb227] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-6dbfb227] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-6dbfb227] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-6dbfb227] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-6dbfb227] {
    color: black;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-6dbfb227] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-6dbfb227] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-6dbfb227] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-6dbfb227] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-6dbfb227] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-6dbfb227] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-6dbfb227] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-6dbfb227] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-6dbfb227] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6dbfb227] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-6dbfb227] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-6dbfb227] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-6dbfb227] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-6dbfb227] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-6dbfb227] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-6dbfb227] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-6dbfb227] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-6dbfb227] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-6dbfb227] .open-lock-div {
  width: 100%;
}
[data-v-6dbfb227] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6dbfb227] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-6dbfb227] .close-lock-btn {
  width: 100%;
}
[data-v-6dbfb227] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-6dbfb227] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-6dbfb227] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6dbfb227] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-6dbfb227] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-6dbfb227] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-6dbfb227] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-6dbfb227] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-6dbfb227] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-6dbfb227] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-6dbfb227] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-6dbfb227] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-6dbfb227] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-6dbfb227] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6dbfb227] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-6dbfb227] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6dbfb227] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-6dbfb227] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-6dbfb227] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-6dbfb227] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-6dbfb227] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-6dbfb227] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-6dbfb227] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-6dbfb227] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-6dbfb227] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-6dbfb227] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-6dbfb227] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-6dbfb227] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-6dbfb227] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-6dbfb227] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-6dbfb227] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6dbfb227]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6dbfb227]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-6dbfb227] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-6dbfb227] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-6dbfb227] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-6dbfb227] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-6dbfb227] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-6dbfb227] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-6dbfb227] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-6dbfb227] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-6dbfb227] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-6dbfb227] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-6dbfb227] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-6dbfb227] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-6dbfb227] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-6dbfb227] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-6dbfb227] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-6dbfb227] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-6dbfb227] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-6dbfb227] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-6dbfb227] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-6dbfb227] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-6dbfb227] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6dbfb227] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-6dbfb227] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-6dbfb227] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-6dbfb227] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-6dbfb227] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-6dbfb227] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-6dbfb227] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-6dbfb227] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-6dbfb227] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-6dbfb227] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-6dbfb227] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-6dbfb227] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-6dbfb227] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-6dbfb227] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-6dbfb227]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-6dbfb227] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-6dbfb227] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-6dbfb227] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-6dbfb227] {
  background: white;
}
#route-dialog #route_map[data-v-6dbfb227] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-6dbfb227] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-6dbfb227] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-6dbfb227] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-6dbfb227] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-6dbfb227] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-6dbfb227] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-6dbfb227] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-6dbfb227] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-6dbfb227] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-6dbfb227] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-6dbfb227] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#route-index[data-v-6dbfb227] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-6dbfb227] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-6dbfb227] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-6dbfb227] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-6dbfb227] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-6dbfb227] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-6dbfb227] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-6dbfb227] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-6dbfb227] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-6dbfb227] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-6dbfb227] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-6dbfb227] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-6dbfb227] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-6dbfb227] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-6dbfb227] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-6dbfb227] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-6dbfb227] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-6dbfb227] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-6dbfb227] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-6dbfb227] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-6dbfb227] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-6dbfb227] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-6dbfb227] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-6dbfb227] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-6dbfb227] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-6dbfb227] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-6dbfb227] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-6dbfb227] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-6dbfb227] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-6dbfb227]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-6dbfb227] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-6dbfb227] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-6dbfb227] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-6dbfb227] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6dbfb227] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6dbfb227]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-6dbfb227] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-6dbfb227] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-6dbfb227] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-6dbfb227] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-6dbfb227] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6dbfb227] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6dbfb227] .button-size span {
    font-size: 1.75rem;
}
[data-v-6dbfb227] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6dbfb227] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-6dbfb227] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-6dbfb227] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-6dbfb227] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-6dbfb227] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-6dbfb227] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-6dbfb227] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-6dbfb227] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-6dbfb227] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-6dbfb227] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-6dbfb227] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-6dbfb227] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-6dbfb227] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-6dbfb227] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-6dbfb227]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-6dbfb227] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-6dbfb227] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-6dbfb227]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-6dbfb227] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-6dbfb227] {
      color: #ffffff;
}
#permission .manage[data-v-6dbfb227] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-6dbfb227] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-6dbfb227] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-6dbfb227] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-6dbfb227] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-6dbfb227] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-6dbfb227] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-6dbfb227] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-6dbfb227] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-6dbfb227] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-6dbfb227] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-6dbfb227] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-6dbfb227] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-6dbfb227]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-6dbfb227] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-6dbfb227] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-6dbfb227] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-6dbfb227] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-6dbfb227] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-6dbfb227] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-6dbfb227] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6dbfb227] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6dbfb227] .button-size span {
    font-size: 1.75rem;
}
[data-v-6dbfb227] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6dbfb227] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-6dbfb227] {
  position: relative;
}
#account-auth-map #area-auth[data-v-6dbfb227] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-6dbfb227] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-6dbfb227] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-6dbfb227] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-6dbfb227] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-6dbfb227] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-6dbfb227] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-6dbfb227] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-6dbfb227] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-6dbfb227] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-6dbfb227] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-6dbfb227] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-6dbfb227] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-6dbfb227] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-6dbfb227] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-6dbfb227],
#account-auth-map .marker-cluster-medium[data-v-6dbfb227],
#account-auth-map .marker-cluster-large[data-v-6dbfb227] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-6dbfb227] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-6dbfb227] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-6dbfb227] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-6dbfb227] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6dbfb227]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6dbfb227]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-6dbfb227] {
  background: white;
}
.leaflet-pm-toolbar[data-v-6dbfb227] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-6dbfb227] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-6dbfb227] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-6dbfb227] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-6dbfb227] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-6dbfb227] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-6dbfb227] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-6dbfb227],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-6dbfb227] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-6dbfb227],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-6dbfb227] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-6dbfb227] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-6dbfb227] {
  cursor: default;
}
.draw-tip-label[data-v-6dbfb227] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-6dbfb227]::before {
  border: none !important;
}
.draw-tip-label[data-v-6dbfb227]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-6dbfb227]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-6dbfb227] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-6dbfb227] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-6dbfb227] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-6dbfb227] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-6dbfb227] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-6dbfb227] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-6dbfb227],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-6dbfb227] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-6dbfb227] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-6dbfb227] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-6dbfb227] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-6dbfb227] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-6dbfb227] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-6dbfb227] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-6dbfb227] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-6dbfb227] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-6dbfb227] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-6dbfb227] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-6dbfb227] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-6dbfb227] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-6dbfb227] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-6dbfb227] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-6dbfb227] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-6dbfb227] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-6dbfb227] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-6dbfb227] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-6dbfb227] {
      color: #FFFFFF;
}
#offline .el-table[data-v-6dbfb227] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-6dbfb227] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-6dbfb227] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-6dbfb227] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-6dbfb227] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-6dbfb227] {
    margin: 0.1875rem;
}

.map-change-location-container {
  width: 100%;
  height: 60vh;
  min-height: 25rem;
  background-color: #f0f0f0;
}
#mapv-change-location {
  width: 100%;
  height: 60vh;
  min-height: 25rem;
  background-color: #f0f0f0;
}
#mapv-change-location .leaflet-control-attribution {
  display: none;
}
#mapv-change-location .leaflet-container {
  background: #f0f0f0;
  font-family: inherit;
}
#mapv-change-location .leaflet-popup {
  z-index: 3000 !important;
}
#mapv-change-location .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#mapv-change-location .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#mapv-change-location .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#mapv-change-location .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#mapv-change-location .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#mapv-change-location .leaflet-marker-pane {
  z-index: 600;
}
#mapv-change-location .leaflet-popup-pane {
  z-index: 700;
}
#mapv-change-location .leaflet-marker-icon {
  z-index: 600;
}
#mapv-change-location .leaflet-marker-shadow {
  z-index: 599;
}
#mapv-change-location .leaflet-tile-pane {
  z-index: 200;
}
#mapv-change-location .leaflet-overlay-pane {
  z-index: 400;
}
#mapv-change-location .leaflet-shadow-pane {
  z-index: 500;
}
#mapv-change-location .info-window {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem;
}
.location-edit-popup .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  background: #fff !important;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.location-edit-popup .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
}
.location-edit-popup .leaflet-popup-close-button {
  display: none;
}
.location-edit-popup .leaflet-popup-tip {
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

#echarts-custom-profile .form-item {
  margin: 0 1.875rem;
}
#echarts-custom-profile .form-item .el-form-item__label {
  font-size: 1rem;
  font-weight: 600;
}
#echarts-custom-profile #container {
  width: 100%;
  height: 55%;
  margin: 0 auto;
}

#productList[data-v-ab0845fa] {
  width: 100%;
  height: 100%;
  background-color: #4198f3;
  color: #FFFFFF;
  border: 0.375rem #4198f3;
  border-style: inset none inset inset;
}
#productList .product-type-null[data-v-ab0845fa] {
  font-size: 2.5rem;
  text-align: center;
  transform: translateY(50%);
}
#productList .product-type[data-v-ab0845fa] {
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0.625rem;
}
#productList .active-product-type[data-v-ab0845fa] {
  font-size: 1.5rem;
  background-color: #FFFFFF;
  color: black;
}

@charset "UTF-8";
*[data-v-1b824862] {
  touch-action: none;
}
#app1[data-v-1b824862] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-1b824862] {
  display: none;
}
.cancelSty[data-v-1b824862] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-1b824862] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-1b824862]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-1b824862]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-1b824862] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-1b824862]:hover {
    background-color: #409eff;
}
.notify-success[data-v-1b824862] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-1b824862] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-1b824862] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-1b824862] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-1b824862] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-1b824862] {
  color: #000000;
}
.el-table__cell[data-v-1b824862] {
  color: black;
}
.el-tabs__nav[data-v-1b824862] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-1b824862] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-1b824862]:hover {
  animation-name: ani-1b824862;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-1b824862 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-1b824862] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-1b824862] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-1b824862] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-1b824862]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-1b824862]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-1b824862]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-1b824862] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-1b824862] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-1b824862] {
  background-color: #eee;
  position: relative;
}
.left[data-v-1b824862] {
  position: relative;
  z-index: 1;
}
.left img[data-v-1b824862] {
    height: 99.6vh;
}
.main[data-v-1b824862] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-1b824862] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-1b824862] {
  margin-bottom: 6vh;
}
h1[data-v-1b824862] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-1b824862] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-1b824862] {
  width: 30vw;
}
p[data-v-1b824862] {
  color: #333;
}
.loginButton[data-v-1b824862] {
  width: 100%;
}
.registerSty[data-v-1b824862] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-1b824862] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-1b824862] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-1b824862] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-1b824862] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-1b824862] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-1b824862] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-1b824862] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-1b824862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-1b824862] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-1b824862] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-1b824862]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-1b824862] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-1b824862] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-1b824862] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-1b824862] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-1b824862] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-1b824862] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-1b824862] {
    color: black;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-1b824862] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-1b824862] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-1b824862] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-1b824862] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-1b824862] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-1b824862] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-1b824862] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-1b824862] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-1b824862] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-1b824862] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-1b824862] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-1b824862] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-1b824862] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-1b824862] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-1b824862] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-1b824862] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-1b824862] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-1b824862] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-1b824862] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-1b824862] .open-lock-div {
  width: 100%;
}
[data-v-1b824862] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-1b824862] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-1b824862] .close-lock-btn {
  width: 100%;
}
[data-v-1b824862] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-1b824862] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-1b824862] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-1b824862] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-1b824862] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-1b824862] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-1b824862] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-1b824862] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-1b824862] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-1b824862] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-1b824862] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-1b824862] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-1b824862] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-1b824862] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-1b824862] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-1b824862] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-1b824862] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-1b824862] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-1b824862] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-1b824862] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-1b824862] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-1b824862] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-1b824862] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-1b824862] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-1b824862] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-1b824862] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-1b824862] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-1b824862] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-1b824862] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-1b824862] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-1b824862] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-1b824862] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-1b824862]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-1b824862]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-1b824862] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-1b824862] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-1b824862] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-1b824862] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-1b824862] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-1b824862] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-1b824862] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-1b824862] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-1b824862] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-1b824862] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-1b824862] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-1b824862] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-1b824862] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-1b824862] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-1b824862] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-1b824862] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-1b824862] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-1b824862] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-1b824862] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-1b824862] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-1b824862] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-1b824862] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-1b824862] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-1b824862] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-1b824862] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-1b824862] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-1b824862] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-1b824862] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-1b824862] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-1b824862] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-1b824862] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-1b824862] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-1b824862] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-1b824862] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-1b824862] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-1b824862] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-1b824862]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-1b824862] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-1b824862] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-1b824862] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-1b824862] {
  background: white;
}
#route-dialog #route_map[data-v-1b824862] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-1b824862] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-1b824862] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-1b824862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-1b824862] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-1b824862] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-1b824862] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-1b824862] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-1b824862] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-1b824862] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-1b824862] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-1b824862] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#route-index[data-v-1b824862] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-1b824862] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-1b824862] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-1b824862] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-1b824862] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-1b824862] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-1b824862] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-1b824862] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-1b824862] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-1b824862] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-1b824862] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-1b824862] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-1b824862] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-1b824862] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-1b824862] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-1b824862] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-1b824862] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-1b824862] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-1b824862] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-1b824862] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-1b824862] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-1b824862] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-1b824862] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-1b824862] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-1b824862] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-1b824862] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-1b824862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-1b824862] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-1b824862] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-1b824862]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-1b824862] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-1b824862] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-1b824862] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-1b824862] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-1b824862] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-1b824862]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-1b824862] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-1b824862] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-1b824862] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-1b824862] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-1b824862] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-1b824862] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-1b824862] .button-size span {
    font-size: 1.75rem;
}
[data-v-1b824862] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-1b824862] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-1b824862] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-1b824862] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-1b824862] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-1b824862] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-1b824862] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-1b824862] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-1b824862] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-1b824862] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-1b824862] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-1b824862] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-1b824862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-1b824862] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-1b824862] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-1b824862]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-1b824862] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-1b824862] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-1b824862]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-1b824862] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-1b824862] {
      color: #ffffff;
}
#permission .manage[data-v-1b824862] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-1b824862] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-1b824862] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-1b824862] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-1b824862] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-1b824862] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-1b824862] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-1b824862] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-1b824862] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-1b824862] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-1b824862] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-1b824862] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-1b824862] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-1b824862]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-1b824862] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-1b824862] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-1b824862] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-1b824862] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-1b824862] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-1b824862] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-1b824862] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-1b824862] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-1b824862] .button-size span {
    font-size: 1.75rem;
}
[data-v-1b824862] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-1b824862] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-1b824862] {
  position: relative;
}
#account-auth-map #area-auth[data-v-1b824862] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-1b824862] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-1b824862] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-1b824862] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-1b824862] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-1b824862] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-1b824862] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-1b824862] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-1b824862] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-1b824862] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-1b824862] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-1b824862] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-1b824862] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-1b824862] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-1b824862] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-1b824862] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-1b824862],
#account-auth-map .marker-cluster-medium[data-v-1b824862],
#account-auth-map .marker-cluster-large[data-v-1b824862] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-1b824862] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-1b824862] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-1b824862] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-1b824862] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-1b824862]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-1b824862]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-1b824862] {
  background: white;
}
.leaflet-pm-toolbar[data-v-1b824862] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-1b824862] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-1b824862] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-1b824862] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-1b824862] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-1b824862] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-1b824862] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-1b824862],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-1b824862] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-1b824862],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-1b824862] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-1b824862] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-1b824862] {
  cursor: default;
}
.draw-tip-label[data-v-1b824862] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-1b824862]::before {
  border: none !important;
}
.draw-tip-label[data-v-1b824862]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-1b824862]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-1b824862] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-1b824862] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-1b824862] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-1b824862] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-1b824862] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-1b824862] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-1b824862],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-1b824862] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-1b824862] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-1b824862] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-1b824862] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-1b824862] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-1b824862] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-1b824862] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-1b824862] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-1b824862] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-1b824862] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-1b824862] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-1b824862] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-1b824862] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-1b824862] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-1b824862] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-1b824862] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-1b824862] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-1b824862] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-1b824862] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-1b824862] {
      color: #FFFFFF;
}
#offline .el-table[data-v-1b824862] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-1b824862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-1b824862] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-1b824862] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-1b824862] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-1b824862] {
    margin: 0.1875rem;
}




/*全部撤防*/
.css-button-shadow-border-sliding--red {
  min-width: 9.375rem;
  height: 1.875rem;
  color: #fff;
  padding: 0.1875rem 0.375rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 0.3125rem;
  border: none;
  box-shadow: inset 0.125rem 0.125rem 0.125rem 0px rgba(255, 255, 255, .5), 0.4375rem 0.4375rem 1.25rem 0px rgba(0, 0, 0, .1), 0.25rem 0.25rem 0.3125rem 0px rgba(0, 0, 0, .1);
  background: #d90429;
  z-index: 1;
}
.css-button-shadow-border-sliding--red:hover:after {
  width: 100%;
  left: 0;
}
.css-button-shadow-border-sliding--red:after {
  border-radius: 0.3125rem;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  box-shadow: inset 0.125rem 0.125rem 0.125rem 0px rgba(255, 255, 255, .5), 0.4375rem 0.4375rem 1.25rem 0px rgba(0, 0, 0, .1), 0.25rem 0.25rem 0.3125rem 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
  background-color: #ef233c;
  right: 0;
}
.css-button-shadow-border-sliding--red:active {
  top: 0.125rem;
}

/*====================*/
/*全部设防*/
.css-button-shadow-border-sliding--green {
  min-width: 9.375rem;
  height: 1.875rem;
  color: #fff;
  padding: 0.1875rem 0.375rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 0.3125rem;
  border: none;
  box-shadow: inset 0.125rem 0.125rem 0.125rem 0px rgba(255, 255, 255, .5), 0.4375rem 0.4375rem 1.25rem 0px rgba(0, 0, 0, .1), 0.25rem 0.25rem 0.3125rem 0px rgba(0, 0, 0, .1);
  background: #439c75;
  z-index: 1;
  margin-left: 1.25rem;
}
.css-button-shadow-border-sliding--green:hover:after {
  width: 100%;
  left: 0;
}
.css-button-shadow-border-sliding--green:after {
  border-radius: 0.3125rem;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  box-shadow: inset 0.125rem 0.125rem 0.125rem 0px rgba(255, 255, 255, .5), 0.4375rem 0.4375rem 1.25rem 0px rgba(0, 0, 0, .1), 0.25rem 0.25rem 0.3125rem 0px rgba(0, 0, 0, .1);
  transition: all 0.3s ease;
  background-color: #80ed99;
  right: 0;
}
.css-button-shadow-border-sliding--green:active {
  top: 0.125rem;
}

/*============*/
/*按区域撤防*/
.css-button-rounded--red {
  min-width: 11.25rem;
  height: 1.875rem;
  color: #fff;
  padding: 0.125rem 0.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 0.3125rem;
  border: 0.125rem solid #d90429;
  background: #d90429;
  margin-left: 1.25rem;
}
.css-button-rounded--red:hover {
  background: #fff;
  color: #d90429
}



@charset "UTF-8";
*[data-v-58b28b04] {
  touch-action: none;
}
#app1[data-v-58b28b04] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-58b28b04] {
  display: none;
}
.cancelSty[data-v-58b28b04] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-58b28b04] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-58b28b04]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-58b28b04]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-58b28b04] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-58b28b04]:hover {
    background-color: #409eff;
}
.notify-success[data-v-58b28b04] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-58b28b04] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-58b28b04] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-58b28b04] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-58b28b04] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-58b28b04] {
  color: #000000;
}
.el-table__cell[data-v-58b28b04] {
  color: black;
}
.el-tabs__nav[data-v-58b28b04] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-58b28b04] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-58b28b04]:hover {
  animation-name: ani-58b28b04;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-58b28b04 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-58b28b04] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-58b28b04] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-58b28b04] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-58b28b04]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-58b28b04]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-58b28b04]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-58b28b04] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-58b28b04] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-58b28b04] {
  background-color: #eee;
  position: relative;
}
.left[data-v-58b28b04] {
  position: relative;
  z-index: 1;
}
.left img[data-v-58b28b04] {
    height: 99.6vh;
}
.main[data-v-58b28b04] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-58b28b04] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-58b28b04] {
  margin-bottom: 6vh;
}
h1[data-v-58b28b04] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-58b28b04] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-58b28b04] {
  width: 30vw;
}
p[data-v-58b28b04] {
  color: #333;
}
.loginButton[data-v-58b28b04] {
  width: 100%;
}
.registerSty[data-v-58b28b04] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-58b28b04] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-58b28b04] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-58b28b04] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-58b28b04] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-58b28b04] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-58b28b04] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-58b28b04] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-58b28b04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-58b28b04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-58b28b04] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-58b28b04]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-58b28b04] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-58b28b04] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-58b28b04] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-58b28b04] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-58b28b04] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-58b28b04] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-58b28b04] {
    color: black;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-58b28b04] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-58b28b04] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-58b28b04] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-58b28b04] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-58b28b04] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-58b28b04] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-58b28b04] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-58b28b04] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-58b28b04] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-58b28b04] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-58b28b04] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-58b28b04] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-58b28b04] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-58b28b04] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-58b28b04] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-58b28b04] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-58b28b04] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-58b28b04] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-58b28b04] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-58b28b04] .open-lock-div {
  width: 100%;
}
[data-v-58b28b04] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-58b28b04] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-58b28b04] .close-lock-btn {
  width: 100%;
}
[data-v-58b28b04] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-58b28b04] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-58b28b04] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-58b28b04] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-58b28b04] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-58b28b04] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-58b28b04] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-58b28b04] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-58b28b04] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-58b28b04] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-58b28b04] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-58b28b04] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-58b28b04] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-58b28b04] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-58b28b04] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-58b28b04] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-58b28b04] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-58b28b04] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-58b28b04] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-58b28b04] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-58b28b04] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-58b28b04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-58b28b04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-58b28b04] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-58b28b04] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-58b28b04] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-58b28b04] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-58b28b04] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-58b28b04] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-58b28b04] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-58b28b04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-58b28b04] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-58b28b04]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-58b28b04]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-58b28b04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-58b28b04] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-58b28b04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-58b28b04] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-58b28b04] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-58b28b04] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-58b28b04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-58b28b04] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-58b28b04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-58b28b04] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-58b28b04] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-58b28b04] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-58b28b04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-58b28b04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-58b28b04] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-58b28b04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-58b28b04] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-58b28b04] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-58b28b04] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-58b28b04] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-58b28b04] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-58b28b04] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-58b28b04] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-58b28b04] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-58b28b04] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-58b28b04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-58b28b04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-58b28b04] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-58b28b04] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-58b28b04] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-58b28b04] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-58b28b04] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-58b28b04] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-58b28b04] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-58b28b04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-58b28b04] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-58b28b04]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-58b28b04] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-58b28b04] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-58b28b04] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-58b28b04] {
  background: white;
}
#route-dialog #route_map[data-v-58b28b04] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-58b28b04] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-58b28b04] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-58b28b04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-58b28b04] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-58b28b04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-58b28b04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-58b28b04] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-58b28b04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-58b28b04] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-58b28b04] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-58b28b04] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#route-index[data-v-58b28b04] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-58b28b04] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-58b28b04] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-58b28b04] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-58b28b04] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-58b28b04] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-58b28b04] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-58b28b04] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-58b28b04] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-58b28b04] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-58b28b04] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-58b28b04] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-58b28b04] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-58b28b04] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-58b28b04] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-58b28b04] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-58b28b04] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-58b28b04] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-58b28b04] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-58b28b04] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-58b28b04] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-58b28b04] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-58b28b04] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-58b28b04] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-58b28b04] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-58b28b04] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-58b28b04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-58b28b04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-58b28b04] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-58b28b04]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-58b28b04] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-58b28b04] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-58b28b04] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-58b28b04] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-58b28b04] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-58b28b04]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-58b28b04] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-58b28b04] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-58b28b04] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-58b28b04] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-58b28b04] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-58b28b04] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-58b28b04] .button-size span {
    font-size: 1.75rem;
}
[data-v-58b28b04] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-58b28b04] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-58b28b04] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-58b28b04] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-58b28b04] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-58b28b04] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-58b28b04] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-58b28b04] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-58b28b04] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-58b28b04] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-58b28b04] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-58b28b04] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-58b28b04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-58b28b04] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-58b28b04] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-58b28b04]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-58b28b04] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-58b28b04] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-58b28b04]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-58b28b04] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-58b28b04] {
      color: #ffffff;
}
#permission .manage[data-v-58b28b04] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-58b28b04] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-58b28b04] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-58b28b04] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-58b28b04] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-58b28b04] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-58b28b04] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-58b28b04] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-58b28b04] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-58b28b04] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-58b28b04] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-58b28b04] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-58b28b04] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-58b28b04]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-58b28b04] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-58b28b04] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-58b28b04] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-58b28b04] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-58b28b04] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-58b28b04] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-58b28b04] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-58b28b04] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-58b28b04] .button-size span {
    font-size: 1.75rem;
}
[data-v-58b28b04] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-58b28b04] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-58b28b04] {
  position: relative;
}
#account-auth-map #area-auth[data-v-58b28b04] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-58b28b04] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-58b28b04] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-58b28b04] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-58b28b04] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-58b28b04] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-58b28b04] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-58b28b04] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-58b28b04] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-58b28b04] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-58b28b04] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-58b28b04] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-58b28b04] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-58b28b04] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-58b28b04] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-58b28b04] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-58b28b04],
#account-auth-map .marker-cluster-medium[data-v-58b28b04],
#account-auth-map .marker-cluster-large[data-v-58b28b04] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-58b28b04] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-58b28b04] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-58b28b04] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-58b28b04] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-58b28b04]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-58b28b04]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-58b28b04] {
  background: white;
}
.leaflet-pm-toolbar[data-v-58b28b04] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-58b28b04] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-58b28b04] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-58b28b04] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-58b28b04] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-58b28b04] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-58b28b04] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-58b28b04],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-58b28b04] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-58b28b04],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-58b28b04] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-58b28b04] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-58b28b04] {
  cursor: default;
}
.draw-tip-label[data-v-58b28b04] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-58b28b04]::before {
  border: none !important;
}
.draw-tip-label[data-v-58b28b04]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-58b28b04]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-58b28b04] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-58b28b04] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-58b28b04] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-58b28b04] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-58b28b04] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-58b28b04] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-58b28b04],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-58b28b04] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-58b28b04] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-58b28b04] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-58b28b04] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-58b28b04] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-58b28b04] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-58b28b04] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-58b28b04] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-58b28b04] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-58b28b04] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-58b28b04] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-58b28b04] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-58b28b04] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-58b28b04] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-58b28b04] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-58b28b04] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-58b28b04] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-58b28b04] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-58b28b04] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-58b28b04] {
      color: #FFFFFF;
}
#offline .el-table[data-v-58b28b04] {
    width: 99vw;
    margin: 0.625rem auto;
}
.avue-crud__dialog__header[data-v-58b28b04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-title-icon[data-v-58b28b04] {
  display: inline-block;
  width: 0.25rem;
  height: 1.125rem;
  background-color: #409EFF;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}
#ledger[data-v-58b28b04] {
  width: 99vw;
  height: 100%;
  margin: 0.625rem auto;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1.6fr 9fr;
  grid-gap: 0 1.25rem;
}
#ledger .product-type-list[data-v-58b28b04] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-58b28b04] {
    margin: 0.1875rem;
}
#inspection[data-v-58b28b04] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-58b28b04] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-58b28b04] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-58b28b04]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-58b28b04] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-58b28b04] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-58b28b04] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-58b28b04] {
      width: 3.125rem;
}
#message[data-v-58b28b04] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-58b28b04] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

@charset "UTF-8";
*[data-v-6f521440] {
  touch-action: none;
}
#app1[data-v-6f521440] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-6f521440] {
  display: none;
}
.cancelSty[data-v-6f521440] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-6f521440] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-6f521440]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-6f521440]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-6f521440] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-6f521440]:hover {
    background-color: #409eff;
}
.notify-success[data-v-6f521440] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-6f521440] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-6f521440] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-6f521440] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-6f521440] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-6f521440] {
  color: #000000;
}
.el-table__cell[data-v-6f521440] {
  color: black;
}
.el-tabs__nav[data-v-6f521440] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-6f521440] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-6f521440]:hover {
  animation-name: ani-6f521440;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-6f521440 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-6f521440] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-6f521440] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-6f521440] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-6f521440]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-6f521440]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-6f521440]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-6f521440] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-6f521440] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-6f521440] {
  background-color: #eee;
  position: relative;
}
.left[data-v-6f521440] {
  position: relative;
  z-index: 1;
}
.left img[data-v-6f521440] {
    height: 99.6vh;
}
.main[data-v-6f521440] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-6f521440] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-6f521440] {
  margin-bottom: 6vh;
}
h1[data-v-6f521440] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-6f521440] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-6f521440] {
  width: 30vw;
}
p[data-v-6f521440] {
  color: #333;
}
.loginButton[data-v-6f521440] {
  width: 100%;
}
.registerSty[data-v-6f521440] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-6f521440] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-6f521440] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-6f521440] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-6f521440] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-6f521440] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-6f521440] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-6f521440] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-6f521440] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-6f521440] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-6f521440] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-6f521440]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-6f521440] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-6f521440] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-6f521440] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-6f521440] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-6f521440] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-6f521440] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-6f521440] {
    color: black;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-6f521440] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-6f521440] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-6f521440] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-6f521440] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-6f521440] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-6f521440] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-6f521440] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-6f521440] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-6f521440] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-6f521440] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6f521440] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-6f521440] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-6f521440] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-6f521440] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-6f521440] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-6f521440] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-6f521440] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-6f521440] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-6f521440] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-6f521440] .open-lock-div {
  width: 100%;
}
[data-v-6f521440] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6f521440] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-6f521440] .close-lock-btn {
  width: 100%;
}
[data-v-6f521440] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-6f521440] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-6f521440] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6f521440] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-6f521440] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-6f521440] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-6f521440] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-6f521440] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-6f521440] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-6f521440] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-6f521440] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-6f521440] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-6f521440] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-6f521440] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6f521440] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-6f521440] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6f521440] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-6f521440] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-6f521440] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-6f521440] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-6f521440] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-6f521440] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-6f521440] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-6f521440] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-6f521440] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-6f521440] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-6f521440] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-6f521440] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-6f521440] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-6f521440] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-6f521440] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-6f521440] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6f521440]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6f521440]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-6f521440] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-6f521440] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-6f521440] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-6f521440] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-6f521440] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-6f521440] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-6f521440] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-6f521440] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-6f521440] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-6f521440] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-6f521440] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-6f521440] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-6f521440] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-6f521440] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-6f521440] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-6f521440] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-6f521440] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-6f521440] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-6f521440] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-6f521440] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-6f521440] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6f521440] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-6f521440] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-6f521440] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-6f521440] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-6f521440] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-6f521440] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-6f521440] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-6f521440] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-6f521440] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-6f521440] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-6f521440] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-6f521440] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-6f521440] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-6f521440] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-6f521440] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-6f521440]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-6f521440] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-6f521440] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-6f521440] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-6f521440] {
  background: white;
}
#route-dialog #route_map[data-v-6f521440] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-6f521440] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-6f521440] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-6f521440] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-6f521440] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-6f521440] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-6f521440] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-6f521440] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-6f521440] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-6f521440] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-6f521440] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-6f521440] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#route-index[data-v-6f521440] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-6f521440] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-6f521440] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-6f521440] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-6f521440] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-6f521440] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-6f521440] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-6f521440] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-6f521440] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-6f521440] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-6f521440] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-6f521440] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-6f521440] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-6f521440] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-6f521440] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-6f521440] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-6f521440] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-6f521440] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-6f521440] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-6f521440] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-6f521440] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-6f521440] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-6f521440] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-6f521440] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-6f521440] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-6f521440] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-6f521440] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-6f521440] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-6f521440] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-6f521440]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-6f521440] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-6f521440] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-6f521440] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-6f521440] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6f521440] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6f521440]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-6f521440] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-6f521440] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-6f521440] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-6f521440] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-6f521440] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6f521440] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6f521440] .button-size span {
    font-size: 1.75rem;
}
[data-v-6f521440] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6f521440] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-6f521440] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-6f521440] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-6f521440] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-6f521440] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-6f521440] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-6f521440] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-6f521440] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-6f521440] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-6f521440] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-6f521440] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-6f521440] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-6f521440] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-6f521440] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-6f521440]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-6f521440] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-6f521440] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-6f521440]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-6f521440] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-6f521440] {
      color: #ffffff;
}
#permission .manage[data-v-6f521440] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-6f521440] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-6f521440] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-6f521440] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-6f521440] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-6f521440] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-6f521440] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-6f521440] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-6f521440] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-6f521440] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-6f521440] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-6f521440] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-6f521440] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-6f521440]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-6f521440] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-6f521440] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-6f521440] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-6f521440] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-6f521440] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-6f521440] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-6f521440] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6f521440] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6f521440] .button-size span {
    font-size: 1.75rem;
}
[data-v-6f521440] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6f521440] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-6f521440] {
  position: relative;
}
#account-auth-map #area-auth[data-v-6f521440] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-6f521440] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-6f521440] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-6f521440] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-6f521440] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-6f521440] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-6f521440] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-6f521440] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-6f521440] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-6f521440] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-6f521440] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-6f521440] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-6f521440] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-6f521440] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-6f521440] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-6f521440] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-6f521440],
#account-auth-map .marker-cluster-medium[data-v-6f521440],
#account-auth-map .marker-cluster-large[data-v-6f521440] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-6f521440] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-6f521440] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-6f521440] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-6f521440] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6f521440]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-6f521440]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-6f521440] {
  background: white;
}
.leaflet-pm-toolbar[data-v-6f521440] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-6f521440] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-6f521440] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-6f521440] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-6f521440] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-6f521440] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-6f521440] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-6f521440],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-6f521440] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-6f521440],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-6f521440] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-6f521440] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-6f521440] {
  cursor: default;
}
.draw-tip-label[data-v-6f521440] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-6f521440]::before {
  border: none !important;
}
.draw-tip-label[data-v-6f521440]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-6f521440]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-6f521440] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-6f521440] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-6f521440] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-6f521440] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-6f521440] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-6f521440] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-6f521440],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-6f521440] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-6f521440] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-6f521440] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-6f521440] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-6f521440] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-6f521440] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-6f521440] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-6f521440] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-6f521440] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-6f521440] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-6f521440] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-6f521440] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-6f521440] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-6f521440] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-6f521440] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-6f521440] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-6f521440] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#offline[data-v-6f521440] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-6f521440] {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    padding: 0.9375rem;
    font-weight: 600;
    background-color: rgba(172, 172, 172, 0.5);
}
#offline .breadcrumb span[data-v-6f521440] {
      color: #FFFFFF;
}
#offline .el-table[data-v-6f521440] {
    width: 99vw;
    margin: 0.625rem auto;
}

@charset "UTF-8";
*[data-v-6f1cda48] {
  touch-action: none;
}
#app1[data-v-6f1cda48] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-6f1cda48] {
  display: none;
}
.cancelSty[data-v-6f1cda48] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-6f1cda48] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-6f1cda48]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-6f1cda48]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-6f1cda48] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-6f1cda48]:hover {
    background-color: #409eff;
}
.notify-success[data-v-6f1cda48] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-6f1cda48] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-6f1cda48] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-6f1cda48] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-6f1cda48] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-6f1cda48] {
  color: #000000;
}
.el-table__cell[data-v-6f1cda48] {
  color: black;
}
.el-tabs__nav[data-v-6f1cda48] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-6f1cda48] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-6f1cda48]:hover {
  animation-name: ani-6f1cda48;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-6f1cda48 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-6f1cda48] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-6f1cda48] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-6f1cda48] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-6f1cda48]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-6f1cda48]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-6f1cda48]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-6f1cda48] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-6f1cda48] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-6f1cda48] {
  background-color: #eee;
  position: relative;
}
.left[data-v-6f1cda48] {
  position: relative;
  z-index: 1;
}
.left img[data-v-6f1cda48] {
    height: 99.6vh;
}
.main[data-v-6f1cda48] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-6f1cda48] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-6f1cda48] {
  margin-bottom: 6vh;
}
h1[data-v-6f1cda48] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-6f1cda48] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-6f1cda48] {
  width: 30vw;
}
p[data-v-6f1cda48] {
  color: #333;
}
.loginButton[data-v-6f1cda48] {
  width: 100%;
}
.registerSty[data-v-6f1cda48] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-6f1cda48] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-6f1cda48] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-6f1cda48] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-6f1cda48] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-6f1cda48] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-6f1cda48] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-6f1cda48] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-6f1cda48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-6f1cda48] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-6f1cda48] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-6f1cda48]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-6f1cda48] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-6f1cda48] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-6f1cda48] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-6f1cda48] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-6f1cda48] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-6f1cda48] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-6f1cda48] {
    color: black;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-6f1cda48] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-6f1cda48] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-6f1cda48] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-6f1cda48] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-6f1cda48] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-6f1cda48] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-6f1cda48] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-6f1cda48] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-6f1cda48] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-6f1cda48] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-6f1cda48] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-6f1cda48] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-6f1cda48] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-6f1cda48] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-6f1cda48] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-6f1cda48] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-6f1cda48] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-6f1cda48] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-6f1cda48] .open-lock-div {
  width: 100%;
}
[data-v-6f1cda48] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6f1cda48] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-6f1cda48] .close-lock-btn {
  width: 100%;
}
[data-v-6f1cda48] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-6f1cda48] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-6f1cda48] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-6f1cda48] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-6f1cda48] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-6f1cda48] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-6f1cda48] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-6f1cda48] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-6f1cda48] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-6f1cda48] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-6f1cda48] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-6f1cda48] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-6f1cda48] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-6f1cda48] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6f1cda48] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-6f1cda48] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-6f1cda48] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-6f1cda48] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-6f1cda48] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-6f1cda48] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-6f1cda48] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-6f1cda48] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-6f1cda48] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-6f1cda48] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-6f1cda48] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-6f1cda48] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-6f1cda48] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-6f1cda48] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-6f1cda48] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-6f1cda48] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-6f1cda48] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6f1cda48]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-6f1cda48]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-6f1cda48] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-6f1cda48] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-6f1cda48] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-6f1cda48] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-6f1cda48] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-6f1cda48] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-6f1cda48] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-6f1cda48] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-6f1cda48] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-6f1cda48] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-6f1cda48] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-6f1cda48] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-6f1cda48] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-6f1cda48] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-6f1cda48] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-6f1cda48] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-6f1cda48] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-6f1cda48] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-6f1cda48] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-6f1cda48] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-6f1cda48] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6f1cda48] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-6f1cda48] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-6f1cda48] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-6f1cda48] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-6f1cda48] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-6f1cda48] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-6f1cda48] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-6f1cda48] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-6f1cda48] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-6f1cda48] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-6f1cda48] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-6f1cda48] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-6f1cda48] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-6f1cda48] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-6f1cda48]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-6f1cda48] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-6f1cda48] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-6f1cda48] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-6f1cda48] {
  background: white;
}
#route-dialog #route_map[data-v-6f1cda48] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-6f1cda48] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-6f1cda48] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-6f1cda48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-6f1cda48] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-6f1cda48] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-6f1cda48] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-6f1cda48] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-6f1cda48] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-6f1cda48] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-6f1cda48] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-6f1cda48] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#route-index[data-v-6f1cda48] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-6f1cda48] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-6f1cda48] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-6f1cda48] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-6f1cda48] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-6f1cda48] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-6f1cda48] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-6f1cda48] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-6f1cda48] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-6f1cda48] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-6f1cda48] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-6f1cda48] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-6f1cda48] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-6f1cda48] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-6f1cda48] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-6f1cda48] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-6f1cda48] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-6f1cda48] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-6f1cda48] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-6f1cda48] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-6f1cda48] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-6f1cda48] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-6f1cda48] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-6f1cda48] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-6f1cda48] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-6f1cda48] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-6f1cda48] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-6f1cda48] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-6f1cda48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-6f1cda48] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-6f1cda48] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-6f1cda48]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-6f1cda48] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-6f1cda48] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-6f1cda48] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-6f1cda48] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6f1cda48] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-6f1cda48]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-6f1cda48] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-6f1cda48] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-6f1cda48] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-6f1cda48] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-6f1cda48] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-6f1cda48] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-6f1cda48] .button-size span {
    font-size: 1.75rem;
}
[data-v-6f1cda48] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-6f1cda48] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-6f1cda48] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-6f1cda48] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-6f1cda48] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-6f1cda48] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-6f1cda48] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-6f1cda48] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-6f1cda48] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-6f1cda48] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-6f1cda48] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-6f1cda48] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-6f1cda48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-6f1cda48] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-6f1cda48] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-6f1cda48]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-6f1cda48] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-6f1cda48] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-6f1cda48]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-6f1cda48] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-6f1cda48] {
      color: #ffffff;
}
#permission .manage[data-v-6f1cda48] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-6f1cda48] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-6f1cda48] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-6f1cda48] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-6f1cda48] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-6f1cda48] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@charset "UTF-8";
*[data-v-f2547f8a] {
  touch-action: none;
}
#app1[data-v-f2547f8a] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-f2547f8a] {
  display: none;
}
.cancelSty[data-v-f2547f8a] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-f2547f8a] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-f2547f8a]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-f2547f8a]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-f2547f8a] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-f2547f8a]:hover {
    background-color: #409eff;
}
.notify-success[data-v-f2547f8a] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-f2547f8a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-f2547f8a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-f2547f8a] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-f2547f8a] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-f2547f8a] {
  color: #000000;
}
.el-table__cell[data-v-f2547f8a] {
  color: black;
}
.el-tabs__nav[data-v-f2547f8a] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-f2547f8a] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-f2547f8a]:hover {
  animation-name: ani-f2547f8a;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-f2547f8a {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-f2547f8a] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-f2547f8a] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-f2547f8a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-f2547f8a]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-f2547f8a]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-f2547f8a]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-f2547f8a] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-f2547f8a] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-f2547f8a] {
  background-color: #eee;
  position: relative;
}
.left[data-v-f2547f8a] {
  position: relative;
  z-index: 1;
}
.left img[data-v-f2547f8a] {
    height: 99.6vh;
}
.main[data-v-f2547f8a] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-f2547f8a] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-f2547f8a] {
  margin-bottom: 6vh;
}
h1[data-v-f2547f8a] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-f2547f8a] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-f2547f8a] {
  width: 30vw;
}
p[data-v-f2547f8a] {
  color: #333;
}
.loginButton[data-v-f2547f8a] {
  width: 100%;
}
.registerSty[data-v-f2547f8a] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-f2547f8a] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-f2547f8a] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-f2547f8a] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-f2547f8a] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-f2547f8a] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-f2547f8a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-f2547f8a] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-f2547f8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-f2547f8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-f2547f8a] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-f2547f8a]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-f2547f8a] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-f2547f8a] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-f2547f8a] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-f2547f8a] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-f2547f8a] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-f2547f8a] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-f2547f8a] {
    color: black;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-f2547f8a] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-f2547f8a] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-f2547f8a] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-f2547f8a] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-f2547f8a] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-f2547f8a] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-f2547f8a] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-f2547f8a] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-f2547f8a] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-f2547f8a] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-f2547f8a] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-f2547f8a] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-f2547f8a] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-f2547f8a] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-f2547f8a] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-f2547f8a] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-f2547f8a] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-f2547f8a] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-f2547f8a] .open-lock-div {
  width: 100%;
}
[data-v-f2547f8a] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-f2547f8a] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-f2547f8a] .close-lock-btn {
  width: 100%;
}
[data-v-f2547f8a] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-f2547f8a] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-f2547f8a] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-f2547f8a] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-f2547f8a] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-f2547f8a] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-f2547f8a] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-f2547f8a] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-f2547f8a] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-f2547f8a] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-f2547f8a] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-f2547f8a] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-f2547f8a] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-f2547f8a] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-f2547f8a] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-f2547f8a] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-f2547f8a] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-f2547f8a] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-f2547f8a] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-f2547f8a] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-f2547f8a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-f2547f8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-f2547f8a] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-f2547f8a] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-f2547f8a] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-f2547f8a] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-f2547f8a] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-f2547f8a] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-f2547f8a] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-f2547f8a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-f2547f8a] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-f2547f8a]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-f2547f8a]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-f2547f8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-f2547f8a] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-f2547f8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-f2547f8a] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-f2547f8a] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-f2547f8a] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-f2547f8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-f2547f8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-f2547f8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-f2547f8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-f2547f8a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-f2547f8a] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-f2547f8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-f2547f8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-f2547f8a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-f2547f8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-f2547f8a] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-f2547f8a] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-f2547f8a] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-f2547f8a] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-f2547f8a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-f2547f8a] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-f2547f8a] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-f2547f8a] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-f2547f8a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-f2547f8a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-f2547f8a] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-f2547f8a] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-f2547f8a] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-f2547f8a] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-f2547f8a] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-f2547f8a] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-f2547f8a] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-f2547f8a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-f2547f8a] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-f2547f8a]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-f2547f8a] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-f2547f8a] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-f2547f8a] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-f2547f8a] {
  background: white;
}
#route-dialog #route_map[data-v-f2547f8a] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-f2547f8a] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-f2547f8a] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-f2547f8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-f2547f8a] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-f2547f8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-f2547f8a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-f2547f8a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-f2547f8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-f2547f8a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-f2547f8a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-f2547f8a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#route-index[data-v-f2547f8a] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-f2547f8a] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-f2547f8a] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-f2547f8a] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-f2547f8a] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-f2547f8a] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-f2547f8a] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-f2547f8a] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-f2547f8a] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-f2547f8a] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-f2547f8a] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-f2547f8a] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-f2547f8a] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-f2547f8a] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-f2547f8a] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-f2547f8a] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-f2547f8a] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-f2547f8a] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-f2547f8a] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-f2547f8a] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-f2547f8a] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-f2547f8a] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-f2547f8a] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-f2547f8a] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-f2547f8a] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-f2547f8a] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-f2547f8a] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-f2547f8a] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-f2547f8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-f2547f8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-f2547f8a] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-f2547f8a]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-f2547f8a] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-f2547f8a] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-f2547f8a] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-f2547f8a] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-f2547f8a] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-f2547f8a]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-f2547f8a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-f2547f8a] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-f2547f8a] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-f2547f8a] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-f2547f8a] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-f2547f8a] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-f2547f8a] .button-size span {
    font-size: 1.75rem;
}
[data-v-f2547f8a] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-f2547f8a] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-f2547f8a] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-f2547f8a] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-f2547f8a] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-f2547f8a] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-f2547f8a] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-f2547f8a] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-f2547f8a] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-f2547f8a] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-f2547f8a] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-f2547f8a] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-f2547f8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-f2547f8a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}

@charset "UTF-8";
*[data-v-490aa84a] {
  touch-action: none;
}
#app1[data-v-490aa84a] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-490aa84a] {
  display: none;
}
.cancelSty[data-v-490aa84a] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-490aa84a] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-490aa84a]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-490aa84a]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-490aa84a] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-490aa84a]:hover {
    background-color: #409eff;
}
.notify-success[data-v-490aa84a] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-490aa84a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-490aa84a] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-490aa84a] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-490aa84a] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-490aa84a] {
  color: #000000;
}
.el-table__cell[data-v-490aa84a] {
  color: black;
}
.el-tabs__nav[data-v-490aa84a] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-490aa84a] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-490aa84a]:hover {
  animation-name: ani-490aa84a;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-490aa84a {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-490aa84a] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-490aa84a] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-490aa84a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-490aa84a]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-490aa84a]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-490aa84a]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-490aa84a] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-490aa84a] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-490aa84a] {
  background-color: #eee;
  position: relative;
}
.left[data-v-490aa84a] {
  position: relative;
  z-index: 1;
}
.left img[data-v-490aa84a] {
    height: 99.6vh;
}
.main[data-v-490aa84a] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-490aa84a] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-490aa84a] {
  margin-bottom: 6vh;
}
h1[data-v-490aa84a] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-490aa84a] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-490aa84a] {
  width: 30vw;
}
p[data-v-490aa84a] {
  color: #333;
}
.loginButton[data-v-490aa84a] {
  width: 100%;
}
.registerSty[data-v-490aa84a] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-490aa84a] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-490aa84a] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-490aa84a] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-490aa84a] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-490aa84a] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-490aa84a] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-490aa84a] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-490aa84a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-490aa84a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-490aa84a] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-490aa84a]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-490aa84a] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-490aa84a] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-490aa84a] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-490aa84a] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-490aa84a] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-490aa84a] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-490aa84a] {
    color: black;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-490aa84a] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-490aa84a] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-490aa84a] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-490aa84a] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-490aa84a] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-490aa84a] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-490aa84a] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-490aa84a] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-490aa84a] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-490aa84a] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-490aa84a] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-490aa84a] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-490aa84a] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-490aa84a] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-490aa84a] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-490aa84a] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-490aa84a] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-490aa84a] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-490aa84a] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-490aa84a] .open-lock-div {
  width: 100%;
}
[data-v-490aa84a] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-490aa84a] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-490aa84a] .close-lock-btn {
  width: 100%;
}
[data-v-490aa84a] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-490aa84a] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-490aa84a] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-490aa84a] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-490aa84a] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-490aa84a] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-490aa84a] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-490aa84a] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-490aa84a] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-490aa84a] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-490aa84a] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-490aa84a] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-490aa84a] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-490aa84a] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-490aa84a] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-490aa84a] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-490aa84a] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-490aa84a] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-490aa84a] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-490aa84a] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-490aa84a] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-490aa84a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-490aa84a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-490aa84a] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-490aa84a] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-490aa84a] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-490aa84a] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-490aa84a] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-490aa84a] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-490aa84a] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-490aa84a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-490aa84a] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-490aa84a]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-490aa84a]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-490aa84a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-490aa84a] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-490aa84a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-490aa84a] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-490aa84a] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-490aa84a] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-490aa84a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-490aa84a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-490aa84a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-490aa84a] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-490aa84a] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-490aa84a] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-490aa84a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-490aa84a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-490aa84a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-490aa84a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-490aa84a] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-490aa84a] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-490aa84a] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-490aa84a] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-490aa84a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-490aa84a] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-490aa84a] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-490aa84a] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-490aa84a] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-490aa84a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-490aa84a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-490aa84a] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-490aa84a] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-490aa84a] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-490aa84a] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-490aa84a] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-490aa84a] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-490aa84a] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-490aa84a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-490aa84a] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-490aa84a]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-490aa84a] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-490aa84a] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-490aa84a] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-490aa84a] {
  background: white;
}
#route-dialog #route_map[data-v-490aa84a] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-490aa84a] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-490aa84a] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-490aa84a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-490aa84a] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-490aa84a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-490aa84a] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-490aa84a] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-490aa84a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-490aa84a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-490aa84a] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-490aa84a] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#route-index[data-v-490aa84a] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-490aa84a] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-490aa84a] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-490aa84a] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-490aa84a] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-490aa84a] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-490aa84a] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-490aa84a] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-490aa84a] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-490aa84a] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-490aa84a] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-490aa84a] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-490aa84a] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-490aa84a] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-490aa84a] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-490aa84a] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-490aa84a] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-490aa84a] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-490aa84a] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-490aa84a] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-490aa84a] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-490aa84a] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-490aa84a] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-490aa84a] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-490aa84a] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-490aa84a] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-490aa84a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-490aa84a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-490aa84a] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-490aa84a]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-490aa84a] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-490aa84a] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-490aa84a] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-490aa84a] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-490aa84a] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-490aa84a]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-490aa84a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-490aa84a] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-490aa84a] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-490aa84a] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-490aa84a] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-490aa84a] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-490aa84a] .button-size span {
    font-size: 1.75rem;
}
[data-v-490aa84a] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-490aa84a] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-490aa84a] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-490aa84a] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-490aa84a] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-490aa84a] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-490aa84a] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-490aa84a] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-490aa84a] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-490aa84a] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-490aa84a] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-490aa84a] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-490aa84a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-490aa84a] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-490aa84a] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-490aa84a]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-490aa84a] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-490aa84a] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-490aa84a]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-490aa84a] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-490aa84a] {
      color: #ffffff;
}
#permission .manage[data-v-490aa84a] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-490aa84a] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-490aa84a] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-490aa84a] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-490aa84a] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-490aa84a] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-490aa84a] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-490aa84a] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-490aa84a] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-490aa84a] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-490aa84a] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-490aa84a] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-490aa84a] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-490aa84a]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-490aa84a] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-490aa84a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-490aa84a] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-490aa84a] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-490aa84a] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-490aa84a] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-490aa84a] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-490aa84a] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-490aa84a] .button-size span {
    font-size: 1.75rem;
}
[data-v-490aa84a] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-490aa84a] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-490aa84a] {
  position: relative;
}
#account-auth-map #area-auth[data-v-490aa84a] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-490aa84a] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-490aa84a] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-490aa84a] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-490aa84a] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-490aa84a] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-490aa84a] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-490aa84a] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-490aa84a] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-490aa84a] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-490aa84a] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-490aa84a] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-490aa84a] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-490aa84a] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-490aa84a] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-490aa84a] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-490aa84a],
#account-auth-map .marker-cluster-medium[data-v-490aa84a],
#account-auth-map .marker-cluster-large[data-v-490aa84a] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-490aa84a] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-490aa84a] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-490aa84a] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-490aa84a] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-490aa84a]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-490aa84a]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-490aa84a] {
  background: white;
}
.leaflet-pm-toolbar[data-v-490aa84a] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-490aa84a] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-490aa84a] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-490aa84a] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-490aa84a] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-490aa84a] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-490aa84a] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-490aa84a],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-490aa84a] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-490aa84a],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-490aa84a] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-490aa84a] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-490aa84a] {
  cursor: default;
}
.draw-tip-label[data-v-490aa84a] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-490aa84a]::before {
  border: none !important;
}
.draw-tip-label[data-v-490aa84a]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-490aa84a]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-490aa84a] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-490aa84a] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-490aa84a] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-490aa84a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-490aa84a] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-490aa84a] {
      width: 12.5rem;
      margin-right: 1.25rem;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog ::v-deep .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog ::v-deep .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog ::v-deep .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen:before {
  content: "\e719";
}
#message-dialog .message-body {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body ::v-deep .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#terminal .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2 {
      color: #ffffff;
}
#permission .smart-terminal:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2 {
      color: #ffffff;
}
#permission .manage {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon {
      margin: 1.25rem;
}
#permission .manage .m-1 {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2 {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#account .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map {
  position: relative;
}
#account-auth-map #area-auth {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container {
  font-family: inherit;
}
#account-auth-map .leaflet-popup {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane {
  z-index: 500;
}
#account-auth-map .marker-cluster {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small,
#account-auth-map .marker-cluster-medium,
#account-auth-map .marker-cluster-large {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip {
  background: white;
}
.leaflet-pm-toolbar {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container {
  cursor: default;
}
.draw-tip-label {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label::before {
  border: none !important;
}
.draw-tip-label::after {
  border: none !important;
}
#area-auth .leaflet-tooltip:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip {
  display: none !important;
}
#area-auth .pm-tooltip {
  display: none !important;
}
#auth-dialog .el-dialog__body {
  height: 31.25rem;
}
#auth-dialog .check-box-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox {
      width: 12.5rem;
      margin-right: 1.25rem;
}

@charset "UTF-8";
*[data-v-9e6aa3a0] {
  touch-action: none;
}
#app1[data-v-9e6aa3a0] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-9e6aa3a0] {
  display: none;
}
.cancelSty[data-v-9e6aa3a0] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-9e6aa3a0] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-9e6aa3a0]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-9e6aa3a0]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-9e6aa3a0] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-9e6aa3a0]:hover {
    background-color: #409eff;
}
.notify-success[data-v-9e6aa3a0] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-9e6aa3a0] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-9e6aa3a0] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-9e6aa3a0] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-9e6aa3a0] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-9e6aa3a0] {
  color: #000000;
}
.el-table__cell[data-v-9e6aa3a0] {
  color: black;
}
.el-tabs__nav[data-v-9e6aa3a0] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-9e6aa3a0] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-9e6aa3a0]:hover {
  animation-name: ani-9e6aa3a0;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-9e6aa3a0 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-9e6aa3a0] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-9e6aa3a0] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-9e6aa3a0] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-9e6aa3a0]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-9e6aa3a0]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-9e6aa3a0]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-9e6aa3a0] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-9e6aa3a0] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-9e6aa3a0] {
  background-color: #eee;
  position: relative;
}
.left[data-v-9e6aa3a0] {
  position: relative;
  z-index: 1;
}
.left img[data-v-9e6aa3a0] {
    height: 99.6vh;
}
.main[data-v-9e6aa3a0] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-9e6aa3a0] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-9e6aa3a0] {
  margin-bottom: 6vh;
}
h1[data-v-9e6aa3a0] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-9e6aa3a0] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-9e6aa3a0] {
  width: 30vw;
}
p[data-v-9e6aa3a0] {
  color: #333;
}
.loginButton[data-v-9e6aa3a0] {
  width: 100%;
}
.registerSty[data-v-9e6aa3a0] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-9e6aa3a0] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-9e6aa3a0] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-9e6aa3a0] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-9e6aa3a0] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-9e6aa3a0] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-9e6aa3a0] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-9e6aa3a0] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-9e6aa3a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-9e6aa3a0] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-9e6aa3a0] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-9e6aa3a0]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-9e6aa3a0] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-9e6aa3a0] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-9e6aa3a0] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-9e6aa3a0] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-9e6aa3a0] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-9e6aa3a0] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-9e6aa3a0] {
    color: black;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-9e6aa3a0] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-9e6aa3a0] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-9e6aa3a0] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-9e6aa3a0] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-9e6aa3a0] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-9e6aa3a0] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-9e6aa3a0] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-9e6aa3a0] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-9e6aa3a0] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-9e6aa3a0] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-9e6aa3a0] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-9e6aa3a0] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-9e6aa3a0] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-9e6aa3a0] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-9e6aa3a0] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-9e6aa3a0] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-9e6aa3a0] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-9e6aa3a0] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-9e6aa3a0] .open-lock-div {
  width: 100%;
}
[data-v-9e6aa3a0] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-9e6aa3a0] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-9e6aa3a0] .close-lock-btn {
  width: 100%;
}
[data-v-9e6aa3a0] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-9e6aa3a0] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-9e6aa3a0] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-9e6aa3a0] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-9e6aa3a0] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-9e6aa3a0] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-9e6aa3a0] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-9e6aa3a0] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-9e6aa3a0] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-9e6aa3a0] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-9e6aa3a0] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-9e6aa3a0] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-9e6aa3a0] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-9e6aa3a0] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-9e6aa3a0] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-9e6aa3a0] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-9e6aa3a0] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-9e6aa3a0] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-9e6aa3a0] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-9e6aa3a0] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-9e6aa3a0] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-9e6aa3a0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-9e6aa3a0] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-9e6aa3a0] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-9e6aa3a0] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-9e6aa3a0] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-9e6aa3a0] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-9e6aa3a0] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-9e6aa3a0] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-9e6aa3a0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-9e6aa3a0] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-9e6aa3a0]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-9e6aa3a0]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-9e6aa3a0] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-9e6aa3a0] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-9e6aa3a0] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-9e6aa3a0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-9e6aa3a0] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-9e6aa3a0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-9e6aa3a0] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-9e6aa3a0] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-9e6aa3a0] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-9e6aa3a0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-9e6aa3a0] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-9e6aa3a0] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-9e6aa3a0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-9e6aa3a0] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-9e6aa3a0] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-9e6aa3a0] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-9e6aa3a0] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-9e6aa3a0] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-9e6aa3a0] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-9e6aa3a0] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-9e6aa3a0] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-9e6aa3a0] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-9e6aa3a0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-9e6aa3a0] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-9e6aa3a0] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-9e6aa3a0] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-9e6aa3a0] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-9e6aa3a0] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-9e6aa3a0] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-9e6aa3a0] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-9e6aa3a0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-9e6aa3a0] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-9e6aa3a0]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-9e6aa3a0] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  background: white;
}
#route-dialog #route_map[data-v-9e6aa3a0] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-9e6aa3a0] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-9e6aa3a0] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-9e6aa3a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-9e6aa3a0] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-9e6aa3a0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-9e6aa3a0] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-9e6aa3a0] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-9e6aa3a0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-9e6aa3a0] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-9e6aa3a0] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-9e6aa3a0] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#route-index[data-v-9e6aa3a0] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-9e6aa3a0] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-9e6aa3a0] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-9e6aa3a0] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-9e6aa3a0] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-9e6aa3a0] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-9e6aa3a0] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-9e6aa3a0] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-9e6aa3a0] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-9e6aa3a0] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-9e6aa3a0] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-9e6aa3a0] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-9e6aa3a0] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-9e6aa3a0] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-9e6aa3a0] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-9e6aa3a0] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-9e6aa3a0] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-9e6aa3a0] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-9e6aa3a0] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-9e6aa3a0] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-9e6aa3a0] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-9e6aa3a0] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-9e6aa3a0] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-9e6aa3a0] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-9e6aa3a0] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-9e6aa3a0] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-9e6aa3a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-9e6aa3a0] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-9e6aa3a0] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-9e6aa3a0]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-9e6aa3a0] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-9e6aa3a0] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-9e6aa3a0] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-9e6aa3a0] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-9e6aa3a0] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-9e6aa3a0]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-9e6aa3a0] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-9e6aa3a0] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-9e6aa3a0] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-9e6aa3a0] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-9e6aa3a0] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-9e6aa3a0] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-9e6aa3a0] .button-size span {
    font-size: 1.75rem;
}
[data-v-9e6aa3a0] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-9e6aa3a0] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-9e6aa3a0] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-9e6aa3a0] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-9e6aa3a0] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-9e6aa3a0] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-9e6aa3a0] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-9e6aa3a0] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-9e6aa3a0] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-9e6aa3a0] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-9e6aa3a0] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-9e6aa3a0] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-9e6aa3a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-9e6aa3a0] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-9e6aa3a0] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-9e6aa3a0]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-9e6aa3a0] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-9e6aa3a0] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-9e6aa3a0]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-9e6aa3a0] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-9e6aa3a0] {
      color: #ffffff;
}
#permission .manage[data-v-9e6aa3a0] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-9e6aa3a0] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-9e6aa3a0] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-9e6aa3a0] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-9e6aa3a0] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-9e6aa3a0] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-9e6aa3a0] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-9e6aa3a0] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-9e6aa3a0] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-9e6aa3a0] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-9e6aa3a0] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-9e6aa3a0] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-9e6aa3a0] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-9e6aa3a0]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-9e6aa3a0] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-9e6aa3a0] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-9e6aa3a0] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-9e6aa3a0] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-9e6aa3a0] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-9e6aa3a0] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-9e6aa3a0] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-9e6aa3a0] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-9e6aa3a0] .button-size span {
    font-size: 1.75rem;
}
[data-v-9e6aa3a0] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-9e6aa3a0] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-9e6aa3a0] {
  position: relative;
}
#account-auth-map #area-auth[data-v-9e6aa3a0] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-9e6aa3a0] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-9e6aa3a0] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-9e6aa3a0] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-9e6aa3a0] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-9e6aa3a0] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-9e6aa3a0] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-9e6aa3a0] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-9e6aa3a0] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-9e6aa3a0] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-9e6aa3a0] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-9e6aa3a0] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-9e6aa3a0] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-9e6aa3a0] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-9e6aa3a0] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-9e6aa3a0],
#account-auth-map .marker-cluster-medium[data-v-9e6aa3a0],
#account-auth-map .marker-cluster-large[data-v-9e6aa3a0] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-9e6aa3a0] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-9e6aa3a0] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-9e6aa3a0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-9e6aa3a0] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-9e6aa3a0]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-9e6aa3a0]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-9e6aa3a0] {
  background: white;
}
.leaflet-pm-toolbar[data-v-9e6aa3a0] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-9e6aa3a0] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-9e6aa3a0] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-9e6aa3a0] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-9e6aa3a0] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-9e6aa3a0] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-9e6aa3a0] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-9e6aa3a0],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-9e6aa3a0] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-9e6aa3a0],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-9e6aa3a0] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-9e6aa3a0] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-9e6aa3a0] {
  cursor: default;
}
.draw-tip-label[data-v-9e6aa3a0] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-9e6aa3a0]::before {
  border: none !important;
}
.draw-tip-label[data-v-9e6aa3a0]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-9e6aa3a0]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-9e6aa3a0] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-9e6aa3a0] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-9e6aa3a0] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-9e6aa3a0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-9e6aa3a0] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-9e6aa3a0] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-9e6aa3a0],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-9e6aa3a0] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-9e6aa3a0] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-9e6aa3a0] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-9e6aa3a0] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-9e6aa3a0] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-9e6aa3a0] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-9e6aa3a0] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-9e6aa3a0] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-9e6aa3a0] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog ::v-deep .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog ::v-deep .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog ::v-deep .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen:before {
  content: "\e719";
}
#message-dialog .message-body {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body ::v-deep .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#terminal .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2 {
      color: #ffffff;
}
#permission .smart-terminal:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2 {
      color: #ffffff;
}
#permission .manage {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon {
      margin: 1.25rem;
}
#permission .manage .m-1 {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2 {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#account .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map {
  position: relative;
}
#account-auth-map #area-auth {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container {
  font-family: inherit;
}
#account-auth-map .leaflet-popup {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane {
  z-index: 500;
}
#account-auth-map .marker-cluster {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small,
#account-auth-map .marker-cluster-medium,
#account-auth-map .marker-cluster-large {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip {
  background: white;
}
.leaflet-pm-toolbar {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container {
  cursor: default;
}
.draw-tip-label {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label::before {
  border: none !important;
}
.draw-tip-label::after {
  border: none !important;
}
#area-auth .leaflet-tooltip:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip {
  display: none !important;
}
#area-auth .pm-tooltip {
  display: none !important;
}
#auth-dialog .el-dialog__body {
  height: 31.25rem;
}
#auth-dialog .check-box-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease,
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@charset "UTF-8";
*[data-v-75e667c3] {
  touch-action: none;
}
#app1[data-v-75e667c3] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-75e667c3] {
  display: none;
}
.cancelSty[data-v-75e667c3] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-75e667c3] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-75e667c3]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-75e667c3]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-75e667c3] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-75e667c3]:hover {
    background-color: #409eff;
}
.notify-success[data-v-75e667c3] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-75e667c3] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-75e667c3] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-75e667c3] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-75e667c3] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-75e667c3] {
  color: #000000;
}
.el-table__cell[data-v-75e667c3] {
  color: black;
}
.el-tabs__nav[data-v-75e667c3] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-75e667c3] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-75e667c3]:hover {
  animation-name: ani-75e667c3;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-75e667c3 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-75e667c3] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-75e667c3] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-75e667c3] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-75e667c3]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-75e667c3]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-75e667c3]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-75e667c3] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-75e667c3] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-75e667c3] {
  background-color: #eee;
  position: relative;
}
.left[data-v-75e667c3] {
  position: relative;
  z-index: 1;
}
.left img[data-v-75e667c3] {
    height: 99.6vh;
}
.main[data-v-75e667c3] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-75e667c3] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-75e667c3] {
  margin-bottom: 6vh;
}
h1[data-v-75e667c3] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-75e667c3] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-75e667c3] {
  width: 30vw;
}
p[data-v-75e667c3] {
  color: #333;
}
.loginButton[data-v-75e667c3] {
  width: 100%;
}
.registerSty[data-v-75e667c3] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-75e667c3] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-75e667c3] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-75e667c3] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-75e667c3] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-75e667c3] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-75e667c3] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-75e667c3] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-75e667c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-75e667c3] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-75e667c3] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-75e667c3]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-75e667c3] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-75e667c3] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-75e667c3] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-75e667c3] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-75e667c3] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-75e667c3] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-75e667c3] {
    color: black;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-75e667c3] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-75e667c3] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-75e667c3] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-75e667c3] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-75e667c3] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-75e667c3] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-75e667c3] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-75e667c3] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-75e667c3] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-75e667c3] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-75e667c3] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-75e667c3] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-75e667c3] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-75e667c3] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-75e667c3] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-75e667c3] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-75e667c3] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-75e667c3] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-75e667c3] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-75e667c3] .open-lock-div {
  width: 100%;
}
[data-v-75e667c3] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-75e667c3] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-75e667c3] .close-lock-btn {
  width: 100%;
}
[data-v-75e667c3] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-75e667c3] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-75e667c3] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-75e667c3] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-75e667c3] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-75e667c3] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-75e667c3] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-75e667c3] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-75e667c3] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-75e667c3] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-75e667c3] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-75e667c3] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-75e667c3] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-75e667c3] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-75e667c3] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-75e667c3] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-75e667c3] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-75e667c3] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-75e667c3] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-75e667c3] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-75e667c3] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-75e667c3] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-75e667c3] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-75e667c3] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-75e667c3] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-75e667c3] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-75e667c3] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-75e667c3] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-75e667c3] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-75e667c3] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-75e667c3] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-75e667c3] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-75e667c3]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-75e667c3]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-75e667c3] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-75e667c3] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-75e667c3] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-75e667c3] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-75e667c3] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-75e667c3] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-75e667c3] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-75e667c3] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-75e667c3] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-75e667c3] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-75e667c3] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-75e667c3] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-75e667c3] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-75e667c3] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-75e667c3] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-75e667c3] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-75e667c3] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-75e667c3] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-75e667c3] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-75e667c3] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-75e667c3] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-75e667c3] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-75e667c3] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-75e667c3] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-75e667c3] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-75e667c3] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-75e667c3] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-75e667c3] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-75e667c3] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-75e667c3] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-75e667c3] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-75e667c3] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-75e667c3] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-75e667c3] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-75e667c3] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-75e667c3] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-75e667c3]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-75e667c3] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-75e667c3] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-75e667c3] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-75e667c3] {
  background: white;
}
#route-dialog #route_map[data-v-75e667c3] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-75e667c3] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-75e667c3] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-75e667c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-75e667c3] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-75e667c3] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-75e667c3] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-75e667c3] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-75e667c3] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-75e667c3] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-75e667c3] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-75e667c3] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#route-index[data-v-75e667c3] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-75e667c3] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-75e667c3] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-75e667c3] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-75e667c3] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-75e667c3] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-75e667c3] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-75e667c3] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-75e667c3] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-75e667c3] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-75e667c3] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-75e667c3] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-75e667c3] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-75e667c3] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-75e667c3] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-75e667c3] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-75e667c3] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-75e667c3] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-75e667c3] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-75e667c3] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-75e667c3] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-75e667c3] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-75e667c3] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-75e667c3] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-75e667c3] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-75e667c3] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-75e667c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-75e667c3] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-75e667c3] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-75e667c3]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-75e667c3] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-75e667c3] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-75e667c3] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-75e667c3] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-75e667c3] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-75e667c3]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-75e667c3] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-75e667c3] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-75e667c3] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-75e667c3] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-75e667c3] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-75e667c3] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-75e667c3] .button-size span {
    font-size: 1.75rem;
}
[data-v-75e667c3] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-75e667c3] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-75e667c3] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-75e667c3] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-75e667c3] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-75e667c3] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-75e667c3] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-75e667c3] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-75e667c3] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-75e667c3] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-75e667c3] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-75e667c3] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-75e667c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-75e667c3] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-75e667c3] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-75e667c3]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-75e667c3] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-75e667c3] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-75e667c3]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-75e667c3] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-75e667c3] {
      color: #ffffff;
}
#permission .manage[data-v-75e667c3] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-75e667c3] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-75e667c3] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-75e667c3] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-75e667c3] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-75e667c3] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-75e667c3] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-75e667c3] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-75e667c3] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-75e667c3] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-75e667c3] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-75e667c3] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-75e667c3] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-75e667c3]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-75e667c3] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-75e667c3] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-75e667c3] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-75e667c3] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-75e667c3] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-75e667c3] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-75e667c3] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-75e667c3] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-75e667c3] .button-size span {
    font-size: 1.75rem;
}
[data-v-75e667c3] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-75e667c3] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-75e667c3] {
  position: relative;
}
#account-auth-map #area-auth[data-v-75e667c3] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-75e667c3] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-75e667c3] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-75e667c3] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-75e667c3] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-75e667c3] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-75e667c3] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-75e667c3] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-75e667c3] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-75e667c3] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-75e667c3] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-75e667c3] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-75e667c3] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-75e667c3] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-75e667c3] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-75e667c3] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-75e667c3],
#account-auth-map .marker-cluster-medium[data-v-75e667c3],
#account-auth-map .marker-cluster-large[data-v-75e667c3] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-75e667c3] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-75e667c3] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-75e667c3] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-75e667c3] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-75e667c3]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-75e667c3]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-75e667c3] {
  background: white;
}
.leaflet-pm-toolbar[data-v-75e667c3] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-75e667c3] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-75e667c3] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-75e667c3] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-75e667c3] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-75e667c3] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-75e667c3] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-75e667c3],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-75e667c3] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-75e667c3],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-75e667c3] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-75e667c3] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-75e667c3] {
  cursor: default;
}
.draw-tip-label[data-v-75e667c3] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-75e667c3]::before {
  border: none !important;
}
.draw-tip-label[data-v-75e667c3]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-75e667c3]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-75e667c3] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-75e667c3] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-75e667c3] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-75e667c3] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-75e667c3] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-75e667c3] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-75e667c3],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-75e667c3] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-75e667c3] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-75e667c3] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-75e667c3] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-75e667c3] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-75e667c3] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-75e667c3] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-75e667c3] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-75e667c3] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@charset "UTF-8";
*[data-v-4aec56e6] {
  touch-action: none;
}
#app1[data-v-4aec56e6] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4aec56e6] {
  display: none;
}
.cancelSty[data-v-4aec56e6] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4aec56e6] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4aec56e6]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4aec56e6]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4aec56e6] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4aec56e6]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4aec56e6] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4aec56e6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4aec56e6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4aec56e6] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4aec56e6] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4aec56e6] {
  color: #000000;
}
.el-table__cell[data-v-4aec56e6] {
  color: black;
}
.el-tabs__nav[data-v-4aec56e6] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4aec56e6] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4aec56e6]:hover {
  animation-name: ani-4aec56e6;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4aec56e6 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4aec56e6] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4aec56e6] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4aec56e6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4aec56e6]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4aec56e6]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4aec56e6]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4aec56e6] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4aec56e6] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4aec56e6] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4aec56e6] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4aec56e6] {
    height: 99.6vh;
}
.main[data-v-4aec56e6] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4aec56e6] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4aec56e6] {
  margin-bottom: 6vh;
}
h1[data-v-4aec56e6] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4aec56e6] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4aec56e6] {
  width: 30vw;
}
p[data-v-4aec56e6] {
  color: #333;
}
.loginButton[data-v-4aec56e6] {
  width: 100%;
}
.registerSty[data-v-4aec56e6] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4aec56e6] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4aec56e6] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4aec56e6] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4aec56e6] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4aec56e6] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4aec56e6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4aec56e6] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4aec56e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4aec56e6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4aec56e6] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4aec56e6]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4aec56e6] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4aec56e6] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4aec56e6] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4aec56e6] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4aec56e6] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4aec56e6] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4aec56e6] {
    color: black;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4aec56e6] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4aec56e6] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4aec56e6] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4aec56e6] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4aec56e6] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4aec56e6] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4aec56e6] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4aec56e6] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4aec56e6] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4aec56e6] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4aec56e6] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4aec56e6] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4aec56e6] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4aec56e6] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4aec56e6] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4aec56e6] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4aec56e6] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4aec56e6] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4aec56e6] .open-lock-div {
  width: 100%;
}
[data-v-4aec56e6] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4aec56e6] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4aec56e6] .close-lock-btn {
  width: 100%;
}
[data-v-4aec56e6] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4aec56e6] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4aec56e6] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4aec56e6] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4aec56e6] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4aec56e6] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4aec56e6] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4aec56e6] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4aec56e6] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4aec56e6] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4aec56e6] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4aec56e6] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4aec56e6] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4aec56e6] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4aec56e6] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4aec56e6] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4aec56e6] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4aec56e6] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4aec56e6] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4aec56e6] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4aec56e6] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4aec56e6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4aec56e6] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4aec56e6] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4aec56e6] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4aec56e6] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4aec56e6] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4aec56e6] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4aec56e6] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4aec56e6] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4aec56e6] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4aec56e6]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4aec56e6]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4aec56e6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4aec56e6] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4aec56e6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4aec56e6] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4aec56e6] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4aec56e6] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4aec56e6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4aec56e6] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4aec56e6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4aec56e6] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4aec56e6] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4aec56e6] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4aec56e6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4aec56e6] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4aec56e6] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4aec56e6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4aec56e6] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4aec56e6] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4aec56e6] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4aec56e6] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4aec56e6] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4aec56e6] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4aec56e6] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4aec56e6] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4aec56e6] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4aec56e6] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4aec56e6] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4aec56e6] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4aec56e6] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4aec56e6] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4aec56e6] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4aec56e6] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4aec56e6] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4aec56e6] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4aec56e6] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4aec56e6]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4aec56e6] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4aec56e6] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4aec56e6] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4aec56e6] {
  background: white;
}
#route-dialog #route_map[data-v-4aec56e6] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4aec56e6] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4aec56e6] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4aec56e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4aec56e6] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4aec56e6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4aec56e6] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4aec56e6] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4aec56e6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4aec56e6] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4aec56e6] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-4aec56e6] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#route-index[data-v-4aec56e6] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4aec56e6] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4aec56e6] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-4aec56e6] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-4aec56e6] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-4aec56e6] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-4aec56e6] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-4aec56e6] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-4aec56e6] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-4aec56e6] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-4aec56e6] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-4aec56e6] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-4aec56e6] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-4aec56e6] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-4aec56e6] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-4aec56e6] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-4aec56e6] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-4aec56e6] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-4aec56e6] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-4aec56e6] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-4aec56e6] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-4aec56e6] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-4aec56e6] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-4aec56e6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-4aec56e6] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-4aec56e6] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-4aec56e6] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-4aec56e6] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-4aec56e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-4aec56e6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-4aec56e6] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-4aec56e6]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-4aec56e6] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-4aec56e6] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-4aec56e6] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-4aec56e6] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4aec56e6] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-4aec56e6]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-4aec56e6] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-4aec56e6] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-4aec56e6] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-4aec56e6] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-4aec56e6] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4aec56e6] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4aec56e6] .button-size span {
    font-size: 1.75rem;
}
[data-v-4aec56e6] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4aec56e6] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-4aec56e6] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4aec56e6] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4aec56e6] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4aec56e6] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4aec56e6] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-4aec56e6] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-4aec56e6] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-4aec56e6] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-4aec56e6] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-4aec56e6] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-4aec56e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-4aec56e6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-4aec56e6] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-4aec56e6]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-4aec56e6] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-4aec56e6] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-4aec56e6]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-4aec56e6] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-4aec56e6] {
      color: #ffffff;
}
#permission .manage[data-v-4aec56e6] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-4aec56e6] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-4aec56e6] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-4aec56e6] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-4aec56e6] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-4aec56e6] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-4aec56e6] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-4aec56e6] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-4aec56e6] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-4aec56e6] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-4aec56e6] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-4aec56e6] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-4aec56e6] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-4aec56e6]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-4aec56e6] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-4aec56e6] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-4aec56e6] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-4aec56e6] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-4aec56e6] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-4aec56e6] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-4aec56e6] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-4aec56e6] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-4aec56e6] .button-size span {
    font-size: 1.75rem;
}
[data-v-4aec56e6] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-4aec56e6] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}

@charset "UTF-8";
*[data-v-aeb2ce68] {
  touch-action: none;
}
#app1[data-v-aeb2ce68] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-aeb2ce68] {
  display: none;
}
.cancelSty[data-v-aeb2ce68] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-aeb2ce68] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-aeb2ce68]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-aeb2ce68]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-aeb2ce68] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-aeb2ce68]:hover {
    background-color: #409eff;
}
.notify-success[data-v-aeb2ce68] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-aeb2ce68] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-aeb2ce68] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-aeb2ce68] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-aeb2ce68] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-aeb2ce68] {
  color: #000000;
}
.el-table__cell[data-v-aeb2ce68] {
  color: black;
}
.el-tabs__nav[data-v-aeb2ce68] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-aeb2ce68] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-aeb2ce68]:hover {
  animation-name: ani-aeb2ce68;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-aeb2ce68 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-aeb2ce68] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-aeb2ce68] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-aeb2ce68] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-aeb2ce68]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-aeb2ce68]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-aeb2ce68]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-aeb2ce68] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-aeb2ce68] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-aeb2ce68] {
  background-color: #eee;
  position: relative;
}
.left[data-v-aeb2ce68] {
  position: relative;
  z-index: 1;
}
.left img[data-v-aeb2ce68] {
    height: 99.6vh;
}
.main[data-v-aeb2ce68] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-aeb2ce68] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-aeb2ce68] {
  margin-bottom: 6vh;
}
h1[data-v-aeb2ce68] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-aeb2ce68] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-aeb2ce68] {
  width: 30vw;
}
p[data-v-aeb2ce68] {
  color: #333;
}
.loginButton[data-v-aeb2ce68] {
  width: 100%;
}
.registerSty[data-v-aeb2ce68] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-aeb2ce68] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-aeb2ce68] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-aeb2ce68] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-aeb2ce68] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-aeb2ce68] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-aeb2ce68] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-aeb2ce68] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-aeb2ce68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-aeb2ce68] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-aeb2ce68] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-aeb2ce68]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-aeb2ce68] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-aeb2ce68] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-aeb2ce68] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-aeb2ce68] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-aeb2ce68] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-aeb2ce68] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-aeb2ce68] {
    color: black;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-aeb2ce68] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-aeb2ce68] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-aeb2ce68] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-aeb2ce68] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-aeb2ce68] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-aeb2ce68] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-aeb2ce68] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-aeb2ce68] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-aeb2ce68] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-aeb2ce68] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-aeb2ce68] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-aeb2ce68] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-aeb2ce68] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-aeb2ce68] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-aeb2ce68] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-aeb2ce68] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-aeb2ce68] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-aeb2ce68] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-aeb2ce68] .open-lock-div {
  width: 100%;
}
[data-v-aeb2ce68] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-aeb2ce68] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-aeb2ce68] .close-lock-btn {
  width: 100%;
}
[data-v-aeb2ce68] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-aeb2ce68] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-aeb2ce68] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-aeb2ce68] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-aeb2ce68] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-aeb2ce68] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-aeb2ce68] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-aeb2ce68] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-aeb2ce68] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-aeb2ce68] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-aeb2ce68] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-aeb2ce68] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-aeb2ce68] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-aeb2ce68] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-aeb2ce68] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-aeb2ce68] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-aeb2ce68] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-aeb2ce68] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-aeb2ce68] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-aeb2ce68] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-aeb2ce68] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-aeb2ce68] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-aeb2ce68] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-aeb2ce68] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-aeb2ce68] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-aeb2ce68] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-aeb2ce68] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-aeb2ce68] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-aeb2ce68] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-aeb2ce68] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-aeb2ce68] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-aeb2ce68]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-aeb2ce68]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-aeb2ce68] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-aeb2ce68] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-aeb2ce68] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-aeb2ce68] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-aeb2ce68] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-aeb2ce68] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-aeb2ce68] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-aeb2ce68] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-aeb2ce68] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-aeb2ce68] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-aeb2ce68] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-aeb2ce68] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-aeb2ce68] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-aeb2ce68] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-aeb2ce68] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-aeb2ce68] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-aeb2ce68] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-aeb2ce68] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-aeb2ce68] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-aeb2ce68] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-aeb2ce68] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-aeb2ce68] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-aeb2ce68] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-aeb2ce68] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-aeb2ce68] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-aeb2ce68] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-aeb2ce68] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-aeb2ce68] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-aeb2ce68] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-aeb2ce68] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-aeb2ce68] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-aeb2ce68] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-aeb2ce68] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-aeb2ce68]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-aeb2ce68] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  background: white;
}
#route-dialog #route_map[data-v-aeb2ce68] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-aeb2ce68] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-aeb2ce68] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-aeb2ce68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-aeb2ce68] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-aeb2ce68] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-aeb2ce68] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-aeb2ce68] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-aeb2ce68] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-aeb2ce68] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-aeb2ce68] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-aeb2ce68] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#route-index[data-v-aeb2ce68] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-aeb2ce68] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-aeb2ce68] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-aeb2ce68] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-aeb2ce68] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-aeb2ce68] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-aeb2ce68] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-aeb2ce68] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-aeb2ce68] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-aeb2ce68] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-aeb2ce68] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-aeb2ce68] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-aeb2ce68] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-aeb2ce68] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-aeb2ce68] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-aeb2ce68] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-aeb2ce68] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-aeb2ce68] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-aeb2ce68] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-aeb2ce68] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-aeb2ce68] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-aeb2ce68] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-aeb2ce68] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-aeb2ce68] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-aeb2ce68] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-aeb2ce68] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-aeb2ce68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-aeb2ce68] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-aeb2ce68] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-aeb2ce68]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-aeb2ce68] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-aeb2ce68] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-aeb2ce68] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-aeb2ce68] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-aeb2ce68] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-aeb2ce68]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-aeb2ce68] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-aeb2ce68] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-aeb2ce68] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-aeb2ce68] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-aeb2ce68] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-aeb2ce68] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-aeb2ce68] .button-size span {
    font-size: 1.75rem;
}
[data-v-aeb2ce68] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-aeb2ce68] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-aeb2ce68] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-aeb2ce68] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-aeb2ce68] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-aeb2ce68] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-aeb2ce68] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-aeb2ce68] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-aeb2ce68] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-aeb2ce68] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-aeb2ce68] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-aeb2ce68] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-aeb2ce68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-aeb2ce68] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission[data-v-aeb2ce68] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-aeb2ce68]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-aeb2ce68] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-aeb2ce68] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-aeb2ce68]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-aeb2ce68] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-aeb2ce68] {
      color: #ffffff;
}
#permission .manage[data-v-aeb2ce68] {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon[data-v-aeb2ce68] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-aeb2ce68] {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2[data-v-aeb2ce68] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-aeb2ce68] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy[data-v-aeb2ce68] {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player[data-v-aeb2ce68] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-aeb2ce68] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-aeb2ce68] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-aeb2ce68] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-aeb2ce68] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-aeb2ce68] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-aeb2ce68] {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator[data-v-aeb2ce68]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-aeb2ce68] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account[data-v-aeb2ce68] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-aeb2ce68] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-aeb2ce68] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-aeb2ce68] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn[data-v-aeb2ce68] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0[data-v-aeb2ce68] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-aeb2ce68] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-aeb2ce68] .button-size span {
    font-size: 1.75rem;
}
[data-v-aeb2ce68] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-aeb2ce68] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map[data-v-aeb2ce68] {
  position: relative;
}
#account-auth-map #area-auth[data-v-aeb2ce68] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-aeb2ce68] {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button[data-v-aeb2ce68] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container[data-v-aeb2ce68] {
  font-family: inherit;
}
#account-auth-map .leaflet-popup[data-v-aeb2ce68] {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container[data-v-aeb2ce68] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip[data-v-aeb2ce68] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button[data-v-aeb2ce68] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled[data-v-aeb2ce68] {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container[data-v-aeb2ce68] {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane[data-v-aeb2ce68] {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane[data-v-aeb2ce68] {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane[data-v-aeb2ce68] {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane[data-v-aeb2ce68] {
  z-index: 500;
}
#account-auth-map .marker-cluster[data-v-aeb2ce68] {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small[data-v-aeb2ce68],
#account-auth-map .marker-cluster-medium[data-v-aeb2ce68],
#account-auth-map .marker-cluster-large[data-v-aeb2ce68] {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content[data-v-aeb2ce68] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul[data-v-aeb2ce68] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li[data-v-aeb2ce68] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-aeb2ce68]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span[data-v-aeb2ce68]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip[data-v-aeb2ce68] {
  background: white;
}
.leaflet-pm-toolbar[data-v-aeb2ce68] {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container[data-v-aeb2ce68] {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button[data-v-aeb2ce68] {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon[data-v-aeb2ce68] {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button[data-v-aeb2ce68] {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button[data-v-aeb2ce68] {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container[data-v-aeb2ce68] {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button[data-v-aeb2ce68],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active[data-v-aeb2ce68] {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon[data-v-aeb2ce68],
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon[data-v-aeb2ce68] {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor[data-v-aeb2ce68] {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container[data-v-aeb2ce68] {
  cursor: default;
}
.draw-tip-label[data-v-aeb2ce68] {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label[data-v-aeb2ce68]::before {
  border: none !important;
}
.draw-tip-label[data-v-aeb2ce68]::after {
  border: none !important;
}
#area-auth .leaflet-tooltip[data-v-aeb2ce68]:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip[data-v-aeb2ce68] {
  display: none !important;
}
#area-auth .pm-tooltip[data-v-aeb2ce68] {
  display: none !important;
}
#auth-dialog .el-dialog__body[data-v-aeb2ce68] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-aeb2ce68] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-aeb2ce68] {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox[data-v-aeb2ce68] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease[data-v-aeb2ce68],
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase[data-v-aeb2ce68] {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog[data-v-aeb2ce68] {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth[data-v-aeb2ce68] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-aeb2ce68] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-aeb2ce68] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-aeb2ce68] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-aeb2ce68] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-aeb2ce68] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-aeb2ce68] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body[data-v-aeb2ce68] {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup[data-v-aeb2ce68] {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper[data-v-aeb2ce68] {
  z-index: 3001 !important;
}
.leaflet-popup-pane[data-v-aeb2ce68] {
  z-index: 2000 !important;
}
.leaflet-control-container[data-v-aeb2ce68] {
  z-index: 1500 !important;
}
.leaflet-marker-pane[data-v-aeb2ce68] {
  z-index: 600 !important;
}
.leaflet-overlay-pane[data-v-aeb2ce68] {
  z-index: 400 !important;
}
.auth-dialog-footer[data-v-aeb2ce68] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog ::v-deep .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog ::v-deep .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog ::v-deep .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen:before {
  content: "\e719";
}
#message-dialog .message-body {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body ::v-deep .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#terminal .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#permission {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2 {
      color: #ffffff;
}
#permission .smart-terminal:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1 {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2 {
      color: #ffffff;
}
#permission .manage {
    cursor: pointer;
    text-align: center;
    background-color: #2CD8D5;
    width: 31.25rem;
    height: 31.25rem;
    place-self: center;
    border-radius: 1.25rem;
    box-shadow: #c5c3c3 5rem 5rem 1.25rem;
    transition-duration: 0.5s;
    transform: scale(1);
    /*
        .m-1:hover {
          margin: 80px auto;
          padding: 10px;
          width: 80%;
          color: #ffffff;
          border: none;
          font-size: 90px;
          font-weight: 700;
          letter-spacing: 5px;
          text-shadow: 4.5px 4.5px #2260B1;
        }*/
}
#permission .manage .m-icon {
      margin: 1.25rem;
}
#permission .manage .m-1 {
      margin: 0 auto;
      padding: 0.625rem;
      width: 80%;
      color: #f38500;
      border: none;
      font-size: 3.75rem;
      font-weight: 700;
      letter-spacing: 0.3125rem;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .manage .m-2 {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#permission .typcn--weather-cloudy {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    color: white;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 19H6c-2.206 0-4-1.794-4-4a4.01 4.01 0 0 1 3.001-3.874L5 11c0-3.309 2.691-6 6-6a5.97 5.97 0 0 1 5.65 4.015C19.592 8.769 22 11.128 22 14c0 2.757-2.243 5-5 5M5.905 12.994C4.897 13 4 13.897 4 15s.897 2 2 2h11c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.243 0-.5.041-.81.13l-1.075.307l-.186-1.103A3.98 3.98 0 0 0 11 7a4.004 4.004 0 0 0-3.918 4.811l.244 1.199z' stroke-width='1.3' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.vue-sound-wrapper .vue-sound__player {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper {
    background: transparent;
    position: relative;
    width: 15.625rem;
    display: inline-block;
    background: #e0dcd7;
    height: 0.1875rem;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-separator::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#account {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#account .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#account .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#account .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#account-auth-map {
  position: relative;
}
#account-auth-map #area-auth {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn {
    position: absolute;
    top: 20%;
    left: 42vw;
    background-color: #ffffff;
    width: 15.625rem;
    height: 2.5rem;
    border: 0.5px solid darkgray;
    border-radius: 0.3125rem;
    box-shadow: 0.625rem 0.625rem 0.9375rem #262626;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}
#account-auth-map .area-auth-btn .el-button {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .leaflet-container {
  font-family: inherit;
}
#account-auth-map .leaflet-popup {
  z-index: 3000 !important;
}
#account-auth-map .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#account-auth-map .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#account-auth-map .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#account-auth-map .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#account-auth-map .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#account-auth-map .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#account-auth-map .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#account-auth-map .leaflet-popup-pane {
  z-index: 700;
}
#account-auth-map .leaflet-marker-pane {
  z-index: 600;
}
#account-auth-map .leaflet-overlay-pane {
  z-index: 400;
}
#account-auth-map .leaflet-shadow-pane {
  z-index: 500;
}
#account-auth-map .marker-cluster {
  background-color: transparent !important;
}
#account-auth-map .marker-cluster-small,
#account-auth-map .marker-cluster-medium,
#account-auth-map .marker-cluster-large {
  background-color: transparent !important;
}
.area-auth-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 28.75rem;
}
.area-auth-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-auth-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
}
.area-auth-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.area-auth-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
}
.area-auth-info-popup .leaflet-popup-tip {
  background: white;
}
.leaflet-pm-toolbar {
  display: flex !important;
  flex-direction: row !important;
}
.leaflet-pm-toolbar .button-container {
    display: inline-block !important;
    float: none !important;
}
.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
      border-radius: 0 !important;
      border-bottom: none !important;
      width: 3.625rem !important;
      height: 3.625rem !important;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
      box-sizing: border-box !important;
}
.leaflet-pm-toolbar .button-container .control-icon {
      width: 2.5rem !important;
      height: 2.5rem !important;
      background-size: 2rem 2rem !important;
}
.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button {
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.leaflet-pm-toolbar .leaflet-pm-actions-container {
    display: none !important;
}
.leaflet-pm-toolbar .button-container.active a.leaflet-buttons-control-button,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active {
    background-color: #3388ff !important;
}
.leaflet-pm-toolbar .button-container.active .control-icon,
  .leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button.active .control-icon {
    filter: brightness(0) invert(1) !important;
}
.leaflet-container.geoman-draw-cursor {
  cursor: crosshair !important;
}
#account-auth-map .leaflet-container {
  cursor: default;
}
.draw-tip-label {
  border-radius: 0.25rem !important;
  background: #FF8C00 !important;
  border: 0.625rem solid #0EC7A0 !important;
  color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  padding-top: 0.5rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.375rem !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}
.draw-tip-label::before {
  border: none !important;
}
.draw-tip-label::after {
  border: none !important;
}
#area-auth .leaflet-tooltip:not(.draw-tip-label) {
  display: none !important;
}
#area-auth .leaflet-draw-tooltip {
  display: none !important;
}
#area-auth .pm-tooltip {
  display: none !important;
}
#auth-dialog .el-dialog__body {
  height: 31.25rem;
}
#auth-dialog .check-box-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox {
    display: inline-block;
    margin: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0.625rem 0.625rem 1.25rem darkgray;
    border: 0.2px darkgray dashed;
}
#auth-dialog .check-box-product .checkbox .el-checkbox {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__decrease,
#auth-unlock-dialog .auth-count .el-input-number .el-input-number__increase {
  top: auto !important;
  bottom: 0.375rem !important;
  height: 1.625rem !important;
}
#auth-unlock-dialog {
  /*  .unlock-auth-2 {
      width: 74%;
      height: 400px;
      font-size: 18px;
      color: black;
      display: grid;
      grid-template-rows:  repeat(4, 1fr);
      margin: 0 auto;
    }*/
  /*  .unlock-auth-others {
      font-size: 18px;
      color: black;

      .auth-type, .auth-time {
        margin-bottom: 20px;
      }
    }*/
}
#auth-unlock-dialog .unlock-auth {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
.auth-dialog-map-container .el-dialog__body {
  overflow: visible !important;
  position: relative;
}
.leaflet-popup {
  z-index: 3000 !important;
}
.leaflet-popup-content-wrapper {
  z-index: 3001 !important;
}
.leaflet-popup-pane {
  z-index: 2000 !important;
}
.leaflet-control-container {
  z-index: 1500 !important;
}
.leaflet-marker-pane {
  z-index: 600 !important;
}
.leaflet-overlay-pane {
  z-index: 400 !important;
}
.auth-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}

@charset "UTF-8";
*[data-v-3465da5b] {
  touch-action: none;
}
#app1[data-v-3465da5b] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-3465da5b] {
  display: none;
}
.cancelSty[data-v-3465da5b] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-3465da5b] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-3465da5b]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-3465da5b]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-3465da5b] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-3465da5b]:hover {
    background-color: #409eff;
}
.notify-success[data-v-3465da5b] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-3465da5b] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-3465da5b] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-3465da5b] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-3465da5b] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-3465da5b] {
  color: #000000;
}
.el-table__cell[data-v-3465da5b] {
  color: black;
}
.el-tabs__nav[data-v-3465da5b] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-3465da5b] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-3465da5b]:hover {
  animation-name: ani-3465da5b;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-3465da5b {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-3465da5b] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-3465da5b] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-3465da5b] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-3465da5b]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-3465da5b]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-3465da5b]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-3465da5b] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-3465da5b] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-3465da5b] {
  background-color: #eee;
  position: relative;
}
.left[data-v-3465da5b] {
  position: relative;
  z-index: 1;
}
.left img[data-v-3465da5b] {
    height: 99.6vh;
}
.main[data-v-3465da5b] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-3465da5b] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-3465da5b] {
  margin-bottom: 6vh;
}
h1[data-v-3465da5b] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-3465da5b] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-3465da5b] {
  width: 30vw;
}
p[data-v-3465da5b] {
  color: #333;
}
.loginButton[data-v-3465da5b] {
  width: 100%;
}
.registerSty[data-v-3465da5b] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-3465da5b] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-3465da5b] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-3465da5b] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-3465da5b] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-3465da5b] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-3465da5b] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-3465da5b] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-3465da5b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-3465da5b] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-3465da5b] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-3465da5b]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-3465da5b] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-3465da5b] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-3465da5b] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-3465da5b] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-3465da5b] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-3465da5b] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-3465da5b] {
    color: black;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-3465da5b] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-3465da5b] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-3465da5b] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-3465da5b] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-3465da5b] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-3465da5b] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-3465da5b] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-3465da5b] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-3465da5b] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-3465da5b] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-3465da5b] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-3465da5b] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-3465da5b] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-3465da5b] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-3465da5b] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-3465da5b] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-3465da5b] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-3465da5b] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-3465da5b] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-3465da5b] .open-lock-div {
  width: 100%;
}
[data-v-3465da5b] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-3465da5b] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-3465da5b] .close-lock-btn {
  width: 100%;
}
[data-v-3465da5b] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-3465da5b] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-3465da5b] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-3465da5b] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-3465da5b] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-3465da5b] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-3465da5b] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-3465da5b] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-3465da5b] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-3465da5b] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-3465da5b] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-3465da5b] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-3465da5b] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-3465da5b] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-3465da5b] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-3465da5b] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-3465da5b] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-3465da5b] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-3465da5b] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-3465da5b] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-3465da5b] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-3465da5b] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-3465da5b] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-3465da5b] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-3465da5b] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-3465da5b] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-3465da5b] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-3465da5b] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-3465da5b] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-3465da5b] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-3465da5b] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-3465da5b] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-3465da5b] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-3465da5b]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-3465da5b]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-3465da5b] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-3465da5b] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-3465da5b] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-3465da5b] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-3465da5b] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-3465da5b] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-3465da5b] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-3465da5b] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-3465da5b] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-3465da5b] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-3465da5b] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-3465da5b] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-3465da5b] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-3465da5b] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-3465da5b] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-3465da5b] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-3465da5b] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-3465da5b] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-3465da5b] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-3465da5b] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-3465da5b] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-3465da5b] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-3465da5b] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-3465da5b] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-3465da5b] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-3465da5b] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-3465da5b] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-3465da5b] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-3465da5b] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-3465da5b] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-3465da5b] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-3465da5b] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-3465da5b] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-3465da5b] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-3465da5b] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-3465da5b] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-3465da5b] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-3465da5b] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-3465da5b]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-3465da5b] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-3465da5b] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-3465da5b] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-3465da5b] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-3465da5b] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-3465da5b] {
  background: white;
}
#route-dialog #route_map[data-v-3465da5b] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-3465da5b] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-3465da5b] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-3465da5b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-3465da5b] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-3465da5b] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-3465da5b] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-3465da5b] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-3465da5b] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-3465da5b] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-3465da5b] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-3465da5b] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-3465da5b] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-3465da5b] {
    margin: 0.3125rem;
}
#route-index[data-v-3465da5b] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-3465da5b] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-3465da5b] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-3465da5b] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-3465da5b] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-3465da5b] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-3465da5b] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-3465da5b] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-3465da5b] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-3465da5b] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-3465da5b] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-3465da5b] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-3465da5b] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-3465da5b] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-3465da5b] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-3465da5b] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-3465da5b] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-3465da5b] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-3465da5b] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-3465da5b] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-3465da5b] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-3465da5b] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-3465da5b] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-3465da5b] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-3465da5b] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-3465da5b] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-3465da5b] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-3465da5b] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-3465da5b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-3465da5b] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-3465da5b] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-3465da5b]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-3465da5b] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-3465da5b] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-3465da5b] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-3465da5b] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-3465da5b] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-3465da5b]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-3465da5b] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-3465da5b] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-3465da5b] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-3465da5b] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-3465da5b] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-3465da5b] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-3465da5b] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-3465da5b] .button-size span {
    font-size: 1.75rem;
}
[data-v-3465da5b] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-3465da5b] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-3465da5b] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-3465da5b] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-3465da5b] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-3465da5b] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-3465da5b] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-3465da5b] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-3465da5b] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-3465da5b] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-3465da5b] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-3465da5b] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-3465da5b] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-3465da5b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-3465da5b] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}

@charset "UTF-8";
*[data-v-c0125f0e] {
  touch-action: none;
}
#app1[data-v-c0125f0e] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-c0125f0e] {
  display: none;
}
.cancelSty[data-v-c0125f0e] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-c0125f0e] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-c0125f0e]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-c0125f0e]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-c0125f0e] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-c0125f0e]:hover {
    background-color: #409eff;
}
.notify-success[data-v-c0125f0e] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-c0125f0e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-c0125f0e] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-c0125f0e] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-c0125f0e] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-c0125f0e] {
  color: #000000;
}
.el-table__cell[data-v-c0125f0e] {
  color: black;
}
.el-tabs__nav[data-v-c0125f0e] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-c0125f0e] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-c0125f0e]:hover {
  animation-name: ani-c0125f0e;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-c0125f0e {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-c0125f0e] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-c0125f0e] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-c0125f0e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-c0125f0e]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-c0125f0e]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-c0125f0e]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-c0125f0e] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-c0125f0e] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-c0125f0e] {
  background-color: #eee;
  position: relative;
}
.left[data-v-c0125f0e] {
  position: relative;
  z-index: 1;
}
.left img[data-v-c0125f0e] {
    height: 99.6vh;
}
.main[data-v-c0125f0e] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-c0125f0e] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-c0125f0e] {
  margin-bottom: 6vh;
}
h1[data-v-c0125f0e] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-c0125f0e] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-c0125f0e] {
  width: 30vw;
}
p[data-v-c0125f0e] {
  color: #333;
}
.loginButton[data-v-c0125f0e] {
  width: 100%;
}
.registerSty[data-v-c0125f0e] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-c0125f0e] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-c0125f0e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-c0125f0e] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-c0125f0e] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-c0125f0e] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-c0125f0e] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-c0125f0e] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-c0125f0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-c0125f0e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-c0125f0e] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-c0125f0e]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-c0125f0e] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-c0125f0e] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-c0125f0e] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-c0125f0e] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-c0125f0e] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-c0125f0e] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-c0125f0e] {
    color: black;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-c0125f0e] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-c0125f0e] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-c0125f0e] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-c0125f0e] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-c0125f0e] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-c0125f0e] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-c0125f0e] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-c0125f0e] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-c0125f0e] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-c0125f0e] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-c0125f0e] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-c0125f0e] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-c0125f0e] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-c0125f0e] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-c0125f0e] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-c0125f0e] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-c0125f0e] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-c0125f0e] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-c0125f0e] .open-lock-div {
  width: 100%;
}
[data-v-c0125f0e] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-c0125f0e] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-c0125f0e] .close-lock-btn {
  width: 100%;
}
[data-v-c0125f0e] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-c0125f0e] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-c0125f0e] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-c0125f0e] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-c0125f0e] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-c0125f0e] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-c0125f0e] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-c0125f0e] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-c0125f0e] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-c0125f0e] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-c0125f0e] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-c0125f0e] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-c0125f0e] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-c0125f0e] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-c0125f0e] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-c0125f0e] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-c0125f0e] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-c0125f0e] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-c0125f0e] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-c0125f0e] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-c0125f0e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-c0125f0e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-c0125f0e] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-c0125f0e] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-c0125f0e] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-c0125f0e] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-c0125f0e] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-c0125f0e] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-c0125f0e] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-c0125f0e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-c0125f0e] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-c0125f0e]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-c0125f0e]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-c0125f0e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-c0125f0e] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-c0125f0e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-c0125f0e] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-c0125f0e] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-c0125f0e] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-c0125f0e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-c0125f0e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-c0125f0e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-c0125f0e] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-c0125f0e] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-c0125f0e] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-c0125f0e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-c0125f0e] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-c0125f0e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-c0125f0e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-c0125f0e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-c0125f0e] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-c0125f0e] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-c0125f0e] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-c0125f0e] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-c0125f0e] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-c0125f0e] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-c0125f0e] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-c0125f0e] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-c0125f0e] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-c0125f0e] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-c0125f0e] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-c0125f0e] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-c0125f0e] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-c0125f0e] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-c0125f0e] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-c0125f0e] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-c0125f0e] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-c0125f0e] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-c0125f0e] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-c0125f0e]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-c0125f0e] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-c0125f0e] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-c0125f0e] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-c0125f0e] {
  background: white;
}
#route-dialog #route_map[data-v-c0125f0e] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-c0125f0e] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-c0125f0e] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-c0125f0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-c0125f0e] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-c0125f0e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-c0125f0e] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-c0125f0e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-c0125f0e] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-c0125f0e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-c0125f0e] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-c0125f0e] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-c0125f0e] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-c0125f0e] {
    margin: 0.3125rem;
}
#route-index[data-v-c0125f0e] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-c0125f0e] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-c0125f0e] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-c0125f0e] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-c0125f0e] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-c0125f0e] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div[data-v-c0125f0e] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-c0125f0e] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-c0125f0e] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images[data-v-c0125f0e] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-c0125f0e] {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper[data-v-c0125f0e] {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content[data-v-c0125f0e] {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map[data-v-c0125f0e] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-c0125f0e] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-c0125f0e] .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog[data-v-c0125f0e] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-c0125f0e] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-c0125f0e] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-c0125f0e] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-c0125f0e] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-c0125f0e] {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error[data-v-c0125f0e] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-c0125f0e] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox[data-v-c0125f0e] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog[data-v-c0125f0e] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-c0125f0e] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-c0125f0e] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-c0125f0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu[data-v-c0125f0e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-c0125f0e] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-c0125f0e]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-c0125f0e] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-c0125f0e] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-c0125f0e] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-c0125f0e] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-c0125f0e] {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox[data-v-c0125f0e]:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal[data-v-c0125f0e] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal[data-v-c0125f0e] .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button[data-v-c0125f0e] {
    margin: 0.3125rem;
}
#terminal .user-list-div-0[data-v-c0125f0e] {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn[data-v-c0125f0e] {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0[data-v-c0125f0e] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-c0125f0e] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-c0125f0e] .button-size span {
    font-size: 1.75rem;
}
[data-v-c0125f0e] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-c0125f0e] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record[data-v-c0125f0e] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-c0125f0e] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-c0125f0e] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-c0125f0e] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-c0125f0e] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-c0125f0e] {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-c0125f0e] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-c0125f0e] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-c0125f0e] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-c0125f0e] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-c0125f0e] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-c0125f0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu[data-v-c0125f0e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}


#alarm-record[data-v-4236a30c] {

  /*滚动条整体部分*/
[data-v-4236a30c]::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 1rem;
    height: 1rem;
}

  /*滚动条两端的按钮*/
[data-v-4236a30c]::-webkit-scrollbar-button {
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: #F5F5F5;
}


  /*外层轨道*/
[data-v-4236a30c]::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: #555;
}
[data-v-4236a30c] .el-form-item__label {
    width: 12.5rem;
}
}



#operate-record[data-v-c44debb2] {
  height: 100%;
  width: 100%;
[data-v-c44debb2] .el-form-item__label {
    width: 11.25rem;
}
}


#expand-record[data-v-c3801c62] {
  overflow: auto;
[data-v-c3801c62] .el-form-item__label {
    width: 12.5rem;
}
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#route-index ::v-deep .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index ::v-deep .button-size span {
      font-size: 1.75rem;
}
#route-index ::v-deep .button-size i {
      font-size: 1.75rem;
}
#player {
  width: 100%;
  height: 100%;
}
#player .player-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#video-dialog .video-div {
  position: relative;
}
#video-dialog .video-div #videoDom {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#alarm-detail-dialog .alarm-images {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image {
    margin: 1.25rem;
}
.relocate-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.relocate-info-popup .leaflet-popup-content {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑', sans-serif;
}
#re-locate-dialog #re-locate-map {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog ::v-deep .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog ::v-deep .info-window span {
    display: inline-block;
}
#alarm-push-setting-dialog .el-dialog {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list {
  height: 35vh;
  overflow-y: auto;
  border: 0.2px solid darkgray;
  border-radius: 0.3125rem;
}
#alarm-push-setting-inner-dialog .user-list .el-icon-error {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  gap: 0.625rem;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  padding-left: 0.625rem;
  border-radius: 0.25rem;
}
#alarm-push-setting-inner-dialog .device-checkbox {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#message-dialog ::v-deep .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog ::v-deep .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog ::v-deep .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#message-dialog .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen:before {
  content: "\e719";
}
#message-dialog .message-body {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body ::v-deep .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#watch-alarm-push-dialog .custom-checkbox {
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #dcdfe6;
  transition: all 0.3s ease;
}
#watch-alarm-push-dialog .custom-checkbox:hover {
    border-color: #409eff;
    box-shadow: 0 0.125rem 0.25rem rgba(64, 158, 255, 0.1);
}
#terminal {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#terminal ::v-deep .el-form-item__label {
    width: 11.25rem;
}
#terminal .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#terminal .user-list-div-0 {
    width: 100%;
    min-height: 30vh;
    margin: 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#terminal .user-list-div-0 .user-list-btn {
      width: 18.75rem;
      height: 5rem;
      margin: 3.125rem;
      cursor: pointer;
      text-align: center;
      line-height: 5rem;
      background-color: #2CD8D5;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.3125rem;
      color: white;
      border-radius: 0.625rem;
      box-shadow: #ffffff 0.625rem 0.625rem 0.3125rem;
      transition-duration: 0.5s;
      transform: scale(1);
}
#terminal .user-list-div-0 .user-list-btn-0 :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
::v-deep .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
::v-deep .button-size span {
    font-size: 1.75rem;
}
::v-deep .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#record {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll {
    background-color: #4198f3;
}
#ledger-setting .el-dialog .el-checkbox-group {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ledger-setting .avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}

@charset "UTF-8";
*[data-v-4ec52ee5] {
  touch-action: none;
}
#app1[data-v-4ec52ee5] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4ec52ee5] {
  display: none;
}
.cancelSty[data-v-4ec52ee5] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4ec52ee5] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4ec52ee5]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4ec52ee5]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4ec52ee5] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4ec52ee5]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4ec52ee5] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4ec52ee5] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4ec52ee5] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4ec52ee5] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4ec52ee5] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4ec52ee5] {
  color: #000000;
}
.el-table__cell[data-v-4ec52ee5] {
  color: black;
}
.el-tabs__nav[data-v-4ec52ee5] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4ec52ee5] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4ec52ee5]:hover {
  animation-name: ani-4ec52ee5;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4ec52ee5 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4ec52ee5] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4ec52ee5] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4ec52ee5] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4ec52ee5]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4ec52ee5]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4ec52ee5]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4ec52ee5] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4ec52ee5] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4ec52ee5] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4ec52ee5] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4ec52ee5] {
    height: 99.6vh;
}
.main[data-v-4ec52ee5] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4ec52ee5] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4ec52ee5] {
  margin-bottom: 6vh;
}
h1[data-v-4ec52ee5] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4ec52ee5] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4ec52ee5] {
  width: 30vw;
}
p[data-v-4ec52ee5] {
  color: #333;
}
.loginButton[data-v-4ec52ee5] {
  width: 100%;
}
.registerSty[data-v-4ec52ee5] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4ec52ee5] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4ec52ee5] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4ec52ee5] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4ec52ee5] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4ec52ee5] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4ec52ee5] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4ec52ee5] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4ec52ee5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4ec52ee5] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4ec52ee5] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4ec52ee5]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4ec52ee5] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4ec52ee5] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4ec52ee5] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4ec52ee5] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4ec52ee5] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4ec52ee5] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4ec52ee5] {
    color: black;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4ec52ee5] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4ec52ee5] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4ec52ee5] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4ec52ee5] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4ec52ee5] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4ec52ee5] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4ec52ee5] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4ec52ee5] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4ec52ee5] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4ec52ee5] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4ec52ee5] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4ec52ee5] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4ec52ee5] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4ec52ee5] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4ec52ee5] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4ec52ee5] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4ec52ee5] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4ec52ee5] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4ec52ee5] .open-lock-div {
  width: 100%;
}
[data-v-4ec52ee5] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4ec52ee5] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4ec52ee5] .close-lock-btn {
  width: 100%;
}
[data-v-4ec52ee5] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4ec52ee5] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4ec52ee5] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4ec52ee5] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4ec52ee5] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4ec52ee5] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4ec52ee5] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4ec52ee5] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4ec52ee5] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4ec52ee5] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4ec52ee5] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4ec52ee5] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4ec52ee5] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4ec52ee5] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4ec52ee5] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4ec52ee5] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4ec52ee5] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4ec52ee5] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4ec52ee5] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4ec52ee5] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4ec52ee5] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4ec52ee5] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4ec52ee5] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4ec52ee5] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4ec52ee5] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4ec52ee5] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4ec52ee5] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4ec52ee5] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4ec52ee5] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4ec52ee5] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4ec52ee5] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4ec52ee5]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4ec52ee5]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4ec52ee5] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4ec52ee5] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4ec52ee5] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4ec52ee5] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4ec52ee5] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4ec52ee5] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4ec52ee5] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4ec52ee5] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4ec52ee5] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4ec52ee5] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4ec52ee5] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4ec52ee5] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4ec52ee5] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4ec52ee5] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4ec52ee5] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4ec52ee5] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4ec52ee5] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4ec52ee5] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4ec52ee5] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4ec52ee5] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4ec52ee5] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4ec52ee5] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4ec52ee5] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4ec52ee5] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4ec52ee5] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4ec52ee5] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4ec52ee5] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4ec52ee5] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4ec52ee5] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4ec52ee5] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4ec52ee5] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4ec52ee5] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4ec52ee5] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4ec52ee5] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4ec52ee5] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4ec52ee5] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4ec52ee5]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4ec52ee5] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4ec52ee5] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4ec52ee5] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4ec52ee5] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4ec52ee5] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4ec52ee5] {
  background: white;
}
#route-dialog #route_map[data-v-4ec52ee5] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4ec52ee5] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4ec52ee5] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4ec52ee5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4ec52ee5] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4ec52ee5] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4ec52ee5] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4ec52ee5] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4ec52ee5] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4ec52ee5] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4ec52ee5] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4ec52ee5] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form {
    margin-top: 0.625rem;
}
#cable .search-form ::v-deep .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form ::v-deep .button-size span {
        font-size: 1.75rem;
}
#cable .search-form ::v-deep .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container {
  font-family: inherit;
}
#route-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container {
  display: none;
}
.operation-popup .leaflet-popup-tip {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip {
  background: white;
}
#route-dialog #route_map {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog ::v-deep .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}

@charset "UTF-8";
*[data-v-571d9346] {
  touch-action: none;
}
#app1[data-v-571d9346] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-571d9346] {
  display: none;
}
.cancelSty[data-v-571d9346] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-571d9346] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-571d9346]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-571d9346]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-571d9346] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-571d9346]:hover {
    background-color: #409eff;
}
.notify-success[data-v-571d9346] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-571d9346] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-571d9346] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-571d9346] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-571d9346] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-571d9346] {
  color: #000000;
}
.el-table__cell[data-v-571d9346] {
  color: black;
}
.el-tabs__nav[data-v-571d9346] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-571d9346] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-571d9346]:hover {
  animation-name: ani-571d9346;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-571d9346 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-571d9346] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-571d9346] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-571d9346] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-571d9346]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-571d9346]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-571d9346]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-571d9346] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-571d9346] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-571d9346] {
  background-color: #eee;
  position: relative;
}
.left[data-v-571d9346] {
  position: relative;
  z-index: 1;
}
.left img[data-v-571d9346] {
    height: 99.6vh;
}
.main[data-v-571d9346] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-571d9346] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-571d9346] {
  margin-bottom: 6vh;
}
h1[data-v-571d9346] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-571d9346] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-571d9346] {
  width: 30vw;
}
p[data-v-571d9346] {
  color: #333;
}
.loginButton[data-v-571d9346] {
  width: 100%;
}
.registerSty[data-v-571d9346] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-571d9346] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-571d9346] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-571d9346] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-571d9346] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-571d9346] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-571d9346] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-571d9346] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-571d9346] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-571d9346] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-571d9346] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-571d9346]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-571d9346] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-571d9346] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-571d9346] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-571d9346] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-571d9346] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-571d9346] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-571d9346] {
    color: black;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-571d9346] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-571d9346] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-571d9346] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-571d9346] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-571d9346] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-571d9346] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-571d9346] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-571d9346] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-571d9346] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-571d9346] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-571d9346] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-571d9346] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-571d9346] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-571d9346] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-571d9346] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-571d9346] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-571d9346] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-571d9346] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-571d9346] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-571d9346] .open-lock-div {
  width: 100%;
}
[data-v-571d9346] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-571d9346] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-571d9346] .close-lock-btn {
  width: 100%;
}
[data-v-571d9346] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-571d9346] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-571d9346] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-571d9346] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-571d9346] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-571d9346] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-571d9346] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-571d9346] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-571d9346] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-571d9346] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-571d9346] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-571d9346] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-571d9346] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-571d9346] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-571d9346] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-571d9346] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-571d9346] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-571d9346] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-571d9346] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-571d9346] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-571d9346] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-571d9346] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-571d9346] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-571d9346] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-571d9346] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-571d9346] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-571d9346] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-571d9346] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-571d9346] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-571d9346] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-571d9346] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-571d9346] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-571d9346] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-571d9346]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-571d9346]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-571d9346] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-571d9346] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-571d9346] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-571d9346] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-571d9346] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-571d9346] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-571d9346] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-571d9346] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-571d9346] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-571d9346] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-571d9346] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-571d9346] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-571d9346] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-571d9346] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-571d9346] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-571d9346] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-571d9346] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-571d9346] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-571d9346] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-571d9346] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-571d9346] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-571d9346] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-571d9346] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-571d9346] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-571d9346] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-571d9346] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-571d9346] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-571d9346] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-571d9346] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-571d9346] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-571d9346] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-571d9346] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-571d9346] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-571d9346] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-571d9346] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-571d9346] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-571d9346] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-571d9346] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-571d9346]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-571d9346] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-571d9346] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-571d9346] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-571d9346] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-571d9346] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-571d9346] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-571d9346] {
  background: white;
}
#route-dialog #route_map[data-v-571d9346] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-571d9346] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-571d9346] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-571d9346] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-571d9346] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-571d9346] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-571d9346] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-571d9346] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-571d9346] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-571d9346] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-571d9346] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-571d9346] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-571d9346] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-571d9346] {
    margin: 0.3125rem;
}
#route-index[data-v-571d9346] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-571d9346] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-571d9346] .button-size i {
      font-size: 1.75rem;
}

@charset "UTF-8";
*[data-v-449886f4] {
  touch-action: none;
}
#app1[data-v-449886f4] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-449886f4] {
  display: none;
}
.cancelSty[data-v-449886f4] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-449886f4] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-449886f4]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-449886f4]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-449886f4] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-449886f4]:hover {
    background-color: #409eff;
}
.notify-success[data-v-449886f4] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-449886f4] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-449886f4] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-449886f4] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-449886f4] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-449886f4] {
  color: #000000;
}
.el-table__cell[data-v-449886f4] {
  color: black;
}
.el-tabs__nav[data-v-449886f4] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-449886f4] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-449886f4]:hover {
  animation-name: ani-449886f4;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-449886f4 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-449886f4] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-449886f4] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-449886f4] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-449886f4]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-449886f4]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-449886f4]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-449886f4] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-449886f4] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-449886f4] {
  background-color: #eee;
  position: relative;
}
.left[data-v-449886f4] {
  position: relative;
  z-index: 1;
}
.left img[data-v-449886f4] {
    height: 99.6vh;
}
.main[data-v-449886f4] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-449886f4] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-449886f4] {
  margin-bottom: 6vh;
}
h1[data-v-449886f4] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-449886f4] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-449886f4] {
  width: 30vw;
}
p[data-v-449886f4] {
  color: #333;
}
.loginButton[data-v-449886f4] {
  width: 100%;
}
.registerSty[data-v-449886f4] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-449886f4] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-449886f4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-449886f4] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-449886f4] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-449886f4] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-449886f4] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-449886f4] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-449886f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-449886f4] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-449886f4] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-449886f4]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-449886f4] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-449886f4] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-449886f4] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-449886f4] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-449886f4] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-449886f4] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-449886f4] {
    color: black;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-449886f4] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-449886f4] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-449886f4] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-449886f4] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-449886f4] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-449886f4] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-449886f4] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-449886f4] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-449886f4] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-449886f4] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-449886f4] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-449886f4] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-449886f4] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-449886f4] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-449886f4] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-449886f4] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-449886f4] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-449886f4] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-449886f4] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-449886f4] .open-lock-div {
  width: 100%;
}
[data-v-449886f4] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-449886f4] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-449886f4] .close-lock-btn {
  width: 100%;
}
[data-v-449886f4] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-449886f4] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-449886f4] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-449886f4] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-449886f4] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-449886f4] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-449886f4] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-449886f4] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-449886f4] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-449886f4] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-449886f4] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-449886f4] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-449886f4] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-449886f4] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-449886f4] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-449886f4] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-449886f4] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-449886f4] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-449886f4] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-449886f4] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-449886f4] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-449886f4] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-449886f4] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-449886f4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-449886f4] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-449886f4] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-449886f4] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-449886f4] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-449886f4] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-449886f4] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-449886f4] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-449886f4] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-449886f4] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-449886f4] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-449886f4] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-449886f4]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-449886f4]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-449886f4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-449886f4] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-449886f4] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-449886f4] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-449886f4] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-449886f4] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-449886f4] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-449886f4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-449886f4] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-449886f4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-449886f4] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-449886f4] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-449886f4] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-449886f4] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-449886f4] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-449886f4] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-449886f4] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-449886f4] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-449886f4] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-449886f4] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-449886f4] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-449886f4] .button-size i {
        font-size: 1.75rem;
}

@charset "UTF-8";
*[data-v-4b0dbdea] {
  touch-action: none;
}
#app1[data-v-4b0dbdea] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-4b0dbdea] {
  display: none;
}
.cancelSty[data-v-4b0dbdea] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-4b0dbdea] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-4b0dbdea]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-4b0dbdea]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-4b0dbdea] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-4b0dbdea]:hover {
    background-color: #409eff;
}
.notify-success[data-v-4b0dbdea] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-4b0dbdea] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-4b0dbdea] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-4b0dbdea] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-4b0dbdea] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-4b0dbdea] {
  color: #000000;
}
.el-table__cell[data-v-4b0dbdea] {
  color: black;
}
.el-tabs__nav[data-v-4b0dbdea] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-4b0dbdea] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-4b0dbdea]:hover {
  animation-name: ani-4b0dbdea;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-4b0dbdea {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-4b0dbdea] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-4b0dbdea] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-4b0dbdea] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-4b0dbdea]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-4b0dbdea]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-4b0dbdea]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-4b0dbdea] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-4b0dbdea] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-4b0dbdea] {
  background-color: #eee;
  position: relative;
}
.left[data-v-4b0dbdea] {
  position: relative;
  z-index: 1;
}
.left img[data-v-4b0dbdea] {
    height: 99.6vh;
}
.main[data-v-4b0dbdea] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-4b0dbdea] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-4b0dbdea] {
  margin-bottom: 6vh;
}
h1[data-v-4b0dbdea] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-4b0dbdea] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-4b0dbdea] {
  width: 30vw;
}
p[data-v-4b0dbdea] {
  color: #333;
}
.loginButton[data-v-4b0dbdea] {
  width: 100%;
}
.registerSty[data-v-4b0dbdea] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-4b0dbdea] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-4b0dbdea] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-4b0dbdea] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-4b0dbdea] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-4b0dbdea] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-4b0dbdea] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-4b0dbdea] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-4b0dbdea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-4b0dbdea] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-4b0dbdea] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-4b0dbdea]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-4b0dbdea] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-4b0dbdea] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-4b0dbdea] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-4b0dbdea] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-4b0dbdea] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-4b0dbdea] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-4b0dbdea] {
    color: black;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-4b0dbdea] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-4b0dbdea] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-4b0dbdea] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-4b0dbdea] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-4b0dbdea] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-4b0dbdea] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-4b0dbdea] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-4b0dbdea] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-4b0dbdea] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-4b0dbdea] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-4b0dbdea] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-4b0dbdea] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-4b0dbdea] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-4b0dbdea] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-4b0dbdea] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4b0dbdea] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-4b0dbdea] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-4b0dbdea] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-4b0dbdea] .open-lock-div {
  width: 100%;
}
[data-v-4b0dbdea] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4b0dbdea] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-4b0dbdea] .close-lock-btn {
  width: 100%;
}
[data-v-4b0dbdea] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-4b0dbdea] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-4b0dbdea] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-4b0dbdea] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-4b0dbdea] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-4b0dbdea] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-4b0dbdea] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-4b0dbdea] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-4b0dbdea] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-4b0dbdea] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-4b0dbdea] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-4b0dbdea] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-4b0dbdea] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-4b0dbdea] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4b0dbdea] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-4b0dbdea] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-4b0dbdea] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-4b0dbdea] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-4b0dbdea] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-4b0dbdea] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-4b0dbdea] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-4b0dbdea] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-4b0dbdea] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-4b0dbdea] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-4b0dbdea] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-4b0dbdea] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-4b0dbdea] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-4b0dbdea] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-4b0dbdea] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-4b0dbdea] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-4b0dbdea] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4b0dbdea]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-4b0dbdea]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-4b0dbdea] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-4b0dbdea] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-4b0dbdea] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-4b0dbdea] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-4b0dbdea] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-4b0dbdea] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-4b0dbdea] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-4b0dbdea] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-4b0dbdea] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-4b0dbdea] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-4b0dbdea] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-4b0dbdea] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-4b0dbdea] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-4b0dbdea] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-4b0dbdea] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-4b0dbdea] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-4b0dbdea] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-4b0dbdea] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-4b0dbdea] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-4b0dbdea] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-4b0dbdea] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-4b0dbdea] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4b0dbdea] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-4b0dbdea] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-4b0dbdea] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-4b0dbdea] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-4b0dbdea] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-4b0dbdea] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-4b0dbdea] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-4b0dbdea] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-4b0dbdea] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-4b0dbdea] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-4b0dbdea] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-4b0dbdea] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-4b0dbdea] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-4b0dbdea] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-4b0dbdea]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-4b0dbdea] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-4b0dbdea] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-4b0dbdea] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-4b0dbdea] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-4b0dbdea] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-4b0dbdea] {
  background: white;
}
#route-dialog #route_map[data-v-4b0dbdea] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-4b0dbdea] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-4b0dbdea] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-4b0dbdea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-4b0dbdea] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-4b0dbdea] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-4b0dbdea] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-4b0dbdea] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-4b0dbdea] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-4b0dbdea] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-4b0dbdea] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-4b0dbdea] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}

@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg {
  background-color: #eee;
  position: relative;
}
.left {
  position: relative;
  z-index: 1;
}
.left img {
    height: 99.6vh;
}
.main {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo {
  margin-bottom: 6vh;
}
h1 {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2 {
  font-size: 1.5rem;
  color: #666;
}
.leftImage {
  width: 30vw;
}
p {
  color: #333;
}
.loginButton {
  width: 100%;
}
.registerSty {
  width: 100%;
  text-align: right;
}
.admin-reg-tip {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder ::v-deep .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn {
  top: 0.9375rem;
}
.avue-crud__dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1 {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2 {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3 {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span {
    color: black;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map ::v-deep .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map ::v-deep .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map ::v-deep .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map ::v-deep .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map ::v-deep .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map ::v-deep .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map ::v-deep .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map ::v-deep .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map ::v-deep .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map ::v-deep .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map ::v-deep .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map ::v-deep .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map ::v-deep .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map ::v-deep .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map ::v-deep .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
::v-deep .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
::v-deep .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
::v-deep .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
::v-deep .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
::v-deep .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
::v-deep .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
::v-deep .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
::v-deep .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
::v-deep .open-lock-div {
  width: 100%;
}
::v-deep .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
::v-deep .close-lock-btn {
  width: 100%;
}
::v-deep .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
::v-deep .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
::v-deep .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
::v-deep .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
::v-deep .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
::v-deep .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
::v-deep .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
::v-deep .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
::v-deep .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
::v-deep .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
::v-deep .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
::v-deep .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
::v-deep .marker-cluster-small {
  background-color: transparent !important;
}
::v-deep .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-medium {
  background-color: transparent !important;
}
::v-deep .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
::v-deep .marker-cluster-large {
  background-color: transparent !important;
}
::v-deep .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span {
    line-height: 2.25rem;
}
.marker-cluster-small {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(50, 50, 255, 0.8);
}

@charset "UTF-8";
*[data-v-2e738b4f] {
  touch-action: none;
}
#app1[data-v-2e738b4f] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-2e738b4f] {
  display: none;
}
.cancelSty[data-v-2e738b4f] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-2e738b4f] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-2e738b4f]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-2e738b4f]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-2e738b4f] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-2e738b4f]:hover {
    background-color: #409eff;
}
.notify-success[data-v-2e738b4f] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-2e738b4f] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-2e738b4f] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-2e738b4f] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-2e738b4f] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-2e738b4f] {
  color: #000000;
}
.el-table__cell[data-v-2e738b4f] {
  color: black;
}
.el-tabs__nav[data-v-2e738b4f] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-2e738b4f] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-2e738b4f]:hover {
  animation-name: ani-2e738b4f;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-2e738b4f {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-2e738b4f] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-2e738b4f] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-2e738b4f] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-2e738b4f]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-2e738b4f]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-2e738b4f]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-2e738b4f] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-2e738b4f] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-2e738b4f] {
  background-color: #eee;
  position: relative;
}
.left[data-v-2e738b4f] {
  position: relative;
  z-index: 1;
}
.left img[data-v-2e738b4f] {
    height: 99.6vh;
}
.main[data-v-2e738b4f] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-2e738b4f] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-2e738b4f] {
  margin-bottom: 6vh;
}
h1[data-v-2e738b4f] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-2e738b4f] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-2e738b4f] {
  width: 30vw;
}
p[data-v-2e738b4f] {
  color: #333;
}
.loginButton[data-v-2e738b4f] {
  width: 100%;
}
.registerSty[data-v-2e738b4f] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-2e738b4f] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-2e738b4f] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-2e738b4f] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-2e738b4f] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-2e738b4f] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-2e738b4f] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-2e738b4f] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-2e738b4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-2e738b4f] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-2e738b4f] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-2e738b4f]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-2e738b4f] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-2e738b4f] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-2e738b4f] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-2e738b4f] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-2e738b4f] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-2e738b4f] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-2e738b4f] {
    color: black;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-2e738b4f] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-2e738b4f] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-2e738b4f] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-2e738b4f] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-2e738b4f] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-2e738b4f] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-2e738b4f] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-2e738b4f] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-2e738b4f] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-2e738b4f] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-2e738b4f] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-2e738b4f] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-2e738b4f] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-2e738b4f] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-2e738b4f] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-2e738b4f] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-2e738b4f] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-2e738b4f] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-2e738b4f] .open-lock-div {
  width: 100%;
}
[data-v-2e738b4f] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-2e738b4f] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-2e738b4f] .close-lock-btn {
  width: 100%;
}
[data-v-2e738b4f] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-2e738b4f] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-2e738b4f] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-2e738b4f] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-2e738b4f] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-2e738b4f] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-2e738b4f] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-2e738b4f] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-2e738b4f] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-2e738b4f] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-2e738b4f] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-2e738b4f] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-2e738b4f] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-2e738b4f] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-2e738b4f] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-2e738b4f] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-2e738b4f] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-2e738b4f] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}
#cable-connector-dialog .leaflet-container[data-v-2e738b4f] {
  font-family: inherit;
}
#cable-connector-dialog .leaflet-popup[data-v-2e738b4f] {
  z-index: 3000 !important;
}
#cable-connector-dialog .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#cable-connector-dialog .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  min-width: 31.25rem;
}
#cable-connector-dialog .leaflet-popup-tip-container[data-v-2e738b4f] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#cable-connector-dialog .leaflet-popup-tip[data-v-2e738b4f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#cable-connector-dialog .leaflet-popup-close-button[data-v-2e738b4f] {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#cable-connector-dialog .leaflet-popup-scrolled[data-v-2e738b4f] {
  border-bottom: none !important;
  border-top: none !important;
}
#cable-connector-dialog .leaflet-control-container[data-v-2e738b4f] {
  position: absolute;
  z-index: 600;
}
#cable-connector-dialog .leaflet-popup-pane[data-v-2e738b4f] {
  z-index: 700;
}
#cable-connector-dialog .leaflet-marker-pane[data-v-2e738b4f] {
  z-index: 600;
}
#cable-connector-dialog .leaflet-overlay-pane[data-v-2e738b4f] {
  z-index: 400;
}
#cable-connector-dialog .leaflet-shadow-pane[data-v-2e738b4f] {
  z-index: 500;
}
.cable-connector-info-popup .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 18.75rem;
}
.cable-connector-info-popup .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cable-connector-info-popup .leaflet-popup-content ul[data-v-2e738b4f] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li[data-v-2e738b4f] {
      margin: 0.625rem 0;
      font-size: 1.25rem;
      font-weight: 600;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 2.5rem;
      height: auto;
      min-height: 2.5rem;
      word-break: break-all;
      white-space: normal;
      display: flex;
      align-items: flex-start;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-2e738b4f]:first-child {
        color: #000000;
        flex-shrink: 0;
}
.cable-connector-info-popup .leaflet-popup-content ul li span[data-v-2e738b4f]:last-child {
        word-break: break-all;
        white-space: normal;
        flex: 1;
        min-width: 0;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        margin-left: 0.25rem;
}
.cable-connector-info-popup .leaflet-popup-tip[data-v-2e738b4f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.cable-connector-popup .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.3125rem;
  padding: 1.875rem;
  border-color: #ccc;
}
.cable-connector-popup .leaflet-popup-content[data-v-2e738b4f] {
  font-size: 1.375rem;
  line-height: 1.5;
}
.cable-connector-popup .leaflet-popup-tip[data-v-2e738b4f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
.marker-cluster[data-v-2e738b4f] {
  background-clip: padding-box;
  border-radius: 1.25rem;
}
.marker-cluster div[data-v-2e738b4f] {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.125rem;
    margin-top: 0.125rem;
    text-align: center;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: white;
    line-height: 2.25rem;
}
.marker-cluster span[data-v-2e738b4f] {
    line-height: 2.25rem;
}
.marker-cluster-small[data-v-2e738b4f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-small div[data-v-2e738b4f] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-medium[data-v-2e738b4f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-medium div[data-v-2e738b4f] {
    background-color: rgba(50, 50, 255, 0.8);
}
.marker-cluster-large[data-v-2e738b4f] {
  background-color: rgba(50, 50, 255, 0.6);
}
.marker-cluster-large div[data-v-2e738b4f] {
    background-color: rgba(50, 50, 255, 0.8);
}
#cable[data-v-2e738b4f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-2e738b4f] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-2e738b4f] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-2e738b4f] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .cable-info .text-ellipsis[data-v-2e738b4f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable .search-form[data-v-2e738b4f] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-2e738b4f] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-2e738b4f] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-2e738b4f] .button-size i {
        font-size: 1.75rem;
}
#cable-connector-dialog #cable_connector_map[data-v-2e738b4f] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-2e738b4f] {
  z-index: 1000;
  position: absolute;
  top: 1.25rem;
  left: 26.25rem;
  color: black;
  border: 0.5px solid #0eacfa;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
  box-shadow: 1.5px 1.5px 1px 1px #0eacfa;
}
#route-dialog .leaflet-container[data-v-2e738b4f] {
  font-family: inherit;
}
#route-dialog .leaflet-popup[data-v-2e738b4f] {
  z-index: 3000 !important;
}
#route-dialog .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#route-dialog .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#route-dialog .leaflet-popup-tip-container[data-v-2e738b4f] {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#route-dialog .leaflet-popup-tip[data-v-2e738b4f] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.625rem auto 0 !important;
  pointer-events: auto !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  background: white !important;
  transform: rotate(45deg) !important;
  border-radius: 0 !important;
}
#route-dialog .leaflet-popup-close-button[data-v-2e738b4f] {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: black !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
}
#route-dialog .leaflet-popup-scrolled[data-v-2e738b4f] {
  border-bottom: none !important;
  border-top: none !important;
}
#route-dialog .leaflet-control-container[data-v-2e738b4f] {
  position: absolute;
  z-index: 600;
}
#route-dialog .leaflet-popup-pane[data-v-2e738b4f] {
  z-index: 700;
}
#route-dialog .leaflet-marker-pane[data-v-2e738b4f] {
  z-index: 600;
}
#route-dialog .leaflet-overlay-pane[data-v-2e738b4f] {
  z-index: 400;
}
#route-dialog .leaflet-shadow-pane[data-v-2e738b4f] {
  z-index: 500;
}
.route-info-popup .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.3125rem;
  padding: 0.625rem;
  width: auto !important;
  min-width: 25rem;
}
.route-info-popup .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0;
  width: auto !important;
  min-width: 11.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.route-info-popup .leaflet-popup-content ul[data-v-2e738b4f] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.route-info-popup .leaflet-popup-content ul li[data-v-2e738b4f] {
      margin: 0.5rem 0;
      font-size: 1rem;
      font-weight: 500;
      font-family: '微软雅黑';
      color: #000000;
      line-height: 1.5rem;
}
.route-info-popup .leaflet-popup-content ul li span[data-v-2e738b4f]:first-child {
        color: #000000;
}
.route-info-popup .leaflet-popup-tip[data-v-2e738b4f] {
  background: white;
}
.operation-popup .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.3125rem;
  padding: 0.125rem;
  width: auto !important;
  min-width: 3.75rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.operation-popup .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0;
  width: auto !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: 微软雅黑;
}
.operation-popup .leaflet-popup-tip-container[data-v-2e738b4f] {
  display: none;
}
.operation-popup .leaflet-popup-tip[data-v-2e738b4f] {
  display: none;
}
.auxiliary-popup .leaflet-popup-content-wrapper[data-v-2e738b4f] {
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  border: 0.5px solid #ccc;
}
.auxiliary-popup .leaflet-popup-content[data-v-2e738b4f] {
  margin: 0.3125rem;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.auxiliary-popup .leaflet-popup-tip[data-v-2e738b4f] {
  background: white;
}
#route-dialog #route_map[data-v-2e738b4f] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-2e738b4f] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 1000;
}
#route-dialog[data-v-2e738b4f] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-2e738b4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#route-dialog .route-dialog-footer[data-v-2e738b4f] {
  position: fixed;
  background-color: #0ec7a0;
  bottom: 4.375rem;
  right: 3.125rem;
  z-index: 99;
  height: 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px 1px #ff9333;
}
#cable-connector[data-v-2e738b4f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-2e738b4f] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-2e738b4f] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-2e738b4f] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .route-info .text-ellipsis[data-v-2e738b4f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#cable-connector .cable-info[data-v-2e738b4f] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#cable-connector .cable-info .text-ellipsis[data-v-2e738b4f] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      padding-right: 1.25rem;
}
#route-index[data-v-2e738b4f] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-2e738b4f] {
    margin: 0.3125rem;
}
#route-index[data-v-2e738b4f] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-2e738b4f] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-2e738b4f] .button-size i {
      font-size: 1.75rem;
}

@charset "UTF-8";
*[data-v-f155d1e6] {
  touch-action: none;
}
#app1[data-v-f155d1e6] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-f155d1e6] {
  display: none;
}
.cancelSty[data-v-f155d1e6] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-f155d1e6] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-f155d1e6]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-f155d1e6]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-f155d1e6] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-f155d1e6]:hover {
    background-color: #409eff;
}
.notify-success[data-v-f155d1e6] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-f155d1e6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-f155d1e6] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-f155d1e6] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-f155d1e6] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-f155d1e6] {
  color: #000000;
}
.el-table__cell[data-v-f155d1e6] {
  color: black;
}
.el-tabs__nav[data-v-f155d1e6] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-f155d1e6] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-f155d1e6]:hover {
  animation-name: ani-f155d1e6;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-f155d1e6 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-f155d1e6] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-f155d1e6] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-f155d1e6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-f155d1e6]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-f155d1e6]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-f155d1e6]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-f155d1e6] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-f155d1e6] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-f155d1e6] {
  background-color: #eee;
  position: relative;
}
.left[data-v-f155d1e6] {
  position: relative;
  z-index: 1;
}
.left img[data-v-f155d1e6] {
    height: 99.6vh;
}
.main[data-v-f155d1e6] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-f155d1e6] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-f155d1e6] {
  margin-bottom: 6vh;
}
h1[data-v-f155d1e6] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-f155d1e6] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-f155d1e6] {
  width: 30vw;
}
p[data-v-f155d1e6] {
  color: #333;
}
.loginButton[data-v-f155d1e6] {
  width: 100%;
}
.registerSty[data-v-f155d1e6] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-f155d1e6] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-f155d1e6] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-f155d1e6] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-f155d1e6] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-f155d1e6] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-f155d1e6] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-f155d1e6] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-f155d1e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-f155d1e6] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-f155d1e6] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-f155d1e6]:before {
  content: "\e719";
}
#type-device-in-map #typeOfMap[data-v-f155d1e6] {
  width: 100vw;
  height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-f155d1e6] {
  font-size: 1.25rem;
  padding: 0.9375rem;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}
#type-device-in-map .breadcrumb span[data-v-f155d1e6] {
    color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-f155d1e6] {
  background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-f155d1e6] {
  background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-f155d1e6] {
  background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-f155d1e6] {
    color: black;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4);
  z-index: 3001 !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-content {
  margin: 2.1875rem 0.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-width: 31.25rem;
  overflow: visible !important;
  max-height: none !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-tip-container {
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -1.875rem !important;
  margin-top: -0.125rem !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-tip {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 1px !important;
  margin: -0.75rem auto 0 !important;
  pointer-events: auto !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.4) !important;
  border: none !important;
  border-radius: 0 !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-close-button {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: black !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute !important;
  top: 0.3125rem !important;
  right: 0.625rem !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-scrolled {
  border-bottom: none;
  border-top: none;
  overflow: visible !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-content-wrapper {
  overflow: visible !important;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-marker-pane {
  z-index: 600;
}
#type-device-in-map[data-v-f155d1e6] .leaflet-popup-pane {
  z-index: 700;
}
#type-device-in-map[data-v-f155d1e6] .operateTip {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#type-device-in-map[data-v-f155d1e6] .operateTip .tip-title-1 {
    margin-top: 0.625rem;
    display: block;
    color: #0041D9;
}
#type-device-in-map[data-v-f155d1e6] .operateTip .tip-title-2 {
    margin-top: 0.625rem;
    display: block;
    color: #000000;
}
#type-device-in-map[data-v-f155d1e6] .alarm-container {
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
#type-device-in-map[data-v-f155d1e6] .alarm-container::-webkit-scrollbar {
    width: 0.9375rem;
}
#type-device-in-map[data-v-f155d1e6] .alarm-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4375rem;
}
#type-device-in-map[data-v-f155d1e6] .alarm-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4375rem;
    min-height: 3.125rem;
}
#type-device-in-map[data-v-f155d1e6] .alarm-container::-webkit-scrollbar-thumb:hover {
      background: #555;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .left {
    display: inline-block;
    margin-left: 10px;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .left .alarm-type {
      font-weight: 600;
      font-size: 20px;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .left .alarm-time {
      font-size: 16px;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .right {
    display: inline-block;
    float: right;
    padding: 10px;
    margin-right: 10px;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .right .clear-alarm-btn {
      border: 0;
      border-radius: 4px;
      background-color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      color: red;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .right .clear-alarm-btn-water {
      border: 0;
      border-radius: 4px;
      background-color: #eaeaea;
      font-size: 18px;
      font-weight: 600;
      color: black;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
#type-device-in-map[data-v-f155d1e6] .info-window-alarm .right .query-alarm-detail {
      margin-left: 10px;
      border: 0;
      border-radius: 4px;
      background-color: #e9f8f4;
      font-size: 18px;
      font-weight: 600;
      color: #029a73;
      padding: 3px 15px 3px 15px;
      cursor: pointer;
}
[data-v-f155d1e6] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-f155d1e6] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-f155d1e6] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}
[data-v-f155d1e6] .info-window-device-info {
  margin: 2px 0 15px 0;
  padding-left: 20px;
  word-break: normal;
  display: grid;
  grid-template-columns: 9fr 2.4fr;
}
[data-v-f155d1e6] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-f155d1e6] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-f155d1e6] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-f155d1e6] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}
[data-v-f155d1e6] .open-lock-div {
  width: 100%;
}
[data-v-f155d1e6] .open-lock-div .open-lock-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 13.75rem;
    height: 3.125rem;
    line-height: 1.5625rem;
    font-size: 1.625rem;
    font-weight: 550;
    border: 0;
    border-radius: 1.5625rem;
    background-color: #006bba;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-f155d1e6] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}
[data-v-f155d1e6] .close-lock-btn {
  width: 100%;
}
[data-v-f155d1e6] .close-lock-btn .tips {
    background-color: #FF663E;
    text-align: center;
    color: #FFFFFF;
    padding: 0.3125rem;
    font-size: 1.125rem;
    font-weight: 550;
    letter-spacing: 0.125rem;
}
[data-v-f155d1e6] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-f155d1e6] .close-lock-btn .btn button {
      margin: 0 auto;
      display: flex;
      align-items: center;
      width: 13.75rem;
      height: 3.125rem;
      line-height: 1.5625rem;
      font-size: 1.625rem;
      font-weight: 550;
      border: 0;
      border-radius: 1.5625rem;
      background-color: rgba(219, 1, 1, 0.85);
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0.1875rem 0.1875rem 0.3125rem darkgrey;
}
[data-v-f155d1e6] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}
[data-v-f155d1e6] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-f155d1e6] .page-btn-infoWindow .prev-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 0.625rem;
    border: none;
}
[data-v-f155d1e6] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-f155d1e6] .page-btn-infoWindow .next-btn-icon {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.625rem;
    border: none;
    width: 3.125rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
[data-v-f155d1e6] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-f155d1e6] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
[data-v-f155d1e6] .marker-cluster {
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: 1.5625rem;
}
[data-v-f155d1e6] .marker-cluster div {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-radius: 1.25rem;
    font: 1rem "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2.5rem;
}
[data-v-f155d1e6] .marker-cluster-small {
  background-color: transparent !important;
}
[data-v-f155d1e6] .marker-cluster-small div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-f155d1e6] .marker-cluster-medium {
  background-color: transparent !important;
}
[data-v-f155d1e6] .marker-cluster-medium div {
    background-color: rgba(50, 50, 255, 0.9);
}
[data-v-f155d1e6] .marker-cluster-large {
  background-color: transparent !important;
}
[data-v-f155d1e6] .marker-cluster-large div {
    background-color: rgba(255, 0, 0, 0.9);
}

@charset "UTF-8";
*[data-v-f6254c4c] {
  touch-action: none;
}
#app1[data-v-f6254c4c] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-f6254c4c] {
  display: none;
}
.cancelSty[data-v-f6254c4c] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-f6254c4c] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-f6254c4c]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-f6254c4c]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-f6254c4c] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-f6254c4c]:hover {
    background-color: #409eff;
}
.notify-success[data-v-f6254c4c] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-f6254c4c] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-f6254c4c] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-f6254c4c] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-f6254c4c] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-f6254c4c] {
  color: #000000;
}
.el-table__cell[data-v-f6254c4c] {
  color: black;
}
.el-tabs__nav[data-v-f6254c4c] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-f6254c4c] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-f6254c4c]:hover {
  animation-name: ani-f6254c4c;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-f6254c4c {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-f6254c4c] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-f6254c4c] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-f6254c4c] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-f6254c4c]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-f6254c4c]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-f6254c4c]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-f6254c4c] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-f6254c4c] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-f6254c4c] {
  background-color: #eee;
  position: relative;
}
.left[data-v-f6254c4c] {
  position: relative;
  z-index: 1;
}
.left img[data-v-f6254c4c] {
    height: 99.6vh;
}
.main[data-v-f6254c4c] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-f6254c4c] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-f6254c4c] {
  margin-bottom: 6vh;
}
h1[data-v-f6254c4c] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-f6254c4c] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-f6254c4c] {
  width: 30vw;
}
p[data-v-f6254c4c] {
  color: #333;
}
.loginButton[data-v-f6254c4c] {
  width: 100%;
}
.registerSty[data-v-f6254c4c] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-f6254c4c] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-f6254c4c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-f6254c4c] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-f6254c4c] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-f6254c4c] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-f6254c4c] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-f6254c4c] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-f6254c4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avue-crud__dialog__menu[data-v-f6254c4c] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-f6254c4c] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-f6254c4c]:before {
  content: "\e719";
}

