#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[data-v-57c6b9e1] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-57c6b9e1] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-57c6b9e1] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-57c6b9e1] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-57c6b9e1] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-57c6b9e1] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-57c6b9e1] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-57c6b9e1] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-57c6b9e1] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-57c6b9e1] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-57c6b9e1] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-57c6b9e1] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-57c6b9e1] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-57c6b9e1] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-57c6b9e1] {
    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-57c6b9e1] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-57c6b9e1] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-57c6b9e1] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-57c6b9e1] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-57c6b9e1] {
    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-57c6b9e1] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-57c6b9e1] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-57c6b9e1] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-57c6b9e1] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-57c6b9e1] {
    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-57c6b9e1] {
      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-57c6b9e1] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-57c6b9e1] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-57c6b9e1] .button-size span {
    font-size: 1.75rem;
}
[data-v-57c6b9e1] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-57c6b9e1] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#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;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-57c6b9e1] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-57c6b9e1] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-57c6b9e1] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-57c6b9e1] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-57c6b9e1] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .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;
}
#ledger-setting .avue-crud__dialog__menu[data-v-57c6b9e1] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-57c6b9e1] {
  /*  .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-57c6b9e1] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-57c6b9e1] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-57c6b9e1] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-57c6b9e1] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-57c6b9e1] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-57c6b9e1] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-57c6b9e1] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}
#permission[data-v-57c6b9e1] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-57c6b9e1]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-57c6b9e1] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-57c6b9e1] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-57c6b9e1]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-57c6b9e1] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-57c6b9e1] {
      color: #ffffff;
}
#permission .manage[data-v-57c6b9e1] {
    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-57c6b9e1] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-57c6b9e1] {
      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-57c6b9e1] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-57c6b9e1] {
    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-57c6b9e1] {
    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%;
}
#offline[data-v-57c6b9e1] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-57c6b9e1] {
    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-57c6b9e1] {
      color: #FFFFFF;
}
#offline .el-table[data-v-57c6b9e1] {
    width: 99vw;
    margin: 0.625rem auto;
}
#message[data-v-57c6b9e1] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-57c6b9e1] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#ledger[data-v-57c6b9e1] {
  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-57c6b9e1] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-57c6b9e1] {
    margin: 0.1875rem;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-57c6b9e1] {
  display: none !important;
}
#mapv-change-location[data-v-57c6b9e1] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-57c6b9e1] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-57c6b9e1] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-57c6b9e1] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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[data-v-17ba488e] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-17ba488e] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-17ba488e] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-17ba488e] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-17ba488e] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-17ba488e] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-17ba488e] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-17ba488e] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-17ba488e] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-17ba488e] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-17ba488e] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-17ba488e] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-17ba488e] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-17ba488e] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-17ba488e] {
    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-17ba488e] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-17ba488e] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-17ba488e] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-17ba488e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-17ba488e] {
    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-17ba488e] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-17ba488e] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-17ba488e] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-17ba488e] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-17ba488e] {
    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-17ba488e] {
      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-17ba488e] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-17ba488e] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-17ba488e] .button-size span {
    font-size: 1.75rem;
}
[data-v-17ba488e] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-17ba488e] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#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;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-17ba488e] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-17ba488e] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-17ba488e] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-17ba488e] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-17ba488e] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .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;
}
#ledger-setting .avue-crud__dialog__menu[data-v-17ba488e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-17ba488e] {
  /*  .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-17ba488e] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-17ba488e] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-17ba488e] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-17ba488e] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-17ba488e] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-17ba488e] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-17ba488e] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}
#permission[data-v-17ba488e] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-17ba488e]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-17ba488e] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-17ba488e] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-17ba488e]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-17ba488e] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-17ba488e] {
      color: #ffffff;
}
#permission .manage[data-v-17ba488e] {
    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-17ba488e] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-17ba488e] {
      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-17ba488e] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-17ba488e] {
    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-17ba488e] {
    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%;
}
#offline[data-v-17ba488e] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-17ba488e] {
    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-17ba488e] {
      color: #FFFFFF;
}
#offline .el-table[data-v-17ba488e] {
    width: 99vw;
    margin: 0.625rem auto;
}
#message[data-v-17ba488e] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-17ba488e] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#ledger[data-v-17ba488e] {
  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-17ba488e] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-17ba488e] {
    margin: 0.1875rem;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-17ba488e] {
  display: none !important;
}
#mapv-change-location[data-v-17ba488e] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-17ba488e] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-17ba488e] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-17ba488e] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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;
}
#message-dialog[data-v-17ba488e] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-17ba488e] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-17ba488e] .el-dialog__body .el-collapse {
  border: 0;
}
#message-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;
}
#message-dialog .avue-crud__dialog__menu[data-v-17ba488e] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-17ba488e] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-17ba488e]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-17ba488e] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-17ba488e] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-17ba488e] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-17ba488e] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#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[data-v-4d4f1e62] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4d4f1e62] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4d4f1e62] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4d4f1e62] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-4d4f1e62] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4d4f1e62] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-4d4f1e62] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-4d4f1e62] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-4d4f1e62] {
    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-4d4f1e62] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-4d4f1e62] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-4d4f1e62] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-4d4f1e62] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-4d4f1e62] {
    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-4d4f1e62] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-4d4f1e62] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-4d4f1e62] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-4d4f1e62] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-4d4f1e62] {
    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-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);
}
#account .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;
}
#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;
}
#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;
}
#auth-unlock-dialog[data-v-4d4f1e62] {
  /*  .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-4d4f1e62] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-4d4f1e62] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-4d4f1e62] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-4d4f1e62] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-4d4f1e62] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-4d4f1e62] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-4d4f1e62] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}
#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%;
}
#offline[data-v-4d4f1e62] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-4d4f1e62] {
    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-4d4f1e62] {
      color: #FFFFFF;
}
#offline .el-table[data-v-4d4f1e62] {
    width: 99vw;
    margin: 0.625rem auto;
}
#message[data-v-4d4f1e62] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-4d4f1e62] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#ledger[data-v-4d4f1e62] {
  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-4d4f1e62] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-4d4f1e62] {
    margin: 0.1875rem;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-4d4f1e62] {
  display: none !important;
}
#mapv-change-location[data-v-4d4f1e62] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-4d4f1e62] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-4d4f1e62] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-4d4f1e62] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#inspection[data-v-4d4f1e62] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-4d4f1e62] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-4d4f1e62] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-4d4f1e62]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-4d4f1e62] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-4d4f1e62] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-4d4f1e62] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-4d4f1e62] {
      width: 3.125rem;
}
#auth-key-pwd-unlock .content[data-v-4d4f1e62] {
  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-4d4f1e62] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-4d4f1e62] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-4d4f1e62] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @import url(); 引入css类 */
.homeSty[data-v-4d4f1e62] {
  width: 100%;
  height: 100%;
}
#container[data-v-4d4f1e62] {
  width: 100%;
  height: 100%;
}
#help[data-v-4d4f1e62] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-4d4f1e62] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-4d4f1e62] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#error[data-v-4d4f1e62] {
  text-align: center;
}
#error[data-v-4d4f1e62] {
  text-align: center;
}
.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;
}

@charset "UTF-8";
*[data-v-1ba7f914] {
  touch-action: none;
}
#app1[data-v-1ba7f914] {
  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-1ba7f914] {
  display: none;
}
.cancelSty[data-v-1ba7f914] {
  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-1ba7f914] {
  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-1ba7f914]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-1ba7f914]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-1ba7f914] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-1ba7f914]:hover {
    background-color: #409eff;
}
.notify-success[data-v-1ba7f914] {
  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-1ba7f914] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-1ba7f914] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-1ba7f914] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-1ba7f914] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-1ba7f914] {
  color: #000000;
}
.el-table__cell[data-v-1ba7f914] {
  color: black;
}
.el-tabs__nav[data-v-1ba7f914] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-1ba7f914] {
  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-1ba7f914]:hover {
  animation-name: ani-1ba7f914;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-1ba7f914 {
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-1ba7f914] .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-1ba7f914] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-1ba7f914] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

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

/*滚动条两端的按钮*/
[data-v-1ba7f914]::-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-1ba7f914]::-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-1ba7f914] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-1ba7f914] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-1ba7f914] {
  background-color: #eee;
  position: relative;
}
.left[data-v-1ba7f914] {
  position: relative;
  z-index: 1;
}
.left img[data-v-1ba7f914] {
    height: 99.6vh;
}
.main[data-v-1ba7f914] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-1ba7f914] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-1ba7f914] {
  margin-bottom: 6vh;
}
h1[data-v-1ba7f914] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-1ba7f914] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-1ba7f914] {
  width: 30vw;
}
p[data-v-1ba7f914] {
  color: #333;
}
.loginButton[data-v-1ba7f914] {
  width: 100%;
}
.registerSty[data-v-1ba7f914] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-1ba7f914] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-1ba7f914] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}
#workerOrder[data-v-1ba7f914] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
#workerOrder[data-v-1ba7f914] .el-form-item__label {
    width: 12.5rem;
}
#work-order-dialog .file[data-v-1ba7f914] {
  margin: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  display: inline-block;
}

/*  dialog*/
.el-dialog__header[data-v-1ba7f914] {
  padding: 0.9375rem 1.25rem 0.9375rem;
}
.el-dialog__headerbtn[data-v-1ba7f914] {
  top: 0.9375rem;
}
.avue-crud__dialog__header[data-v-1ba7f914] {
  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-1ba7f914] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
.el-icon-full-screen[data-v-1ba7f914] {
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.625rem;
}
.el-icon-full-screen[data-v-1ba7f914]:before {
  content: "\e719";
}
#type-device-in-map[data-v-1ba7f914] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#type-device-in-map #typeOfMap[data-v-1ba7f914] {
    width: 100vw;
    height: 88vh;
}
#type-device-in-map .breadcrumb[data-v-1ba7f914] {
    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-1ba7f914] {
      color: #FFFFFF;
}
#type-device-in-map .bkg-1[data-v-1ba7f914] {
    background-color: rgba(255, 0, 0, 0.98);
}
#type-device-in-map .bkg-2[data-v-1ba7f914] {
    background-color: rgba(0, 0, 255, 0.5);
}
#type-device-in-map .bkg-3[data-v-1ba7f914] {
    background-color: rgba(172, 172, 172, 0.5);
}
#type-device-in-map .bkg-3 span[data-v-1ba7f914] {
      color: black;
}
#type-device-in-map[data-v-1ba7f914] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-1ba7f914] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-1ba7f914] .BMap_bubble_content {
    overflow: auto !important;
}
#type-device-in-map[data-v-1ba7f914] .operateTip {
    text-align: center;
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
    font-weight: 600;
}
#type-device-in-map[data-v-1ba7f914] .operateTip .tip-title-1 {
      margin-top: 0.625rem;
      display: block;
      color: #0041D9;
}
#type-device-in-map[data-v-1ba7f914] .operateTip .tip-title-2 {
      margin-top: 0.625rem;
      display: block;
      color: #000000;
}
#type-device-in-map[data-v-1ba7f914] .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-1ba7f914] .info-window-alarm .left {
      display: inline-block;
      margin-left: 10px;
}
#type-device-in-map[data-v-1ba7f914] .info-window-alarm .left .alarm-type {
        font-weight: 600;
        font-size: 20px;
}
#type-device-in-map[data-v-1ba7f914] .info-window-alarm .left .alarm-time {
        font-size: 16px;
}
#type-device-in-map[data-v-1ba7f914] .info-window-alarm .right {
      display: inline-block;
      float: right;
      padding: 10px;
      margin-right: 10px;
}
#type-device-in-map[data-v-1ba7f914] .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-1ba7f914] .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-1ba7f914] .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-1ba7f914] .info-window-installed-success-tip {
  text-align: center;
  margin-top: 0.625rem;
}
[data-v-1ba7f914] .info-window-installed-success-tip .installed-title {
    font-size: 1.75rem;
    color: #1677FF;
}
[data-v-1ba7f914] .info-window-installed-success-tip .installed-content {
    font-size: 1.375rem;
    margin: 1.25rem 0 1.25rem 0;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[data-v-1ba7f914] .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-1ba7f914] .info-window-device-info ul li {
    margin-top: 6px;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
}
[data-v-1ba7f914] .info-window-device-info .product-status {
    height: 42px;
    cursor: pointer;
}
[data-v-1ba7f914] .info-window-device-info .product-status img {
      padding: 5px;
      border: 0.2px solid darkgrey;
      border-radius: 5px;
      margin: 2px;
}
[data-v-1ba7f914] .cable-connector-infoWindow {
  grid-template-columns: 9fr 0fr;
}

/*开锁按钮*/
[data-v-1ba7f914] .open-lock-div {
  width: 100%;
}
[data-v-1ba7f914] .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-1ba7f914] .open-lock-div .open-lock-btn span {
      margin: 0 auto;
}

/*关锁按钮*/
[data-v-1ba7f914] .close-lock-btn {
  width: 100%;
}
[data-v-1ba7f914] .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-1ba7f914] .close-lock-btn .btn {
    display: flex;
    align-items: center;
    margin: 0.3125rem auto;
    text-align: center;
}
[data-v-1ba7f914] .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-1ba7f914] .close-lock-btn .btn button span {
        text-align: center;
        margin: 0 auto;
}

/*上一个/下一个*/
[data-v-1ba7f914] .page-btn-infoWindow {
  height: 2.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
[data-v-1ba7f914] .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-1ba7f914] .page-btn-infoWindow .page-info {
    letter-spacing: 0.3125rem;
    font-weight: 600;
    font-size: 1.5rem;
}
[data-v-1ba7f914] .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-1ba7f914] .page-btn-infoWindow .disabled-color {
    color: #e0e0e0;
    background-color: #F4F4F4FF;
}
[data-v-1ba7f914] .page-btn-infoWindow .enable-color {
    color: #ffffff;
    background-color: #0eacfa;
}
#cable[data-v-1ba7f914] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable .el-table .el-table__cell .el-button[data-v-1ba7f914] {
    margin: 0.3125rem;
}
#cable .breadcrumb[data-v-1ba7f914] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable .cable-info[data-v-1ba7f914] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable .search-form[data-v-1ba7f914] {
    margin-top: 0.625rem;
}
#cable .search-form[data-v-1ba7f914] .button-size {
      margin-top: 1.25rem;
      height: 3.125rem !important;
      border-radius: 1.5625rem !important;
}
#cable .search-form[data-v-1ba7f914] .button-size span {
        font-size: 1.75rem;
}
#cable .search-form[data-v-1ba7f914] .button-size i {
        font-size: 1.75rem;
}
#cable-connector[data-v-1ba7f914] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#cable-connector .el-table .el-table__cell .el-button[data-v-1ba7f914] {
    margin: 0.3125rem;
}
#cable-connector .breadcrumb[data-v-1ba7f914] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#cable-connector .route-info[data-v-1ba7f914] {
    margin: 0.625rem 0;
    padding: 0.75rem;
    background-color: #D6E5FF;
}
#cable-connector .cable-info[data-v-1ba7f914] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-1ba7f914] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-1ba7f914] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-1ba7f914] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-1ba7f914] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-1ba7f914] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-1ba7f914] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-1ba7f914] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-1ba7f914] {
  z-index: 99;
  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-index[data-v-1ba7f914] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-1ba7f914] {
    margin: 0.3125rem;
}
#route-index[data-v-1ba7f914] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-1ba7f914] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-1ba7f914] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-1ba7f914] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-1ba7f914] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-1ba7f914] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#route-dialog #route_map[data-v-1ba7f914] {
  position: relative;
  width: 100%;
  height: 86vh;
}
#route-dialog .route-tips[data-v-1ba7f914] {
  position: absolute;
  top: 1.875rem;
  left: 21.875rem;
  z-index: 10;
}
#route-dialog[data-v-1ba7f914] .el-form-item__label {
  width: 12.5rem !important;
}
#route-dialog .avue-crud__dialog__header[data-v-1ba7f914] {
  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-1ba7f914] {
  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;
}
#account-auth-map[data-v-1ba7f914] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-1ba7f914] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-1ba7f914] {
    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-1ba7f914] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-1ba7f914] {
    width: 100%;
    height: 100vh;
}
.auth-dialog-footer[data-v-1ba7f914] {
  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;
}
#auth-dialog .el-dialog__body[data-v-1ba7f914] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-1ba7f914] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-1ba7f914] {
    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-1ba7f914] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-1ba7f914] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-1ba7f914] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-1ba7f914] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-1ba7f914] {
    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-1ba7f914] {
      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-1ba7f914] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-1ba7f914] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-1ba7f914] .button-size span {
    font-size: 1.75rem;
}
[data-v-1ba7f914] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-1ba7f914] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#re-locate-dialog #re-locate-map[data-v-1ba7f914] {
  width: 100%;
  height: 60vh;
}
#re-locate-dialog[data-v-1ba7f914] .info-window {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  height: 2.5rem;
  margin-bottom: 2.5rem;
}
#re-locate-dialog[data-v-1ba7f914] .info-window span {
    display: inline-block;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-1ba7f914] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-1ba7f914] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-1ba7f914] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-1ba7f914] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-1ba7f914] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .avue-crud__dialog__header[data-v-1ba7f914] {
  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-1ba7f914] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-1ba7f914] {
  /*  .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-1ba7f914] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-1ba7f914] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-1ba7f914] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-1ba7f914] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-1ba7f914] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-1ba7f914] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-1ba7f914] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#alarm-detail-dialog .alarm-images[data-v-1ba7f914] {
  display: inline-block;
  width: 12.5rem;
  height: 12.5rem;
}
#alarm-detail-dialog .alarm-images .el-image[data-v-1ba7f914] {
    margin: 1.25rem;
}
#video-dialog .video-div[data-v-1ba7f914] {
  position: relative;
}
#video-dialog .video-div #videoDom[data-v-1ba7f914] {
    display: flex;
    align-content: center;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    object-fit: fill;
}
#video-dialog .video-div .video-btn[data-v-1ba7f914] {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
#permission[data-v-1ba7f914] {
  width: 100%;
  min-height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
}
#permission .people[data-v-1ba7f914]:hover {
    background-color: #426ebc;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .people:hover .m-1[data-v-1ba7f914] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #2260B1;
}
#permission .people:hover .m-2[data-v-1ba7f914] {
      color: #ffffff;
}
#permission .smart-terminal[data-v-1ba7f914]:hover {
    background-color: #0997f7;
    transform: scale(1.1);
    transition-duration: 0.5s;
}
#permission .smart-terminal:hover .m-1[data-v-1ba7f914] {
      color: #ffffff;
      border: none;
      text-shadow: 0.28125rem 0.28125rem #1c52b8;
}
#permission .smart-terminal:hover .m-2[data-v-1ba7f914] {
      color: #ffffff;
}
#permission .manage[data-v-1ba7f914] {
    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-1ba7f914] {
      margin: 1.25rem;
}
#permission .manage .m-1[data-v-1ba7f914] {
      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-1ba7f914] {
      font-size: 1.875rem;
      margin-top: 6.25rem;
}
#permission .ic--baseline-group[data-v-1ba7f914] {
    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-1ba7f914] {
    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%;
}
#offline[data-v-1ba7f914] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#offline .breadcrumb[data-v-1ba7f914] {
    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-1ba7f914] {
      color: #FFFFFF;
}
#offline .el-table[data-v-1ba7f914] {
    width: 99vw;
    margin: 0.625rem auto;
}
#message[data-v-1ba7f914] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-1ba7f914] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#ledger[data-v-1ba7f914] {
  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-1ba7f914] {
    height: 100%;
}
#ledger .right .el-table .el-button[data-v-1ba7f914] {
    margin: 0.1875rem;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-1ba7f914] {
  display: none !important;
}
#mapv-change-location[data-v-1ba7f914] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-1ba7f914] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-1ba7f914] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-1ba7f914] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.avue-crud__dialog__header[data-v-1ba7f914] {
  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[data-v-1ba7f914] .el-dialog {
  width: 75vw !important;
  height: 75vh !important;
}
#message-dialog[data-v-1ba7f914] .el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EBEBEB !important;
}
#message-dialog[data-v-1ba7f914] .el-dialog__body .el-collapse {
  border: 0;
}
#message-dialog .avue-crud__dialog__header[data-v-1ba7f914] {
  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-1ba7f914] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#message-dialog .el-icon-full-screen[data-v-1ba7f914] {
  cursor: pointer;
  margin-bottom: -0.5rem;
  margin-right: 0.625rem;
}
#message-dialog .el-icon-full-screen[data-v-1ba7f914]:before {
  content: "\e719";
}
#message-dialog .message-body[data-v-1ba7f914] {
  margin-top: 0.625rem;
  box-shadow: 0.125rem 0.125rem 1px #ececec;
}
#message-dialog .message-body[data-v-1ba7f914] .el-collapse-item__header {
    background-color: #f8f8f8 !important;
}
#message-dialog .message-body .message-title[data-v-1ba7f914] {
    margin-left: 1.25rem;
}
#message-dialog .message-body .message-detail[data-v-1ba7f914] {
    padding-left: 2.5rem;
    margin-top: 1.25rem;
}
#alarm-push-setting-dialog .el-dialog[data-v-1ba7f914] {
  width: 65vw;
  height: 65vh;
}
#alarm-push-setting-dialog .alarm-voice-tip[data-v-1ba7f914] {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-dialog .alarm-push-btn-setting[data-v-1ba7f914] {
  font-size: 1.375rem;
}
#alarm-push-setting-dialog .add-alarm-receiver[data-v-1ba7f914] {
  display: inline-block;
}
#alarm-push-setting-inner-dialog .add-alarm-push-user[data-v-1ba7f914] {
  font-size: 1.25rem;
  width: 15.625rem;
  margin-bottom: 1.25rem;
}
#alarm-push-setting-inner-dialog .user-list[data-v-1ba7f914] {
  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-1ba7f914] {
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    color: red;
}
#alarm-push-setting-inner-dialog .device-grid[data-v-1ba7f914] {
  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-1ba7f914] {
  margin-right: 0;
  white-space: nowrap;
  min-width: 7.5rem;
}
#inspection[data-v-1ba7f914] {
  width: 96vw;
  margin: 0.625rem auto;
  height: 92vh;
}
[data-v-1ba7f914] .el-form-item__label {
  width: 12.5rem;
}
.placeSty[data-v-1ba7f914] {
  color: #409EFF;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.625rem;
}
.placeSty[data-v-1ba7f914]:hover {
  cursor: pointer;
}
.ledgerTitle[data-v-1ba7f914] {
  margin-bottom: 1.25rem;
}
.ledger[data-v-1ba7f914] {
  font-size: 1rem;
}
.ledger .itemSty[data-v-1ba7f914] {
    margin: 1.125rem 0;
    display: flex;
    align-items: center;
    text-align: left;
    background: #65b5fc;
}
.ledger .itemSty .title[data-v-1ba7f914] {
      width: 3.125rem;
}
#auth-key-pwd-unlock .content[data-v-1ba7f914] {
  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-1ba7f914] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-1ba7f914] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-1ba7f914] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .avue-crud__dialog__header[data-v-1ba7f914] {
  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;
}

/* @import url(); 引入css类 */
.homeSty[data-v-1ba7f914] {
  width: 100%;
  height: 100%;
}
#container[data-v-1ba7f914] {
  width: 100%;
  height: 100%;
}
#help[data-v-1ba7f914] {
  width: 96vw;
  margin: 0 auto;
}
#help .breadcrumb[data-v-1ba7f914] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#help[data-v-1ba7f914] .el-page-header__title {
    font-size: 1.25rem !important;
    font-weight: 600;
}
#error[data-v-1ba7f914] {
  text-align: center;
}
#error[data-v-1ba7f914] {
  text-align: center;
}
.vue-sound-wrapper .vue-sound__player[data-v-1ba7f914] {
  height: 1.875rem;
  line-height: 1.875rem;
}
.vue-sound-wrapper .vue-sound__player a[data-v-1ba7f914] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper[data-v-1ba7f914] {
    display: inline-block;
    margin-left: 0.625rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper > a[data-v-1ba7f914] {
      margin-right: 0.3125rem;
      vertical-align: 0;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle[data-v-1ba7f914] {
      position: relative;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__extern-wrapper .volume-toggle .volume-slider[data-v-1ba7f914] {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: 5rem;
        left: 1.5rem;
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper[data-v-1ba7f914] {
    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-1ba7f914]::after {
      content: ' : ';
}
.vue-sound-wrapper .vue-sound__player .vue-sound__playback-time-wrapper .vue-sound__playback-time-indicator[data-v-1ba7f914] {
      background: #5099ff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
}
#edit-deployed-dialog[data-v-1ba7f914] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-1ba7f914] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-1ba7f914] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-1ba7f914] {
    width: 100%;
    height: 72vh;
}
#apply-unlock[data-v-1ba7f914] {
  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-1ba7f914] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-1ba7f914] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-1ba7f914] {
    width: 100%;
    height: 70vh;
}
#safety[data-v-1ba7f914] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-1ba7f914] {
    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-1ba7f914] {
      color: #FFFFFF;
}
#safety .el-table[data-v-1ba7f914] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-1ba7f914] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-1ba7f914] {
    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-1ba7f914] {
      color: #FFFFFF;
}
#power .el-table[data-v-1ba7f914] {
    width: 99vw;
    margin: 0.625rem auto;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-1ba7f914] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-1ba7f914] .anchorBL {
  display: none;
}
[data-v-1ba7f914] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-1ba7f914] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-1ba7f914] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-1ba7f914] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.avue-crud__dialog__header[data-v-1ba7f914] {
  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;
}
#deployed-setting-dialog[data-v-1ba7f914] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-1ba7f914] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-1ba7f914] {
      font-size: 1.125rem;
      color: red;
}
#edit-deployed-dialog[data-v-1ba7f914] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-1ba7f914] {
    width: 100%;
    height: 82vh;
}

@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[data-v-772cc1c4] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-772cc1c4] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-772cc1c4] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-772cc1c4] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-772cc1c4] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-772cc1c4] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-772cc1c4] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-772cc1c4] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-772cc1c4] {
  display: none !important;
}
#mapv-change-location[data-v-772cc1c4] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-772cc1c4] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-772cc1c4] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-772cc1c4] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#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;
}

/* @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;
}
#error[data-v-772cc1c4] {
  text-align: center;
}
#error[data-v-772cc1c4] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 72vh;
}
#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;
}
#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;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-772cc1c4] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-772cc1c4] .anchorBL {
  display: none;
}
[data-v-772cc1c4] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-772cc1c4] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-772cc1c4] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-772cc1c4] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#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;
}
#edit-deployed-dialog[data-v-772cc1c4] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-772cc1c4] {
    width: 100%;
    height: 82vh;
}

@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[data-v-688f3f20] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-688f3f20] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-688f3f20] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-688f3f20] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-688f3f20] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-688f3f20] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-688f3f20] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-688f3f20] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-688f3f20] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-688f3f20] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-688f3f20] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-688f3f20] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-688f3f20] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-688f3f20] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-688f3f20] {
    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-688f3f20] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-688f3f20] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-688f3f20] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-688f3f20] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-688f3f20] {
    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-688f3f20] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-688f3f20] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-688f3f20] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-688f3f20] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-688f3f20] {
    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-688f3f20] {
      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-688f3f20] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-688f3f20] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-688f3f20] .button-size span {
    font-size: 1.75rem;
}
[data-v-688f3f20] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-688f3f20] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#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;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-688f3f20] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-688f3f20] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-688f3f20] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-688f3f20] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-688f3f20] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .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;
}
#ledger-setting .avue-crud__dialog__menu[data-v-688f3f20] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-688f3f20] {
  /*  .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-688f3f20] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-688f3f20] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-688f3f20] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-688f3f20] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-688f3f20] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-688f3f20] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-688f3f20] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}

@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[data-v-7b50dfee] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-7b50dfee] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-7b50dfee] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-7b50dfee] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-7b50dfee] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-7b50dfee] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-7b50dfee] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-7b50dfee] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-7b50dfee] {
  display: none !important;
}
#mapv-change-location[data-v-7b50dfee] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-7b50dfee] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-7b50dfee] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-7b50dfee] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#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;
}

/* @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;
}
#error[data-v-7b50dfee] {
  text-align: center;
}
#error[data-v-7b50dfee] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 72vh;
}
#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;
}
#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;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-7b50dfee] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-7b50dfee] .anchorBL {
  display: none;
}
[data-v-7b50dfee] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-7b50dfee] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-7b50dfee] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-7b50dfee] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#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;
}
#edit-deployed-dialog[data-v-7b50dfee] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-7b50dfee] {
    width: 100%;
    height: 82vh;
}

@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[data-v-485566e2] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-485566e2] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-485566e2] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-485566e2] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-485566e2] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-485566e2] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-485566e2] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-485566e2] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-485566e2] {
  display: none !important;
}
#mapv-change-location[data-v-485566e2] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-485566e2] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-485566e2] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-485566e2] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-485566e2] {
  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-485566e2] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-485566e2] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-485566e2] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-485566e2] {
  text-align: center;
}
#error[data-v-485566e2] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-485566e2] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-485566e2] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-485566e2] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-485566e2] {
    width: 100%;
    height: 72vh;
}
#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[data-v-27959f04] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-27959f04] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-27959f04] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-27959f04] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-27959f04] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-27959f04] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-27959f04] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-27959f04] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-27959f04] {
  display: none !important;
}
#mapv-change-location[data-v-27959f04] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-27959f04] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-27959f04] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-27959f04] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-27959f04] {
  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-27959f04] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-27959f04] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-27959f04] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-27959f04] {
  text-align: center;
}
#error[data-v-27959f04] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-27959f04] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-27959f04] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-27959f04] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-27959f04] {
    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[data-v-4336e1b8] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4336e1b8] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4336e1b8] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4336e1b8] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-4336e1b8] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4336e1b8] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-4336e1b8] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-4336e1b8] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-4336e1b8] {
  display: none !important;
}
#mapv-change-location[data-v-4336e1b8] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-4336e1b8] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-4336e1b8] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-4336e1b8] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-4336e1b8] {
  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-4336e1b8] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-4336e1b8] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-4336e1b8] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-4336e1b8] {
  text-align: center;
}
#error[data-v-4336e1b8] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 72vh;
}
#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;
}
#safety[data-v-4336e1b8] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-4336e1b8] {
    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-4336e1b8] {
      color: #FFFFFF;
}
#safety .el-table[data-v-4336e1b8] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-4336e1b8] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-4336e1b8] {
    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-4336e1b8] {
      color: #FFFFFF;
}
#power .el-table[data-v-4336e1b8] {
    width: 99vw;
    margin: 0.625rem auto;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-4336e1b8] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-4336e1b8] .anchorBL {
  display: none;
}
[data-v-4336e1b8] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-4336e1b8] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-4336e1b8] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-4336e1b8] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#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;
}
#edit-deployed-dialog[data-v-4336e1b8] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4336e1b8] {
    width: 100%;
    height: 82vh;
}
#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 #map[data-v-4336e1b8] {
    width: 100%;
    height: 94%;
}
#disarm #disarm-map[data-v-4336e1b8] {
    width: 100vw;
    height: 82vh;
}
#disarm #disarm-map .BMap_cpyCtrl[data-v-4336e1b8] {
      display: none;
}
#disarm #disarm-map .anchorBL img[data-v-4336e1b8] {
      display: none;
}
#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;
}
#power[data-v-4336e1b8] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-4336e1b8] {
    margin-top: 1.25rem;
}

@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[data-v-4ea1c96e] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4ea1c96e] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4ea1c96e] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4ea1c96e] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-4ea1c96e] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4ea1c96e] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-4ea1c96e] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-4ea1c96e] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-4ea1c96e] {
  display: none !important;
}
#mapv-change-location[data-v-4ea1c96e] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-4ea1c96e] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-4ea1c96e] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-4ea1c96e] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-4ea1c96e] {
  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-4ea1c96e] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-4ea1c96e] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-4ea1c96e] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-4ea1c96e] {
  text-align: center;
}
#error[data-v-4ea1c96e] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-4ea1c96e] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-4ea1c96e] {
    width: 100%;
    height: 82vh;
}

@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[data-v-034497dc] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-034497dc] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-034497dc] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-034497dc] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-034497dc] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-034497dc] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-034497dc] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-034497dc] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-034497dc] {
  display: none !important;
}
#mapv-change-location[data-v-034497dc] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-034497dc] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-034497dc] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-034497dc] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-034497dc] {
  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-034497dc] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-034497dc] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-034497dc] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-034497dc] {
  text-align: center;
}
#error[data-v-034497dc] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-034497dc] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-034497dc] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-034497dc] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-034497dc] {
    width: 100%;
    height: 72vh;
}
#apply-unlock[data-v-034497dc] {
  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-034497dc] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-034497dc] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-034497dc] {
    width: 100%;
    height: 70vh;
}
#safety[data-v-034497dc] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-034497dc] {
    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-034497dc] {
      color: #FFFFFF;
}
#safety .el-table[data-v-034497dc] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-034497dc] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-034497dc] {
    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-034497dc] {
      color: #FFFFFF;
}
#power .el-table[data-v-034497dc] {
    width: 99vw;
    margin: 0.625rem auto;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-034497dc] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-034497dc] .anchorBL {
  display: none;
}
[data-v-034497dc] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-034497dc] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-034497dc] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-034497dc] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#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;
}
#edit-deployed-dialog[data-v-034497dc] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-034497dc] {
    width: 100%;
    height: 82vh;
}
#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 #map[data-v-034497dc] {
    width: 100%;
    height: 94%;
}
#disarm #disarm-map[data-v-034497dc] {
    width: 100vw;
    height: 82vh;
}
#disarm #disarm-map .BMap_cpyCtrl[data-v-034497dc] {
      display: none;
}
#disarm #disarm-map .anchorBL img[data-v-034497dc] {
      display: none;
}
#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;
}
#power[data-v-034497dc] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-034497dc] {
    margin-top: 1.25rem;
}

#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;
}

.BMapGLLib_Drawing_panel{height:47px;border:1px solid #666;border-radius:5px;overflow:hidden;box-shadow:1px 1px 3px rgba(0,0,0,0.3);float:left}.BMapGLLib_Drawing .BMapGLLib_box{border-right:1px solid #d2d2d2;float:left;height:100%;width:64px;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYUAAABjCAMAAABDl+xRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4RUY1MTQyNzhBNThFMjExQTlDQ0JCMTMzNEIzNTNBQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4M0ExRDlFOTU4OEMxMUUyOUNDMkFCOUMwMUQzOTI2RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4M0ExRDlFODU4OEMxMUUyOUNDMkFCOUMwMUQzOTI2RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MUY1MTQyNzhBNThFMjExQTlDQ0JCMTMzNEIzNTNBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RUY1MTQyNzhBNThFMjExQTlDQ0JCMTMzNEIzNTNBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkLjstsAAAMAUExURR9zsKfJ4eHr8dPk8EGMv+Lp7id8tx1vrOnu8hxtq1max0WOwCl8tpO61ou104a11mGeye3y9Sp/uDKCumKaxJO92lycyKvJ3vL3+xtqqXSmyzR8tGikzb3U5HypzHqu0sLa6x5xruXs8fL09sHW5SB1soOtzlWYxbXS5rXO4VyWwr3S4S6BuXWr0ZzD3iR5tI662VGVxazN49bh6uXv9rzW6NLg6tzn7iBzrOjx902Swu7w8napzSNvpI241srZ5rDN4TSEu6LF3UmRwsrd6s3e6oGy1BxrqabH3UyLtiN2sn2u0NDj74Wz07PL3iFuq6LB2FaWxNLj7ix8tt/p8aLG4KvG22iexmymzeLs8zqAtprC3St0rmWgylKOvDeGvDiFu2OgyyJ5tZG2032w07jR4rnU5yVyrS55sbrS5EyJurbQ4sje7VGRwNnl7D2EuKnL4rHQ5J7C29fn8fb5+maizPDz9TSCuNfX1+Pt9Dt+tCV1sUODtoOv0DqIvTiHvZrB25m+2MbZ5oKx0fj6+8ba6dPi7NHf6VSTwWmhyT+Kvyx/uNrk69fk7tjj6yNxpkeErzKEu97o7vPz8yh6tW6hyFGQv0+Uw6DD3EuMvD2KvvT09CZ6tSl3sf///1WVw/X19f7+/vb29vn5+fv7+/z8/P39/fr6+vf39/j4+CJ4syF0riF3siF0rR9vpiJ5tNLS0iJyqSNyqRtpqE2NuUyNuSuAuSF2sx9yrzyJviZ7tiN4tCV6tU6Ouil+uE6UxB5wrfz9/vr8/ff6/O30+R90seDs9ery+Mvf7vX5/O/2+iV7tpfA3N3r9M7h7r7Y6R9wqB5soiByqyF2sB9upXCoz9Pk7+Lu9Z/F34q42PT19sbc7Nvp8/r7/CJroCJyqCNyqK7O5PHy8iZ5tb/U4/T19bnP4e7z9+Tr8E6OuUiFsEiJu/b393KhxvT29zSAt06Nt5i818zb502MvKfD2VGUwtzl7Ch9t0SFuCJ1sT6IvMbc68nd7KzK4DB/t////2zsHaoAAAEAdFJOU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wBT9wclAAAO8ElEQVR42uyaeViUxx3HF8EXdje4KyuIJwjoIiwKCBrQqLhRNKJ4BCUeAV5RUGmMEjQ1McTUqAVjorlMjNNIWgKRtklQFLUv7HLfuYhnbpvQJq0xabJNE21n911g3wOYmVeWp8/zfv/g4d053pn5vDPzm/n9FOA4T4U8/YGr33P0+usPH3+9U685qthRRRwVcPTw8Vf5OiquZ8X1cOGzfUq8QvvrulvAbRm31Y794fSUMwac0eGOHH9gu4ccKI5LpPAmkEjhTSCRwptAIoXuFhBScBgDIgrHZQoyBZmCTEGmIFOQKcgUZApYFPYk+ZQdyvGXKQwkhWpVmU2aAaQw1VOlLzPoVZ77Bp5C2KE5OBQuHSrrQQaNCZ3CaC99VmFDcLnXHFIKcy/p3crc9Jq5hBQmGrubHjsbl8JNba5x4eDbQWHv5sfT9bllZS8PxaBgKOtRBvS58LOXW3VhS13hh2WPPURE4amcrtem7SWgME3vxZF+GhYFP9uby/cRU/jrHO9pd89flBNrfXmK3k9VZlQNRafg1YvQKWiYpMIwxivJFMb4k1DYqnN4rW42NoWgXFju5UVjBh89OnjMopfhQ24QBoWbXl4GvdrLK3Y6KYXNbNMrkjXz53pY94Whl3NUgTgUti7j6EObgrEoJFt+WWaxWHRVzZZIAgqzefhnY1IIMjBM3O7pneM1ffchhjEEoVN4kTE88eznoxlmPSmF2QwTtvEpW4PvHfO4X4RBPehymk8gKgWGYe4T252jYAI6hXTL1jZIwRKlsUTjU9gLB5Ejw91YFB7ItVjUBx1H7KDaYsk9gEzBwOjh3zEMs5uQwvYXtfDLCQg64qfXWVipBwVqfR4fhEYB5henABPQKQRT+mgKKiGF+QqfgsrClwqLgp6i1AHcIQtQU5QemcJjlsfgWrTNYplPSCE9z+ObIXEUR+qAoRTlhkYBZhenABPQKXykP6s+C6U+ewnfRnqys926CF3nv0EYFGbDklP5YzYVVjUblcIMivLZfENHWX4ko7De8kTBcIovo0eKcykUZqeet0n/ED6FdLbRliOwxcO92IeFGBQgf0/hoHnCbwKVwkHdWZt+Q2QjBRyJ8yyYmn+WL2qon+4wGgWYW5wCTMA5O9etnQwVvofg1GZkGz3TtpWFsw9GdApB58+nThcO2nT4XQShWqr7foBfkJfn50QUYs/nv+rhdl4gdfEPPoi7M8wtTgEmYN0jRVsprL0V+ws2hbhXbI0OsFHwYHsQh05h0eTJC8VuMODvi5BPbZth45cSnp1TJy/fvvfWZIGSA+/QIFKAuUUp/Bom4FE4x0q3bBkmhbNso1mz7hv24RV0CkvPnQsSoxB07txSZAoTJVCYu/CO+QUTzwl04+5zExEpwNziFGACEoWPbq6N1SbtKYwu6dIPvlgUUtlG21pcPIZ9SEWnsKOkxEOMgkdJyQ50CtZ3zujWzAM4u/Pw5+YWzCzha8y2knsRKcDcg0QpwAQkCprTVq39KPp0t2ZiUdCyjU6dBls87T/sgxadwhennxO/U33u9BfoFE7zdKsDx1JdmNpRtJZfRcDIHainNphbnAJMQKJwfbxN6dHjuxU7fxkGhTn2Vi8fOWfGHfb/j6BTmDx+sjgFmIBMIXQ8X+txKAT+bullD7efOBWkFrtpUSnA7OIUYAIShZnLa6z6ybvGUffcRKcw9JZgCG55oFO4VVNzWIzC4ZqaW8gUAq7X8DQR6wajY8euogeWcyrQDr1nJioFmF2cAkxA250btQqrtig4uo5xdt7GH4GabRhn5/0KxTUxCtcUiv3o/oWDQ0Z26zrsAB6Fgu/uuVm08SfHERgSpNiISgFmF6cAExBtpD37z4gI5zbvt1yCipWXMSjsOjNO1FLddebMLkIvz69g+zEpFMw5NrXI03EA1t84E4BKAWYXpwATUC3Ve0+MEwqHwj9DOAD3B+LcqV4bN26U2Knt+rhxoYQUXoDtx6VQNHaLR9FKhwHoWLkF+WYbZhenABOQzwsjKwV6BMu/sH2YQ/NDtuP5F7ZUVq4TUlhXWbmF0OPp+QjswEtzMSkEvhByefvXXQPw/GurViJTgPlFKdwHE5Ap/Owu0BY8X9vllV3NHxaI6Wsb7u5+THibd8zdfTgZhQlsD45NwfR4BozaVTQtky28cmrxkspdyBRgCXEKMAGZgmkVH4JyP6bfeftL9pIvbcf2O9/v7r6KZ953wBZ9T+b9/zHDPWPI4hB39+cxKXwzK2NxUVAl7MOwfcXFhyvdVzmXQuEMJV9jCzG9/wGjbBAyA/C9/1MylcpVnC93yiqlMnMKGYUlSiVc4KaPUmZie/+XZEwtuqEM+a6oaO/zlUplCDIFOGDiFGACOoX1AgobsSNhrtnKDSeJhAlNVCoz1nV7PNdlKJWJoYSRMOuUysWwkvuVidgUCkau8iiaUlTwxDBlpmdHULGTKXyVGM9V4lf48UgjleznQxAJE7oGvjNzbChclzpCx2bChzWhpPFIi+PjQz4/Oisx/lH8SJjATSFHi768P37nkkCsqDDY4M1iFMbABIw71a95FIYRRIV5rInPGEwYFXZg0wiONh0gjgqb/uiI0lGbEkeMWEIQjzQoY8TOEf9egRubN6IXYVBYxyv6JEls3oTSseSxeSt2lnZp5wopsXnfrbFVsvJVkqiwxNL4L/EjJONLexTOXPBI5BQNIYqQ7Mg4LCVCctaETY+Wlj66acIsiRGSg/+xM/H7f5HF5k0onUAQpzo2sUcIY3G8PLsdi665jyxOdYUcLSxHzssUZAoyBZmCTEGmIFOQKcgUZAoyBSkUgExhwCkAxX9lDbxkCjIFWTIFmYIsDoU/SdIH7z7z8bsfSCn/8d+llLdW8IykCm5HF56R2gXFHyXpvXcW3PXOe1LK3/WtlPLWChZIquB2dGGB1C4oSiTp/TsXPH3n+1LKP/2tlPLSK4A1fCu1CwukdkFR8mcpKjlx6pMTJVLKf/I3KeWtFZyUVAGs4eSn0rrw6SmJXfhU8QYtRW+cOPXWiTeklH/rL1LKWys4KakCWMPJt6V14e1TErvwtkxBpiBTkCn8X1Cg5rWCKn+tTGEgKegSgE1JA0jBGF7vajK51ocbB57CZ1XzcCisNoMeZErCoNAGXFU0014N5pFSiFjtGgNiXCdFEFIY3dLd9JZkXArtV3xbXOJuBwXjaI2Lqy8A1fkYFEygR5nQKfiAGB3tlkJXmBoZIgrqtq7X+hsJKJS3ctveWo5F4UFboWojMYWm9PA8vd/FtqvWenxdXepNLa356BRAL0KncBHOgc+AaR69FfiQUEiucnhtVTs2BVUjLFc3ySeFplN8JtXBh0YVBoVkAMwJFwDIpkgpjGabnr1htV+EzvqDgWqrZ3AotFeIKBmLQjBQVVjHj7oEwggotPPwt2NSUMFltUHT1WlG0wCHVYVOIRuY9XTTBgDSSCnA4YpMU7PTUqt50NV8IZfyz2IwKIhO3nIsCi6gPc06fOWTQA4+hVj+3mSOwKKQVw1ArZvjL261cH3JQ6ZgBq22ZRVoCClQ2f7J1mk4zyWhwd6H2lzG/4qm3JkUkkFCjvXVEY0mHT6FesFaWI9FAZav5b1WVytWSU8U6kAdXIvSQW8TuVcKSVE6urmR24eWFAMAUc6k0JQAbCZKLWjGt5FUne1ucO38kMR3lx4owNWgQS3Y7qGZkoxKIRLaBGlwGTOVk1HIMenpMMGndFVXDS44kwKtrrbbJhQ+BRe7SWY1csPsi5MLBgXI/5Iw8yX4NaJSyPNl3zqJyEaKS28Mp41VQhsz38U3z6kU6DibqendRHBqy2Yb7W17CLcbG+gU4FSqE7FGKGgpqVAtVbX10FkV3kREIRtUNRlqhSZmC+3qTzuXAm3bnaMbXPXYFOzTKIVd0NmHRnQKzQBcFMsNf29GPrWl9bgZ9U2hDtqGal8hha2MuXlAKFjHL7YCk4L94Mh+z02iJ8beKGQBIEpeD0CWUyhUXKwKo3OEFDQRYLSzKDSFRbv6p1NdFKAS8rEoxLCl2BZr2YcYdApwKom+Lx8aq1gU6ly6FZ6HszuHVcV2LqUO8pknHNr+orDa9sboJgcK9iUelYL98iLG2vG8C+xDGzoFM6gSf10VMGNR4KhRh2OpXoyKozfwq4iLrHPaqc2+qic59iPBLxaDgl+noRrp92CnqeqHQ8EsTsGMQcFH8CVrcSg0ZV1pMlzlVhBFX412GgVv+750iWulhaFTMDQKhqDRgLUipYjlTsFZkQx1/CakYd1gxMVMot24O/SGfFO4824wDNG2l17gdqIO4+ycLqCQjnF2zhJapJ0WLPruTOeFO+wKddgU6ApzMq3lXFCH+4jMp/6zkaj6vi9ke7/NC+aVDW7CoNDcw2nLG8dSFV6pYFKAO7SR1nAmkwbEOfM2z80kkQLlzymaReHcqVpPbSIFqBjhPUh/UqCTanWczykluJZ2JgW7k4SjKiz/AhPtUNSfwfMvSL/B4EljvY1IMGJSoOr9m5jsrl58Rl8Idi4FvZBCLRYFmur+iqIpGo9CMgC+0m7zBEuczWPmhkcB7tDNdLndZAw2QtOv2bkU6CgBhSw8CjST0GnlMjQmhZ5utltpIgq58AASngMnZyQmBTrCPJpWWVfnDXAelZsEF6r97+Xh6yImBfglsTZqHI1NwU3cy+NGRiHM5uyhonow83rz/vs1qOl5oK0CTsVIk+jRs18pCG9R0nAp2A9OyTQ+BckeT+6uAGz+wiuih8E+YjBcWgw0XBz1G0C1JkXc892PFHR8K8lkwKZgm1DRNAmFLu8/XJd0BN5//mUG3JpizaK3631QoFrbmmhtFqj169HM64mCqKdYi3en6sq3+Gl8Cjpf0JBLRkFqJAxnJKGdE1VfJe7+7CseKaUB1ILs9l660I+RMIIbRT0BBXp1H86uXqPCkh38LLXYUWGOMrJ2TiRNQIE2A5O21y70Y1QYncJ1+LXRJBRSGsrJKdB0hXcr/IyzW717cXAgnRfiXFqqstppIgrNvXree6Iw6fZESELTwEHV5UQU6HZaCoW+JUfO03LMtkxBpiBTkCnIFGQKMgWZgkxBpiBTkCn0M4X/CTAAQMqViQc6GXMAAAAASUVORK5CYII=);cursor:pointer}.BMapGLLib_Drawing .BMapGLLib_last{border-right:0}.BMapGLLib_Drawing .BMapGLLib_hander{background-position:0 0}.BMapGLLib_Drawing .BMapGLLib_hander_hover{background-position:0 -52px}.BMapGLLib_Drawing .BMapGLLib_marker{background-position:-65px 0}.BMapGLLib_Drawing .BMapGLLib_marker_hover{background-position:-65px -52px}.BMapGLLib_Drawing .BMapGLLib_circle{background-position:-130px 0}.BMapGLLib_Drawing .BMapGLLib_circle_hover{background-position:-130px -52px}.BMapGLLib_Drawing .BMapGLLib_polyline{background-position:-195px 0}.BMapGLLib_Drawing .BMapGLLib_polyline_hover{background-position:-195px -52px}.BMapGLLib_Drawing .BMapGLLib_polygon{background-position:-260px 0}.BMapGLLib_Drawing .BMapGLLib_polygon_hover{background-position:-260px -52px}.BMapGLLib_Drawing .BMapGLLib_rectangle{background-position:-325px 0}.BMapGLLib_Drawing .BMapGLLib_rectangle_hover{background-position:-325px -52px}.BMapGLLib_tip{position:absolute;top:50px;display:none;overflow:hidden;width:162px;height:40px;border:1px solid #ccc;line-height:20px;border-radius:4px;background-color:#fff;text-align:center;font-size:12px}.BMapGLLib_tip_text{font-size:12px;color:#999}.BMapGLLib_tip.polyline{right:135px}.BMapGLLib_tip.rectangle{right:65px}.BMapGLLib_tip.polygon{right:5px}.BMapGLLib_tip.circle{right:-45px}.BMapGLLib_tip p{margin:0}.screenshot{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:0.125rem;color:#333;padding:0 0.25rem;font-size:0.75rem}.screenshot .unit{display:block;color:#999;width:0.75rem;float:right}.screenshot .circlShot{width:3.125rem;text-align:center;line-height:1.875rem;height:1.875rem}.screenshot #screenshotNum{display:inline-block;height:1.875rem;text-align:center;cursor:text}.screenshot #circleInput{display:none;border:0;width:2.125rem;height:1.875rem;margin-top:-1px;outline:0;user-select:text;appearance:listitem;-webkit-user-select:text;-webkit-appearance:listitem;padding:0;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.screenshot #circleInput:focus{outline:0;border:0}.screenshot .rectWH{width:6.875rem;height:1.875rem;line-height:1.875rem;padding:0.125rem 0}.screenshot .rectWH span{display:inline-block;width:0.625rem;text-align:center}.screenshot .rectWH .multiple{color:#999}.screenshot .rectWH .wh{display:inline-block;width:2.8125rem}.screenshot .rectWH .wh #rectWidth,.screenshot .rectWH .wh #rectHeight{width:2.0625rem;cursor:text}.screenshot .rectWH .wh #rectWidthInput,.screenshot .rectWH .wh #rectHeightInput{display:none;border:0;width:2.125rem;height:1.875rem;margin-top:-1px;outline:0;user-select:text;appearance:listitem;-webkit-user-select:text;-webkit-appearance:listitem;padding:0;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.screenshot .rectWH .wh #rectWidthInput:focus,.screenshot .rectWH .wh #rectHeightInput:focus{outline:0;border:0;padding:0}.screenshot:hover,.screenshot:focus-within{border:1px solid #5e87db}.operateWindow{position:absolute;width:16.875rem;height:2.1875rem;-webkit-user-select:none}.operateWindow div{height:1.5rem}.operateWindow div span{display:block;float:left;margin:0.125rem 0;text-align:center;cursor:pointer}.operateWindow div #confirmOperate{float:left;width:3.125rem;height:1.875rem;margin-left:0.9375rem;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAwxJREFUaAXtmE1oE0EUx2fWNCkpfkA9iXeN0tbqYVNUFISCJ1GoiPhxELWtx3oQRBA8iR48iEkPJYIeilK8qChFxJOJSlNsxYhFFKviIVQqqTUm+5wpmTIpm+xHNpspfXt5szOzb/6//+zO7iwheKAD6AA6gA6gA+gAOoAOoAPoADqADqADK88BupyQhzI7V+d/zd4AQg4x4T81CgNn9clHThiWDfDdpL7mN5l7CgBRAcjEzxMSiPR1jX8WdVZRs+qgQrsZLNfFZrqZUNjtRKPywJVgBSSlxpQo24lKA1vBEkoTvfrESzugoo+ywCXYJ/IzK0TzSCkZXq9vPi3X2SkruWhJsF1mEBy2VY8cO0zvF83aq9UpB1xPWG6EUsD1hlUK2A9YZYD9glUC2E9Yx8CPP+4PTc/8iIQg+PWk/irLE9Ry+A3Ltdp+D8ded3R+yU5PFYqFdM6Y+xZPtp/3AJZ/G3v+6qmmyzYwFI0YE7exlCxkgHEtlmy/Xi15pTZpZhc3AnLfWt6zch6zsm1gArB1aQIAY+BWsm0Q4LLtPBKsrzMrtNsWyr7lXoiLyiLAmXhy5M5z2Bsoqzc5aTQsl2QbuInQXgb9yYSDbdPgaCaVHeGLmlk7r1MBlutw9KU1NNa5IZ//NwpAtvCLlx6U0GctYXrgRMfbnNxW+lPh+wIlaxBl2zPMLzi1Pf1dC4T2MLAxkUCObKb35f7AaCK9bZ2oVwmWa3I0wwJi8M2OtcXC34fsXt4l6soiJePNwaZuCIfn2T8oJWZW6HMFzC9m0GEG/YBBd4tkcqSUfmDnM9X2s263ePI4TsuugflA9971BLOzmWF2Kx90MnA937NWOmoCXoCGnlXZ1PsEW8iOWw3G2xsJuzC+HZFWfdhtS+OptpsMur9a30bDcm2OVulKMOx5hb7o5Dmi0auV+7j/LVMpp5t6T4DFwP36xAWiaRfFuYgqzOyiFlHwMrJNxRFCjEvsFm+hRLvdGt10xc0PNy81YS50AB1AB9ABdAAdQAfQAXQAHUAH0AF0YCU78B/Xn4einv7Y7QAAAABJRU5ErkJggg==) no-repeat top center;background-size:contain;box-shadow:0 0.125rem 0.25rem 0 rgba(0,0,0,0.3);border-radius:0.125rem}.operateWindow div #cancelOperate{float:left;width:3.125rem;height:1.875rem;margin-left:0.5rem;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAupJREFUaAXtmTtvFDEQx2eWQ4ICISRaegq6hI4CCSEkQgkRgi6QkhRwCOiOGlIAouIhUhGSAqVFQgr1HWW+AvcBIo7myDB25GjX571drx8NY+m0a589M7//+rVeAEmigCggCogCooAoIAqIAqKAKCAKiAKiwP+nAIYi051LZ2D65w0Q3ODfGI7hU/wy2gm1a9rTzYUHgPgYgE6y/U9w4dQzHOxOzf++18K3wUx9BXsAdzmY0/zfefhLX+nW4r2Zeh0KaHnhJTd7DUTn2P5Zvu/D3n6/g6mjJuHA6slWE3KA70Khuf06C/moalrl0PY3W2VOSQzgscN+ELSGJXrosMs9m345y1sWhgPzmGVf5PDXCVp34zpYgAkcL547fLUuCgbWExTiagxoDevsxppnAj1cws/DvdZ0jorBs7Sxqccsj13Ou2wSz7SruD36YOrb11awm6Ndu51v3hWcr42j+l2hc8GqQKMCK4O+0DlhkwD7QOeGTQbcDhq+8dx+TdV1pMMJKsKYtW1H79JlBw3du1y1fJ8MVjlJCqwceEInhc0C7AGdHFbFErzxUEaakl5/kcdsfeJ1mt5igjFru8wCrGfj+glKxcTbUOzr7m9HGDmffgyrV7z67aKN07gjsxv45pM+4YZ1NtoLhw90MuAG2AkU+IIDzQ6dBLgRVr31bI2eMPT93NDRx3Ar2NJsTMuLK3BA7xncFUv0Me1y4jMkKnV9YU3jnNDRgHlJWefjF/exjDqpwOI6bg9/GEj7mgs6CnAorIHPAR0MzN14jdfZVyboyhXhN2/mluY92Up9zjRC94qruDn8brdrmw+fpXmH5HTWAVbZ4dn749zZe0qOo1tnBM7CcGD1RcBOHWGNmQboWX+mYYtrOLD6/FFOgbDGVC10QVV/pkHLa/gYHlzuHX7+0F8ExnyUOgg9Si3HTrcvXgHVjZFO8Eq9gVs/N8r/y70oIAqIAqKAKCAKiAKigCggCogCooAo0EGBf6iFZapSQC/BAAAAAElFTkSuQmCC) no-repeat top center;background-size:contain;box-shadow:0 0.125rem 0.25rem 0 rgba(0,0,0,0.3);border-radius:0.125rem}.operateWindow div #warnOperate{float:left;width:12.5rem;height:1.875rem;margin-left:0.25rem;line-height:1.875rem;background:#fffbcc;border:1px solid #e1e1e1;border-radius:0.125rem;font-family:PingFangSC-Regular;font-size:0.875rem;color:#703a04;letter-spacing:0;cursor:default}.operateLeft p span{float:right}

@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[data-v-d248d872] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-d248d872] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-d248d872] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-d248d872] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-d248d872] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-d248d872] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-d248d872] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-d248d872] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-d248d872] {
  display: none !important;
}
#mapv-change-location[data-v-d248d872] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-d248d872] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-d248d872] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-d248d872] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-d248d872] {
  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-d248d872] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-d248d872] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-d248d872] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-d248d872] {
  text-align: center;
}
#error[data-v-d248d872] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-d248d872] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-d248d872] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-d248d872] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-d248d872] {
    width: 100%;
    height: 72vh;
}
#apply-unlock[data-v-d248d872] {
  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-d248d872] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-d248d872] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-d248d872] {
    width: 100%;
    height: 70vh;
}
#safety[data-v-d248d872] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-d248d872] {
    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-d248d872] {
      color: #FFFFFF;
}
#safety .el-table[data-v-d248d872] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-d248d872] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-d248d872] {
    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-d248d872] {
      color: #FFFFFF;
}
#power .el-table[data-v-d248d872] {
    width: 99vw;
    margin: 0.625rem auto;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-d248d872] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-d248d872] .anchorBL {
  display: none;
}
[data-v-d248d872] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-d248d872] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-d248d872] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-d248d872] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#deployed-setting-dialog[data-v-d248d872] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-d248d872] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-d248d872] {
      font-size: 1.125rem;
      color: red;
}
#edit-deployed-dialog[data-v-d248d872] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-d248d872] {
    width: 100%;
    height: 82vh;
}
#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 #map[data-v-d248d872] {
    width: 100%;
    height: 94%;
}
#disarm #disarm-map[data-v-d248d872] {
    width: 100vw;
    height: 82vh;
}
#disarm #disarm-map .BMap_cpyCtrl[data-v-d248d872] {
      display: none;
}
#disarm #disarm-map .anchorBL img[data-v-d248d872] {
      display: none;
}
#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;
}
#power[data-v-d248d872] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-d248d872] {
    margin-top: 1.25rem;
}

@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[data-v-0fae3e27] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-0fae3e27] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-0fae3e27] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-0fae3e27] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-0fae3e27] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-0fae3e27] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-0fae3e27] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-0fae3e27] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-0fae3e27] {
  display: none !important;
}
#mapv-change-location[data-v-0fae3e27] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-0fae3e27] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-0fae3e27] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-0fae3e27] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-0fae3e27] {
  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-0fae3e27] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-0fae3e27] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-0fae3e27] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-0fae3e27] {
  text-align: center;
}
#error[data-v-0fae3e27] {
  text-align: center;
}
.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;
}
#edit-deployed-dialog[data-v-0fae3e27] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-0fae3e27] {
    width: 100%;
    height: 82vh;
}
#edit-deployed-dialog[data-v-0fae3e27] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-0fae3e27] {
    width: 100%;
    height: 72vh;
}
#apply-unlock[data-v-0fae3e27] {
  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-0fae3e27] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
#apply-unlock .el-table[data-v-0fae3e27] {
    margin-top: 1.25rem;
}
#apply-unlock .apply-unlock-map[data-v-0fae3e27] {
    width: 100%;
    height: 70vh;
}
#safety[data-v-0fae3e27] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#safety .breadcrumb[data-v-0fae3e27] {
    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-0fae3e27] {
      color: #FFFFFF;
}
#safety .el-table[data-v-0fae3e27] {
    width: 99vw;
    margin: 0.625rem auto;
}
#power[data-v-0fae3e27] {
  width: 99vw;
  height: 92%;
  margin: 0 auto;
}
#power .breadcrumb[data-v-0fae3e27] {
    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-0fae3e27] {
      color: #FFFFFF;
}
#power .el-table[data-v-0fae3e27] {
    width: 99vw;
    margin: 0.625rem auto;
}

/*
#map {
  width: 88vw;
  height: 77vh;
}
*/
[data-v-0fae3e27] .BMap_bubble_buttons > div:nth-child(2) {
  display: none !important;
}
[data-v-0fae3e27] .anchorBL {
  display: none;
}
[data-v-0fae3e27] .info-window-device-info-dialog-map {
  padding-left: 20px;
  margin-bottom: 30px;
}
[data-v-0fae3e27] .info-window-device-info-dialog-map ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 550;
}
[data-v-0fae3e27] .info-window-device-info-dialog-map .clear-alarm-div {
    width: 100%;
    margin-top: 10px;
}
[data-v-0fae3e27] .info-window-device-info-dialog-map .clear-alarm-div .clear-alarm-btnShow {
      letter-spacing: 10px;
      margin-left: 32%;
      width: 200px;
      height: 50px;
      border: 0;
      background-color: red;
      color: #ffffff;
      border-radius: 25px;
      font-size: 22px;
      font-weight: 550;
      cursor: pointer;
}
.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;
}
#deployed-setting-dialog[data-v-0fae3e27] {
  width: 100%;
}
#deployed-setting-dialog .tips[data-v-0fae3e27] {
    width: 100%;
    text-align: center;
    margin: 1.25rem 0;
}
#deployed-setting-dialog .tips p[data-v-0fae3e27] {
      font-size: 1.125rem;
      color: red;
}
#edit-deployed-dialog[data-v-0fae3e27] {
  width: 100%;
}
#edit-deployed-dialog #mapv-deployed[data-v-0fae3e27] {
    width: 100%;
    height: 82vh;
}
#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 #map[data-v-0fae3e27] {
    width: 100%;
    height: 94%;
}
#disarm #disarm-map[data-v-0fae3e27] {
    width: 100vw;
    height: 82vh;
}
#disarm #disarm-map .BMap_cpyCtrl[data-v-0fae3e27] {
      display: none;
}
#disarm #disarm-map .anchorBL img[data-v-0fae3e27] {
      display: none;
}
#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;
}
#power[data-v-0fae3e27] {
  width: 96vw;
  margin: 0 auto;
  overflow: auto;
}
#power .el-table[data-v-0fae3e27] {
    margin-top: 1.25rem;
}

@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[data-v-71e16e8a] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-71e16e8a] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-71e16e8a] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-71e16e8a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-71e16e8a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-71e16e8a] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-71e16e8a] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-71e16e8a] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-71e16e8a] {
  display: none !important;
}
#mapv-change-location[data-v-71e16e8a] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-71e16e8a] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-71e16e8a] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-71e16e8a] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-71e16e8a] {
  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-71e16e8a] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-71e16e8a] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-71e16e8a] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#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[data-v-720bb50d] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-720bb50d] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-720bb50d] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-720bb50d] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-720bb50d] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-720bb50d] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-720bb50d] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-720bb50d] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-720bb50d] {
  display: none !important;
}
#mapv-change-location[data-v-720bb50d] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-720bb50d] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-720bb50d] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-720bb50d] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-720bb50d] {
  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-720bb50d] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-720bb50d] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-720bb50d] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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;
}
#error[data-v-720bb50d] {
  text-align: center;
}
#error[data-v-720bb50d] {
  text-align: center;
}

@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[data-v-bc55a88c] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-bc55a88c] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-bc55a88c] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-bc55a88c] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-bc55a88c] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-bc55a88c] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-bc55a88c] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-bc55a88c] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-bc55a88c] {
  display: none !important;
}
#mapv-change-location[data-v-bc55a88c] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-bc55a88c] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-bc55a88c] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-bc55a88c] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-bc55a88c] {
  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-bc55a88c] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-bc55a88c] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-bc55a88c] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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[data-v-68f567b2] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-68f567b2] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-68f567b2] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-68f567b2] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-68f567b2] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-68f567b2] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-68f567b2] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-68f567b2] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-68f567b2] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-68f567b2] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-68f567b2] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-68f567b2] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-68f567b2] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-68f567b2] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-68f567b2] {
    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-68f567b2] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-68f567b2] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-68f567b2] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-68f567b2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-68f567b2] {
    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-68f567b2] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-68f567b2] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-68f567b2] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-68f567b2] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-68f567b2] {
    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-68f567b2] {
      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-68f567b2] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-68f567b2] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-68f567b2] .button-size span {
    font-size: 1.75rem;
}
[data-v-68f567b2] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-68f567b2] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#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;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-68f567b2] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-68f567b2] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-68f567b2] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-68f567b2] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-68f567b2] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .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;
}
#ledger-setting .avue-crud__dialog__menu[data-v-68f567b2] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-68f567b2] {
  /*  .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-68f567b2] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-68f567b2] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-68f567b2] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-68f567b2] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-68f567b2] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-68f567b2] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-68f567b2] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}

@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[data-v-fa0de2c0] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-fa0de2c0] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-fa0de2c0] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-fa0de2c0] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-fa0de2c0] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-fa0de2c0] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-fa0de2c0] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-fa0de2c0] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-fa0de2c0] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-fa0de2c0] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-fa0de2c0] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-fa0de2c0] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-fa0de2c0] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-fa0de2c0] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-fa0de2c0] {
    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-fa0de2c0] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-fa0de2c0] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-fa0de2c0] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-fa0de2c0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-fa0de2c0] {
    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-fa0de2c0] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-fa0de2c0] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-fa0de2c0] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-fa0de2c0] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-fa0de2c0] {
    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-fa0de2c0] {
      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-fa0de2c0] :hover {
      background-color: white;
      color: #2CD8D5;
      transition-duration: 0.5s;
      transform: scale(1.1);
}

/*创建管理员、创建上级管理员*/
[data-v-fa0de2c0] .button-size {
  margin-top: 1.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
}
[data-v-fa0de2c0] .button-size span {
    font-size: 1.75rem;
}
[data-v-fa0de2c0] .button-size span i {
      font-size: 1.75rem;
}
.el-button > .el-icon-circle-plus-outline[data-v-fa0de2c0] {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
#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;
}
#ledger-setting .el-dialog .el-checkbox-group[data-v-fa0de2c0] {
  margin-top: 1.875rem;
}
#ledger-setting .el-dialog .el-checkbox-group .el-checkbox[data-v-fa0de2c0] {
    margin-top: 1.25rem;
}
#ledger-setting .el-dialog .update-check-box .el-radio[data-v-fa0de2c0] {
  margin-left: 1.25rem;
  margin-right: 0;
}
#ledger-setting .el-dialog .update-check-box .product-type[data-v-fa0de2c0] {
  width: 6.25rem;
  display: inline-block;
}
#ledger-setting .el-row[data-v-fa0de2c0] {
  width: 96%;
  margin: 0 auto;
}
#ledger-setting .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;
}
#ledger-setting .avue-crud__dialog__menu[data-v-fa0de2c0] {
  padding-right: 1.25rem;
  float: left;
  color: #909399;
  font-size: 0.9375rem;
}
#auth-unlock-dialog[data-v-fa0de2c0] {
  /*  .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-fa0de2c0] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-fa0de2c0] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-fa0de2c0] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-fa0de2c0] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-fa0de2c0] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-fa0de2c0] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-fa0de2c0] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@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[data-v-53071105] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-53071105] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-53071105] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-53071105] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-53071105] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-53071105] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-53071105] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-53071105] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-53071105] {
  display: none !important;
}
#mapv-change-location[data-v-53071105] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-53071105] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-53071105] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-53071105] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#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;
}

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

#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 .searchSty[data-v-4f51c20c] {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 9;
  /*搜索结果*/
}
#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: 99;
}
#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-items: center;
  border-radius: 1.875rem;
}
#bm-view-home .model-button .btn-alarm .safety-alarm[data-v-4f51c20c],
#bm-view-home .model-button .btn-alarm .power-alarm[data-v-4f51c20c] {
  width: 5.5rem;
  margin: 0 auto;
}
#bm-view-home .model-button .btn-alarm .safety-alarm .badge[data-v-4f51c20c],
#bm-view-home .model-button .btn-alarm .power-alarm .badge[data-v-4f51c20c] {
  position: absolute;
  left: 5rem;
  background-color: #F56C6C;
  border: 1px solid #FFFFFF;
  width: 2rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  color: #ffffff;
  line-height: 1.25rem;
  text-align: center;
}
#bm-view-home .model-button .btn-alarm .safety-alarm .safety-alarm-badge[data-v-4f51c20c],
#bm-view-home .model-button .btn-alarm .power-alarm .safety-alarm-badge[data-v-4f51c20c] {
  top: -1.25rem;
}
#bm-view-home .model-button .btn-alarm .safety-alarm .power-alarm-badge[data-v-4f51c20c],
#bm-view-home .model-button .btn-alarm .power-alarm .power-alarm-badge[data-v-4f51c20c] {
  top: -2.5rem;
}
#bm-view-home .model-button .btn-alarm .safety-alarm .signal-badge[data-v-4f51c20c],
#bm-view-home .model-button .btn-alarm .power-alarm .signal-badge[data-v-4f51c20c] {
  top: -1.25rem;
}
#bm-view-home .model-button .btn-alarm .safe-alarm-icon[data-v-4f51c20c] {
  width: 2.8125rem;
  height: 2.8125rem;
  animation-name: upAnimation-4f51c20c;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}
#bm-view-home .model-button .btn-alarm .power-alarm-icon-lightning[data-v-4f51c20c] {
  animation: lightning-anim-4f51c20c 2s linear infinite;
  z-index: 999;
  position: absolute;
  top: -1.125rem;
  left: 1.875rem;
  width: 1.875rem;
  height: 2.5rem;
}
#bm-view-home .model-button .btn-alarm .power-alarm-icon-Battery[data-v-4f51c20c] {
  position: absolute;
  top: -1.375rem;
  left: 1.25rem;
  height: 2.75rem;
  width: 3.125rem;
}
#bm-view-home .model-button .btn-alarm .signal-icon[data-v-4f51c20c] {
  width: 2.8125rem;
  height: 2.8125rem;
  animation: offline-anim-4f51c20c 1s linear infinite;
}
#bm-view-home .model-button .route-show[data-v-4f51c20c] {
  width: 8.125rem;
  height: 2.5rem;
  background-color: #416DBC;
  border-radius: 2.5rem;
  margin-top: 1.875rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-items: center;
}
#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;
}
#bm-view-home .model-button .apply-open-lock[data-v-4f51c20c] {
  animation: heartbit-4f51c20c 0.8s alternate infinite;
}
#bm-view-home .model-button .apply-open-lock .apply-open-lock-badge[data-v-4f51c20c] {
  position: absolute;
  top: 1.25rem;
  background-color: #F56C6C;
  border: 1px solid #FFFFFF;
  width: 2rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  color: #ffffff;
  size: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  left: 7.5rem;
}
#bm-view-home .model-button .apply-open-lock .apply-open-lock-badge .el-image[data-v-4f51c20c] {
  padding: 1.25rem;
}
#bm-view-home .model-button .apply-open-lock .btn-apply-unlock[data-v-4f51c20c] {
  margin-top: 1.875rem;
  width: 10rem;
  height: 3.75rem;
  font-size: 1.125rem;
  border-radius: 1.875rem;
}
@keyframes heartbit-4f51c20c {
0% {
    transform: scale(0.7);
}
100% {
    transform: scale(1.1);
}
}
#bm-view-home[data-v-4f51c20c] .BMap_bubble_buttons > div > div {
  font-weight: 800;
  font-size: 1.75rem !important;
  color: black;
  width: 1.25rem;
  height: 1.25rem;
}
#bm-view-home[data-v-4f51c20c] .BMap_bubble_content {
  padding-bottom: 0.625rem;
}
#bm-view-home[data-v-4f51c20c] .BMap_bubble_content {
  overflow: auto !important;
}
#bm-view-home[data-v-4f51c20c] .operateTip {
  text-align: center;
  margin-bottom: 0.3125rem;
  font-size: 1.75rem;
  font-weight: 600;
}
#bm-view-home[data-v-4f51c20c] .operateTip .tip-title-1 {
  margin-top: 0.625rem;
  display: block;
  color: #0041D9;
  letter-spacing: 0.25rem;
}
#bm-view-home[data-v-4f51c20c] .operateTip .tip-title-2 {
  margin-top: 0.625rem;
  display: block;
  color: #000000;
}
#bm-view-home[data-v-4f51c20c] .info-window-alarm {
  width: 100%;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  border-radius: 5px;
  z-index: 999;
}
#bm-view-home[data-v-4f51c20c] .info-window-alarm .left {
  display: inline-block;
  margin-left: 10px;
}
#bm-view-home[data-v-4f51c20c] .info-window-alarm .left .alarm-type {
  font-weight: 600;
  font-size: 20px;
}
#bm-view-home[data-v-4f51c20c] .info-window-alarm .left .alarm-time {
  font-size: 16px;
}
#bm-view-home[data-v-4f51c20c] .info-window-alarm .right {
  display: inline-block;
  float: right;
  padding: 10px;
  margin-right: 10px;
}
#bm-view-home[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;
}
#bm-view-home[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;
}
#bm-view-home[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] .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;
}
/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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] .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;
}
@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);
}
28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
}
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[data-v-0f66328f] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-0f66328f] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-0f66328f] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-0f66328f] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-0f66328f] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-0f66328f] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-0f66328f] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-0f66328f] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-0f66328f] {
  display: none !important;
}
#mapv-change-location[data-v-0f66328f] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-0f66328f] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-0f66328f] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-0f66328f] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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;
}
#auth-key-pwd-unlock .content[data-v-0f66328f] {
  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-0f66328f] {
  color: red;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .pwd-color-dark[data-v-0f66328f] {
  color: #acacac;
  font-size: 2.875rem;
}
#auth-key-pwd-unlock .count-down[data-v-0f66328f] {
  margin: 3.75rem 0px 1.25rem 0px;
  text-align: center;
}
#auth-key-pwd-unlock .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;
}

/* @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] .anchorBL {
  display: none;
}
#inspection .inspection-form[data-v-0fbf95da] {
  position: absolute;
  top: 7.5rem;
  left: 2.1875rem;
  z-index: 9;
  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;
}
#inspection #mapGL[data-v-0fbf95da] {
  width: 100%;
  height: 86vh;
}

@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 {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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 .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map ::v-deep .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map ::v-deep .BMap_bubble_content {
    overflow: auto !important;
}
#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 .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 .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
::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;
}
#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 .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 {
  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 .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips {
  z-index: 99;
  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-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[data-v-6dc6d0a6] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-6dc6d0a6] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-6dc6d0a6] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-6dc6d0a6] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-6dc6d0a6] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6dc6d0a6] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-6dc6d0a6] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-6dc6d0a6] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#message[data-v-6dc6d0a6] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-6dc6d0a6] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-6dc6d0a6] {
  display: none !important;
}
#mapv-change-location[data-v-6dc6d0a6] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-6dc6d0a6] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-6dc6d0a6] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-6dc6d0a6] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}
#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;
}
#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[data-v-6dbfb227] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-6dbfb227] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-6dbfb227] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-6dbfb227] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-6dbfb227] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6dbfb227] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-6dbfb227] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-6dbfb227] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#message[data-v-6dbfb227] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-6dbfb227] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-6dbfb227] {
  display: none !important;
}
#mapv-change-location[data-v-6dbfb227] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-6dbfb227] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-6dbfb227] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-6dbfb227] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}

#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[data-v-1b824862] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-1b824862] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-1b824862] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-1b824862] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-1b824862] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-1b824862] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-1b824862] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-1b824862] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#message[data-v-1b824862] {
  width: 97vw;
  margin: 0 auto;
  overflow: auto;
}
#message .breadcrumb[data-v-1b824862] {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}
#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;
}
.el-dialog .el-dialog__body .BMap_pop > img[data-v-1b824862] {
  display: none !important;
}
#mapv-change-location[data-v-1b824862] {
  width: 100%;
  height: 60vh;
}
#mapv-change-location[data-v-1b824862] .BMap_bubble_buttons > div > div {
    display: none !important;
}
#mapv-change-location[data-v-1b824862] .anchorBL {
    display: none;
}
#mapv-change-location[data-v-1b824862] .info-window {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.25rem;
}
.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[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;
}




/*全部撤防*/
.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[data-v-58b28b04] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-58b28b04] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-58b28b04] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-58b28b04] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-58b28b04] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-58b28b04] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-58b28b04] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-58b28b04] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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;
}
#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[data-v-6f521440] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-6f521440] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-6f521440] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-6f521440] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-6f521440] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6f521440] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-6f521440] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-6f521440] {
    width: 100%;
    height: 100vh;
}
.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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}
#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%;
}
#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[data-v-6f1cda48] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-6f1cda48] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-6f1cda48] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-6f1cda48] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-6f1cda48] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-6f1cda48] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-6f1cda48] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-6f1cda48] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-6f1cda48] {
    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-6f1cda48] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-6f1cda48] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-6f1cda48] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-6f1cda48] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-6f1cda48] {
    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-6f1cda48] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-6f1cda48] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-6f1cda48] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-6f1cda48] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-6f1cda48] {
    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-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);
}
#account .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;
}
#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;
}
#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;
}
#auth-unlock-dialog[data-v-6f1cda48] {
  /*  .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-6f1cda48] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-6f1cda48] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-6f1cda48] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-6f1cda48] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-6f1cda48] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-6f1cda48] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-6f1cda48] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}
#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;
}
#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);
}
#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[data-v-f2547f8a] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-f2547f8a] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-f2547f8a] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-f2547f8a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-f2547f8a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-f2547f8a] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-f2547f8a] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-f2547f8a] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-f2547f8a] {
    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-f2547f8a] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-f2547f8a] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-f2547f8a] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-f2547f8a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-f2547f8a] {
    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-f2547f8a] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#account[data-v-f2547f8a] {
  width: 98vw;
  margin: 0.625rem auto;
  overflow: auto;
}
#account[data-v-f2547f8a] .el-form-item__label {
    width: 11.25rem;
}
#account .el-table .el-table__cell .el-button[data-v-f2547f8a] {
    margin: 0.3125rem;
}
#account .user-list-div-0[data-v-f2547f8a] {
    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-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);
}
#account .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;
}
#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;
}
#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;
}
#auth-unlock-dialog[data-v-f2547f8a] {
  /*  .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-f2547f8a] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-f2547f8a] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-f2547f8a] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-f2547f8a] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-f2547f8a] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-f2547f8a] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-f2547f8a] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@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[data-v-490aa84a] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-490aa84a] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-490aa84a] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-490aa84a] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-490aa84a] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-490aa84a] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-490aa84a] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-490aa84a] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}

@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[data-v-9e6aa3a0] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-9e6aa3a0] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-9e6aa3a0] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-9e6aa3a0] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-9e6aa3a0] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-9e6aa3a0] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-9e6aa3a0] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-9e6aa3a0] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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;
}
#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);
}

@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[data-v-75e667c3] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-75e667c3] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-75e667c3] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-75e667c3] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-75e667c3] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-75e667c3] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-75e667c3] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-75e667c3] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#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;
}

@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[data-v-4aec56e6] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4aec56e6] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4aec56e6] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4aec56e6] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-4aec56e6] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4aec56e6] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-4aec56e6] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#account-auth-map #area-auth[data-v-4aec56e6] {
    width: 100%;
    height: 65vh;
}
#account-auth-map .area-auth-btn[data-v-4aec56e6] {
    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-4aec56e6] {
      flex: 1;
      width: 2.5rem;
}
#account-auth-map .account-dialog-anth-map-dialogFull[data-v-4aec56e6] {
    width: 100%;
    height: 100vh;
}
.auth-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;
}
#auth-dialog .el-dialog__body[data-v-4aec56e6] {
  height: 31.25rem;
}
#auth-dialog .check-box-product[data-v-4aec56e6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#auth-dialog .check-box-product .checkbox[data-v-4aec56e6] {
    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-4aec56e6] {
      width: 12.5rem;
      margin-right: 1.25rem;
}
#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;
}
#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;
}
#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;
}
#auth-unlock-dialog[data-v-4aec56e6] {
  /*  .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-4aec56e6] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth div[data-v-4aec56e6] {
      margin: 0.9375rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2[data-v-4aec56e6] {
    width: 50rem;
    font-size: 1.125rem;
    color: black;
}
#auth-unlock-dialog .unlock-auth-2 div[data-v-4aec56e6] {
      margin: 0.3125rem auto;
      display: inline-block;
}
#auth-unlock-dialog .unlock-auth-2 .tips[data-v-4aec56e6] {
      margin-left: 2.5rem;
}
#auth-unlock-dialog .inline[data-v-4aec56e6] {
    display: inline-block;
}
#auth-unlock-dialog .dialog-footer[data-v-4aec56e6] {
    position: fixed;
    left: -1.875rem;
    bottom: 0.625rem;
    width: 100%;
    height: 3.125rem;
    z-index: 9;
}

@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[data-v-aeb2ce68] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-aeb2ce68] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-aeb2ce68] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-aeb2ce68] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}
#cable-connector-dialog #cable_connector_map[data-v-aeb2ce68] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-aeb2ce68] {
  z-index: 99;
  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-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;
}
#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: 10;
}
#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;
}
#account-auth-map[data-v-aeb2ce68] {
  position: relative;
  /*
  .auth-tips {
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 1%;
    color: black;
    font-size: 20px;

    h4 {
      margin: 10px;
    }
  }
  */
}
#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 .account-dialog-anth-map-dialogFull[data-v-aeb2ce68] {
    width: 100%;
    height: 100vh;
}
.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;
}


#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 {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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 .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map ::v-deep .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map ::v-deep .BMap_bubble_content {
    overflow: auto !important;
}
#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 .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 .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
::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;
}
#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 .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 {
  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 .cable-info {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#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;
}

@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[data-v-4ec52ee5] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4ec52ee5] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4ec52ee5] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4ec52ee5] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-4ec52ee5] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4ec52ee5] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4ec52ee5] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4ec52ee5] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4ec52ee5] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4ec52ee5] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-4ec52ee5] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4ec52ee5] {
  z-index: 99;
  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-index[data-v-4ec52ee5] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4ec52ee5] {
    margin: 0.3125rem;
}
#route-index[data-v-4ec52ee5] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4ec52ee5] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4ec52ee5] .button-size i {
      font-size: 1.75rem;
}
#player[data-v-4ec52ee5] {
  width: 100%;
  height: 100%;
}
#player .player-icon[data-v-4ec52ee5] {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player .count-down[data-v-4ec52ee5] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}
#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: 10;
}
#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;
}

@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[data-v-571d9346] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-571d9346] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-571d9346] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-571d9346] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-571d9346] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-571d9346] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-571d9346] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-571d9346] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-571d9346] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-571d9346] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-571d9346] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-571d9346] {
  z-index: 99;
  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-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[data-v-449886f4] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-449886f4] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-449886f4] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[data-v-4b0dbdea] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-4b0dbdea] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-4b0dbdea] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-4b0dbdea] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}
#record[data-v-4b0dbdea] {
  width: 100%;
  height: 100%;
}
#record .el-table .el-table__cell .el-button[data-v-4b0dbdea] {
    margin: 0.3125rem;
}
#record #outerTabs-record > .is-left[data-v-4b0dbdea] {
    background-color: #4198f3;
    color: #ffffff;
}
#record .el-tabs__item[data-v-4b0dbdea] {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 500;
}
#record .is-active[data-v-4b0dbdea] {
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}
#record .el-tabs__nav-scroll[data-v-4b0dbdea] {
    background-color: #4198f3;
}
#cable-connector-dialog #cable_connector_map[data-v-4b0dbdea] {
  width: 100%;
  height: 80vh;
}
#cable-connector-dialog .annex-tips[data-v-4b0dbdea] {
  z-index: 99;
  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-index[data-v-4b0dbdea] {
  width: 98%;
  height: 92%;
  margin: 0 auto;
}
#route-index .el-table .el-table__cell .el-button[data-v-4b0dbdea] {
    margin: 0.3125rem;
}
#route-index[data-v-4b0dbdea] .button-size {
    margin-top: 1.25rem;
    height: 3.125rem !important;
    border-radius: 1.5625rem !important;
}
#route-index[data-v-4b0dbdea] .button-size span {
      font-size: 1.75rem;
}
#route-index[data-v-4b0dbdea] .button-size i {
      font-size: 1.75rem;
}

@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[data-v-2e738b4f] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-2e738b4f] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-2e738b4f] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}
#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 .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[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 .cable-info[data-v-2e738b4f] {
    padding: 0.75rem;
    background-color: #D6FFDA;
}

@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[data-v-f155d1e6] {
  /*信息框右上角关闭按钮*/
  /*操作提示*/
  /*报警提示*/
}
#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] .BMap_bubble_buttons > div > div {
    font-weight: 800;
    font-size: 1.75rem !important;
    color: black;
    width: 1.25rem;
    height: 1.25rem;
}
#type-device-in-map[data-v-f155d1e6] .BMap_bubble_content {
    padding-bottom: 0.625rem;
}
#type-device-in-map[data-v-f155d1e6] .BMap_bubble_content {
    overflow: auto !important;
}
#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] .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;
}

/*::v-deep .BMap_bubble_pop {
  background: linear-gradient(70deg, rgba(181, 181, 255, 0.9), rgba(255, 224, 228, 0.9)) !important;
  border: 1px solid red !important;
}*/
/*台账信息*/
[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;
}

@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";
}

