@import url(http://gov.snkoudai.com/mapdemo/arcgis3.28/esri/css/esri.css);
@font-face {
  font-family: "youshebiaotihei";
  src: url("./css/fonts/YOUSHEBIAOTIHEI-2.TTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("./css/fonts/DINMITTELSCHRIFTSTD.OTF");
  font-weight: normal;
  font-style: normal;
}
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}
.el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}
.el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

.el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

.el-select .el-icon-arrow-up:before {
  content: "\E78F";
}
.el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"] {
  margin-top: 12 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"] {
  z-index: 9999 !important;
}

.el-select-dropdown {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover,
.el-select-dropdown .el-select-dropdown__item:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow,
.popper__arrow:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}
.el-date-editor {
  width: 104px !important;
}

.el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}
.el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}
.el-date-editor .el-input__inner:-moz-placeholder,
.el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}
.el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}
.el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}
.el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker .el-date-picker__header .el-date-picker__header-label,
.el-date-picker .el-date-picker__header .el-picker-panel__icon-btn,
.el-date-picker .el-picker-panel__content .el-month-table td .cell,
.el-date-picker .el-picker-panel__content .el-year-table td .cell {
  color: #9dd1d7;
}

.el-date-picker .el-picker-panel__content .el-month-table td.current .cell,
.el-date-picker .el-picker-panel__content .el-year-table td.current .cell {
  color: #00f6ff;
}

.el-date-picker .el-picker-panel__content .el-month-table td.disabled .cell,
.el-date-picker .el-picker-panel__content .el-year-table td.disabled .cell {
  background-color: transparent;
}

.map-area[data-v-04d6fa06],
.map-module[data-v-04d6fa06],
.map-view[data-v-04d6fa06] {
  width: 100%;
  height: 100%;
}

.map-module[data-v-04d6fa06] {
  position: absolute;
  top: 0;
  left: 0;
}

.map-area[data-v-04d6fa06] {
  overflow: hidden;
}

.map-area .map-view[data-v-04d6fa06] {
  position: relative;
  z-index: 2;
}

.map-area .map-view .map-title[data-v-04d6fa06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  z-index: 9999;
  height: 30px;
  background: rgba(60, 200, 255, 0.42);
  border-radius: 15px;
  color: #00f6ff;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  padding: 0 16px 0 20px;
  -webkit-box-shadow: 0 5px 18px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 18px -6px rgba(0, 0, 0, 0.4);
}

.map-area .map-view .map-title span[data-v-04d6fa06] {
  font-size: 16px;
  color: #feeb48;
  padding: 0 4px 0 0;
  vertical-align: -1px;
}

.map-area .map-view .map-title i.close-btn[data-v-04d6fa06] {
  width: 18px;
  height: 18px;
  background: #00f5ff;
  border-radius: 50%;
  font-size: 15px;
  color: #03162b;
  font-weight: 700;
  margin: 0 0 0 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-area .map-view .map-title i.close-btn[data-v-04d6fa06]:hover {
  -webkit-box-shadow: 0 0x 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0x 10px -4px rgba(0, 0, 0, 0.4);
}

.map-area .map-view #gismap[data-v-04d6fa06] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #061f36;
}

.map-area .map-view #gismap[data-v-04d6fa06]:before {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/overview-map-bg.e0245c6.png) 50% no-repeat; */
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map-area
  .map-view
  #gismap[data-v-04d6fa06]
  .leaflet-map-pane
  .leaflet-tile-pane {
  opacity: 0.4;
}

.module-wrap[data-v-1d1a7c1b] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.module-wrap .total[data-v-1d1a7c1b] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #07758d;
  font-size: 32px;
  font-weight: 700;
}

.module-wrap .total span[data-v-1d1a7c1b]:last-child {
  font-size: 18px;
}

.module-wrap .list[data-v-1d1a7c1b] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.module-wrap .list .list-item[data-v-1d1a7c1b] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1vh 0;
}

.module-wrap .list .item-box[data-v-1d1a7c1b] {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.module-wrap .list .item-box.active[data-v-1d1a7c1b],
.module-wrap .list .item-box[data-v-1d1a7c1b]:hover {
  background: #04121e;
  border: 1px solid #2e7d98;
  -webkit-box-shadow: inset 0 0 16px 0 #039fad;
  box-shadow: inset 0 0 16px 0 #039fad;
}

.module-wrap .list .item-box .item-sub[data-v-1d1a7c1b] {
  font-size: 14px;
  margin-top: 6px;
}

.module-wrap .list .item-box .item-sub span[data-v-1d1a7c1b]:first-child {
  color: #71ccde;
}

.yellow[data-v-1d1a7c1b] {
  color: #feeb48;
  font-weight: 700;
}

@media screen and (min-width: 3000px) {
  .module-wrap .list .item-box .item-sub[data-v-1d1a7c1b] {
    font-size: 18px;
  }
}

.panel-wrap[data-v-0c03ce2a] {
  width: 100%;
  height: 100%;
  background-color: rgba(4, 41, 64, 0.4);
}

.panel-wrap .panel-container[data-v-0c03ce2a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0;
  position: relative;
}

.panel-wrap .panel-container .head-sub-title[data-v-0c03ce2a] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  right: 20px;
  line-height: 26px;
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-wrap .panel-container .head-sub-title[data-v-0c03ce2a]:hover {
  color: #00f6ff;
}

.panel-wrap .panel-container .head-sub-title .iconfont[data-v-0c03ce2a] {
  font-size: 14px;
}

.panel-wrap .panel-container.left[data-v-0c03ce2a] .layout-box-title {
  background: none;
}

.panel-wrap
  .panel-container.left[data-v-0c03ce2a]
  .layout-box-title
  .box-title {
  text-align: left;
  padding-left: 10px;
}

.panel-wrap .panel-container .panel-main[data-v-0c03ce2a] {
  width: 100%;
  height: calc(100% - 45px);
}

[data-v-0c03ce2a] .el-loading-spinner {
  overflow: hidden;
}

[data-v-0c03ce2a] .el-loading-spinner .iconfont {
  display: block;
  line-height: 60px;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: -5px;
  margin-left: 8px;
}

.layout-box-title[data-v-e8226756] {
  width: 100%;
  height: 45px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/head-bg.8892f14.png)
    no-repeat bottom;
  background-size: 237px 34px;
  position: relative;
}

.layout-box-title .box-title[data-v-e8226756] {
  font-size: 20px;
  color: #00f6ff;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 0 15px #004b54, 0 1px 0 #006d71, 0 2px 0 #00383a;
}

@media screen and (min-width: 3000px) {
  .layout-box-title[data-v-e8226756] {
    background-size: 500px 54px;
    background-position: center -5px;
  }

  .layout-box-title .box-title[data-v-417a7108][data-v-e8226756] {
    font-size: 28px;
  }
}

.module-wrap[data-v-70a040e0] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}

.module-wrap .area-cert-chart[data-v-70a040e0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
}

.module-wrap .area-cert-chart .echart-container[data-v-70a040e0] {
  width: 100%;
  height: 100%;
}

.module-wrap .area-cert-chart .no-data[data-v-70a040e0] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.module-wrap[data-v-70a040e0] .el-loading-spinner {
  overflow: hidden;
  margin-top: -45px;
}

.module-wrap[data-v-70a040e0] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.module-wrap[data-v-d26b6550] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-info-wrap[data-v-d26b6550] {
  padding: 15px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

.detail-info-wrap .iconfont[data-v-d26b6550] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #049cad;
  margin: 0;
  cursor: pointer;
}

.detail-info-wrap .iconfont.left[data-v-d26b6550] {
  left: 8px;
}

.detail-info-wrap .iconfont.right[data-v-d26b6550] {
  right: 8px;
}

.detail-info-wrap .info-ul[data-v-d26b6550] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-info-wrap .info-ul .info-item[data-v-d26b6550] {
  text-align: center;
}

.detail-info-wrap .info-ul .info-item .info-name[data-v-d26b6550] {
  font-size: 16px;
  color: #00f6ff;
  height: 25px;
  line-height: 25px;
  margin-bottom: 12px;
}

.detail-info-wrap .info-ul .info-item .info-container[data-v-d26b6550] {
  text-align: left;
  width: 155px;
}

.detail-info-wrap .info-ul .info-item .info-value[data-v-d26b6550] {
  width: 74px;
  float: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #71ccde;
  white-space: nowrap;
  overflow: hidden;
}

.detail-info-wrap
  .info-ul
  .info-item
  .info-value[data-v-d26b6550]:nth-child(2n) {
  margin-left: 6px;
}

.detail-info-wrap .info-ul .info-item .info-value .value[data-v-d26b6550] {
  color: #feeb48;
  font-weight: 700;
}

.detail-info-wrap[data-v-d26b6550],
.info-wrap[data-v-d26b6550] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

@media screen and (min-width: 3000px) {
  .detail-info-wrap .info-ul .info-item .info-name[data-v-d26b6550] {
    font-size: 22px;
    height: 25px;
    line-height: 25px;
  }

  .detail-info-wrap .info-ul .info-item .info-value[data-v-d26b6550] {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
  }

  .info-wrap .info-ul .info-item .info-name[data-v-d26b6550],
  .info-wrap .info-ul .info-item .info-value[data-v-d26b6550] {
    font-size: 22px;
  }

  .info-wrap .info-ul .info-item .info-value .value[data-v-d26b6550] {
    font-size: 36px;
  }

  .detail-info-wrap[data-v-d26b6550] {
    padding: 15px 38px;
  }

  .detail-info-wrap .info-ul .info-item .info-container[data-v-d26b6550] {
    width: 200px;
  }

  .detail-info-wrap .info-ul .info-item .info-value[data-v-d26b6550] {
    width: 94px;
  }
}

.module-wrap[data-v-079d7640] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.module-wrap .total[data-v-079d7640] {
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-box.4d23f20.png);
  background-size: 100% 100%;
}

.module-wrap .total .total-title[data-v-079d7640] {
  font-size: 16px;
  color: #71ccde;
  font-weight: 700;
}

.module-wrap .total .total-num[data-v-079d7640] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 24px;
}

.module-wrap .total .total-num span[data-v-079d7640]:first-child {
  font-weight: 700;
}

.module-wrap .total .total-num span[data-v-079d7640]:last-child {
  margin-left: 10px;
  font-size: 14px;
}

.module-wrap .list[data-v-079d7640] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.module-wrap .list .list-item[data-v-079d7640] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.module-wrap .list .item-box[data-v-079d7640] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-wrap .list .item-box .item-sub[data-v-079d7640],
.module-wrap .list .item-box[data-v-079d7640] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-wrap .list .item-box .item-sub[data-v-079d7640] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 88px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #71ccde;
  font-weight: 700;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-underline.aca2168.png)
    no-repeat;
  background-position: bottom;
}

.module-wrap .list .item-box .item-sub span[data-v-079d7640]:first-child {
  margin-bottom: 5px;
  color: #00e8f1;
}

.yellow[data-v-079d7640] {
  color: #feeb48;
}

@media screen and (min-width: 3000px) {
  .module-wrap .list .item-box .item-sub[data-v-079d7640] {
    width: 100px;
    font-size: 18px;
  }
}

.module-wrap[data-v-335a4feb] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.module-wrap .total[data-v-335a4feb] {
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-box.4d23f20.png);
  background-size: 100% 100%;
}

.module-wrap .total .total-title[data-v-335a4feb] {
  font-size: 16px;
  color: #71ccde;
  font-weight: 700;
}

.module-wrap .total .total-num[data-v-335a4feb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 24px;
}

.module-wrap .total .total-num span[data-v-335a4feb]:first-child {
  font-weight: 700;
}

.module-wrap .total .total-num span[data-v-335a4feb]:last-child {
  margin-left: 10px;
  font-size: 14px;
}

.module-wrap .list[data-v-335a4feb] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.module-wrap .list .list-item[data-v-335a4feb] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.module-wrap .list .item-box[data-v-335a4feb] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module-wrap .list .item-box .item-sub[data-v-335a4feb],
.module-wrap .list .item-box[data-v-335a4feb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-wrap .list .item-box .item-sub[data-v-335a4feb] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 88px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #71ccde;
  font-weight: 700;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-underline.aca2168.png)
    no-repeat;
  background-position: bottom;
}

.module-wrap .list .item-box .item-sub span[data-v-335a4feb]:first-child {
  margin-bottom: 5px;
  color: #00e8f1;
}

.yellow[data-v-335a4feb] {
  color: #feeb48;
}

@media screen and (min-width: 3000px) {
  .module-wrap .list .item-box .item-sub[data-v-335a4feb] {
    width: 100px;
    font-size: 18px;
  }
}

.module-wrap[data-v-10b9025a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-info-wrap[data-v-10b9025a] {
  padding: 15px 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 108px;
  overflow: hidden;
}

.detail-info-wrap .iconfont[data-v-10b9025a] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #049cad;
  margin: 0;
  cursor: pointer;
}

.detail-info-wrap .iconfont.left[data-v-10b9025a] {
  left: 8px;
}

.detail-info-wrap .iconfont.right[data-v-10b9025a] {
  right: 8px;
}

.detail-info-wrap .info-ul[data-v-10b9025a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-info-wrap .info-ul .info-item[data-v-10b9025a] {
  text-align: center;
}

.detail-info-wrap .info-ul .info-item .info-name[data-v-10b9025a] {
  font-size: 16px;
  color: #00f6ff;
  height: 25px;
  line-height: 25px;
  margin-bottom: 12px;
}

.detail-info-wrap .info-ul .info-item .info-value[data-v-10b9025a] {
  text-align: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #9dd1d7;
}

.detail-info-wrap .info-ul .info-item .info-value .value[data-v-10b9025a] {
  color: #feeb48;
  font-weight: 700;
}

.detail-info-wrap[data-v-10b9025a],
.info-wrap[data-v-10b9025a] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

@media screen and (min-width: 3000px) {
  .detail-info-wrap .info-ul .info-item .info-name[data-v-10b9025a] {
    font-size: 22px;
    height: 25px;
    line-height: 25px;
  }

  .detail-info-wrap .info-ul .info-item .info-value[data-v-10b9025a] {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
  }

  .info-wrap .info-ul .info-item .info-name[data-v-10b9025a],
  .info-wrap .info-ul .info-item .info-value[data-v-10b9025a] {
    font-size: 22px;
  }

  .info-wrap .info-ul .info-item .info-value .value[data-v-10b9025a] {
    font-size: 36px;
  }
}

.layout-box[data-v-15f484f0] {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #10a4a9;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 246, 255, 0.5) inset;
  box-shadow: inset 0 0 25px 0 rgba(0, 246, 255, 0.5);
  background-color: rgba(14, 57, 96, 0.8);
}

.layout-box .border[data-v-15f484f0] {
  position: absolute;
  background-size: 100% 100% !important;
  opacity: 0.8;
}

.layout-box .border[data-v-15f484f0]:first-child {
  width: 65px;
  height: 36px;
  top: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAkCAYAAADWzlesAAAAZklEQVRoge3SsQ2AMBAEwTFy/+WSmgaIsSV2w49Oox/utfy8a/eAEwpBCGC+3MbnKzbXJwgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJ4ABEpAz9EwFsoAAAAAElFTkSuQmCC)
    no-repeat;
}

.layout-box .border[data-v-15f484f0]:nth-child(2) {
  width: 15px;
  height: 48px;
  top: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAwCAYAAADO+iAyAAAAVklEQVRIiWNk+Pb/PwOZgIlcjQOrmYWBgYGRBPUo4TNE/TyqmUTAQqL6L8gcRoZvJGWq4ZDCSA0wlBw4RP08dEJ7NIVRYvNI1DyawgiD0RRGieaRmMIAgT0LS5sZ74gAAAAASUVORK5CYII=)
    no-repeat;
}

.layout-box .border[data-v-15f484f0]:nth-child(3) {
  width: 97px;
  height: 18px;
  bottom: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAAASCAYAAABLsLDMAAAAU0lEQVRYhe3YsQ2AQAwAsYDYf1xaKBEM8FxhTxDllCbbnNew3Gvp+19T8BAhQIQAEQJECBAhQIQAEQJECBAhQIQAEQJECBAh4JjPW5X1XEKACAE35pMEGaUubfsAAAAASUVORK5CYII=)
    no-repeat;
}

.layout-box .border[data-v-15f484f0]:nth-child(4) {
  width: 45px;
  height: 59px;
  bottom: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAA7CAYAAADvlQMcAAAAeklEQVRoge3aMQrDMBQFQSn4/sdN69QKNoQQxjHslELF8us3x3Pfx2qOP/e4OuAbRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK7eM3g7e3idvv3A2m/t0Xrf8u+Wli1ZeY1oGbKbBLmUAAAAASUVORK5CYII=)
    no-repeat;
}

.layout-box .box-content[data-v-15f484f0] {
  position: relative;
  width: 100%;
  height: 100%;
}

.layout-box .box-content.background[data-v-15f484f0] {
  background-color: rgba(4, 41, 64, 0.4);
}

.area-selector-other[data-v-58b13f6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-v-0a689b3d] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-0a689b3d] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-0a689b3d] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-0a689b3d] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-0a689b3d] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-0a689b3d] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-0a689b3d] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-0a689b3d] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-0a689b3d] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-0a689b3d] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-0a689b3d] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-0a689b3d],
.el-select-dropdown .el-select-dropdown__item[data-v-0a689b3d]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-0a689b3d],
.popper__arrow[data-v-0a689b3d]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-0a689b3d] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.custom-light.el-popper[x-placement^="bottom"] {
  margin-top: 6px !important;
}

.custom-light.el-select-dropdown {
  background-color: #f4f7f9 !important;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
}

.custom-light.el-select-dropdown .el-select-dropdown__item span {
  color: #475255;
}

.custom-light.el-select-dropdown .el-select-dropdown__item.selected {
  background: #e9eff4;
  color: #072138;
}

.custom-light.el-select-dropdown .el-select-dropdown__item.hover,
.custom-light.el-select-dropdown .el-select-dropdown__item:hover {
  background: #e9eff4;
}

.custom-light.el-select-dropdown .el-select-dropdown__item.hover span,
.custom-light.el-select-dropdown .el-select-dropdown__item:hover span {
  color: #072138;
}

.area-selector[data-v-fa34a402],
.card-item[data-v-3e5e8d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-item[data-v-3e5e8d38] {
  min-width: 196px;
  height: 85px;
}

.card-item .left[data-v-3e5e8d38] {
  width: 38px;
  height: 100%;
  margin-right: -1px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/card-left.5f1503a.png)
    no-repeat;
  background-size: 100% 100%;
}

.card-item .right[data-v-3e5e8d38] {
  width: 38px;
  height: 100%;
  margin-left: -1px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/card-right.8e919d1.png)
    no-repeat;
  background-size: 100% 100%;
}

.card-item .center[data-v-3e5e8d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABVCAYAAABq1pURAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMdJREFUeNqslMENwkAMBL0+iw/l0AFd0BEt0BMSLRAq4MUrsaEAL9JGl+9o1o50a9i7ypoPx/OlBVG5Wg/WjYCNAMsUjcoiUdQwE4cbUaKKGQYW1We50a0A2XAGiAGwdX1oWwWcDR8kCgwYi8IIBpgRoQH449nX4NePEwPkPw52b41xvfWNwvIiUaxR9LXvAakaOdFIuZylGjuiSjWmAdrzPweAzlBviX6WpgLXDZ9muHwTh6sz5NPHjSEbQaNCM2Cf/sV9BRgAGnRaS69a0qsAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}

.card-item .center .title[data-v-3e5e8d38] {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 33px;
  color: #00f6ff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.card-item .center .content[data-v-3e5e8d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 30px;
  color: #feeb48;
}

.card-item.big[data-v-3e5e8d38] {
  height: 115px;
}

.card-item.big .left[data-v-3e5e8d38] {
  width: 40px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/big-card-left.479b9d4.png)
    no-repeat;
}

.card-item.big .right[data-v-3e5e8d38] {
  width: 40px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/big-card-right.9868fce.png)
    no-repeat;
}

.card-item.big .center[data-v-3e5e8d38] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABzCAYAAAC7I3M6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrslsENwkAMBL0+iw/l0AFd0BEt0BMSLQAV8OIFNhTgRdroPkjJdzRrR8reBfaosubBdn9oQVS+rAevNwFvAixTNCqLRFHDTBxuRIkqZhhYVJ/lRrcCZMMZIAbA1vWhbRVwNnyQKDBgLAojGGBGhAbgl2tfg28/dgyQ99jYuTXG8dQ3Crc7iWKNol/7EpCqkRONlMtZqrEgqlRjGqA9/3EATItawQr+Feg3px41Fbhu+DTD5T+A4eoM+aLnxpCNoFGhGbBnf75+BBgA32Rah63wi4YAAAAASUVORK5CYII=);
}

.card-item.big .center .content[data-v-3e5e8d38] {
  height: 76px;
}

.circle-ui[data-v-566a0d46] {
  width: 100%;
}

.circle-ui .circle-center[data-v-566a0d46],
.circle-ui[data-v-566a0d46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
}

.circle-ui .circle-center[data-v-566a0d46] {
  position: relative;
  width: 160px;
  border-radius: 50%;
}

.circle-ui .circle-center .semi-circle[data-v-566a0d46] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 80px;
  border-radius: 0 0 160px 160px;
  border: 2px solid #00f6ff;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.circle-ui .circle-center .circle-bg[data-v-566a0d46] {
  height: 146px;
  width: 146px;
  margin-left: 1px;
  border-radius: 50%;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-circle.1677a55.png)
    no-repeat;
  background-size: 100% 100%;
}

.circle-ui .circle-center .circle-bg .circle-box[data-v-566a0d46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-ui
  .circle-center
  .circle-bg
  .circle-box
  span[data-v-566a0d46]:first-child {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #71ccde;
}

.circle-ui
  .circle-center
  .circle-bg
  .circle-box
  span[data-v-566a0d46]:nth-child(2) {
  margin-top: 10px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #feeb48;
}

.circle-ui .circle-left[data-v-566a0d46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.circle-ui .circle-left .line[data-v-566a0d46] {
  margin-right: -4px;
}

.circle-ui .circle-right[data-v-566a0d46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.circle-ui .circle-right .line[data-v-566a0d46] {
  margin-left: -4px;
}

.circle-ui .line[data-v-566a0d46] {
  height: 2px;
  width: 100%;
  background-color: #00f6ff;
}

.circle-ui .line-top[data-v-566a0d46] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  color: #67bbcd;
  font-size: 14px;
}

.circle-ui .line-bottom[data-v-566a0d46] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
  color: #feeb48;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 3000px) {
  .circle-ui .line-top[data-v-566a0d46] {
    font-size: 26px;
  }

  .circle-ui .line-bottom[data-v-566a0d46] {
    font-size: 30px;
  }

  .circle-ui
    .circle-center
    .circle-bg
    .circle-box
    span[data-v-566a0d46]:nth-child(2) {
    font-size: 32px;
  }
}

.circle-progress {
  position: relative;
}

.circle-progress .el-progress-circle__track {
  stroke: #094962;
}

.circle-progress .el-progress__text {
  display: none;
}

.circle-progress .circle-progress-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-progress .circle-progress-text span {
  display: inline-block;
  max-width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.count-to .count-to-container[data-v-dcb0bcda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-to .octagon[data-v-dcb0bcda] {
  width: 213px;
  height: 69px;
  padding: 0 18px;
  position: relative;
  z-index: 22;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.count-to .octagon.multi[data-v-dcb0bcda] {
  width: 55px;
}

.count-to .octagon + .octagon[data-v-dcb0bcda] {
  margin-left: 3px;
}

.count-to .octagon[data-v-dcb0bcda]:after,
.count-to .octagon[data-v-dcb0bcda]:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: 19px 100% !important;
  width: 18px;
}

.count-to .octagon[data-v-dcb0bcda]:before {
  left: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/tra-num-left-bg.f8e8361.png)
    no-repeat;
}

.count-to .octagon[data-v-dcb0bcda]:after {
  right: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/tra-num-right-bg.f861d01.png)
    no-repeat;
}

.count-to .octagon ._octagon[data-v-dcb0bcda] {
  height: 100%;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/tra-num-content-bg.90c6c28.png)
    repeat-x;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

.count-to .octagon ._octagon .iconfont[data-v-dcb0bcda] {
  font-size: 32px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00f6ff;
  margin: 0;
}

.count-to .octagon.single ._octagon[data-v-dcb0bcda] {
  line-height: 69px;
}

.count-to .octagon.single ._octagon .iconfont[data-v-dcb0bcda] {
  position: static;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  font-size: 28px;
}

.count-to .octagon .icon-number-d[data-v-dcb0bcda] {
  font-size: 12px !important;
  -webkit-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
  vertical-align: -4px;
}

.count-to .octagon .icon-number-1[data-v-dcb0bcda] {
  width: 20px;
}

.count-to.no-bg-style .octagon ._octagon[data-v-dcb0bcda],
.count-to.no-bg-style .octagon[data-v-dcb0bcda]:after,
.count-to.no-bg-style .octagon[data-v-dcb0bcda]:before {
  background: none;
}

.custom-sort[data-v-57351a68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  cursor: pointer;
}

.custom-sort .sort-icon[data-v-57351a68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-sort i[data-v-57351a68] {
  font-size: 12px;
  line-height: 6px;
  color: #016770;
}

.custom-sort i.active[data-v-57351a68] {
  color: #24969a;
}

.custom-sort.dialog-dark i[data-v-57351a68] {
  color: #016770;
}

.custom-sort.dialog-dark i.active[data-v-57351a68] {
  color: #128f9a;
}

.custom-date-picker.light .el-date-editor .el-range__icon {
  display: none;
}

.custom-date-picker.light .el-range-editor {
  border: 1px solid #bac9d3;
  background-color: transparent;
}

.custom-date-picker.light .el-range-editor .el-range-input {
  font-size: 14px;
  color: #072138;
  background-color: transparent;
}

.el-picker-panel .el-date-table td.end-date span,
.el-picker-panel .el-date-table td.start-date span {
  background-color: #20a8f8;
}

[v-cloak][data-v-fe9a0e46] {
  display: none;
}

[data-v-fe9a0e46] .el-loading-spinner .el-icon-loading {
  font-size: 42px;
  color: #00f6ff;
}

[data-v-fe9a0e46] .el-loading-spinner p.el-loading-text {
  font-size: 16px;
  color: #00f6ff;
}

[data-v-fe9a0e46] .dialog-normal {
  width: 1152px;
  height: 622px;
  padding: 26px 30px 30px;
  border: none;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/regalutare-dialog.2832d4b.png)
    no-repeat center 100%/100%;
  background-position: 0 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__header {
  display: none;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__body .popclose {
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 100%;
  position: absolute;
  top: 20px;
  right: -48px;
  cursor: pointer;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__body .dialog-con {
  width: 100%;
  height: 100%;
  margin-top: -5px;
  overflow: hidden;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__body .dialog-con .dialog-header {
  width: 500px;
  height: 45px;
  line-height: 45px;
  margin: 8px auto 0;
  font-size: 20px;
  color: #00f6ff;
  font-weight: 700;
  background-size: auto 100%;
}

[data-v-fe9a0e46] .dialog-normal .el-dialog__body .dialog-con .dialog-body {
  width: 100%;
  height: calc(100% - 46px);
  overflow: hidden;
}

.download-modal[data-v-2e9c5a40],
[data-v-fe9a0e46] .dialog-normal .el-dialog__body .dialog-con .dialog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-modal[data-v-2e9c5a40] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.download-modal .download-modal-mask[data-v-2e9c5a40] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
}

.download-modal .download-modal-main[data-v-2e9c5a40] {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 370px;
  height: 220px;
  border: 1px solid #047d92;
  border-radius: 4px;
  background: #021f33;
  -webkit-box-shadow: 0 0 10px 0 #047d92 inset;
  box-shadow: inset 0 0 10px 0 #047d92;
}

.download-modal .download-modal-main .download-modal-header[data-v-2e9c5a40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.download-modal
  .download-modal-main
  .download-modal-header
  .download-modal-title[data-v-2e9c5a40],
.download-modal
  .download-modal-main
  .download-modal-header
  .notice[data-v-2e9c5a40] {
  color: #047d92;
  font-size: 14px;
  font-weight: 700;
}

.download-modal
  .download-modal-main
  .download-modal-header
  .close[data-v-2e9c5a40] {
  cursor: pointer;
}

.download-modal
  .download-modal-main
  .download-modal-header
  .close
  i[data-v-2e9c5a40] {
  color: #0886a1;
  font-size: 22px;
}

.download-modal
  .download-modal-main
  .download-modal-header.is-border-bottom[data-v-2e9c5a40] {
  border-bottom: 1px solid rgba(4, 125, 146, 0.3);
}

.download-modal .download-modal-main .download-modal-content[data-v-2e9c5a40] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-modal
  .download-modal-main
  .download-modal-content
  span[data-v-2e9c5a40]:nth-child(2) {
  margin-top: 9px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #39eafe;
}

.download-modal
  .download-modal-main
  .download-modal-content
  span[data-v-2e9c5a40]:nth-child(3) {
  margin-top: 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #047d92;
}

.download-modal
  .download-modal-main
  .download-modal-content
  .download-modal-btn[data-v-2e9c5a40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  margin-top: 18px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-download-modal-btn.03d69e1.png)
    no-repeat 100%;
  font-size: 14px;
  color: #00d2ff;
  cursor: pointer;
}

[data-v-1b10e296] .bscroll-indicator,
[data-v-1b10e296] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-1b10e296] .bscroll-vertical-scrollbar,
[data-v-1b10e296] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.dropdown[data-v-1b10e296] {
  position: relative;
}

.dropdown .dropdown-title[data-v-1b10e296] {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.dropdown .dropdown-title i[data-v-1b10e296] {
  color: #7f98ae;
  font-weight: 600;
}

.dropdown .dropdown-menu[data-v-1b10e296] {
  position: absolute;
  top: 30px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 265px;
  height: 240px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background-color: #0e3252;
  -webkit-box-shadow: 0 10px 24px 0 #02101f;
  box-shadow: 0 10px 24px 0 #02101f;
  border-radius: 6px;
  overflow: hidden;
}

.dropdown .dropdown-menu .dropdown-search[data-v-1b10e296] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  height: 34px;
  padding: 0 12px 0 18px;
  margin: 8px auto;
  border-radius: 18px;
  background: #092844;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown .dropdown-menu .dropdown-search .el-icon-search[data-v-1b10e296] {
  color: #00a9bd;
  margin-right: 5px;
  font-size: 15px;
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-search .search-input[data-v-1b10e296] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00e5ff;
  background: none;
  outline: none;
  border: none;
  font-size: 12px;
}

.dropdown
  .dropdown-menu
  .dropdown-search
  .search-input[data-v-1b10e296]::-webkit-input-placeholder {
  color: #00808f;
}

.dropdown
  .dropdown-menu
  .dropdown-search
  .search-input[data-v-1b10e296]::-moz-placeholder {
  color: #00808f;
}

.dropdown
  .dropdown-menu
  .dropdown-search
  .search-input[data-v-1b10e296]::-ms-input-placeholder {
  color: #00808f;
}

.dropdown
  .dropdown-menu
  .dropdown-search
  .search-input[data-v-1b10e296]::placeholder {
  color: #00808f;
}

.dropdown .dropdown-menu .dropdown-list[data-v-1b10e296] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.dropdown .dropdown-menu .dropdown-list .scroll[data-v-1b10e296] {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.dropdown .dropdown-menu .dropdown-item[data-v-1b10e296] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  color: #b3c6d7;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item[data-v-1b10e296]:hover {
  background-color: #092844;
  color: #9baec1;
}

.dropdown .dropdown-menu .dropdown-item.active[data-v-1b10e296] {
  color: #00e5ff;
}

.dropdown .dropdown-menu .loading[data-v-1b10e296] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.dropdown .dropdown-menu .loading i[data-v-1b10e296] {
  color: #00f6ff;
  font-size: 20px;
}

.dropdown .dropdown-menu .loading span[data-v-1b10e296] {
  margin-top: 5px;
  color: #00f6ff;
  font-size: 12px;
}

.dropdown .dropdown-menu .no-data[data-v-1b10e296] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00f6ff;
}

.dropdown .el-icon-arrow-down[data-v-1b10e296] {
  -webkit-animation: transform 1s ease;
  animation: transform 1s ease;
}

.dropdown .arrow-down[data-v-1b10e296] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.effect-background[data-v-745c8a0a] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.circle-container[data-v-745c8a0a] {
  position: absolute;
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.circle-container .circle[data-v-745c8a0a] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#9ff, #9ff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 0.2s infinite,
    scale-frames-data-v-745c8a0a 2s infinite;
  animation: fadein-frames 0.2s infinite,
    scale-frames-data-v-745c8a0a 2s infinite;
}

.circle-container:nth-child(200) .circle[data-v-745c8a0a] {
  -webkit-animation-delay: 942ms;
  animation-delay: 942ms;
}

.popclose[data-v-77a685f2] {
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 1%;
  position: absolute;
  top: 22px;
  right: -48px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

[data-v-77a685f2] .el-switch__label,
[data-v-77a685f2] .el-switch__label.is-active {
  color: #b3bfe0;
  font-size: 12px;
}

[data-v-77a685f2] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-77a685f2] .el-dialog__wrapper {
  position: absolute;
  top: 2vh;
  right: calc(50% - 350px);
  bottom: auto;
  left: auto;
  overflow: initial;
}

[data-v-77a685f2] .el-dialog {
  margin: 0;
}

.tips[data-v-5eb5de54] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tips .tips-content[data-v-5eb5de54] {
  width: 472px;
  height: 280px;
  background: rgba(6, 31, 54, 0.85);
  border: 2px solid #1e7e81;
  -webkit-box-shadow: 1px 10px 51px 0 #1f2535;
  box-shadow: 1px 10px 51px 0 #1f2535;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.tips .tips-content span.icon[data-v-5eb5de54] {
  display: inline-block;
  width: 102px;
  height: 102px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/no-area.dac57dc.png)
    50%;
  margin-top: 38px;
}

.tips .tips-content p[data-v-5eb5de54] {
  line-height: 65px;
  color: #00f6ff;
  font-size: 14px;
}

.tips .tips-content span.iknow[data-v-5eb5de54] {
  display: inline-block;
  width: 136px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #2d8fa2;
  border-radius: 4px;
  font-size: 14px;
  color: #26c6da;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tips .tips-content span.iknow[data-v-5eb5de54]:hover {
  -webkit-box-shadow: 0 2px 12px -2px rgba(2, 18, 33, 0.9);
  box-shadow: 0 2px 12px -2px rgba(2, 18, 33, 0.9);
}

.custom-input[data-v-fc9ffb50] {
  width: 246px;
  height: 36px;
  border-radius: 4px;
  padding: 0 12px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-input .icon[data-v-fc9ffb50] {
  margin-left: 10px;
  font-size: 17px;
  cursor: pointer;
}

.custom-input .input[data-v-fc9ffb50] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
}

.custom-input.dark {
  border: 1px solid #016770;
  background: #041625;
}

.custom-input.dark .icon {
  color: #00a9bd;
}

.custom-input.dark .input {
  color: #00e5ff;
}

.custom-input.dark .input::-webkit-input-placeholder {
  color: #00808f;
}

.custom-input.dark .input::-moz-placeholder {
  color: #00808f;
}

.custom-input.dark .input::-ms-input-placeholder {
  color: #00808f;
}

.custom-input.dark .input::placeholder {
  color: #00808f;
}

.custom-input.light {
  border: 1px solid #bac9d3;
  background: transparent;
}

.custom-input.light .icon {
  color: #aaa;
}

.custom-input.light .input {
  color: #072138;
}

.custom-input.light .input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.custom-input.light .input::-moz-placeholder {
  color: #bfbfbf;
}

.custom-input.light .input::-ms-input-placeholder {
  color: #bfbfbf;
}

.custom-input.light .input::placeholder {
  color: #bfbfbf;
}

.pop[data-v-76d2998e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.pop .pop-main[data-v-76d2998e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding-top: 18px;
}

.pop .pop-main .pop-content[data-v-76d2998e] {
  width: 620px;
  height: 450px;
  margin: 0 auto;
  padding: 20px 30px 0;
  background: #061f36;
}

.pop .pop-main .pop-content .land-detail-notice[data-v-76d2998e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-left: 20px;
  background-color: #0d141d;
  border-radius: 15px;
  color: #ef7727;
  font-size: 14px;
}

.pop .pop-main .pop-content .land-detail-notice span[data-v-76d2998e] {
  margin-left: 5px;
}

.pop .pop-main .pop-content .land-detail-desc[data-v-76d2998e] {
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 20px;
  text-align: left;
}

.pop
  .pop-main
  .pop-content
  .land-detail-desc
  .land-detail-name[data-v-76d2998e] {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #9ae5ee;
}

.pop
  .pop-main
  .pop-content
  .land-detail-desc
  .land-detail-info[data-v-76d2998e] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #9ae5ee;
}

.pop
  .pop-main
  .pop-content
  .land-detail-desc
  .land-detail-info
  b[data-v-76d2998e] {
  font-weight: 700;
}

.pop
  .pop-main
  .pop-content
  .land-detail-desc
  .land-detail-info
  span[data-v-76d2998e] {
  color: #6dc1cb;
}

.pop .margin-top[data-v-76d2998e] {
  margin-top: 50px;
}

.land-detail-header[data-v-76d2998e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 76px;
  width: 100%;
}

.land-detail-header span[data-v-76d2998e] {
  color: #00f6ff;
  font-size: 18px;
  font-weight: 700;
}

.popclose[data-v-76d2998e] {
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 1%;
  position: absolute;
  top: 22px;
  right: -48px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

[data-v-76d2998e] .el-switch__label,
[data-v-76d2998e] .el-switch__label.is-active {
  color: #b3bfe0;
  font-size: 12px;
}

[data-v-76d2998e] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-76d2998e] .el-dialog__wrapper {
  position: absolute;
  top: 2vh;
  right: calc(50% - 350px);
  bottom: auto;
  left: auto;
  overflow: initial;
}

[data-v-76d2998e] .el-dialog {
  margin: 0;
}

[data-v-76d2998e] .land-detail {
  margin: 0 !important;
  width: 820px;
  height: 650px;
  padding: 26px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/plotpop_bg.b4f1bd7.png)
    no-repeat center 1%;
  background-size: 100% 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

[data-v-76d2998e] .land-detail .el-dialog__header {
  display: none;
}

[data-v-76d2998e] .land-detail .el-dialog__body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

@-webkit-keyframes ball-spin-fade-loader-data-v-b7d2ad32 {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader-data-v-b7d2ad32 {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.custom-ball-spin-fade-loader[data-v-b7d2ad32] {
  position: relative;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:first-child {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0s infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.12s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.12s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.24s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.24s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.36s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.36s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.48s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.48s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.6s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.6s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.72s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.72s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32]:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.84s
    infinite;
  animation: ball-spin-fade-loader-data-v-b7d2ad32 1s linear 0.84s infinite;
}

.custom-ball-spin-fade-loader > div[data-v-b7d2ad32] {
  background-color: #ddd;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

.gisloader[data-v-b7d2ad32] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 50px;
}

.custom-loader[data-v-b7d2ad32] {
  position: relative;
  width: 100%;
}

.custom-loader .el-loading-spinner .el-loading-text,
.custom-loader .el-loading-spinner i {
  color: #00e5ff;
}

.loader-light.custom-loader .el-loading-spinner i {
  color: #9faebb;
}

.loader-light.custom-loader .el-loading-spinner .el-loading-text {
  color: #9faebb;
  line-height: 40px;
}

.nav[data-v-32e3c932] {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 65px;
  padding-left: 30px;
  background-color: #072138;
}

.nav .back[data-v-32e3c932],
.nav[data-v-32e3c932] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav .back[data-v-32e3c932] {
  width: 246px;
}

.nav .back .back-box[data-v-32e3c932] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav .back i[data-v-32e3c932] {
  font-size: 22px;
}

.nav .back span[data-v-32e3c932] {
  font-size: 14px;
}

.nav .nav-title .title[data-v-32e3c932] {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #00f6ff;
}

.nav .search-box[data-v-32e3c932] {
  width: 246px;
  height: 36px;
  border-radius: 18px;
  padding: 0 12px 0 14px;
  background: #041625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav .search-box .iconsousuo[data-v-32e3c932] {
  color: #00a9bd;
  margin-left: 10px;
  font-size: 17px;
  cursor: pointer;
}

.nav .search-box .search-input[data-v-32e3c932] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00e5ff;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
}

.nav .search-box .search-input[data-v-32e3c932]::-webkit-input-placeholder {
  color: #00808f;
}

.nav .search-box .search-input[data-v-32e3c932]::-moz-placeholder {
  color: #00808f;
}

.nav .search-box .search-input[data-v-32e3c932]::-ms-input-placeholder {
  color: #00808f;
}

.nav .search-box .search-input[data-v-32e3c932]::placeholder {
  color: #00808f;
}

.shadow[data-v-32e3c932] {
  -webkit-box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.5);
}

.login-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
}

.login-container .login-name {
  margin-left: 10px;
  position: relative;
}

.login-container .login-name .login-user-img {
  width: 22px;
  height: 22px;
  background: url(../img/user.svg) no-repeat 50%;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.login-container .login-name .login-user-img .layui-icon {
  position: absolute;
  top: 1px;
  right: -18px;
  font-size: 20px;
  background-image: -webkit-linear-gradient(bottom, #ffffff, #a2fcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotateZ(0deg);
}
.login-container .login-name .login-user-img i.on {
  transform: rotateZ(180deg);
}

.login-container .login-name /deep/ .el-dropdown {
  font-size: 18px;
  color: #71ccde;
}

.login-container .login-name /deep/ .el-dropdown .iconfont {
  font-size: 12px;
  color: #fff;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: inline-block;
}

.login-container .login-name /deep/ .el-dropdown .iconfont.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.login-badge {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(35%);
  transform: translateX(35%);
  min-width: 16px;
  max-width: 30px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ef5350;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.login-badge.padding {
  padding: 0 5px;
}

.login-down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #9dd1d7;
  cursor: pointer;
}

.login-down .login-badge {
  top: 18px;
}

.login-down .login-badge.padding {
  right: -4px;
}

.user-dropdown-menu .el-dropdown-menu {
  padding: 0;
  top: 52px !important;
  right: 0px !important;
  left: auto !important;
  border: 0;
  /* background: rgba(6, 70, 97, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35); */
  background: url(../img/user-bg.svg) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding-bottom: 10px;
  padding: 20px 0;
}

.el-dropdown-menu__item:nth-child(2),
.el-dropdown-menu__item:nth-child(3) {
  /* padding: 10px 16px !important; */
  box-sizing: unset !important;
}

.user-dropdown-menu .el-dropdown-menu:before {
  content: "";
  position: absolute;
  top: -12px !important;
  left: auto !important;
  right: 10px !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: rgba(6, 70, 97, 0.9);
}

.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item {
  height: 50px !important;
 /*  line-height: 50px !important; */
  color: #9dd1d7;
  font-size: 16px;
  text-align: center;
  cursor: default;
}

.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item b {
  font-weight: 700;
}

.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item:hover {
  background-color: transparent;
}

.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.user-dropdown-menu
  .el-dropdown-menu
  .el-dropdown-menu__item:nth-last-child(2) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 16px;
  line-height: 38px;
  height: 38px;
}

.user-dropdown-menu
  .el-dropdown-menu
  .el-dropdown-menu__item
  + .el-dropdown-menu__item {
 /*  border-top: 1px solid #018496; */
}

.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item .login-out,
.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item .add-metting,
.user-dropdown-menu .el-dropdown-menu .el-dropdown-menu__item .change-pwd  {
  outline: none;
  width: 144px;
  height: 38px;
  border: 0;
  background-color: rgba(17, 117, 132, 1);
  border: 1px solid rgba(111, 242, 247, 0.5);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.user-dropdown-menu .el-dropdown-menu /deep/ .popper__arrow {
  right: 17px !important;
}

[data-v-7fcb0750] .el-loading-spinner {
  overflow: hidden;
}

[data-v-7fcb0750] .el-loading-spinner .el-loading-text,
[data-v-7fcb0750] .el-loading-spinner i {
  color: #00f2fb;
}

[data-v-7fcb0750] .el-loading-spinner .iconfont {
  display: block;
  line-height: 60px;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: -5px;
  margin-left: 8px;
}

.dynamic-container[data-v-7fcb0750] {
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dynamic-container .dynamic-wrapper[data-v-7fcb0750] {
  height: 100%;
}

.dynamic-container .dynamic-wrapper .info-panel[data-v-7fcb0750] {
  position: relative;
}

.dynamic-container .dynamic-wrapper .info-panel .line-wrap[data-v-7fcb0750] {
  width: 20px;
  height: 100%;
  position: absolute;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .line-wrap[data-v-7fcb0750]:after,
.dynamic-container
  .dynamic-wrapper
  .info-panel
  .line-wrap[data-v-7fcb0750]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .line-wrap[data-v-7fcb0750]:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00f6ff;
  z-index: 2;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .line-wrap[data-v-7fcb0750]:after {
  width: 1px;
  height: 100%;
  background-color: #0e3c56;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap[data-v-7fcb0750] {
  padding-top: 4px;
  padding-bottom: 10px;
  width: calc(100% - 30px);
  margin-left: 30px;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content[data-v-7fcb0750] {
  background-color: #043454;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 1px 2px 5px -1px rgba(2, 19, 37, 0.6);
  box-shadow: 1px 2px 5px -1px rgba(2, 19, 37, 0.6);
  cursor: pointer;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content[data-v-7fcb0750]:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border: 10px solid transparent;
  border-top-color: #043454;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content
  .panel-head[data-v-7fcb0750] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 28px;
  color: #00f6ff;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content
  .panel-head
  .c-name[data-v-7fcb0750] {
  display: inline-block;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  padding-right: 15px;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content
  .panel-des[data-v-7fcb0750] {
  font-size: 14px;
  color: #9ed2d8;
  line-height: 22px;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel:last-child
  .line-wrap[data-v-7fcb0750] {
  width: 20px;
  height: 100%;
  position: absolute;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel:last-child
  .line-wrap[data-v-7fcb0750]:after {
  width: 0;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel[data-v-7fcb0750]:nth-of-type(50n) {
  margin-bottom: 38%;
}

.dynamic-container
  .dynamic-wrapper
  .info-panel:nth-of-type(50n)
  .line-wrap[data-v-7fcb0750]:after {
  height: 0;
}

.dynamic-container .nodata[data-v-7fcb0750] {
  height: 100%;
  color: #00f6ff;
  font-size: 14px;
  text-align: center;
  line-height: 20vh;
}

@media screen and (min-width: 3000px) {
  .dynamic-container
    .dynamic-wrapper
    .info-panel
    .panel-content-wrap
    .panel-content
    .panel-head[data-v-3492aafe][data-v-7fcb0750] {
    font-size: 20px;
    line-height: 32px;
  }

  .dynamic-container
    .dynamic-wrapper
    .info-panel
    .panel-content-wrap
    .panel-content
    .panel-des[data-v-3492aafe][data-v-7fcb0750] {
    font-size: 18px;
    line-height: 24px;
  }
}

.pagination[data-v-33d8bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1a5c7a;
}

.pageWrap[data-v-33d8bf16] {
  display: inline-block;
  vertical-align: bottom;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.changeSize[data-v-33d8bf16],
.nextButton[data-v-33d8bf16],
.perPage[data-v-33d8bf16],
.preButton[data-v-33d8bf16] {
  height: 36px;
  line-height: 36px;
  border: 1px solid #1a6288;
  vertical-align: middle;
  margin-right: 10px;
  outline: none;
  color: #1a5c7a;
}

.nextButton[data-v-33d8bf16],
.preButton[data-v-33d8bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  outline: none;
  background-color: transparent;
  border-color: #1a6288;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.nextButton .icon[data-v-33d8bf16],
.preButton .icon[data-v-33d8bf16] {
  color: #1a5c7a;
}

.perPage[data-v-33d8bf16] {
  float: left;
  display: inline-block;
  width: 36px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.nextButton[data-v-33d8bf16] {
  margin-right: 14px;
}

.nextButton.allowed:hover i[data-v-33d8bf16],
.nextButton[data-v-33d8bf16]:hover,
.perPage[data-v-33d8bf16]:hover,
.preButton.allowed:hover i[data-v-33d8bf16],
.preButton[data-v-33d8bf16]:hover {
  color: #00f6ff;
}

.activePage[data-v-33d8bf16] {
  color: #00f6ff;
  border: 1px solid #00f6ff;
}

button.notAllowed[data-v-33d8bf16] {
  color: #c0c4cc;
  cursor: not-allowed;
}

.icon[data-v-33d8bf16] {
  font-size: 18px;
}

.ellipsis[data-v-33d8bf16] {
  border: none;
}

.total[data-v-33d8bf16] {
  margin-right: 10px;
  font-size: 14px;
  color: #1a5c7a;
}

.page-size[data-v-33d8bf16] {
  width: 90px;
  height: 36px;
  border: 1px solid #1a6288;
  color: #1a5c7a;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.jump[data-v-33d8bf16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 23px;
  font-size: 14px;
}

.jump input[data-v-33d8bf16] {
  width: 36px;
  height: 36px;
  margin: 0 8px;
  outline: none;
  border: 1px solid #1a6288;
  background-color: transparent;
  color: #1a5c7a;
  font-size: 14px;
  text-align: center;
}

.custom-dark .el-dropdown-menu {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #1a6288;
}

.custom-dark .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: transparent;
  color: #00f6ff;
}

.custom-light .el-dropdown-menu {
  background-color: #f4f7f9 !important;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
  border: none;
}

.custom-light .el-dropdown-menu__item:not(.is-disabled):hover {
  background: #e9eff4;
  color: #072138;
}

.custom-light .el-dropdown-menu .popper__arrow {
  border-bottom-color: transparent !important;
}

.custom-dropdown-dark .el-dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9) !important;
  border: none;
}

.custom-dropdown-dark .el-dropdown-menu__item {
  color: #9dd1d7;
}

.custom-dropdown-dark .el-dropdown-menu__item:not(.is-disabled):hover {
  background: rgba(0, 246, 255, 0.3);
  color: #9dd1d7;
}

.custom-dropdown-dark .el-dropdown-menu .popper__arrow {
  border-bottom-color: transparent !important;
}

.pagination.light {
  color: #999;
}

.pagination.light .changeSize,
.pagination.light .nextButton,
.pagination.light .perPage,
.pagination.light .preButton {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bac9d3;
  color: #999;
}

.pagination.light .nextButton .icon,
.pagination.light .preButton .icon {
  color: #999;
}

.pagination.light .perPage:hover {
  background-color: #7aa4be;
  color: #f4f7f9;
  border: none;
}

.pagination.light .nextButton.allowed:hover i,
.pagination.light .preButton.allowed:hover i {
  color: #999;
}

.pagination.light .activePage {
  background-color: #7aa4be;
  color: #f4f7f9;
  border: none;
}

.pagination.light button.notAllowed {
  color: #c0c4cc;
  cursor: not-allowed;
}

.pagination.light .ellipsis {
  border: none;
  background-color: transparent;
}

.pagination.light .ellipsis:hover {
  background-color: transparent;
  color: #999;
}

.pagination.light .total {
  color: #999;
}

.pagination.light .jump input,
.pagination.light .page-size {
  border: 1px solid #bac9d3;
  color: #999;
}

.area-selector[data-v-ca9ab1a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.run-ball {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  top: 85px;
  right: 100px;
  background-color: #ef5350;
  z-index: 1000;
}

.run-ball.run-top-right {
  display: block;
  -webkit-animation: run-right-right 0.8s linear 0s 1,
    run-right-top 0.8s cubic-bezier(0.02, 0.75, 0.68, 1.61) 0s 1;
  animation: run-right-right 0.8s linear 0s 1,
    run-right-top 0.8s cubic-bezier(0.02, 0.75, 0.68, 1.61) 0s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes run-right-top {
  0% {
    top: 85px;
  }

  to {
    top: 15px;
  }
}

@keyframes run-right-top {
  0% {
    top: 85px;
  }

  to {
    top: 15px;
  }
}

@-webkit-keyframes run-right-right {
  0% {
    right: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    right: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes run-right-right {
  0% {
    right: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    right: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.scroll-wrapper[data-v-b19a5370] {
  height: 100%;
  overflow: hidden;
}

[data-v-3660b4e2] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-3660b4e2] .el-table:before {
  height: 0;
}

[data-v-3660b4e2] .el-table:after {
  background-color: transparent;
}

[data-v-3660b4e2] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-3660b4e2] .el-table tr,
[data-v-3660b4e2] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-3660b4e2] .el-table tr.is-leaf,
[data-v-3660b4e2] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-3660b4e2] .el-table tr > .cell,
[data-v-3660b4e2] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-3660b4e2] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-3660b4e2] .el-table tr.el-table__row--striped,
[data-v-3660b4e2] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-3660b4e2] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-3660b4e2] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-3660b4e2] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-3660b4e2] .el-table .el-table__body,
[data-v-3660b4e2] .el-table .el-table__footer,
[data-v-3660b4e2] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-3660b4e2] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-3660b4e2] .el-table .el-table__empty-text {
  color: #00f6ff;
}

.custom-table.light /deep/ .el-table .el-table__header-wrapper {
  background: #e8f0f5;
  -webkit-box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.13);
}

.custom-table.light
  /deep/
  .el-table
  .el-table__header-wrapper
  .el-table__header {
  padding-right: 20px;
}

.custom-table.light /deep/ .el-table tr td:first-child,
.custom-table.light /deep/ .el-table tr th:first-child {
  padding-left: 50px;
}

.custom-table.light /deep/ .el-table th .cell {
  color: #082238;
  font-size: 18px;
  font-weight: 700;
}

.custom-table.light /deep/ .el-table tr.el-table__row {
  background-color: transparent;
}

.custom-table.light /deep/ .el-table tr.el-table__row:nth-child(2n) {
  background-color: #e9eff4;
}

.custom-table.light /deep/ .el-table tr.el-table__row:hover {
  background: #dbe7ee;
}

.custom-table.light /deep/ .el-table .descending .sort-caret.descending {
  border-top-color: #6c7b7e;
}

.custom-table.light /deep/ .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #6c7b7e;
}

.custom-table.light /deep/ .el-table .el-table__empty-text {
  color: #6c7b7e;
}

.custom-table.dark /deep/ .el-table .el-table__header-wrapper .el-table__header,
.custom-table.dialog-dark
  /deep/
  .el-table
  .el-table__header-wrapper
  .el-table__header {
  padding-right: 4px;
}

.custom-table.dark /deep/ .el-table tr td:first-child,
.custom-table.dark /deep/ .el-table tr th:first-child,
.custom-table.dialog-dark /deep/ .el-table tr td:first-child,
.custom-table.dialog-dark /deep/ .el-table tr th:first-child {
  padding-left: 40px;
}

.custom-table.dark /deep/ .el-table .el-table__body-wrapper::-webkit-scrollbar,
.custom-table.dialog-dark
  /deep/
  .el-table
  .el-table__body-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom-table.dark
  /deep/
  .el-table
  .el-table__body-wrapper::-webkit-scrollbar-thumb,
.custom-table.dialog-dark
  /deep/
  .el-table
  .el-table__body-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 247, 255, 0.4);
}

.custom-table.dark /deep/ .el-table th .cell,
.custom-table.dialog-dark /deep/ .el-table th .cell {
  color: #24969a;
  font-size: 18px;
  font-weight: 700;
}

.custom-table.dark /deep/ .el-table thead,
.custom-table.dialog-dark /deep/ .el-table thead {
  background-color: #03182b;
}

.custom-table.dark /deep/ .el-table tr.el-table__row:nth-child(2n),
.custom-table.dialog-dark /deep/ .el-table tr.el-table__row:nth-child(2n) {
  background-color: #000;
}

.custom-table.dark /deep/ .el-table tr.el-table__row,
.custom-table.dialog-dark /deep/ .el-table tr.el-table__row {
  background-color: transparent;
}

.custom-table.dark /deep/ .el-table tr.el-table__row:nth-child(2n),
.custom-table.dialog-dark /deep/ .el-table tr.el-table__row:nth-child(2n) {
  background-color: #03182b;
}

.custom-table.dark /deep/ .el-table .sort-caret.ascending,
.custom-table.dialog-dark /deep/ .el-table .sort-caret.ascending {
  border-bottom-color: #128f9a;
}

.custom-table.dark /deep/ .el-table .sort-caret.descending,
.custom-table.dialog-dark /deep/ .el-table .sort-caret.descending {
  border-top-color: #128f9a;
}

.custom-table.dark /deep/ .el-table .descending .sort-caret.descending,
.custom-table.dialog-dark /deep/ .el-table .descending .sort-caret.descending {
  border-top-color: #016770;
}

.custom-table.dark /deep/ .el-table .ascending .sort-caret.ascending,
.custom-table.dialog-dark /deep/ .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #016770;
}

.custom-table.dark /deep/ .el-table .el-table__empty-text,
.custom-table.dialog-dark /deep/ .el-table .el-table__empty-text {
  color: #24969a;
}

.custom-table.dialog-dark /deep/ .el-table tr td:first-child,
.custom-table.dialog-dark /deep/ .el-table tr th:first-child {
  padding-left: 0;
}

.custom-video-player[data-v-32a80e0d] {
  width: 100%;
  height: 100%;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/video-poster.3a25068.png)
    50% no-repeat;
  background-size: 100%;
}

.custom-video-player .video[data-v-32a80e0d] {
  width: 100%;
  height: 100%;
}

.custom-video-player .noInitPlayer[data-v-32a80e0d] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.custom-video-player .noInitPlayer .playbtn[data-v-32a80e0d] {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: -33px;
  background-color: #242424;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1000;
}

.custom-video-player .noInitPlayer .playbtn .vcp-playtoggle[data-v-32a80e0d] {
  width: 32px;
  background-image: url(/static/img/video-play-icon.9d7098b.png);
  background-size: 40% !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

.custom-video-player .noInitPlayer.active .playbtn[data-v-32a80e0d] {
  bottom: -1px;
}

.custom-video-player .video .el-loading-mask {
  background-color: transparent;
}

.custom-video-player .video .vcp-player video {
  -o-object-fit: fill;
  object-fit: fill;
}

.custom-video-player .video .vcp-player .vcp-poster {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: 1000;
}

.custom-video-player .video .vcp-player .vcp-controls-panel {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 2em;
  bottom: -1px;
}

.custom-video-player .video .vcp-player .vcp-controls-panel.show {
  -webkit-animation: unset;
  animation: unset;
}

.custom-video-player .video .vcp-player .vcp-controls-panel .vcp-volume {
  display: none;
}

.custom-video-player .video .vcp-player .vcp-controls-panel .vcp-playtoggle {
  width: 2.5em;
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/video-play-icon.9d7098b.png);
  background-size: 40% !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

.custom-video-player
  .video
  .vcp-player
  .vcp-controls-panel
  .vcp-fullscreen-toggle {
  width: 2em;
  height: 2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABWElEQVQ4T52TO0tDQRCFv4OgAUEQBUUQrYwgdsbG1k7EKinEyn9lYWVpq5WtVqksFETxgSg+GjsjKCNz2XtZ7yPkuuXszLdnzsyKmsfMpgHlyl6TgJlZCa8h6SsfN7N7YCzER4FhYCoGvQPbwKknSer1E2tma8AhMAHMxqB14ABoSzobENIGjoGFGNQAVsIrHUmJspLWUiXJg2b2UQC5J5HkAiy6y1QHz1qpIjc28yQq2JLUDQNZAk6qWs+PMevEzFrAtSSX7pMdAhYlXZS1XAmquV6Fxapbn+X3a20ZuJH0mWb7Vkt6Gbi1YPYesCHpIXg0DxwBm5LuIngyqHRqXUlurpvqe+KQPwVld2Y2AvTkJyRcSWr2g0QKsoeA5wII2K1SUrHdrtq/yGWs6BH4BnaA21D4JumnaoxB/T7QjEHnwGSuaFXSU4ka/6RzIT4DjGegfy9PVPgLGk20cBKCdKsAAAAASUVORK5CYII=)
    no-repeat 50%;
  background-size: 50%;
}

.custom-video-player .video .vcp-player .vcp-controls-panel .vcp-reflashbtn {
  cursor: pointer;
  position: relative;
  z-index: 1001;
  width: 2.5em;
  height: 2em;
  float: left;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 45%;
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/video-refresh.1aa1988.png);
}

.custom-video-player .video .vcp-player .vcp-controls-panel .switch-load-btn {
  width: 50px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1001;
  right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-video-player .video .vcp-player .vcp-timelabel {
  display: none;
}

.custom-video-player
  .video
  .vcp-player.vcp-playing
  .vcp-controls-panel
  .vcp-playtoggle {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/video-pause-icon.282225e.png);
}

.custom-video-player .video .vcp-player.vcp-fullscreen .vcp-fullscreen-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABOklEQVQ4T92TvSuFYRjGf1eOQ46J3aoM/gWDjUkKi0EGGQwMymBjOYP1LMpCSQkDE4PZ6L9QmHwfXXr0PKfXe963iMm9PPV097u/rkv8Ucj2LnAhaScxbXcATUnK1rFtoCLpPZM7B4wG0DBwBJwCK5KatnuAhxJQTdKj7QqwBYwDE58VbfcD+6EaMBW6Ae5KQH0x7yDmzUi6bbUex6kDk8AicFYCGgMawCGwmsZMHYWdVIFuYB7YALpKQC/AOrANPAOvAZZAYYltUQIqzPtyld8o4b+DomK/u+wb4B6oAb3hlVRt25Ht5ahYCq72BlwDC5KuspXzXpoG9oA1oF4AegIGgeM8LKvskei3pWDgMG5RR5I6bQ/kYUmQQ8B5sIakk+i/IlDrLw9LoGDYhqTLn4gywjYlzf6ZID8ARxKe3w1e7HsAAAAASUVORK5CYII=);
  background-size: 50%;
}

.custom-video-player .video .vcp-player:hover .vcp-controls-panel {
  opacity: 1;
}

.custom-video-player .video .vcp-playtoggle:hover,
.custom-video-player .video .vcp-reflashbtn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.custom-video-player .video .vcp-video {
  position: relative;
  z-index: 1001;
}

.custom-video-player .video .vcp-loading {
  display: none !important;
}

.custom-video-player .el-loading-spinner .path {
  stroke: #ccfcfe;
}

[data-v-393dcb7d]
  .viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in {
  background: rgba(0, 0, 0, 0.5);
}

[data-v-393dcb7d]
  .viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in
  .viewer-title {
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 14px;
}

.view-pics[data-v-393dcb7d] {
  display: none;
  width: 100%;
}

.view-pics ul li[data-v-393dcb7d] {
  width: 24%;
  height: 200px;
  margin-right: 1%;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}

.view-pics ul li[data-v-393dcb7d]:nth-child(4n) {
  margin-right: 0;
}

.view-pics ul li img[data-v-393dcb7d] {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.view-container .arrow-wrapper .iconfont[data-v-393dcb7d] {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
  opacity: 0.6;
}

.view-container .arrow-wrapper .iconfont[data-v-393dcb7d]:hover {
  opacity: 1;
}

.view-container .arrow-wrapper .iconfont.arrow-left[data-v-393dcb7d] {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 120px;
}

.view-container .arrow-wrapper .iconfont.arrow-right[data-v-393dcb7d] {
  right: 120px;
}

/*!
 * Viewer.js v1.7.1
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T13:45:16.438Z
 */
.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-prev:before,
.viewer-reset:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in:before {
  background-position: 0 0;
  content: "Zoom In";
}

.viewer-zoom-out:before {
  background-position: -20px 0;
  content: "Zoom Out";
}

.viewer-one-to-one:before {
  background-position: -40px 0;
  content: "One to One";
}

.viewer-reset:before {
  background-position: -60px 0;
  content: "Reset";
}

.viewer-prev:before {
  background-position: -80px 0;
  content: "Previous";
}

.viewer-play:before {
  background-position: -100px 0;
  content: "Play";
}

.viewer-next:before {
  background-position: -120px 0;
  content: "Next";
}

.viewer-rotate-left:before {
  background-position: -140px 0;
  content: "Rotate Left";
}

.viewer-rotate-right:before {
  background-position: -160px 0;
  content: "Rotate Right";
}

.viewer-flip-horizontal:before {
  background-position: -180px 0;
  content: "Flip Horizontal";
}

.viewer-flip-vertical:before {
  background-position: -200px 0;
  content: "Flip Vertical";
}

.viewer-fullscreen:before {
  background-position: -220px 0;
  content: "Enter Full Screen";
}

.viewer-fullscreen-exit:before {
  background-position: -240px 0;
  content: "Exit Full Screen";
}

.viewer-close:before {
  background-position: -260px 0;
  content: "Close";
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container ::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container ::selection {
  background-color: transparent;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading:after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  right: 0;
}

.viewer-player,
.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li:before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small:before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large:before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button:before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.viewer-loading:after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid hsla(0, 0%, 100%, 0.1);
  border-left-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

[data-v-d459376a] .bscroll-indicator,
[data-v-d459376a] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-d459376a] .bscroll-vertical-scrollbar,
[data-v-d459376a] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-d459376a] .dialog-normal {
  padding: 17px 30px 30px !important;
  width: 908px !important;
  height: 580px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/certificate_bg.3d01c35.png)
    no-repeat 50% !important;
  background-size: 100% auto !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

[data-v-d459376a] .dialog-normal .content {
  width: 96%;
  height: 96%;
  background: #051f35;
}

[data-v-d459376a] .dialog-normal .content .hasdata {
  height: 100%;
}

[data-v-d459376a] .dialog-normal .content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  width: 100%;
  padding: 0 160px;
  font-size: 16px;
  color: #6dc1cb;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-v-d459376a] .dialog-normal .content .tab:before {
  content: "";
  height: 0;
  border-top: 1px solid rgba(10, 94, 117, 0.3);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

[data-v-d459376a] .dialog-normal .content .tab .tabitem {
  line-height: 48px;
  cursor: pointer;
  position: relative;
  padding: 0 4px;
}

[data-v-d459376a] .dialog-normal .content .tab .tabitem.active {
  font-weight: 700;
  color: #01e7f1;
}

[data-v-d459376a] .dialog-normal .content .tab .tabitem.active:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #00f5ff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 8px #00f5ff;
  box-shadow: 0 0 8px #00f5ff;
}

[data-v-d459376a] .dialog-normal .content .panel_a {
  height: 100%;
}

[data-v-d459376a] .dialog-normal .content .panel_a .datalist {
  height: calc(100% - 68px);
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
}

[data-v-d459376a] .dialog-normal .content .panel_a .datalist .list {
  overflow: hidden;
}

[data-v-d459376a] .dialog-normal .content .panel_a .datalist.notab {
  height: calc(100% - 18px);
}

[data-v-d459376a] .dialog-normal .content .panel_b {
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-v-d459376a] .dialog-normal .content .panel_b .listitem {
  background: rgba(0, 0, 0, 0.3);
  height: 430px;
}

[data-v-d459376a] .dialog-normal .content .panel_b .listitem .line {
  background: transparent;
  border-bottom: 1px solid rgba(9, 54, 81, 0.3);
}

[data-v-d459376a] .dialog-normal .content .listitem {
  margin-bottom: 10px;
}

[data-v-d459376a] .dialog-normal .content .listitem .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 16px;
  color: #6dc1cb;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .cropimg {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 20px;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .cropname {
  font-size: 18px;
  width: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .time {
  font-size: 14px;
  width: 220px;
  text-align: left;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .time .label {
  padding-left: 34px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB8ElEQVRIid3VzYuOYRQG8J8Z3nxsbJSvUpqiYccslLJgykpjMWq2KJQhJoaVnW9jMkTyF5gZH7HwVchyiExGamJD/gSZemNxnyfv+8w9T40dp+7Oec65r+vq/njOzb9uc4qg9+VYrl5DV4xNWI4pfMVb3MX9yDXZ0JYOMLdCfCfOoy0jujZGDybRjzs5kpZMrhXnAtCGCRxFO+bHaI/cRMwZDUxrmSy3gjM4hh/ow03Uo/YEC7EZH3EFB3AJx2NOf5VAd5BPYQeeleqdpe86ruITHobIGEaKCY1bVMNAxH0Z8ip7Km0ZDAbXNIFurMQHXJ8FeWE3ArsCu3ICXeFv+bPns7F6YBu5mgQ6wj/+C/LCHoXfmBNYGv7zDODclS5bgV2WAxV/468ZwLvDf6kQqJUTjQLfw6/OABfjdMT9mXphq0pcTQLvw2/PAE9hCV5huEJgW/jXOYF74feY/sv3SLfkUAV5K/aWuJoEhqUuuR77MwJdeFchsC+w3zSssnzIfREPYGtD7bnUCmayTlyO+Ah+5gTgNi5Kt+GBtJKq69mCgyFewwWlM8qBT0gNbIHUMsZxGGswD4uwLnLjGAryazhZJsu16zp68QJnpd4/WLGKySAeyRWrXrRRaZu6pddtg9TISAf5Rnoyh2WezP/HfgPKqmKxtqt8rwAAAABJRU5ErkJggg==)
    no-repeat 10px;
  background-size: 19px;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .weight {
  color: #6dfa73;
  width: 164px;
  text-align: left;
  font-size: 24px;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .weight .val2 {
  font-size: 14px;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .tool {
  height: 100%;
  font-size: 14px;
  color: #00f6ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .tool .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/icon_select.379ee90.png)
    50% no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s;
}

[data-v-d459376a] .dialog-normal .content .listitem .line .tool .arrow.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[data-v-d459376a] .dialog-normal .nodata {
  color: #6dc1cb;
  font-size: 18px;
}

.temp-ten[data-v-ef261f06] {
  margin: 12px auto 0;
  background: #fff;
  width: 544px;
  height: 334px;
  padding: 15px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 1px rgba(4, 0, 0, 0.06);
  box-shadow: 0 0 5px 1px rgba(4, 0, 0, 0.06);
}

.temp-ten .card-title[data-v-ef261f06] {
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.temp-ten .card-baseinfo[data-v-ef261f06] {
  padding: 12px 3px 20px;
  font-size: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.temp-ten .card-baseinfo[data-v-ef261f06],
.temp-ten .label-item[data-v-ef261f06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.temp-ten .label-item[data-v-ef261f06] {
  line-height: 30px;
  width: 48%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.temp-ten .label-item .label[data-v-ef261f06] {
  color: #333;
  width: 101px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
}

.temp-ten .label-item:nth-child(odd) .label[data-v-ef261f06] {
  width: 126px;
}

.temp-ten .label-item .lacon[data-v-ef261f06] {
  color: #000;
  font-weight: 700;
  min-width: 100px;
  text-align: left;
}

.temp-ten .label-item[data-v-ef261f06]:nth-child(odd) {
  width: 52%;
}

.temp-ten .card-code[data-v-ef261f06] {
  color: #333;
  font-size: 14px;
  border-top: 1px solid #333;
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.temp-ten .card-code .part-a[data-v-ef261f06] {
  width: 110px;
  height: 110px;
}

.temp-ten .card-code .part-a img[data-v-ef261f06] {
  width: 100%;
  height: 100%;
}

.temp-ten .card-code .part-b[data-v-ef261f06] {
  text-align: left;
  margin: 0 0 7px 40px;
}

.temp-ten .card-code .tit[data-v-ef261f06] {
  color: #333;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.temp-ten .card-code .desc[data-v-ef261f06] {
  line-height: 20px;
  font-size: 12px;
}

.temp-ten .card-code .desc .desc-li[data-v-ef261f06] {
  padding-left: 22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC00lEQVRYR62XgVFUQQyGfyoQOsAKhArUCsAK9CoAKtAO1ArACoQKlAqUCoAKOCrQ+d5sbnK57L7oXWYY5u3tJn/+ZJPsnv5NTiSdSjqUtC/pqB1/kMTfb0k/Jd1U1e4VNmLsYzOM0YpU9E56RhsxdibpvHnrDd82b5dtESbY/7p9bw0AZT8cxeh9lPRJ0rUkMxzZ4BwhupqhiT2EapkhxRuMG913kr4UlFZCQzg/N5AX6I0AMHrvjH+T9KGiubAHry+b7mdJbwijBxBp35Vx9JLE5BKyMh6TkPiyEdmVcSj/7nJpzbgHwEaot2Tje1uJubRh3AMga983i4sdJBx5Q7y9vG2Zv7ZIDhCjpx16T+3g1njpOgUAspM4Idt6j9fx1nx1CbgRVgB4+g9CkeGqUDAqkhmnYqKjKwDAACWUJLHiw38Uwg50UjRGkhlHH8mcVU0S9AU2AUD2s9HQ8iMKrdNhGJDvOsoy45xJk655sWIdAH/aosUK7zH4KrhMuwUELdeE4kJpjTKMe+spU83JALDeAwGdhAMPsqvGWXqHZy8L3aroAQCP8DYmTA8ECg1Apvw4sJTtsbybGLAPvOMWeBmByBTPUW9nzOZtvIYv22j1PyCYF6C+NyuYTl/4bmIhIskYOKJUmOidjbp87iysHYOae0k+EMNMRiBmC45T+Msl6YEBqDYjQHAdAetldOf9Pqoi0xbC5HxqALxi2CAXerEkziSRgah6H6etKd/8ROQHEhihMfXEg6h6j+fWF1a3Jc6EVhMwXAEBaPrFnNBPaNMIhQogE8PZUOpjPOoBc0b53Tc1vjcaVG8s9zGGFTwtP7caMj8Fs0SdYM33ku7LKLtyMENYiN/oYcL7kbvu54A12j11c08zup1Nyv4cDNmDlHUzFocPKCf+MJhK5Q3HrIACG1orsccwFRUHhqW5AsAMEhY89M9zmxmgGEP2PM/KeQr8L/xYsy2oUmwMAAAAAElFTkSuQmCC)
    no-repeat 0;
  background-size: 14px;
}

#tab-draplist[data-v-4d51f921],
#tab-landlist[data-v-4d51f921] {
  padding: 0 5px;
}

.arealistcon ul li[data-v-4d51f921] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arealistcon ul li.item_noarea[data-v-4d51f921] {
  cursor: not-allowed;
}

.arealistcon ul li.item_noarea .areaname[data-v-4d51f921],
.arealistcon ul li.item_noarea .plot-area[data-v-4d51f921] {
  color: #669da3;
  line-height: 20px;
}

.arealistcon ul li.item_noarea .areapointer[data-v-4d51f921] {
  background-color: #669da3;
}

.arealistcon ul li .areaname[data-v-4d51f921] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arealistcon ul li .areaname span[data-v-4d51f921] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.arealistcon ul li .areaname i[data-v-4d51f921] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 20px;
  line-height: 20px;
  background: #051e36;
  border-radius: 10px;
  color: #096f81;
  font-size: 12px;
  padding: 0 10px;
  margin: 1px 13px 0 14px;
}

.arealistcon ul li .areapointer[data-v-4d51f921] {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #a2eff8;
  border-radius: 50%;
  margin: 0 10px 0 15px;
  float: left;
  line-height: 59px;
}

.arealistcon ul li .plot-area[data-v-4d51f921] {
  width: 65px;
  min-width: 65px;
  overflow: hidden;
  float: right;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 59px;
  font-size: 14px;
  color: #a2f0f8;
}

.plantlistcon ul li[data-v-4d51f921] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plantlistcon ul li .plantname[data-v-4d51f921] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plantlistcon ul li span.no-img[data-v-4d51f921] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #1e5e86;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.plantlistcon ul li span.no-img img[data-v-4d51f921] {
  width: 20px;
  height: auto;
  border-radius: 0;
}

.arealistcon ul li.noarea[data-v-4d51f921],
.plantlistcon ul li.noplant[data-v-4d51f921] {
  display: block;
}

.layui_content {
  min-width: 1200px;
  overflow-y: auto;
}

.layui-layer {
  border-radius: 6px !important;
}

.layui-layout-admin .layui-header {
  display: none;
}

.layui_content {
  padding-top: 0;
}

.arealist .arealist_title,
.planttypelist .planttypelist_title {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  background-color: #2cd2a9;
  font-size: 16px;
  color: #fff;
  padding: 0 10px 0 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.arealist .arealist_title p span,
.planttypelist .planttypelist_title p span {
  font-weight: 700;
}

.arealist .arealist_title p i,
.planttypelist .planttypelist_title p i {
  font-weight: 700;
  font-size: 12px;
  padding: 0 2px;
}

.arealistcon ul li,
.plantlistcon ul li {
  width: 100%;
  height: 60px;
  line-height: 59px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(0, 246, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.arealistcon ul li:nth-child(2n),
.plantlistcon ul li:nth-child(2n) {
  background-color: rgba(8, 86, 102, 0.8);
}

.arealistcon ul li:hover,
.plantlistcon ul li:hover {
  background: #00838f;
}

.arealistcon ul li.active .plantname,
.arealistcon ul li:hover .plantname,
.plantlistcon ul li.active .plantname,
.plantlistcon ul li:hover .plantname {
  color: #14f7ff;
}

.arealistcon ul li.active,
.plantlistcon ul li.active {
  background: #00838f;
  border: 1px solid #00f6ff;
}

.arealistcon ul li.active .areaname,
.plantlistcon ul li.active .plantname {
  color: #14f7ff;
}

.plantlistcon ul li .plantimg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 18px;
}

.plantlistcon ul li .plant-pic img {
  margin-left: 0;
}

.arealistcon ul li .areaimg {
  width: 40px;
  text-align: center;
}

.arealistcon ul li .areaimg img {
  width: 20px;
  filter: hue-rotate(382deg);
  -webkit-filter: hue-rotate(382deg);
  -moz-filter: hue-rotate(382deg);
}

.arealistcon ul li .areaimg,
.plantlistcon ul li .plantimg {
  float: left;
}

.arealistcon ul li .areaname,
.plantlistcon ul li .plantname {
  color: #a1eff8;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arealistcon ul li .areaname span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
}

.arealistcon ul li .areaname i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 20px;
  line-height: 20px;
  background: #051e36;
  border-radius: 10px;
  color: #096f81;
  font-size: 12px;
  padding: 0 10px;
  margin: 1px 13px 0 14px;
}

.plantlistcon ul li .plantname {
  text-overflow: ellipsis;
  width: 120px;
  white-space: nowrap;
  display: block;
  line-height: 59px;
}

.arealistcon ul li .plot-area,
.plantlistcon ul li .plot-area {
  min-width: 65px;
  text-align: right;
  overflow: hidden;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 59px;
  font-size: 14px;
  color: #a2f0f8;
}

.arealistcon ul li.item_noarea {
  cursor: not-allowed;
}

.arealistcon ul li.item_noarea .areaname,
.arealistcon ul li.item_noarea .plot-area {
  color: #669da3;
}

.arealistcon ul li.item_noarea .areapointer {
  background-color: #669da3;
}

.arealistcon ul li .areaname {
  width: 175px;
  word-break: break-all;
}

.arealistcon ul li .areaname span.editarea {
  padding: 8px;
  margin-top: 3px;
}

.arealistcon ul li .areaname span.editarea i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/areaedit.66f4ee7.png)
    50% no-repeat;
  background-position: -1px 0;
}

.arealistcon ul li .areaname span.editarea:hover i {
  opacity: 0.5;
}

.arealistcon ul li .status {
  display: inline-block;
  color: #aed1c8;
  font-size: 14px;
  float: right;
  margin-right: 4px;
}

.arealistcon ul li .status.plant {
  color: #ff0;
}

.arealistcon ul li .status.plant_2 {
  color: #aed1c8;
}

.plantlistcon ul li .plantimg {
  margin-right: 18px;
}

.arealistcon ul li.noarea,
.plantlistcon ul li.noplant {
  cursor: default;
  height: auto;
  display: block;
}

.arealistcon ul li.noarea:hover,
.plantlistcon ul li.noplant:hover {
  background: none;
}

.arealistcon ul li.noarea:after,
.plantlistcon ul li.noplant:after {
  display: none;
}

.arealistcon ul li.noarea p,
.plantlistcon ul li.noplant p {
  text-align: center;
  font-size: 20px;
  color: #6dc1cb;
  line-height: 42px;
  border: none;
}

.arealistcon ul li.noarea p:first-child,
.plantlistcon ul li.noplant p:first-child {
  margin-top: 165px;
}

.areadetaillayer {
  background: hsla(0, 0%, 100%, 0.6) !important;
  margin-top: 0 !important;
  border-radius: 6px !important;
}

.areadetaillayer .layui-layer-setwin .layui-layer-close2 {
  display: none;
}

.areadetaillayer .closebtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABb0lEQVQ4T62VPU5CQRCAv7GxpIBGY4hBLwDxIBo1FnoD/xK8h4mKN7BCjB7EwAUMGuJPA8XrpHHMvOwjy7IvTwxbzsx+O/8rRI6qLgO7wA6wBaw4sy/gGXgEHkRkHF6XUKCq+8AlsBZ7zJO9A00RufftJkBVXQKugJMCUKhuAeci8mMKH3jzD1gGb4nI6QTowmzP6VlofiAibXEFePlDzore+wA2DHgI3IXW/X6fUqlEuVyeUg2HQwaDAY1GI/bAkQGtSnuhdjQa0ev1qNfrE6jBMlmlUokBOwZ8BdZjWh+qqkUwQ7wZ8BuwRo6eDGpA8zbHs+zuuBCYhSkiU+HnvJ8Cc0P2c2bAMKcRaBpytCixAsQKFUDTokTbptvtUq1WZ3Jm0CRJqNVquW1jBVlEY9uy2ExneaGjl/mtqotbDs5LW1/XwHHR0Ab6W+BsZn15ns6zYC9sw0QXrC90G8jme9t9AatO/+m+gCegE/sCfgG6R7m/jVSnpAAAAABJRU5ErkJggg==)
    50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 99999;
  cursor: pointer;
}

.areadetaillayer .closebtn:hover {
  background-position: 50%;
  -webkit-box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 13px -2px rgba(0, 0, 0, 0.8);
}

.areadetailcon {
  width: 100%;
  height: 210px;
  overflow: visible;
}

.areadetailcon .areadetail_tit {
  height: 80px;
  background-color: #2cd2a9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.areadetailcon .areadetail_tit p.adt_name {
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 13px;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.areadetailcon .areadetail_tit p.adt_con {
  padding-left: 20px;
  font-size: 14px;
  color: #e7f7f3;
  line-height: 36px;
}

.areadetailcon .areadetail_tit p.adt_con span.label {
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  font-size: 12px;
  background-color: #31bd9a;
  margin-left: 8px;
  border-radius: 9px;
}

.areadetailcon .areadetail_tit p.adt_con span.lvse-cert {
  float: right;
  display: inline-block;
  width: 94px;
  color: #159354;
  height: 38px;
  line-height: 37px;
  font-size: 12px;
  margin: 2px 12px 0 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAUCAYAAAAJD/ojAAAA5UlEQVRYhe2ZMQ6CMBRAXxuZHLmBizIymlhv4aE8i1eQiah3cHDgEuhUB0JFAxv4k0/fRArDyxt+G2q89wxwGnoR6eXQt2j/bTE3YuCJiYEnxnjvj8BKWkQpDwsU0haKKSxQAk9pE4W8gNICNXAVltHIBajbTS6OifEp4HOKuAOVnIs6KpqmX8e0s4yLSsJE6Aa+CYhoJbTsBt4IiGhl3T50AzsBEa2Elm3gJZDLuKgkp2kaAm+BRExHHwlN0xA4jofxcdAEToFM1kUlGZAugB1gej7o/UMfGeT3BsgAzgJ7AZm54N5fhB20KmvsjQAAAABJRU5ErkJggg==)
    50% no-repeat;
  cursor: pointer;
}

.areadetailcon .areadetail_tit p.adt_con span.lvse-cert img {
  width: 16px;
  vertical-align: -3px;
  margin: 0 2px 0 13px;
}

.areadetailcon .areadetail_tit .typeselect {
  position: absolute;
  top: 77px;
  left: 345px;
  min-width: 126px;
  line-height: 18px;
  color: 666;
  background: #fff;
  -webkit-box-shadow: 0 6px 8px 0 rgba(39, 9, 45, 0.06);
  box-shadow: 0 6px 8px 0 rgba(39, 9, 45, 0.06);
  border-radius: 4px;
  padding: 10px 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.areadetailcon .areadetail_tit .typeselect:before {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.areadetailcon .areadetail_tit .goareadetail {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 19px;
  padding: 15px 10px;
  cursor: pointer;
}

.areadetailcon .areadetail_tit .goareadetail i {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.6);
}

.areadetailcon .areadetail_main {
  height: 130px;
  overflow-y: auto;
}

.areadetailcon .areadetail_main ul {
  padding-top: 10px;
}

.areadetailcon .areadetail_main ul li.arealist-item {
  width: 360px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  margin-left: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.areadetailcon .areadetail_main ul li.arealist-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px;
}

.areadetailcon .areadetail_main ul li.arealist-item span.ad_item_name {
  color: #2cd2a9;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.areadetailcon .areadetail_main ul li.arealist-item span.ad_item_info {
  color: #999;
  float: right;
  margin-right: 10px;
}

.areadetailcon .areadetail_main::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.areadetailcon .areadetail_main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}

.areadetailcon .areadetail_main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  border-radius: 0;
  background: transparent;
  margin-right: 5px;
}

.areadetail_main ul li.noarea p {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  text-align: center;
}

.areadetail_main ul li.noarea p img {
  padding-top: 10px;
}

.areadetaillayer .layui-layer-content {
  overflow: hidden;
}

.zas_person_other ul li.loader:hover {
  background-color: #fff;
}

.zas_person_other ul li.loader {
  width: 100%;
  height: 120px;
  text-align: center;
}

.zas_person_other ul li.loader .loader {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin: 50px -83px 0 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
}

.ball-spin-fade-loader > div:first-child {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s linear 0s infinite;
  animation: ball-spin-fade-loader 1s linear 0s infinite;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.12s infinite;
  animation: ball-spin-fade-loader 1s linear 0.12s infinite;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.24s infinite;
  animation: ball-spin-fade-loader 1s linear 0.24s infinite;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.36s infinite;
  animation: ball-spin-fade-loader 1s linear 0.36s infinite;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.48s infinite;
  animation: ball-spin-fade-loader 1s linear 0.48s infinite;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.6s infinite;
  animation: ball-spin-fade-loader 1s linear 0.6s infinite;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.72s infinite;
  animation: ball-spin-fade-loader 1s linear 0.72s infinite;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s linear 0.84s infinite;
  animation: ball-spin-fade-loader 1s linear 0.84s infinite;
}

.ball-spin-fade-loader > div {
  background-color: #e5e5e5;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

.historyload {
  padding: 100px 0 0 268px;
}

.historyload .loader-inner div {
  background-color: #011f18;
}

@keyframes anilayershow {
  60% {
    border: 0 solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0.5);
    filter: blur(12px);
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    opacity: 0.8;
  }

  90% {
    filter: blur(1px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    opacity: 0.6;
  }

  to {
    width: 600px;
    height: 365px;
    border-radius: 12px;
    border: 4px solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0);
    -webkit-box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    margin: 0;
    opacity: 0.8;
  }
}

@-webkit-keyframes anilayershow {
  60% {
    border: 0 solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0.5);
    filter: blur(12px);
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    opacity: 0.8;
  }

  90% {
    filter: blur(1px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    opacity: 0.6;
  }

  to {
    width: 600px;
    height: 365px;
    border-radius: 12px;
    border: 4px solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0);
    -webkit-box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    margin: 0;
    opacity: 0.8;
  }
}

@keyframes anilayerplusshow {
  60% {
    border: 0 solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0.5);
    filter: blur(12px);
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    opacity: 0.8;
  }

  90% {
    filter: blur(1px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    opacity: 0.6;
  }

  to {
    width: 680px;
    height: 457px;
    border-radius: 12px;
    border: 4px solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0);
    -webkit-box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    margin: 0;
    opacity: 0.8;
  }
}

@-webkit-keyframes anilayerplusshow {
  60% {
    border: 0 solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0.5);
    filter: blur(12px);
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    opacity: 0.8;
  }

  90% {
    filter: blur(1px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    opacity: 0.6;
  }

  to {
    width: 680px;
    height: 457px;
    border-radius: 12px;
    border: 4px solid #2fd3a9;
    background-color: rgba(47, 211, 169, 0);
    -webkit-box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    box-shadow: inset 0 0 35px rgba(66, 250, 133, 0.63);
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    margin: 0;
    opacity: 0.8;
  }
}

@-webkit-keyframes layershow {
  0% {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    opacity: 0.8;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
  }
}

@keyframes layershow {
  0% {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    opacity: 0.8;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
  }
}

body .anilayer {
  animation: layershow 0.2s 0.38s;
  -webkit-animation: layershow 0.2s 0.38s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sensormonitorlayer {
  width: 100%;
  height: 400px;
  background: hsla(0, 0%, 100%, 0)
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bglayer_b.45c4208.png)
    50% no-repeat !important;
  background-size: 100% 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.equiplayer .title {
  width: 97%;
  height: 45px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #2cd2a9;
  border-bottom: 1px solid #2cd2a9;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.equiplayer .title > .plotName {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.equiplayer .title span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  vertical-align: 3px;
  border-radius: 50%;
  background: #2ecfa6;
}

.sensormonitor .sensorlist {
  margin: 20px 0 20px 35px;
  width: 604px;
  height: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.sensormonitor .sensorlist ul {
  width: 572px;
}

.sensormonitor .sensorlist ul li {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
  color: #2cd2a9;
}

.sensormonitor .sensorlist ul li .sensorlicon {
  height: 70px;
}

.sensormonitor .sensorlist ul li .sensor_history {
  width: 100%;
  height: 0;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
}

.sensormonitor .sensorlist ul li .sensoricon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2cd2a9;
  border-radius: 50%;
  text-align: center;
  margin: 15px 18px 0 15px;
  float: left;
}

.sensormonitor .sensorlist ul li .sensoricon img {
  vertical-align: -4px;
}

.sensormonitor .sensorlist ul li .sensoritem {
  width: 427px;
  float: left;
  position: relative;
}

.sensormonitor .sensorlist ul li .sensoritem p {
  font-size: 12px;
  color: #168e7a;
}

.sensormonitor .sensorlist ul li .sensoritem p:first-child {
  font-size: 16px;
  color: #2cd2a9;
  line-height: 40px;
  margin-top: 4px;
}

.sensormonitor .sensorlist ul li .sensoritem .sensornum {
  position: absolute;
  right: 20px;
  top: 20px;
}

.sensormonitor .sensorlist ul li span.splitline {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: hsla(0, 0%, 100%, 0.22);
  float: left;
  margin-top: 16px;
}

.sensormonitor .sensorlist ul li .senhistory_btn {
  width: 65px;
  height: 70px;
  float: left;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABvUlEQVQ4ja3Uv2+NURzH8ddtsQiJP8AVFk2kiVnElV4SCxPVwUAQQ5MaCBs1WDogNSAhDCWCxNqgqB+LqSxtRDog/oIubVLXcL73cTz3aYP0k5w8J9/nfN7ne873nMMKqwbbR4aq/vXhcHzrEfuKl3iEibJh6tyorgpQD17hOmawH+ujHYjYaIzpKZvLwAbe4Ql6cTUA89GmI9aLh5gMT6FVpcweYwAvKjLP9RO38CU8u2LiIsMa7mL4L2C5JnApvLUc2MS6mPVfdTO8zRzYj9tY/A/gYnj7c2AfxqPfkCp4cRlIXVpu+ziNB6MAbsRs9Hdit7SfVdA6XgfgbMRmg1EA5zPDZZyP/jAuVMA242kGXNMe0D42P7BFlB4jWMAVqYpwrwQbiDGwCd/zDD9gX2lp1zCIVkCnloDBHrzPgfdxHN0l6A2clCq5YQlYN05gLAc+wxxO6dQdHJWuYxkmPHN4zu89bOEY3uCzztsy1s6gpKZUuEYw/ngcZnBIuvSDOh+OXF2R2YPwTOc/ck1K5/AIPuE0tmI11mJbxD5K29AIT6H8tckz3YG9OIgh6dAu4Bve4oy0Z61lVrEy+gVE7mjoEThP9AAAAABJRU5ErkJggg==)
    50% no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s;
}

.sensormonitor .sensorlist ul li .senhistory_btn:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABvklEQVQ4ja3UT29NQRjH8c9tsRESL8AVNppQL0DElV4SG1a0XVgQxKIJCxI7amFjgbBAQliU+JfYNijqz8aKRtJGpAvEK+imTepazHOPce5pg/SXTM7kOfP7zjPzzAxLrBpsnnhQ9a8PA/GtR+wrXuAhxsqGT1sGdFWAevASVzGFPVgdbW/ErsSYnrK5DGzgLR6jF5cCMBttMmK9uI/x8BRaVsrsEQbxvCLzXD9xA1/Csz0mLjKs4TaG/wKWawznwlvLgU2siln/VdfD28yB/biJ+f8Azoe3Pwf2YTT6DamCZxeB1KXlto/TaDAK4FpMR38bdkj7WQWt41UATkVsOhgFcDYznMfp6A/jTAVsPZ5kwBXtAe1j8wMbROlxAXO4KFUR7pRggzEG1uF7nuF77C4t7TKG0ArohwVgsBPvcuBdHEZ3CXoNR6VKrlkA1o0jGMmBTzGDYzp1Cwel61iGCc8MnvF7D1s4hNf4rPO2jLQzKKkpFa4RjD8ehynsly79kM6HI1dXZHYvPJP5j1zj0jk8gAmcwEYsx0psithHaRsa4SmUvzZ5pluxC/twXDq0c/iGNzgp7VlrkVUsjX4BaKZo6Om+SvoAAAAASUVORK5CYII=);
}

.sensormonitor .sensorlist ul li.active {
  margin-bottom: 5px;
}

.sensormonitor .sensorlist ul li.active .sensor_history {
  height: 230px;
}

.sensormonitor .sensorlist ul li.active .sensor_history .historycon {
  width: 564px;
  height: 217px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0c3a2f !important;
  -webkit-box-shadow: 0 17px 49px 0 rgba(38, 44, 85, 0.47);
  box-shadow: 0 17px 49px 0 rgba(38, 44, 85, 0.47);
}

.sensormonitor .sensorlist ul li.active .senhistory_btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
}

.weatherlayer {
  width: 100%;
  height: 519px;
  background: hsla(0, 0%, 100%, 0)
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bglayer.0d396aa.png)
    50% no-repeat !important;
  background-size: 100% 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.videomonitor .title,
.weatherlayer .title {
  font-size: 18px;
  border: none;
  line-height: 70px;
  height: 60px;
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.equiplayer div.title .txt,
.videomonitor div.title .plotName,
.weatherlayer div.title .txt {
  width: 382px;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.weatherlayer .weathercon {
  position: relative;
  width: 720px;
  height: 432px;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
}

.weatherlayer .weathercon .weather_bgimgs {
  padding-top: 7px;
}

.weatherlayer .weathercon .weather_bgimgs p {
  float: left;
  width: 100%;
  text-align: center;
}

.weatherlayer .weathercon .weather_items .weatheritem {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  min-width: 70px;
  width: 98px;
  background-color: #fff;
}

.weatherlayer .weathercon .weather_items .weatheritem p {
  font-size: 12px;
  line-height: 17px;
  color: #999;
  text-align: center;
  background-color: #eee;
}

.weatherlayer .weathercon .weather_items .weatheritem p.value {
  font-size: 16px;
  line-height: 30px;
  color: #64c3a4;
  font-weight: 700;
  background: none;
  padding: 0 10px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w1 {
  top: 29px;
  left: 109px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w2 {
  top: 29px;
  left: 519px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w3 {
  top: 161px;
  left: 72px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w4 {
  top: 161px;
  left: 535px;
  width: 70px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w5 {
  top: 161px;
  left: 620px;
  width: 86px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w6 {
  top: 230px;
  left: 71px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w7 {
  top: 230px;
  left: 535px;
}

.weatherlayer .weathercon .weather_items .weatheritem.w8 {
  top: 338px;
  left: 60px;
  width: 110px;
}

.weatherlayer .weathercon .weather_items .weatheritem.gray p.value {
  font-size: 16px;
  color: #c6d3cf;
  font-weight: 400;
}

.weatherlayer .weathercon .weather_items .weatheritem p.value.ftcolor {
  color: #666;
}

.cameralayer {
  width: 100%;
  height: 400px;
  background: hsla(0, 0%, 100%, 0)
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bglayer_b.45c4208.png)
    50% no-repeat !important;
  background-size: 100% 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

#videomonitor {
  width: 560px;
  height: 313px;
  background-color: #0c3a2f;
  margin: 0 auto;
  overflow: hidden;
}

#videomonitor video {
  width: 100%;
  height: 315px;
  -o-object-fit: fill;
  object-fit: fill;
}

.videoload {
  padding: 148px 0 0 277px;
}

.videoload .loader-inner div {
  background-color: #011f18;
}

body .anilayer .layui-layer-setwin .layui-layer-close2 {
  display: none !important;
}

.layui-layer-page .layui-layer-content {
  overflow: visible !important;
}

.equiplayer .title span.closebtn,
.videomonitor .title span.closebtn,
.weatherlayer .title span.closebtn {
  display: inline-block;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bglayer_btn.b5c2d0a.png)
    50% no-repeat;
  width: 60px;
  height: 60px;
  top: -6px;
  right: -1px;
  opacity: 0.9;
  position: absolute;
  top: -13px;
  right: -24px;
  cursor: pointer;
}

.equiplayer .title span.closebtn:hover,
.videomonitor .title span.closebtn:hover,
.weatherlayer .title span.closebtn:hover {
  background-position: 50%;
  opacity: 1;
}

.weatherlayer .title {
  line-height: 66px;
}

.equiplayer .title span.videotitle {
  width: 94%;
  height: 70px;
  line-height: 70px;
  background: none;
}

body .vcp-controls-panel,
body .vcp-fullscreen-toggle {
  height: 2.5em;
}

body .vcp-timelabel {
  display: none !important;
}

body .vcp-volume {
  display: none;
}

body .vcp-loading {
  z-index: 9999;
  display: block;
}

body .vcp-controls-panel {
  z-index: 1005;
}

body .vcp-error-tips {
  width: 100%;
  height: 100%;
  padding: 17% 2% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  margin: 0;
  color: #ccc;
  letter-spacing: 1px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: relative;
}

body .vcp-player video {
  position: relative;
  z-index: 999;
}

body .vcp-poster {
  z-index: 998;
}

body .vcp-bigplay {
  height: 89%;
}

body .vcp-player {
  background: none;
}

body .vcp-playtoggle:focus,
body .vcp-playtoggle:hover,
body .vcp-reflashbtn:focus,
body .vcp-reflashbtn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.vcp-reflashbtn,
body .vcp-video {
  position: relative;
  z-index: 1001;
}

.vcp-reflashbtn {
  cursor: pointer;
  width: 3em;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 43%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABZ0lEQVQ4ja3UMWtUQRTF8TOboCiCCImVuEiwSPIhxFIElbRBP4ClIKKFnbZWkiLFghbWYqGiFhZiJxY2ok1io1EiFjaC/ix23zqGt9mHeODCm5k7f+6ceXdKkiATNJNkLkkvyVaSn21JpZThB3bGKTzAN3zENr7jEVZQ6vyxqslDuI/XOD8a12ureIUnmJsEOjgC3MJsS5VN9HATbzDfgHrVUW8n6SfZTLKYpEzw7VeSa0keJln/a6UqfQVreIenu1QV7MFbnGjzqI4DU0DBRdydBuoSC9ioPZqf4Mc0bST5lMZQfE2ykGT7X2illHFF75Msddy3r22yAT1Ocq4j6HKSD0kGSVYzbKGhcBRbONLR5OO4jh84XYOCq3iB/R1Ae0f/2Y22FikY4CX6u0D6eI57mGkDNbBLo2MOcBaLWMYZrOMLrqhegOTP9e809HCSC0lOJjmWYX9tJnmW5E6Sz3Xy+D36H/oNJLgbRHcaa38AAAAASUVORK5CYII=);
}

body .videobaseStyle {
  margin: 0 auto;
  float: left;
  background: #000
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/videoloading.9f6f5d4.gif)
    50% no-repeat;
}

#videoitem .vcp-loading {
  margin-top: -1em;
}

#videoitem .vcp-playtoggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABHklEQVQ4T63TPy8FQRSG8eeJD6ClVSq0voAvoFYRVIJCQRQKfzsSCoLodBIJvUqrUItWgo6GkCMje5PNtbt3JzHlzM5v55x3Rv5pWHYi4hpYVB9y/W4ogBfgFNhU39uCVdAgsA2MAcvAuZp+0Dj+QOrvXESMAvvAJzCv3jVJtVCBpfVJYAO4AlbV1yqwEepsiIh+YA2YANaBQ/WrDLaCSuAwsAcMAAvqTWctCyqBqdwTYFddSvPZUESMFyFcAivqWxYUEamcAyCVN6PeZvcoIqaALeA4Jah+dCfXK/4h4AhIqU2r93V3qRKKiL6USuoBsJOSUr+zLiQwUiSSmjirPvZ6HpXNBp6Lk5y1eWN19+gCmFOf2pyiNrXczeXvfwCHGIYTbtmc6AAAAABJRU5ErkJggg==) !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

#videoitem .vcp-playing .vcp-playtoggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAANklEQVQ4T2NkoBJghJnz/////4yMjHA+IfPR1Y8ahBlio2FEKBUxMIyG0WgYIRU7RJc/hEINAMcsgBOKnVoTAAAAAElFTkSuQmCC) !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

#videoitem .vcp-fullscreen-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABWElEQVQ4T52TO0tDQRCFv4OgAUEQBUUQrYwgdsbG1k7EKinEyn9lYWVpq5WtVqksFETxgSg+GjsjKCNz2XtZ7yPkuuXszLdnzsyKmsfMpgHlyl6TgJlZCa8h6SsfN7N7YCzER4FhYCoGvQPbwKknSer1E2tma8AhMAHMxqB14ABoSzobENIGjoGFGNQAVsIrHUmJspLWUiXJg2b2UQC5J5HkAiy6y1QHz1qpIjc28yQq2JLUDQNZAk6qWs+PMevEzFrAtSSX7pMdAhYlXZS1XAmquV6Fxapbn+X3a20ZuJH0mWb7Vkt6Gbi1YPYesCHpIXg0DxwBm5LuIngyqHRqXUlurpvqe+KQPwVld2Y2AvTkJyRcSWr2g0QKsoeA5wII2K1SUrHdrtq/yGWs6BH4BnaA21D4JumnaoxB/T7QjEHnwGSuaFXSU4ka/6RzIT4DjGegfy9PVPgLGk20cBKCdKsAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

#videoitem .vcp-fullscreen .vcp-fullscreen-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABOklEQVQ4T92TvSuFYRjGf1eOQ46J3aoM/gWDjUkKi0EGGQwMymBjOYP1LMpCSQkDE4PZ6L9QmHwfXXr0PKfXe963iMm9PPV097u/rkv8Ucj2LnAhaScxbXcATUnK1rFtoCLpPZM7B4wG0DBwBJwCK5KatnuAhxJQTdKj7QqwBYwDE58VbfcD+6EaMBW6Ae5KQH0x7yDmzUi6bbUex6kDk8AicFYCGgMawCGwmsZMHYWdVIFuYB7YALpKQC/AOrANPAOvAZZAYYltUQIqzPtyld8o4b+DomK/u+wb4B6oAb3hlVRt25Ht5ahYCq72BlwDC5KuspXzXpoG9oA1oF4AegIGgeM8LKvskei3pWDgMG5RR5I6bQ/kYUmQQ8B5sIakk+i/IlDrLw9LoGDYhqTLn4gywjYlzf6ZID8ARxKe3w1e7HsAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat;
  background-position: 50%;
}

.cameralayer .vcp-fullscreen-toggle {
  display: none;
}

.cameralayer .vcp-loading {
  margin-top: -1em;
}

.leaflet-marker-icon {
  border-radius: 50%;
}

.za_number {
  line-height: 100%;
}

.za_number .aninum {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}

.za_number .aninum:first-child {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.za_number .aninum:nth-child(2) {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.za_number .aninum:nth-child(3) {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.za_number .aninum:nth-child(4) {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.za_number .aninum:nth-child(5) {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

.za_number .aninum:nth-child(6) {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.za_number .aninum:nth-child(7) {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.za_number .aninum:nth-child(8) {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

.za_number .aninum:nth-child(9) {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.za_number .aninum:nth-child(10) {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.za_number .aninum:nth-child(11) {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

.za_number .aninum:nth-child(12) {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.za_number span {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/number.11dd0bb.png);
  background-repeat: no-repeat;
}

.number_0,
.number_1,
.number_2,
.number_3,
.number_4,
.number_5,
.number_6,
.number_7,
.number_8,
.number_9 {
  display: inline-block;
  width: 21px;
  height: 31px;
  background-size: 100%;
  transition: background-position 1s 0.1s;
  -webkit-transition: background-position 1s 0.1s;
}

.number_pointer {
  display: inline-block;
  width: 9px;
  height: 31px;
  background-position: 57% 100.1%;
  background-size: 300%;
}

.number_0 {
  background-position: 0 50%;
}

.number_1 {
  background-position: 0 0;
}

.number_2 {
  background-position: 0 10.1%;
}

.number_3 {
  background-position: 0 15.1%;
}

.number_4 {
  background-position: 0 20.1%;
}

.number_5 {
  background-position: 0 25.1%;
}

.number_6 {
  background-position: 0 30.1%;
}

.number_7 {
  background-position: 0 35.1%;
}

.number_8 {
  background-position: 0 40.1%;
}

.number_9 {
  background-position: 0 45.1%;
}

.aninum.number_0 {
  background-position: 0 95.1%;
}

.aninum.number_1 {
  background-position: 0 50.1%;
}

.aninum.number_2 {
  background-position: 0 55.1%;
}

.aninum.number_3 {
  background-position: 0 60.1%;
}

.aninum.number_4 {
  background-position: 0 65.1%;
}

.aninum.number_5 {
  background-position: 0 70.1%;
}

.aninum.number_6 {
  background-position: 0 75.1%;
}

.aninum.number_7 {
  background-position: 0 80.1%;
}

.aninum.number_8 {
  background-position: 0 85.1%;
}

.aninum.number_9 {
  background-position: 0 90.1%;
}

.za_number .number_other {
  height: 20px;
  vertical-align: 4px;
  font-size: 38px;
  width: 16px;
  display: inline-block;
  color: #6af16b;
  background: none;
}

.bignumber span {
  width: 28px;
  height: 39px;
}

.bignumber span.number_pointer {
  width: 9px;
  height: 39px;
}

.bignumber .number_other {
  height: 20px;
  vertical-align: 7px;
  font-size: 40px;
  width: 22px;
  display: inline-block;
  background: none;
}

.numtype_a span {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/number_a.29346a9.png);
  background-repeat: no-repeat;
}

.numtype_b span {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/number_b.e16bc0c.png);
  background-repeat: no-repeat;
}

.numtype_c span {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/number_c.4497f59.png);
  background-repeat: no-repeat;
}

.numtype_a .number_other {
  color: #47d9b1;
}

.numtype_b .number_other {
  color: #ffa352;
}

.numtype_c .number_other {
  color: #c6d3cf;
}

#newVersion .historycon .control_timeline {
  width: 100%;
  height: 217px;
  overflow: hidden;
  position: relative;
}

#newVersion .historycon .control_timeline ul {
  width: 100%;
}

#newVersion .historycon .control_timeline ul li {
  float: left;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
}

#newVersion .historycon .control_timeline ul li span.pointer {
  width: 40px;
  height: 56px;
  position: relative;
  float: left;
}

#newVersion .historycon .control_timeline ul li span.pointer:after {
  content: ".";
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: #308a6e;
  width: 1px;
  z-index: 1;
}

#newVersion .historycon .control_timeline ul li span.pointer:before {
  content: ".";
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 16px;
  width: 8px;
  height: 8px;
  background-color: #2cd2a9;
  border-radius: 50%;
  z-index: 2;
}

#newVersion .historycon .control_timeline ul li:first-child span.pointer:after {
  top: 25px;
}

#newVersion .historycon .control_timeline ul li:last-child span.pointer:after {
  bottom: 25px;
}

#newVersion .historycon .control_timeline ul li p {
  width: 482px;
  height: 40px;
  line-height: 40px;
  margin: 8px 0;
  float: left;
  background: #082a22;
  border-radius: 4px;
  font-size: 14px;
  color: #73867a;
}

#newVersion .historycon .control_timeline ul li p span.fl {
  margin-left: 12px;
}

#newVersion .historycon .control_timeline ul li p span.fr {
  margin-right: 16px;
  color: #60da68;
  font-size: 14px;
  font-weight: 400;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:first-child {
  top: 25px;
  left: 48px;
  min-width: 99px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(2) {
  top: 25px;
  left: 460px;
  min-width: 99px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(3) {
  top: 127px;
  left: unset;
  right: 464px;
  min-width: 99px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(4) {
  top: 88px;
  left: 466px;
  min-width: 97px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(5) {
  top: 140px;
  left: 466px;
  min-width: 97px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(6) {
  top: 215px;
  left: unset;
  right: 464px;
  min-width: 99px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(7) {
  top: 217px;
  left: 466px;
  min-width: 99px;
  width: auto;
}

#newVersion .weatherlayer .weathercon .weather_items .weatheritem:nth-child(8) {
  top: 330px;
  left: unset;
  right: 464px;
  min-width: 99px;
  width: auto;
}

#newVersion
  .weatherlayer
  .weathercon.lower
  .weather_items
  .weatheritem:nth-child(3) {
  top: 167px;
}

#newVersion
  .weatherlayer
  .weathercon.lower
  .weather_items
  .weatheritem:nth-child(4) {
  top: 128px;
}

#newVersion
  .weatherlayer
  .weathercon.lower
  .weather_items
  .weatheritem:nth-child(5) {
  top: 182px;
}

#newVersion
  .weatherlayer
  .weathercon.lower
  .weather_items
  .weatheritem:nth-child(6),
#newVersion
  .weatherlayer
  .weathercon.lower
  .weather_items
  .weatheritem:nth-child(7) {
  top: 236px;
}

#newVersion
  .weatherlayer
  .weathercon.off-line
  .weather_items
  .weatheritem
  .value,
#newVersion .weatherlayer .weathercon .weather_items .weatheritem .value.gray {
  color: #c3d4cf;
}

.sensormonitorlayer.hasImage {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bglayer_c.306cfdd.png) !important;
  background-size: 100% 100% !important;
}

#newVersion.sensormonitor .monitorlistcon {
  width: 659px;
  height: 350px;
  overflow: hidden;
}

#newVersion.sensormonitor .monitorlistcon.weatherlayer {
  height: 432px;
}

#newVersion.equiplayer p.title {
  width: 96.5%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #2cd2a9;
  border-bottom: 0 solid #259da1;
  position: relative;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
}

#newVersion.equiplayer p.title span.layertname {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #2cd2a9;
  padding: 0 5px;
  margin: 0 35px;
  position: relative;
  width: auto;
  border-radius: unset;
  background: transparent;
  vertical-align: middle;
}

#newVersion.equiplayer p.title span.layertname.active,
#newVersion.equiplayer p.title span.layertname.blue {
  color: #2cd2a9;
  font-weight: 700;
  font-size: 18px;
}

#newVersion.equiplayer p.title span.layertname.active:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background: #2cd2a9;
  border-radius: 1px;
}

#newVersion .weatherlayer {
  background-image: none !important;
}

#newVersion .weatherlayer .weathercon {
  position: relative;
  width: 610px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
}

#newVersion .weatherlayer .monitorlist {
  height: 432px !important;
}

#newVersion .weatherlayer .weathercon .weather_bgimgs {
  padding-top: 0;
}

#newVersion.sensormonitor .monitorlist {
  margin: 0 auto;
  width: 604px;
  height: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

#newVersion.sensormonitor .monitorlist > ul {
  width: 586px;
}

#newVersion.sensormonitor .monitorlist > ul > li {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
  color: #00f6ff;
  pointer-events: auto !important;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensorlicon {
  height: 70px;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensor_history {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#newVersion.sensormonitor .monitorlist > ul > li.active .sensor_history {
  height: 230px;
}

#newVersion .weatherlayer .monitorlist > ul > li.active .sensor_history {
  height: 360px;
}

#newVersion
  .weatherlayer
  .monitorlist
  > ul
  > li.active
  .sensor_history
  .historycon {
  height: 345px;
  margin: 0 auto;
}

#newVersion .weatherlayer .historycon .control_timeline {
  height: 345px;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoricon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 16px 18px 0 15px;
  float: left;
  background: #2cd2a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

#newVersion.sensormonitor .monitorlist.controlerlist > ul > li .sensoricon {
  background: #00bfa5;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoricon img {
  width: 30px;
  height: auto;
  vertical-align: -4px;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoritem {
  width: 445px;
  float: left;
  position: relative;
}

#newVersion.sensormonitor .monitorlist > ul > li.controler .sensoritem {
  width: 493px;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoritem p {
  font-size: 12px;
  color: #168e7a;
  line-height: 1.5;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoritem p:first-child {
  font-size: 16px;
  color: #2cd2a9;
  line-height: 36px;
  margin-top: 4px;
}

#newVersion.sensormonitor .monitorlist > ul > li.controler p:first-child {
  height: 70px;
  line-height: 70px;
  margin-top: 0;
}

#newVersion.sensormonitor .monitorlist > ul > li .sensoritem .sensornum {
  position: absolute;
  right: 18px;
  top: 20px;
  font-size: 24px;
  color: #6dfa73;
}

#newVersion.sensormonitor
  .monitorlist
  > ul
  > li
  .sensoritem
  .sensornum.no-value {
  color: #235c33;
  font-size: 24px;
  font-weight: 700;
}

#newVersion .bscroll-vertical-scrollbar,
#newVersion .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
  right: 6px !important;
}

#newVersion .bscroll-indicator,
#newVersion .this\.bscroll-indicator {
  background: rgba(5, 30, 44, 0.6) !important;
  border: 0 !important;
}

#newVersion .monitorlist .bscroll-vertical-scrollbar .bscroll-indicator,
#newVersion
  .monitorlist
  .this\.bscroll-vertical-scrollbar
  .this\.bscroll-indicator {
  background: rgba(44, 210, 169, 0.5) !important;
}

#newVersion.sensormonitor .monitorlist > ul > li.nodata {
  width: 102.8%;
  text-align: center;
  font-size: 20px;
  color: #2cd2a9;
  line-height: 310px;
}

#videoitem .switch-load-btn {
  width: 50px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 112px;
  z-index: 1001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#tab-draplist[data-v-081ec150],
#tab-landlist[data-v-081ec150] {
  padding: 0 5px;
}

[data-v-356dbbed] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-356dbbed] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-356dbbed] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-356dbbed] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-356dbbed] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-356dbbed] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-356dbbed] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-356dbbed] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-356dbbed] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-356dbbed] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-356dbbed] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-356dbbed],
.el-select-dropdown .el-select-dropdown__item[data-v-356dbbed]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-356dbbed],
.popper__arrow[data-v-356dbbed]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-356dbbed] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-356dbbed] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-356dbbed] .el-table:before {
  height: 0;
}

[data-v-356dbbed] .el-table:after {
  background-color: transparent;
}

[data-v-356dbbed] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-356dbbed] .el-table tr,
[data-v-356dbbed] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-356dbbed] .el-table tr.is-leaf,
[data-v-356dbbed] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-356dbbed] .el-table tr > .cell,
[data-v-356dbbed] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-356dbbed] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-356dbbed] .el-table tr.el-table__row--striped,
[data-v-356dbbed] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-356dbbed] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-356dbbed] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-356dbbed] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-356dbbed] .el-table .el-table__body,
[data-v-356dbbed] .el-table .el-table__footer,
[data-v-356dbbed] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-356dbbed] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-356dbbed] .el-table .el-table__empty-text {
  color: #00f6ff;
}

.el-dialog__wrapper[data-v-356dbbed] {
  background-color: rgba(0, 0, 0, 0.7);
}

.el-dialog__wrapper[data-v-356dbbed] .detail-dialog {
  width: 716px;
  height: 580px;
  background-color: transparent;
}

.el-dialog__wrapper[data-v-356dbbed] .detail-dialog .el-dialog__header {
  padding: 0;
}

.el-dialog__wrapper[data-v-356dbbed]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn {
  right: -65px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.el-dialog__wrapper[data-v-356dbbed]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close:before {
  content: "";
}

.el-dialog__wrapper[data-v-356dbbed] .detail-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
  height: 100%;
}

[data-v-356dbbed] .el-date-editor {
  width: 104px !important;
}

[data-v-356dbbed] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-356dbbed] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-356dbbed] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-356dbbed] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-356dbbed] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-356dbbed] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-356dbbed] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-356dbbed] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-356dbbed] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-356dbbed],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-356dbbed],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-356dbbed],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-356dbbed] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-356dbbed],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-356dbbed] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-356dbbed],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-356dbbed] {
  background-color: transparent;
}

[data-v-356dbbed] .bscroll-indicator,
[data-v-356dbbed] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-356dbbed] .bscroll-vertical-scrollbar,
[data-v-356dbbed] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-356dbbed] .el-dialog__body .freeteck-box-container.big {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/plant-predict-dialog.eca1ddf.png);
}

[data-v-356dbbed] .el-dialog__body .freeteck-box-container .box-main.big {
  padding: 0 3.99% 5.42%;
}

[data-v-356dbbed] .el-dialog__body .freeteck-box-container .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 0 24px;
  height: 62px;
}

[data-v-356dbbed]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .subject-select {
  width: 120px;
  height: 30px;
}

[data-v-356dbbed]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .subject-select
  /deep/
  .el-input__inner {
  width: 100%;
}

[data-v-356dbbed]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .yield-info {
  color: #00f6ff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
}

[data-v-356dbbed] .el-dialog__body .freeteck-box-container .table-container {
  height: calc(100% - 65px);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 24px;
}

[data-v-356dbbed] .el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

.el-table[data-v-356dbbed] thead tr th > .cell {
  font-size: 14px;
}

.el-table[data-v-356dbbed] thead tr:first-child {
  background-color: rgba(0, 131, 143, 0.3);
}

.el-table[data-v-356dbbed] thead tr:first-child th > .cell {
  font-weight: 700;
}

.el-table[data-v-356dbbed] thead tr:nth-child(2) {
  background-color: rgba(6, 38, 72, 0.8);
}

.el-table[data-v-356dbbed] tbody tr.el-table__row {
  background-color: transparent;
}

.el-table[data-v-356dbbed] tbody tr.el-table__row td {
  border-bottom: 1px solid rgba(0, 131, 143, 0.3);
}

.freeteck-box-container[data-v-36c04cd4] {
  height: 100%;
  width: 100%;
  background-size: 100% 100% !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.freeteck-box-container.small[data-v-36c04cd4] {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/_s-item-bg.b6b9acb.png)
    no-repeat;
}

.freeteck-box-container.big[data-v-36c04cd4] {
  height: 100%;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/_b-item-bg.d347a7d.png)
    no-repeat;
}

.freeteck-box-container .box-head[data-v-36c04cd4] {
  height: 55px;
  width: 100%;
  background-size: 64% 100% !important;
  font-weight: 700;
}

.freeteck-box-container .box-head.small[data-v-36c04cd4] {
  margin-top: 4.5%;
}

.freeteck-box-container .box-head.big[data-v-36c04cd4],
.freeteck-box-container .box-head.small[data-v-36c04cd4] {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/s-box-title-bg.b563d8f.png)
    no-repeat 50%;
}

.freeteck-box-container .box-head.big[data-v-36c04cd4] {
  margin-top: 3%;
}

.freeteck-box-container .box-head .f-box-title[data-v-36c04cd4] {
  color: #00f6ff;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  position: relative;
}

.freeteck-box-container .box-main[data-v-36c04cd4] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.freeteck-box-container .box-main.small[data-v-36c04cd4] {
  height: calc(95.5% - 55px);
  padding: 0 5.05% 6.6%;
}

.freeteck-box-container .box-main.big[data-v-36c04cd4] {
  height: calc(97% - 55px);
  padding: 0 2.99% 3.42%;
}

.freeteck-box-container .box-main.hide-title[data-v-36c04cd4] {
  height: 100%;
}

.pointer[data-v-36c04cd4] {
  cursor: pointer !important;
}

[data-v-042194a2] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-042194a2] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-042194a2] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-042194a2] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-042194a2] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-042194a2] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-042194a2] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-042194a2] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-042194a2] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-042194a2] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-042194a2] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-042194a2],
.el-select-dropdown .el-select-dropdown__item[data-v-042194a2]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-042194a2],
.popper__arrow[data-v-042194a2]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-042194a2] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-042194a2] .bscroll-indicator,
[data-v-042194a2] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-042194a2] .bscroll-vertical-scrollbar,
[data-v-042194a2] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-042194a2] .bscroll-vertical-scrollbar {
  right: 6px !important;
}

.info-item[data-v-042194a2] {
  position: relative;
}

.info-collapse[data-v-042194a2] {
  overflow: hidden;
  max-height: 5000px;
  padding: 15px;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.info-collapse.info-collapse-has[data-v-042194a2] {
  max-height: 100px;
}

.info-collapse.info-collapse-active[data-v-042194a2] {
  max-height: 5000px;
}

.info-more[data-v-042194a2] {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 75px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(6, 31, 54, 0.4)),
    color-stop(30%, #061f36)
  );
  background-image: linear-gradient(90deg, rgba(6, 31, 54, 0.4), #061f36 30%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info-more .info-more-text[data-v-042194a2] {
  color: #00f6ff;
  cursor: pointer;
}

.info-more .el-icon-d-arrow-right[data-v-042194a2] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nodata[data-v-429e8d02] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-429e8d02] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
}

.farmWord-record[data-v-429e8d02] .el-loading-spinner {
  top: 30%;
}

.farmWord-record .farmWord-record-list .fwr-list .fwr-item[data-v-429e8d02] {
  width: 100%;
  padding: 8px 10px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #061f36;
  margin-bottom: 12px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name[data-v-429e8d02],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task[data-v-429e8d02] {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #a1eff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span[data-v-429e8d02],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span[data-v-429e8d02] {
  display: inline-block;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.label-time[data-v-429e8d02],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span.label-time[data-v-429e8d02] {
  color: #a1eff8;
  font-size: 14px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  background-color: #06567c;
  margin-right: 16px;
  border-radius: 4px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.pyc[data-v-429e8d02],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span.pyc[data-v-429e8d02] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.pyc[data-v-429e8d02] {
  font-weight: 700;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task[data-v-429e8d02] {
  height: auto;
  line-height: 20px;
  margin: 0 0 12px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span[data-v-429e8d02] {
  color: #6dc1cb;
  font-weight: 400;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item[data-v-429e8d02] {
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #051423;
  border-radius: 4px;
  margin-bottom: 8px;
  color: #28737c;
  font-size: 14px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p[data-v-429e8d02] {
  line-height: 22px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name[data-v-429e8d02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name
  span[data-v-429e8d02] {
  color: #6dc1cb;
  float: left;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name
  span.name[data-v-429e8d02] {
  margin-right: 40px;
  max-width: calc(100% - 130px);
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs[data-v-429e8d02] {
  width: 100%;
  height: 57px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow: hidden;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs
  img[data-v-429e8d02] {
  width: 57px;
  height: 57px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  margin-right: 10px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs
  img[data-v-429e8d02]:last-child {
  margin: 0;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info[data-v-429e8d02] {
  height: 36px;
  line-height: 36px;
  color: #6dc1cb;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  border-top: 1px solid #103252;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span[data-v-429e8d02] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span
  img[data-v-429e8d02] {
  vertical-align: -5px;
  margin-right: 3px;
  margin-left: -1px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.fw-name[data-v-429e8d02] {
  text-align: right;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land[data-v-429e8d02] {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  cursor: pointer;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land
  i.iconfont[data-v-429e8d02] {
  font-size: 13px;
  vertical-align: -1px;
  padding: 0 0 0 8px;
  color: rgba(111, 184, 195, 0.6);
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land.noarea[data-v-429e8d02] {
  cursor: not-allowed;
  color: #669da3;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land.noarea
  i.iconfont[data-v-429e8d02] {
  display: none;
}

[data-v-429e8d02] .loading .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

[data-v-58bda36a] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-58bda36a] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-58bda36a] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-58bda36a] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-58bda36a] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-58bda36a] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-58bda36a] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-58bda36a] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-58bda36a] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-58bda36a] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-58bda36a] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-58bda36a],
.el-select-dropdown .el-select-dropdown__item[data-v-58bda36a]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-58bda36a],
.popper__arrow[data-v-58bda36a]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-58bda36a] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-58bda36a] .bscroll-indicator,
[data-v-58bda36a] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-58bda36a] .bscroll-vertical-scrollbar,
[data-v-58bda36a] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-58bda36a] .bscroll-vertical-scrollbar {
  right: 6px !important;
}

.nodata[data-v-45397d0f] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-45397d0f] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
}

.farmWord-record[data-v-45397d0f] .el-loading-spinner {
  top: 30%;
}

.farmWord-record .farmWord-record-list .fwr-list .fwr-item[data-v-45397d0f] {
  width: 100%;
  padding: 8px 10px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #061f36;
  margin-bottom: 12px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name[data-v-45397d0f],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task[data-v-45397d0f] {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #a1eff8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span[data-v-45397d0f],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span[data-v-45397d0f] {
  display: inline-block;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.label-time[data-v-45397d0f],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span.label-time[data-v-45397d0f] {
  color: #a1eff8;
  font-size: 14px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  background-color: #06567c;
  margin-right: 16px;
  border-radius: 4px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.pyc[data-v-45397d0f],
.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span.pyc[data-v-45397d0f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-name
  span.pyc[data-v-45397d0f] {
  font-weight: 700;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task[data-v-45397d0f] {
  height: auto;
  line-height: 20px;
  margin: 0 0 12px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  p.fwritem-task
  span[data-v-45397d0f] {
  color: #6dc1cb;
  font-weight: 400;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item[data-v-45397d0f] {
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #051423;
  border-radius: 4px;
  margin-bottom: 8px;
  color: #28737c;
  font-size: 14px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p[data-v-45397d0f] {
  line-height: 22px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name[data-v-45397d0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name
  span[data-v-45397d0f] {
  color: #6dc1cb;
  float: left;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .input-list
  .input-item
  p.input-name
  span.name[data-v-45397d0f] {
  margin-right: 40px;
  max-width: calc(100% - 130px);
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs[data-v-45397d0f] {
  width: 100%;
  height: 57px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow: hidden;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs
  img[data-v-45397d0f] {
  width: 57px;
  height: 57px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  margin-right: 10px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .farm-word-imgs
  img[data-v-45397d0f]:last-child {
  margin: 0;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info[data-v-45397d0f] {
  height: 36px;
  line-height: 36px;
  color: #6dc1cb;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  border-top: 1px solid #103252;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span[data-v-45397d0f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span
  img[data-v-45397d0f] {
  vertical-align: -5px;
  margin-right: 3px;
  margin-left: -1px;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.fw-name[data-v-45397d0f] {
  text-align: right;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land[data-v-45397d0f] {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  cursor: pointer;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land
  i.iconfont[data-v-45397d0f] {
  font-size: 13px;
  vertical-align: -1px;
  padding: 0 0 0 8px;
  color: rgba(111, 184, 195, 0.6);
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land.noarea[data-v-45397d0f] {
  cursor: not-allowed;
  color: #669da3;
}

.farmWord-record
  .farmWord-record-list
  .fwr-list
  .fwr-item
  .fwritem-info
  span.land.noarea
  i.iconfont[data-v-45397d0f] {
  display: none;
}

[data-v-45397d0f] .loading .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.farmWord-record .land[data-v-45397d0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.farmWord-record .land .land-name[data-v-45397d0f] {
  max-width: 160px;
  display: block;
  margin: 0 3px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.farmWord-record .land .iconfont[data-v-45397d0f] {
  margin-top: 5px;
  font-size: 13px;
}

[data-v-dc4ea0fc] .esriSimpleSliderTL {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  color: #00f6ff;
  background: transparent;
  border: none;
}

[data-v-dc4ea0fc] .esriSimpleSliderVertical .esriSimpleSliderDecrementButton,
[data-v-dc4ea0fc] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  background: rgba(6, 37, 71, 0.95);
  border: none;
}

[data-v-dc4ea0fc] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border-bottom: 1px solid rgba(2, 58, 119, 0.95);
}

[data-v-dc4ea0fc] .el-loading-spinner {
  margin-top: -60px;
}

[data-v-dc4ea0fc] .el-loading-spinner i {
  font-size: 47px;
  color: #00f6ff;
}

[data-v-dc4ea0fc] .el-loading-spinner .el-loading-text {
  color: #00f6ff;
  font-size: 15px;
  line-height: 30px;
}

[data-v-dc4ea0fc] .el-dialog__wrapper {
  top: 0 !important;
}

[data-v-dc4ea0fc] #gismap_weixing_ditu {
  opacity: 0.8 !important;
}

.map-loader[data-v-dc4ea0fc] {
  width: 100vw;
  height: 100vh;
}

.map-container[data-v-dc4ea0fc] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #011b29;
  overflow: hidden;
}

@-webkit-keyframes showani-data-v-d18f8a44 {
  0% {
    bottom: -82px;
  }

  to {
    bottom: 0;
  }
}

@keyframes showani-data-v-d18f8a44 {
  0% {
    bottom: -82px;
  }

  to {
    bottom: 0;
  }
}

.footer[data-v-d18f8a44] {
  position: fixed;
  width: 1130px;
  padding-top: 28px;
  height: 54px;
  left: 50%;
  bottom: -82px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/farm-detail-footer.09b1ed9.png)
    50% no-repeat;
  background-size: auto 100%;
  -webkit-animation: showani-data-v-d18f8a44 0.3s 0.3s;
  animation: showani-data-v-d18f8a44 0.3s 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.footer .farmdetail-footer[data-v-d18f8a44] {
  width: 100%;
  height: 100%;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regulatory-con[data-v-7c7d880c] {
  width: 1065px;
  height: 484px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-itens: center;
  background: #061f36
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/dialog-middle-bg.5e08b1d.jpg)
    325px 0 no-repeat;
}

.regulatory-con .statistics[data-v-7c7d880c] {
  width: 336px;
  height: 100%;
}

.regulatory-con .statistics .statistics-item[data-v-7c7d880c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 161px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.regulatory-con .statistics .statistics-item .echart-circle[data-v-7c7d880c] {
  width: 110px;
  height: 110px;
  position: relative;
  margin-left: 30px;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart[data-v-7c7d880c] {
  width: 110px;
  height: 110px;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart-info[data-v-7c7d880c] {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart-info
  p[data-v-7c7d880c] {
  font-size: 14px;
  color: #6dc1cb;
  text-align: center;
  min-height: 22px;
  line-height: 22px;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart-info
  p[data-v-7c7d880c]:first-child {
  font-size: 36px;
  color: #63e56c;
  height: 32px;
  line-height: 32px;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart-info
  p:first-child
  span[data-v-7c7d880c] {
  font-size: 12px;
  margin-left: 2px;
}

.regulatory-con
  .statistics
  .statistics-item
  .echart-circle
  .echart-info
  p.textindent[data-v-7c7d880c] {
  text-indent: 5px;
}

.regulatory-con .statistics .statistics-item .statictics-info[data-v-7c7d880c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regulatory-con
  .statistics
  .statistics-item
  .statictics-info
  p[data-v-7c7d880c] {
  line-height: 32px;
  width: 100px;
  text-align: left;
  font-size: 14px;
  color: #6dc1cb;
}

.regulatory-con
  .statistics
  .statistics-item
  .statictics-info
  p[data-v-7c7d880c]:first-child {
  color: #00f6ff;
  font-size: 16px;
}

.regulatory-con .recording-list[data-v-7c7d880c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 445px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.regulatory-con .recording-list .list-ul .list-item[data-v-7c7d880c] {
  width: 690px;
  margin: 0 auto;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con[data-v-7c7d880c] {
  text-align: left;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 70px;
  background: #041626;
  margin-top: 10px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con[data-v-7c7d880c]:first-child {
  margin-top: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header[data-v-7c7d880c] {
  width: 100%;
  border-bottom: 1px solid #061f36;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span[data-v-7c7d880c] {
  display: inline-block;
  color: #6dc1cb;
  vertical-align: middle;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.date[data-v-7c7d880c] {
  width: 220px;
  font-size: 18px;
  margin-left: 25px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.date
  img[data-v-7c7d880c] {
  vertical-align: -6px;
  margin-right: 10px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.type[data-v-7c7d880c] {
  width: 184px;
  font-size: 14px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction[data-v-7c7d880c] {
  width: 190px;
  font-size: 24px;
  color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-7c7d880c] {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #6dfa73;
  border-radius: 4px;
  position: relative;
  margin-left: 11px;
  padding: 0 10px;
  vertical-align: 3px;
  -webkit-animation: showlabel-data-v-7c7d880c 0.3s 0.2s;
  animation: showlabel-data-v-7c7d880c 0.3s 0.2s;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-7c7d880c]:after {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  content: ".";
  font-size: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #041626;
  top: 7px;
  left: -5px;
  z-index: 2;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-7c7d880c]:before {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  content: ".";
  font-size: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #6dfa73;
  top: 7px;
  left: -7px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_wz[data-v-7c7d880c] {
  color: #105c7b;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a[data-v-7c7d880c] {
  color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a
  i[data-v-7c7d880c] {
  border-color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a
  i[data-v-7c7d880c]:before {
  border-right: 6px solid #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b[data-v-7c7d880c] {
  color: #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b
  i[data-v-7c7d880c] {
  border-color: #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b
  i[data-v-7c7d880c]:before {
  border-right: 6px solid #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c[data-v-7c7d880c] {
  color: #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c
  i[data-v-7c7d880c] {
  border-color: #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c
  i[data-v-7c7d880c]:before {
  border-right: 6px solid #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d[data-v-7c7d880c] {
  color: #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d
  i[data-v-7c7d880c] {
  border-color: #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d
  i[data-v-7c7d880c]:before {
  border-right: 6px solid #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.arrow[data-v-7c7d880c] {
  cursor: pointer;
  padding: 0 20px;
  float: right;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.arrow
  img[data-v-7c7d880c] {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.arrow.showarrow
  img[data-v-7c7d880c] {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail[data-v-7c7d880c] {
  width: 100%;
  height: 366px;
  margin-bottom: 16px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs[data-v-7c7d880c] {
  width: 640px;
  height: 100px;
  margin: 0 auto;
  font-size: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img[data-v-7c7d880c],
.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-7c7d880c] {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img
  img[data-v-7c7d880c],
.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img
  img[data-v-7c7d880c] {
  width: 100%;
  height: 100%;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img[data-v-7c7d880c]:last-child {
  margin: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-7c7d880c] {
  position: relative;
  margin: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-7c7d880c]:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ".";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  z-index: 1;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img
  i[data-v-7c7d880c] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .loading[data-v-7c7d880c] {
  position: relative;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .loading[data-v-7c7d880c]:after {
  content: ".";
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.9)
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=)
    50% no-repeat;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list[data-v-7c7d880c] {
  height: 100%;
  padding: 10px 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list
  ul
  li[data-v-7c7d880c] {
  width: 640px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 14px;
  color: #6dc1cb;
  overflow: hidden;
  margin: 0 auto 10px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list
  ul
  li
  span.fr[data-v-7c7d880c] {
  float: right;
  font-size: 16px;
  color: #00f6ff;
  font-weight: 700;
}

.header-bar[data-v-f3e16660] {
  min-width: 1200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAADCAMAAABF/+IMAAAAkFBMVEUBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlYBRlZnVanxAAAAL3RSTlP8+PXy4efuyc/rodS9mQLDqF1l2RXdbEA5JJIMB3lWgK63jIYaczNGH1Aqs0sQLoVHNIoAAAKhSURBVFjD7dfXcttADIVhypZN9d6sQkqi1dv7v114uFgAKzIc0bnwTIYfsM5tJrH0D7yOY9lZssVyIW6LW2KkfIsj+XKcjbuxZzNlqh3IlZxIoPWVgTYRO7bSQisSWzZX2o5Gu6H1Gj1lLS7GRrRcXeZ3fUftSdM1FGOlmukjpe74dL1nectSeYlXxKNU+lVeIZVXvGV4z/L5pK59pFUzjbWhaDpqT/wnXdFybcSFrFlPazji701trm1ZJEK20nZkog2U/qDPAnEKTsbVOpCpY6bsjfv+bpzJl3Zk39ZIuZGFslQ6igQ4neCM/GLTCT5iiG0vxkryi0dme84vxjhMD1iw+b2eGNc36GMTyb+7ja8ZY4e1/d3FkwhXoYhCKXBk8oul+sYTr+QXk5nfNYZc1hdm84u17cXEfwgfI2oY0sRjw+YQy3SBxzq8ZpIfoo7JLzDmpQD/PcGeTBGPssClX+U9CtQXj+YfA0wfurwA44PrqCY/MGKMsYZOfuMVNYzlmyFdM1bLDEm+wGx9Nza/8ZIehjTMkHa8nOB5PPFSfDFGhDHCSPKLAXx7Y2GCpfiakfxiEwGW+8sBPqUKLA1Ghii+GIJiwdlC0cjRFBjZIyOMsP29cX4XKr8Y5qXjm76Ab5JgJ7/saMV/N4sLfEeAdX419FccICPBQaALzFBfPG4wof4C9RdC3WD8f8MWYw/gZA11/WL19Ztu8HOC9QEcL8Mvt4VffCe+2FcvYDwj4/zNu4DJDy/gSnkBl/433uOHF7BXIMBQ9ACW+kp/8fnOPYAlv3ishsd8PEcqwS08bnDOAazzi6fPXyyegZvGSg4eEpkEh3i2v8gvHqj+ioHqL0YEgUowkf5aUwzMsHL/pi/gu1zAuQlWcKZCkk6iC6z9AUXEcyLWlNyLAAAAAElFTkSuQmCC)
    no-repeat;
  background-position: 0 83px;
  background-size: 100%;
}

.header-bar .header-wrap[data-v-f3e16660],
.header-bar[data-v-f3e16660] {
  height: 100%;
  position: relative;
}

.header-bar .header-wrap ._nav-bar[data-v-f3e16660] {
  margin-left: -50px;
}

.header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660],
.header-bar .header-wrap ._nav-bar[data-v-f3e16660] {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
  min-width: 428px;
  padding-left: 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/head-logo-bg02.3592156.png)
    no-repeat;
  background-size: 100% 103%;
  padding-right: 5.5%;
}

.header-bar .header-wrap ._nav-bar ._head-logo .head-logo[data-v-f3e16660] {
  text-align: center;
  cursor: default;
}

.header-bar
  .header-wrap
  ._nav-bar
  ._head-logo
  .head-logo
  .header-title[data-v-f3e16660] {
  font-size: 36px;
  color: #00f6ff;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  white-space: nowrap;
}

.header-bar
  .header-wrap
  ._nav-bar
  ._head-logo
  .head-logo
  .head-logo-pic[data-v-f3e16660] {
  margin-left: -10px;
  max-height: 46px;
}

@media screen and (max-width: 1800px) {
  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-pic[data-v-f3e16660] {
    margin-left: -10px;
  }
}

.header-bar
  .header-wrap
  ._nav-bar
  ._head-logo
  .head-logo
  .head-logo-label[data-v-f3e16660] {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #00f6ff;
  font-weight: 400;
  opacity: 0.47;
  letter-spacing: 2px;
}

.header-bar .header-wrap ._nav-bar .nav-bar[data-v-f3e16660] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bar .header-wrap ._nav-bar .nav-bar .navs[data-v-f3e16660],
.header-bar .header-wrap ._nav-bar .nav-bar[data-v-f3e16660] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
  height: 100%;
  line-height: 50px;
  width: 210px;
  text-align: center;
  position: relative;
  z-index: 22;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -10px;
}

.header-bar .header-wrap ._nav-bar .nav-bar .navs .nav + .nav[data-v-f3e16660] {
  margin-left: -35px;
}

.header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/head-nav-shadow-bg.e9c2cc6.png)
    no-repeat;
  background-size: 100% 100% !important;
  z-index: -1;
}

.header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
  margin-top: 17px;
  font-size: 18px;
  color: #71ccde;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.header-bar
  .header-wrap
  ._nav-bar
  .nav-bar
  .navs
  .nav.selected[data-v-f3e16660]:before {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/head-nav-active-shadow-bg.4c48cd4.png)
    no-repeat;
}

.header-bar
  .header-wrap
  ._nav-bar
  .nav-bar
  .navs
  .nav.selected
  a[data-v-f3e16660] {
  color: #00f6ff;
}

@media screen and (min-width: 1751px) and (max-width: 1800px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 380px;
    padding-left: 20px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 34px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 195px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1750px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 190px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1661px) and (max-width: 1700px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 185px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -28px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1661px) and (max-width: 1750px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 380px;
    padding-left: 20px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 30px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1611px) and (max-width: 1660px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 175px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -26px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1561px) and (max-width: 1610px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 170px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -26px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1561px) and (max-width: 1660px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 380px;
    padding-left: 20px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 30px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1481px) and (max-width: 1560px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs[data-v-f3e16660] {
    margin-left: -10px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 160px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -24px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1480px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs[data-v-f3e16660] {
    margin-left: -10px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 155px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1560px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 380px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 26px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 150px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 14px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1399px) {
  .header-bar .header-wrap ._nav-bar .nav-bar[data-v-f3e16660] {
    margin-left: -10px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 145px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 14px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 280px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1366px) {
  .header-bar .header-wrap ._nav-bar ._head-logo[data-v-f3e16660] {
    min-width: 280px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .header-title[data-v-f3e16660] {
    font-size: 26px;
    letter-spacing: 3px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    ._head-logo
    .head-logo
    .head-logo-label[data-v-f3e16660] {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav[data-v-f3e16660] {
    width: 145px;
  }

  .header-bar
    .header-wrap
    ._nav-bar
    .nav-bar
    .navs
    .nav
    + .nav[data-v-f3e16660] {
    margin-left: -20px;
  }

  .header-bar .header-wrap ._nav-bar .nav-bar .navs .nav a[data-v-f3e16660] {
    font-size: 14px;
  }
}

[v-cloak] {
  display: none;
}

.overview-header[data-v-ccc30ef6] {
  position: relative;
  width: 100%;
  height: 115px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/menu-left.png) no-repeat;
  background-size: 100% 90px;
}
/* .overview-header::before {
  content: '';
  width: 100%;
  height: 122%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/header-bg.png) no-repeat;
  background-size: 100% 100%;
} */
.section-video {
  width: 100%;
  height: 90px;
  display: none;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.overview-header .logo[data-v-ccc30ef6] {
  display: flex;
  width: 36%;
  margin-left: 1%;
  height: 90px;
  float: left;
  align-items: center;
  cursor: pointer;
}
.overview-header .logo .logo-img {
  width: 6%;
}
.overview-header .logo .logo-word {
  width: 92%;
}

.overview-header .page-tab[data-v-ccc30ef6] {
  position: absolute;
  width: 62%;
  height: 60px;
  margin-top: 25px;
  right: 0px;
  z-index: 999;
  background: url(../img/menu-bg.png) no-repeat;
  background-size: 100% 100%;
}
.overview-header .page-tab .navs[data-v-ccc30ef6] {
  width: calc(96% - 470px);
  margin-left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
.overview-header .page-tab .navs-one[data-v-ccc30ef6]  {
    display: block !important;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
}

.overview-header .page-tab .navs .nav[data-v-ccc30ef6] {
  margin-right: calc(16.66% - 90px);
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  cursor: pointer;
  flex: 1;
  position: relative;
}
.overview-header .page-tab .navs .nav:hover .sub-nav{
    display: block;
}
.overview-header .page-tab .navs .nav:last-child {
  margin-right: 0px;
}

/* 下拉菜单样式 */
.overview-header .page-tab .navs .nav .sub-nav .sub-nav-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 未激活状态 */
.overview-header .page-tab .navs .nav .sub-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: rgba(2, 26, 38, 0.4);
  border-radius: 6px;
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  font-family: youshebiaotihei;
  text-shadow: 0px 3px 6px rgba(4, 45, 66, 0.6);
  cursor: pointer;
}
/* 激活状态 */
.overview-header .page-tab .navs .nav .sub-nav-item-on{
    color: #fff;
    font-weight: bold;
}

.overview-header .page-tab .navs .nav .sub-nav:hover{
    display: block;
} 
.overview-header .page-tab .navs .nav span[data-v-ccc30ef6] {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 0px 3px 6px rgba(4, 45, 66, 0.6);
  font-family: youshebiaotihei;
  position: relative;
}
.overview-header .page-tab .navs .nav.selected span[data-v-ccc30ef6] {
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 3px 6px rgba(0, 243, 252, 0.6);
}
.overview-header .page-tab .navs .nav.selected span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  border-bottom: 3px solid #fff;
  width: 70%;
  left: 15%;
}
.overview-header .header-site {
  position: absolute;
  right: 0;
  min-width: 440px;
  height: 90px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: end;
  background: url(../img/menu-right.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1001;
}
.overview-header .header-time {
  font-family: DIN-Medium;
  padding-top: 40px;
  cursor: pointer;
}
.overview-header .time_show {
  padding-bottom: 5px;
  font-size: 30px;
}
.header-weather {
  padding-top: 40px;
  padding: 25px 15px 0 15px;
  cursor: pointer;
}
.header-weather img {
  width: 30px;
  display: inline-block;
}
.header-weather .temp {
  display: inline-block;
  font-family: DIN-Medium;
  font-size: 18px;
}
.header-water {
  padding: 25px 90px 0 0;
  display: flex;
  align-items: center;
}
.header-water-padding{
  padding-right: 10px !important;
}
.cursor-pointer{
  cursor: pointer;
}
.header-water img {
  margin-right: 5px;
}
.header-water #headerWater {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.water-val span {
  font-family: DIN-Medium;
  font-size: 18px;
  padding-right: 3px;
}
.overview-header .header-user[data-v-ccc30ef6] {
  width: 44px;
  height: 55px;
  position: absolute;
  right: 5px;
  top: 30px;
  z-index: 14;
}

@media screen and (max-width: 1680px) {
  .overview-header .page-tab .navs .nav[data-v-ccc30ef6] {
    margin-right: calc(16.66% - 80px);
    font-size: 20px;
  }
  .overview-header .page-tab .navs .nav.selected span[data-v-ccc30ef6] {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .overview-header .page-tab .navs .nav[data-v-ccc30ef6] {
    margin-right: calc(16.66% - 70px);
    font-size: 18px;
  }
  .overview-header .page-tab .navs .nav.selected span[data-v-ccc30ef6] {
    font-size: 18px;
  }
}

/* @media screen and (min-width:1900px) {
    .overview-header[data-v-ccc30ef6] {
        height: 100px;
        background-size: auto 100px
    }

    .overview-header .page-tab .placeholder[data-v-ccc30ef6] {
        width: 940px
    }

    .overview-header .logo p.logo-title[data-v-ccc30ef6] {
        width: 100%;
        height: 65px;
        line-height: 60px
    }

    .overview-header .logo .head-logo-label[data-v-ccc30ef6] {
        margin-top: 0
    }

    .overview-header .logo p.logo-title span[data-v-ccc30ef6] {
        font-size: 35px
    }

    .overview-header .header-user[data-v-ccc30ef6] {
        height: 67px;
        right: 20px
    }

    .login-container .login-name .login-user-img[data-v-ccc30ef6] {
        width: 50px;
        height: 50px
    }

    .login-container .badge[data-v-ccc30ef6] {
        top: 8px;
        right: 2px
    }

    .overview-header .page-tab .navs[data-v-ccc30ef6] {
        height: 70px
    }

    .overview-header .page-tab .navs .nav[data-v-ccc30ef6] {
        line-height: 64px;
        height: 64px;
        margin-top: 4px
    }

    .overview-header .page-tab .navs .nav span[data-v-ccc30ef6] {
        font-size: 20px
    }

    .overview-header .page-tab .navs .nav.selected span[data-v-ccc30ef6] {
        font-size: 20px
    }

    .overview-header .page-tab .navs .nav.selected[data-v-ccc30ef6] {
        line-height: 64px
    }
} */

/* @media screen and (min-width:3000px) {
    .overview-header[data-v-ccc30ef6] {
        height: 90px;
        background-size: auto 120px
    }

    .overview-header .page-tab .navs[data-v-ccc30ef6] {
        height: 66px
    }

    .overview-header .page-tab .navs .nav[data-v-ccc30ef6] {
        width: 310px;
        height: 65px;
        line-height: 66px
    }

    .overview-header .page-tab .navs .nav.selected[data-v-ccc30ef6] {
        line-height: 66px
    }

    .overview-header .page-tab .navs .nav span[data-v-ccc30ef6] {
        font-size: 24px
    }

    .overview-header .page-tab .navs .nav.selected span[data-v-ccc30ef6] {
        font-size: 26px
    }

    .overview-header .page-tab .placeholder[data-v-ccc30ef6] {
        width: 1000px
    }

    .overview-header .header-user[data-v-ccc30ef6] {
        height: 67px;
        right: 20px
    }

    .login-container .login-name .login-user-img[data-v-ccc30ef6] {
        width: 50px;
        height: 50px
    }
}
 */
.card-content .title[data-v-165427dc] {
  color: #00f6ff;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg1.cc0c0d6.png)
    no-repeat 50%;
  background-size: 100% 100%;
}

.card-content .title.color2[data-v-165427dc] {
  color: #9173fe;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg2.c4226a3.png)
    no-repeat 50%;
}

.card-content .title.color3[data-v-165427dc] {
  color: #1de9b6;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg3.ee54a45.png)
    no-repeat 50%;
}

.head[data-v-165427dc] {
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.head .datepicker[data-v-165427dc] {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

.table-wrap[data-v-143fefd3] {
  height: 100%;
}

.table-wrap .table_body[data-v-143fefd3] {
  height: calc(100% - 40px);
  overflow: hidden;
}

.table-wrap .table_body tr[data-v-143fefd3]:nth-child(odd) {
  background: rgba(0, 131, 143, 0.3);
}

.table-wrap .table_body .nodata-cell[data-v-143fefd3] {
  background: none !important;
}

.table-wrap .table_body .nodata-cell td[data-v-143fefd3] {
  text-align: center;
  color: #00f6ff;
  padding-top: 30px;
}

.table-wrap .table_header tr[data-v-143fefd3] {
  height: 35px;
  width: 100%;
}

.table-wrap td[data-v-143fefd3],
.table-wrap th[data-v-143fefd3] {
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  padding-left: 10px;
}

.table-wrap th[data-v-143fefd3] {
  color: #00f6ff;
}

.table-wrap td[data-v-143fefd3] {
  color: #9dd1d7;
}

.mapcontain[data-v-3e03fca4] {
  position: relative;
  width: 100%;
  height: 100%;
}

#mapcon[data-v-3e03fca4] {
  width: 100%;
  height: 90%;
  margin-top: 3%;
}

.leaflet-container[data-v-3e03fca4] {
  background: none;
}

.leaflet-container .leaflet-overlay-pane svg g[data-v-3e03fca4] {
  position: relative;
}

.leaflet-container .leaflet-overlay-pane svg g div[data-v-3e03fca4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.box-main .tuli[data-v-3e03fca4] {
  display: inline-block;
  position: absolute;
  bottom: -4.5vh;
  left: 5px;
  max-width: 150px;
}

.box-main .tuli img[data-v-3e03fca4] {
  max-width: 100%;
}

.box-main .updatetime[data-v-3e03fca4] {
  position: absolute;
  left: 0;
  bottom: -3.5vh;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #00f6ff;
  z-index: 999;
}

[data-v-3e03fca4] .el-popper {
  margin-right: 2px;
  border-radius: 10px;
}

[data-v-3e03fca4] .el-select-dropdown__item {
  text-align: center;
  color: #9dd1d7;
}

[data-v-3e03fca4] .el-select-dropdown {
  background: rgba(0, 0, 0, 0.8);
  border: none;
}

[data-v-3e03fca4] .el-popper .popper__arrow {
  left: 49% !important;
}

[data-v-3e03fca4] .el-select-dropdown__item.hover,
[data-v-3e03fca4] .el-select-dropdown__item.selected,
[data-v-3e03fca4] .el-select-dropdown__item:hover {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

[data-v-3e03fca4] .el-select {
  margin: -47px auto 0;
  width: 258px;
  display: block;
  height: 40px;
}

[data-v-3e03fca4] .el-select .el-input .el-select__caret {
  color: #00f7ff;
}

[data-v-3e03fca4] .el-input--suffix .el-input__inner {
  background: none;
  border: none;
  color: #00f6ff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-right: 15px;
  caret-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 #00f6ff;
}

[data-v-3e03fca4] .el-select .el-input__inner:focus {
  color: #00f6ff;
}

[data-v-3e03fca4] .el-popper[x-placement^="bottom"] .popper__arrow,
[data-v-3e03fca4] .el-popper[x-placement^="bottom"] .popper__arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.noopts[data-v-3e03fca4] .el-input__suffix {
  display: none;
}

.noopts[data-v-3e03fca4] .el-input--suffix .el-input__inner {
  cursor: default;
}

.mapcontain[data-v-3e03fca4] .el-select > .el-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  cursor: pointer;
}

.mapcontain[data-v-3e03fca4] .el-select .el-input--suffix .el-input__inner {
  display: none;
  width: 0;
}

.mapcontain[data-v-3e03fca4]
  .el-select.noopts
  .el-input--suffix
  .el-input__inner {
  display: block;
  width: auto;
}

.mapcontain[data-v-3e03fca4] .el-input__prefix,
.mapcontain[data-v-3e03fca4] .el-input__suffix {
  position: inherit;
}

.mapcontain[data-v-3e03fca4] .select-input {
  color: #00f6ff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-right: 15px;
  caret-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 #00f6ff;
}

.arcgis-map-container[data-v-ba693428] {
  width: 100%;
  height: 100%;
  position: relative;
}

.arcgis-map-container .map-module[data-v-ba693428] {
  width: 100%;
  height: 100%;
  /* height:calc(100% - 32%); */
}

.arcgis-map-container .map-module[data-v-ba693428] .map-control {
  height: 100%;
  top: auto;
  left: calc(21.875% + 20px);
  bottom: 29px;
}

.arcgis-map-container .map-module[data-v-ba693428] .operators-type-list {
  right: calc(21.875% + 20px);
}

.arcgis-map-container
  .map-module[data-v-ba693428]
  .map-area
  .map-view
  #legendBox {
  left: calc(21.875% + 20px);
}

@media screen and (max-width: 1828px) {
  .arcgis-map-container .map-module[data-v-ba693428] .map-control {
    height: 100%;
    top: auto;
    left: 415px;
    bottom: 29px;
  }

  .arcgis-map-container .map-module[data-v-ba693428] .operators-type-list,
  .arcgis-map-container
    .map-module[data-v-ba693428]
    .map-area
    .map-view
    #legendBox {
    left: 415px;
  }
}

[data-v-0b61cdd8] .esriSimpleSliderTL {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  color: #00f6ff;
  background: transparent;
  border: none;
}

[data-v-0b61cdd8] .esriSimpleSliderVertical .esriSimpleSliderDecrementButton,
[data-v-0b61cdd8] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  background: rgba(6, 37, 71, 0.95);
  border: none;
}

[data-v-0b61cdd8] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border-bottom: 1px solid rgba(2, 58, 119, 0.95);
}

[data-v-0b61cdd8] .el-loading-spinner {
  margin-top: -60px;
}

[data-v-0b61cdd8] .el-loading-spinner i {
  font-size: 47px;
  color: #00f6ff;
}

[data-v-0b61cdd8] .el-loading-spinner .el-loading-text {
  color: #00f6ff;
  font-size: 15px;
  line-height: 30px;
}

[data-v-0b61cdd8] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-0b61cdd8] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-0b61cdd8] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-0b61cdd8] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-0b61cdd8] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-0b61cdd8] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-0b61cdd8] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-0b61cdd8] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-0b61cdd8] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-0b61cdd8] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-0b61cdd8] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-0b61cdd8],
.el-select-dropdown .el-select-dropdown__item[data-v-0b61cdd8]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-0b61cdd8],
.popper__arrow[data-v-0b61cdd8]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-0b61cdd8] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-0b61cdd8] .el-dialog__wrapper {
  top: calc(50vh - 353px);
}

[data-v-0b61cdd8] #gismap_layers #gismap_weixing_ditu {
  opacity: 0.4 !important;
}

[data-v-0b61cdd8] #gismap_landi_ditu {
  opacity: 0.35;
  -webkit-animation: none;
  animation: none;
}

[data-v-0b61cdd8] #gismap_landi_ditu div img {
  filter: hue-rotate(333deg);
  -webkit-filter: hue-rotate(333deg);
}

[data-v-0b61cdd8] #gismap_greenCert img {
  filter: hue-rotate(432deg) brightness(1.2);
  -webkit-filter: hue-rotate(432deg) brightness(1.2);
}

[data-v-0b61cdd8] #gismap_townLayer img,
[data-v-0b61cdd8] .show-onnet #gismap_nongyongdi img {
  filter: hue-rotate(140deg) brightness(1.8);
  -webkit-filter: hue-rotate(82deg) brightness(58) saturate(0);
  opacity: 0.1;
}

[data-v-0b61cdd8] .show-onnet-town #gismap_nongyongdi img {
  display: none;
}

[data-v-0b61cdd8] .el-container {
  background-color: #061f36;
}

[data-v-0b61cdd8].map-view {
  width: 100%;
  height: 100%;
}

[data-v-0b61cdd8].map-view.show-aida-land #gismap_aidaland img {
  filter: hue-rotate(140deg) brightness(1.8);
  -webkit-filter: hue-rotate(140deg) brightness(1.8);
}

[data-v-0b61cdd8].map-view.show-aida-land #gismap_guoyuan img,
[data-v-0b61cdd8].map-view.show-aida-land #gismap_jingzuotian img,
[data-v-0b61cdd8].map-view.show-aida-land #gismap_liangtian img,
[data-v-0b61cdd8].map-view.show-aida-land #gismap_nongyongdi img {
  filter: hue-rotate(140deg) brightness(1.8);
  -webkit-filter: hue-rotate(82deg) brightness(58) saturate(0);
  opacity: 0.1;
}

[data-v-0b61cdd8].map-view.show-company-land #gismap_aidaland {
  visibility: hidden;
}

[data-v-0b61cdd8].map-view[attr="sucai"].show-aida-land #gismap_aidaland img {
  filter: hue-rotate(184deg) brightness(1.8) saturate(5);
  -webkit-filter: hue-rotate(184deg) brightness(1.8) saturate(5);
}

[data-v-0b61cdd8].map-view[attr="sucai"].show-aida-land #gismap_sucai img {
  filter: hue-rotate(203deg) brightness(1.5);
  -webkit-filter: hue-rotate(203deg) brightness(1.5);
  opacity: 0.2;
}

[data-v-0b61cdd8].map-view[attr="yuye"].show-aida-land #gismap_aidaland img {
  filter: hue-rotate(2deg) brightness(1.8) saturate(5);
  -webkit-filter: hue-rotate(2deg) brightness(1.8) saturate(5);
}

[data-v-0b61cdd8].map-view[attr="yuye"].show-aida-land #gismap_yuye img {
  filter: hue-rotate(300deg) brightness(1.5);
  -webkit-filter: hue-rotate(300deg) brightness(1.5);
  opacity: 0.2;
}

.map-area[data-v-0b61cdd8] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-area .gisloader[data-v-0b61cdd8] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.map-area .map-view[data-v-0b61cdd8] {
  position: relative;
  z-index: 2;
}

.map-area .map-view #gismap[data-v-0b61cdd8] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-color: #061f36;
}

.map-area .map-view #gismap[data-v-0b61cdd8]:before {
  content: ".";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/overview-map-bg.e0245c6.png)
    50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-area .map-view #gismap[data-v-0b61cdd8] #gismap_gc {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.map-area .map-view #gismap[data-v-0b61cdd8] g.sign-card-layer {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  opacity: 0.9;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.map-area .map-view #gismap[data-v-0b61cdd8] g.sign-card-layer image,
.map-area .map-view #gismap[data-v-0b61cdd8] g.sign-card-layer text {
  cursor: pointer;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
}

.map-area .map-view.overview-map #gismap[data-v-0b61cdd8] {
  height: 130%;
}

.map-area .map-control .mapcontrol[data-v-0b61cdd8] {
  position: relative;
  height: 100%;
}

.map-area .map-control .mapcontrol .mapchange[data-v-0b61cdd8] {
  position: absolute;
  top: -7px;
}

.map-area .map-control .mapcontrol .mapchange[data-v-0b61cdd8] .el-input input {
  width: 114px;
  height: 30px;
  line-height: 30px;
  color: #00f6ff;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  background-color: rgba(5, 30, 52, 0.7);
}

.map-area .map-control .mapcontrol[data-v-0b61cdd8] .source-change {
  width: 300px;
  position: absolute;
  bottom: -12px;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox-group {
  float: left;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox {
  margin: 0 30px 0 0;
  line-height: 45px;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-form-item {
  margin-bottom: -1px;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  label.el-form-item__label {
  color: #7298bd;
  padding-right: 0;
  width: 64px !important;
  font-size: 12px;
  line-height: 49px;
  text-shadow: #010b20 1px 0 0, #010b20 0 1px 0, #010b20 -1px 0 0,
    #010b20 0 -1px 0;
  text-align: left;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-form-item__content {
  margin-left: 64px !important;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-form-item__content
  span.el-checkbox__label {
  color: #00c1de;
  font-size: 12px;
  text-shadow: #010b20 1px 0 0, #010b20 0 1px 0, #010b20 -1px 0 0,
    #010b20 0 -1px 0;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: #00c1de;
  border-color: #00c1de;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox__inner {
  width: 16px;
  height: 16px;
}

.map-area
  .map-control
  .mapcontrol[data-v-0b61cdd8]
  .source-change
  .el-checkbox__inner:after {
  border-width: 2px;
  height: 9px;
  left: 5px;
  top: 1px;
}

.map-area .map-control .mapcontrol .above-acre-btn[data-v-0b61cdd8] {
  width: 114px;
  height: 30px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: calc(20% + 130px);
  z-index: 99;
  color: #00f6ff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #016770;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  background-color: rgba(5, 30, 52, 0.7);
  cursor: pointer;
}

.map-area
  .map-control
  .mapcontrol
  .above-acre-btn
  i.icon-wangluo[data-v-0b61cdd8] {
  vertical-align: -2px;
}

.map-area .on-net-land .subjects-area[data-v-0b61cdd8] {
  top: 140px;
  left: 20px;
}

.map-area .on-net-land .above-acre-back-btn[data-v-0b61cdd8] {
  position: absolute;
  top: 10px;
  left: calc(80% - 44px);
  z-index: 99;
  cursor: pointer;
}

.map-area .on-net-land .above-acre-back-btn span[data-v-0b61cdd8] {
  display: block;
  width: 42px;
  height: 42px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-above-acre-back-btn.d6249b1.png)
    no-repeat;
  background-size: 100%;
}

.map-area .on-net-land .above-acre-bread[data-v-0b61cdd8] {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 15px;
  font-size: 14px;
}

.map-area .on-net-land .above-acre-bread span[data-v-0b61cdd8] {
  color: #00f6ff;
}

.map-area
  .on-net-land
  .above-acre-bread
  span.onnet-area-label[data-v-0b61cdd8] {
  height: 30px;
  line-height: 30px;
  background: rgba(7, 97, 132, 0.7);
  border-radius: 15px;
  padding: 0 10px 0 15px;
  font-size: 14px;
  color: #00f6ff;
  margin-left: 12px;
}

.map-area
  .on-net-land
  .above-acre-bread
  span.onnet-area-label
  i[data-v-0b61cdd8] {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #00f5ff;
  border-radius: 50%;
  font-size: 16px;
  color: #021631;
  line-height: 17px;
  text-align: center;
  margin: 0 0 0 7px;
  cursor: pointer;
}

[data-v-20f3cdae] .bscroll-indicator,
[data-v-20f3cdae] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-20f3cdae] .bscroll-vertical-scrollbar,
[data-v-20f3cdae] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.operators-type-list[data-v-20f3cdae] {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(4, 52, 84, 0.9);
}

.operators-type-list.toggleAni[data-v-20f3cdae] {
  -webkit-transition-property: width, height;
  transition-property: width, height;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.operators-type-list .top-title[data-v-20f3cdae] {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 33px;
  line-height: 33px;
  color: #00f6ff;
  font-size: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#076e80),
    to(#048e9f)
  );
  background: linear-gradient(180deg, #076e80, #048e9f);
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.58);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.58);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.operators-type-list .top-title .expand[data-v-20f3cdae] {
  position: absolute;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98px;
  height: 43px;
  cursor: pointer;
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/expand.3a0236e.png);
}

.operators-type-list .top-title .expand[data-v-20f3cdae]:hover {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/expand_hover.05257c6.png);
}

.operators-type-list .close[data-v-20f3cdae] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98px;
  height: 43px;
  cursor: pointer;
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/close.aa37399.png);
}

.operators-type-list .close[data-v-20f3cdae]:hover {
  background-image: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/close_hover.63c5b46.png);
}

.operators-type-list .main[data-v-20f3cdae] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.operators-type-list .main .input-container[data-v-20f3cdae] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 20px;
  overflow: hidden;
}

.operators-type-list .main .list[data-v-20f3cdae] {
  position: absolute;
  top: 72px;
  bottom: 30px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.operators-type-list .main .list li[data-v-20f3cdae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #a2f0f8;
  border-top: 1px solid #04192f;
  cursor: pointer;
}

.operators-type-list .main .list li .resource-wrapper[data-v-20f3cdae] {
  width: 38%;
  max-width: 38%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  display: inline-block;
}

.operators-type-list .main .list li .resource-wrapper span[data-v-20f3cdae] {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #0c4469;
  border-radius: 4px;
  font-size: 12px;
  color: #189dac;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.operators-type-list .main .list li[data-v-20f3cdae]:hover {
  background: rgba(2, 37, 58, 0.9);
  opacity: 0.9;
  color: #a1eff8;
}

.operators-type-list .main .list li:hover .resource-wrapper[data-v-20f3cdae] {
  display: none;
}

.operators-type-list .main .list li:hover .icon-wrapper[data-v-20f3cdae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operators-type-list .main .list li.active[data-v-20f3cdae] {
  color: #00f6ff;
  background: rgba(2, 17, 27, 0.9);
}

.operators-type-list .main .list li.active .resource-wrapper[data-v-20f3cdae] {
  display: none;
}

.operators-type-list .main .list li.active .icon-wrapper[data-v-20f3cdae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operators-type-list .main .list li[data-v-20f3cdae]:last-child {
  border-bottom: 1px solid #04192f;
}

.operators-type-list .main .list li.noGisMap .title[data-v-20f3cdae] {
  width: 85%;
}

.operators-type-list
  .main
  .list
  li.noGisMap
  .icon-wrapper
  .detail-icon[data-v-20f3cdae] {
  width: 100%;
  height: 100%;
  background-position: 0;
}

.operators-type-list .main .list li .title[data-v-20f3cdae] {
  width: 72%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
  overflow: hidden;
}

.operators-type-list .main .list li .title .icon[data-v-20f3cdae] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  color: #197995;
}

.operators-type-list
  .main
  .list
  li
  .title
  .icon
  .icon-lianjie[data-v-20f3cdae] {
  vertical-align: -2px;
}

.operators-type-list .main .list li .title .name[data-v-20f3cdae] {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.operators-type-list .main .list li .icon-wrapper[data-v-20f3cdae] {
  display: none;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}

.operators-type-list
  .main
  .list
  li
  .icon-wrapper
  .dikuai-icon[data-v-20f3cdae] {
  display: inline-block;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA+0lEQVQ4jeXSvy5EQRTH8Y8NsYlCQqEl8SfxBkSrUJBoCI+g8gQKb6CSeAO9RKJSkXgAxRZaFcq1IqJwxx5rZrNXNOKb3OQ39/zmd8/cOfw7hmBy+xAWcYOxHk8LC5W+wlJPvYMNXDycHmiEwkomDKaCnsjUR7GcFjFwNncEvBR05HPvIIHtoN/qBI4UzHdB3xY8zSSGw8v1gjmyWz1FGv2KPyF1OI4T+Vs8w1Gl97CZ8TxiH/cpcBVbhY82Q+COj/HKcYnjdOS5gqkO03T/4XwfYyfo0hx+C+zX4XPQ7aKrRoeDMkP3llu+zmTiFedhfY01+XF7+oWm/iLvLjshuyRjbKkAAAAASUVORK5CYII=);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 60%;
}

.operators-type-list
  .main
  .list
  li
  .icon-wrapper
  .dikuai-icon.active[data-v-20f3cdae],
.operators-type-list
  .main
  .list
  li
  .icon-wrapper
  .dikuai-icon[data-v-20f3cdae]:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA5klEQVQ4jeWSzwoBURTGf0TEQtnYUlh4BFkrS+UlWHkVW8+hPMAUb6BY2Nqx0fUnORZmOLh3IrORr27znc53v/lmzoE/hREwUsPIFiPydOZ+H4xMLP09RpoYASCubBtA1vK6guJ5Sz8F1INCG5Yd+Y8OrnG7+47hTvHzJ4ZJh3ip+MyhSQckBhD80K+RiT0kjAQJ/5kDhtinOAIGPu8BbYtmDfSB1bU00rHsV3A8tYdeiK4L96FUIvjaojashggPirv28MUwLOFe8Z1T9UHCd1GC+5QXimucgLGqp0ALrOu2iSDUL+ICah94MPWkmPMAAAAASUVORK5CYII=);
}

.operators-type-list
  .main
  .list
  li
  .icon-wrapper
  .detail-icon[data-v-20f3cdae] {
  display: inline-block;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA8UlEQVQ4jeXSLUsEQRgH8N+Kgq+HYjVZTDa1GdRgMt83MdyBwa9hVjlsBjFbLGJQrIIiCIIcgiBYznBzIPLs7u1e9A/DDjPsb5554d8lg8Xm4e+xO6xWQd47B9mgPx7MT6OJmwJjA61o4QicxAMeg7lNtLGbt1IEzqKL5QC9yoMGGQvGZhJ4jL0yYBhwAl9YQQfbdcBe0BYwhXOsj1Lh37ziqSqYBe0Ez9jC2ygVXmAtVbaDl2Ex4mezpH8pLXxXwcg/w24drAyslWjLl/rvr4E5zKd+I8e4LwP3Cwrope8nznCE6zKwKLcJOcVHxX/r5QfKsyxuSfQ7lQAAAABJRU5ErkJggg==);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 27%;
}

.operators-type-list
  .main
  .list
  li
  .icon-wrapper
  .detail-icon[data-v-20f3cdae]:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA9UlEQVQ4jeXSvUrEQBSG4SdiISsuXoBXINiJnYVY2GjtveilWKuIvWxla6FYKLaCIggWroI/YLMWO5G4nMRMWl8ITHJm3vlOOPw7CvAxqn67wlKWpVcU5XI6KmMbFw2KFexEF0fCGdzgNqitYhcbdTdFLb9gMYknpSMRlZangvIshtjHVl2SnIQlzynlJk7bJiyF8cYx71jDeRth1PIkj7hrse+XsAieA9yndE+5wionWE7J1vHQVkY8hwv4NB7crxwZ9f9w2EX2l7ATUcsDHKGPOcyndb/GcV19aRrsiHLjG46xhzO9nzEMEzZxmSSHeM08241vB0cyKSL5ZTYAAAAASUVORK5CYII=);
}

.operators-type-list .main .list .no_result[data-v-20f3cdae] {
  margin-top: 20%;
  text-align: center;
}

.operators-type-list .main .list .no_result img[data-v-20f3cdae] {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.operators-type-list .main .list .no_result .text[data-v-20f3cdae] {
  font-size: 12px;
  color: #23858b;
}

.operators-type-list .main .search-loader[data-v-20f3cdae] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.operators-type-list[data-v-20f3cdae] .el-input {
  position: relative;
  height: 40px;
}

.operators-type-list[data-v-20f3cdae] .el-input .el-input__prefix,
.operators-type-list[data-v-20f3cdae] .el-input .el-input__suffix {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operators-type-list[data-v-20f3cdae] .el-input .el-input__prefix {
  padding-left: 10px;
}

.operators-type-list[data-v-20f3cdae] .el-input .el-input__suffix {
  padding-right: 5px;
  cursor: pointer;
}

.operators-type-list[data-v-20f3cdae] .el-input .self-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
}

.operators-type-list[data-v-20f3cdae] .el-input .self-icon img {
  width: 100%;
  height: 100%;
}

.operators-type-list[data-v-20f3cdae] .el-input input {
  background: #061f36;
  border-radius: 20px;
  border: none;
  text-indent: 8px;
  color: #00f5ff;
}

.operators-type-list[data-v-20f3cdae]
  .el-input
  input::-webkit-input-placeholder {
  font-size: 14px;
  color: #289295;
}

.operators-type-list[data-v-20f3cdae] .el-input input::-moz-placeholder {
  font-size: 14px;
  color: #289295;
}

.operators-type-list[data-v-20f3cdae] .el-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #289295;
}

.operators-type-list[data-v-20f3cdae] .el-input input:-moz-placeholder {
  font-size: 14px;
  color: #289295;
}

@media screen and (min-width: 3000px) {
  .operators-type-list[data-v-20f3cdae] {
    width: 400px;
    height: calc(84% - 65px);
  }

  .operators-type-list
    .main
    .list
    li
    .resource-wrapper
    span[data-v-785fcddf][data-v-20f3cdae] {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }

  .operators-type-list .main .list li[data-v-785fcddf][data-v-20f3cdae] {
    height: 55px;
    font-size: 20px;
  }

  input[data-v-20f3cdae]::-webkit-input-placeholder {
    font-size: 18px;
  }

  input[data-v-20f3cdae]::-moz-placeholder {
    font-size: 18px;
  }

  input[data-v-20f3cdae]:-ms-input-placeholder {
    font-size: 18px;
  }

  input[data-v-20f3cdae]:-moz-placeholder {
    font-size: 18px;
  }
}

[data-v-06d8a0a8] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-06d8a0a8] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-06d8a0a8] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-06d8a0a8] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-06d8a0a8] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-06d8a0a8] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-06d8a0a8] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-06d8a0a8] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-06d8a0a8] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-06d8a0a8] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-06d8a0a8] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-06d8a0a8],
.el-select-dropdown .el-select-dropdown__item[data-v-06d8a0a8]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-06d8a0a8],
.popper__arrow[data-v-06d8a0a8]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-06d8a0a8] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-06d8a0a8] .el-dialog__wrapper {
  top: calc(50vh - 353px);
}

.map-view[data-v-06d8a0a8] {
  width: 100%;
  height: 100%;
}

.gisloader[data-v-06d8a0a8],
.map-control[data-v-06d8a0a8] {
  height: calc(66% - 6px);
  position: absolute;
  top: 0;
  left: calc(20% + 4px);
}

.gisloader[data-v-06d8a0a8] {
  width: calc(60% - 7px);
  z-index: 3;
}

@media screen and (min-width: 2000px) and (max-width: 3840px) {
  .map-view[data-v-06d8a0a8] {
    width: 100%;
    height: 100%;
  }

  .gisloader[data-v-06d8a0a8],
  .map-control[data-v-06d8a0a8] {
    height: 70%;
    position: absolute;
    top: 0;
    left: calc(33.33333% + 6px);
  }

  .gisloader[data-v-06d8a0a8] {
    width: calc(33.33333% - 12px);
    z-index: 3;
  }
}

.map-area[data-v-06d8a0a8] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-area .map-view[data-v-06d8a0a8] {
  position: relative;
  z-index: 2;
}

.map-area .map-view #gismap[data-v-06d8a0a8] {
  width: 100%;
  height: 133.33%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #061f36;
}

.map-area .map-view #gismap[data-v-06d8a0a8]:before {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 75.008%;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/overview-map-bg.e0245c6.png)
    50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map-area .map-control[data-v-06d8a0a8] {
  position: relative;
  z-index: 3;
}

#gismap[data-v-06d8a0a8] .leaflet-map-pane .leaflet-tile-pane {
  opacity: 0.4;
}

[data-v-5ef369e4] .bscroll-indicator,
[data-v-5ef369e4] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-5ef369e4] .bscroll-vertical-scrollbar,
[data-v-5ef369e4] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-5ef369e4] .leaflet-marker-pane .leaflet-marker-icon {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transform-origin: center;
  -webkit-transform-origin: center;
}

[data-v-5ef369e4] .leaflet-marker-pane .sensor_marker,
[data-v-5ef369e4] .leaflet-marker-pane .video_marker,
[data-v-5ef369e4] .leaflet-marker-pane .weather_marker {
  border-radius: 0;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
}

[data-v-5ef369e4] .leaflet-marker-pane img.active {
  z-index: 9999 !important;
}

.map-tabs[data-v-5ef369e4] {
  position: absolute;
  top: 160px;
  left: 26px;
  z-index: 999;
}

.map-tabs > .tab[data-v-5ef369e4] {
  width: 120px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.map-tabs > .tab + .tab[data-v-5ef369e4] {
  margin-top: 16px;
}

.map-tabs > .tab.selected[data-v-5ef369e4] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2cd0d2),
    to(#3ba3fb)
  );
  background: linear-gradient(90deg, #2cd0d2, #3ba3fb);
  -webkit-box-shadow: 0 0 21px 0 #39aaf4;
  box-shadow: 0 0 21px 0 #39aaf4;
}

.plot-detail-main .modal-mask[data-v-5ef369e4] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.5;
  background: #000;
}

.popclose[data-v-5ef369e4] {
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 1%;
  position: absolute;
  top: 22px;
  right: -48px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

[data-v-5ef369e4] .el-switch__label,
[data-v-5ef369e4] .el-switch__label.is-active {
  color: #b3bfe0;
  font-size: 12px;
}

[data-v-5ef369e4] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-5ef369e4] .el-dialog__wrapper {
  position: absolute;
  top: 2vh;
  right: calc(50% - 350px);
  bottom: auto;
  left: auto;
  overflow: initial;
}

[data-v-5ef369e4] .el-dialog {
  margin: 0;
}

.operators[data-v-4b9907c3] {
  text-align: left;
}

.operators .companylist[data-v-4b9907c3] {
  padding: 12px 0 0;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.operators .companylist .company-img[data-v-4b9907c3] {
  width: 360px;
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}

.operators .companylist .company-img img[data-v-4b9907c3] {
  width: 100%;
  height: auto;
}

.operators .companylist .title[data-v-4b9907c3] {
  color: #a1eff8;
  font-weight: 700;
  line-height: 32px;
  font-size: 16px;
}

.operators .companylist .infolist[data-v-4b9907c3] {
  line-height: 30px;
  color: #6dc1cb;
  width: 460px;
  font-size: 14px;
}

.operators .companylist .infolist .imgico[data-v-4b9907c3] {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  vertical-align: -2px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABF0lEQVQokZXSPyiFURjH8c973e4kdzBYLBabZJBkkLIYJDKJmJSJ0WoRyijplvwdbgYTi0GUMjMaFcMdyHBF3V7DeW+9kev1287v9HzP83ueE6nGZbQi9j81oZJHM4YzFExiAju4Srz7fMaXi1jELMroTfw4l7HddxQwgo/0xW+APmwiSs6fQoQ3jP4F6MA2WrCa8h9xg9dGgCIOhKzzaBeywwDOURI28ANQwAnWcC8Mdw5D2MAK+vGAvTokDSjhFGcpr4YpdOMIL1jHLQ6RrwOW8ZRk/64qxjCewGALF+iMVOMKroUpN/oTBewnhbuJd5cTVjPzRzFhldMYxELdzOE5aTOLasJgu7AEkWp8jLYMHaQVoQeXX014QAH8jITUAAAAAElFTkSuQmCC)
    no-repeat center 1%;
}

.operators .companylist .infolist li[data-v-4b9907c3] {
  height: 30px;
  line-height: 30px;
}

.operators .companylist .infolist li .label[data-v-4b9907c3] {
  font-size: 14px;
  font-weight: 700;
  color: #a1eff7;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .label[data-v-4b9907c3] {
  display: inline-block;
  line-height: 20px;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .lacon[data-v-4b9907c3] {
  white-space: nowrap;
  overflow: hidden;
  width: 305px;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
  vertical-align: -5px;
}

.operators .go-farm-detail[data-v-4b9907c3] {
  margin: 15px 0 0;
}

.operators .go-farm-detail .go-farm-detail-box[data-v-4b9907c3],
.operators .go-farm-detail[data-v-4b9907c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.operators .go-farm-detail .go-farm-detail-box[data-v-4b9907c3] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #00f6ff;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAAkCAYAAABWkaL6AAADeUlEQVR4nO3cwWscZRjH8c+7u02ySU2lRmioerCCehMF7/49hVYUGjwlOYkHxf/Gk3iWoujFi4Jg0Sqt0cS62TTJvh7eeXcmm131YtSZ9wtzCDMTdpkvv+fZl/eZYBQtYBs7i04WWslOHNqdd2Kw4IZt3MFdfIdfMcIJFppV+F8RpOe/iifxHO6EQ+bJMk+UbdzCx/gKP2EfY0mUQnsYYAVX8A1+xK15ssyKso2b+AhfSGnyEI9whMk/+7kLF0wPy7iMDelZH+DmrCxNUZqSfIpvJcP2cYhjqeyU0tMOQnVcwhC/4DepxTg1I0sWZRu3JUnu4mv8IPUmv+NxdXORpF0E9KUgOJKe84mUNAPczrIMJEm2pJ7kSylJ7qsb2GN1yQkX+CUKF8NEesaj6u+AJanJXcdWOCQYxYjP8Ak+l5qa+9WNJUm6QU6WLMgmXsCreAOv5dJzDw+wJzUz+RdOVNeyQruJ0jMfSw7sSU7c0xBlvzo5qi4s5aab5DI0llw4kNyYNrNjqZk5VpeakiTdJEoOHEtOjMmiBKeiiVAJEosknSYIiJUTp2JzHSWcEaT3b33Gwn+A7EGow6K54BZmjkJ3OefBYOZEr3EUukt2YCpLU5Ses7IUukvThXOilEQpZP40UYoohczfKj3lV0+h6cEZUSiJUqhpJgpK6SnMZ2HpaQrSr45Cd+mbCY2zPUrQE0uiFCoXSo9S+AsW9ij1AkvQr1Kl0FXCtPRMfwFnUQbSJtt8QV/Z1dZVshx9yYkB9TaDVdFQ2o29rB7NKLJ0iyzJMpUPyY1poqzjCaxVF+RNTEWW7pAlyeMba5IT69SiXBNsiB7gQHAsTmd5iiztp5YkGEpyXBVs4BpJlF3RlmBPcCA6qm49EM/sny2ytJOmJCuSJJuC67ghukGa69mpFHhLMK62vvWwJHhUJcuJIksbyZIMqiS5jKcFz+Jl0Sui9+LQTi49WZY3q0XbS1VzuycYST1LGlCPRZZWUG9zHEjN66pUbjbxouh10QdxmF590lxwa8qyJFjDQ3E655Nmj0MRpSU0Z49XBOvSoPrzVZJ8mCXh/NsMsixv61kTfS/YV4+Wnl7AFyhcHHmtZBVXBNdNvCR6vykJ89+PkmSZeEfPVfyMkeixUERpFVFfmI6RPmXiGdG7s5KQZo8X/ZsdaYC90B1250kCfwC1Y/skRSaCagAAAABJRU5ErkJggg==)
    no-repeat center 1%;
}

.operators .go-farm-detail .go-farm-detail-box .iconfont[data-v-4b9907c3] {
  margin: 2px 0 0 3px;
  font-size: 12px;
}

.tabcon[data-v-4b9907c3] {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}

[data-v-4b9907c3] .el-loading-spinner {
  overflow: hidden;
}

[data-v-4b9907c3] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-left: 8px;
}

.croplist[data-v-fe17affa] {
  font-size: 14px;
}

.croplist .cropitem[data-v-fe17affa] {
  background: #061f36;
  padding: 15px;
  color: #6dc1cb;
  margin-bottom: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.croplist .cropitem .time span[data-v-fe17affa]:first-child {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.croplist .cropitem .pic-wrap[data-v-fe17affa] {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 30px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAYAAACB4MgqAAACjklEQVRYhe3YOWhUURTG8d9kosKgDm4pREE0hbjgVijpNAg2KtioCDYBjY1LKQqCiFhp4YYbCIpLELciaiMIRlIIFgErwVKEFO6goLG4IxnHefOW6LwE/ODB3HvOufN/9717zn234FxvCSewCdONbg3iNva1CtA78uVJrOkqrC3YnC9LJm1uRbmq4xWO4Es+PJEq4SDaK+1ya43DAfQ0FSm5vuHar0ZLjfFzc1lS6UN1o3bG81ABSzAHb/Ac3+OCame82erAAF7gDvrxWkjNDZUn+Co8xsKa/tm4ha5GwXmCn8eECFtBqC9To4LzAl9cuRppEtZFGfMCn5vQb16UIS/wdwn9BqMMeYH3i4cfwpMoY17gX3EoxucqXkYZ/wb4duGRvsXOFHEncRQ/6tiuo7tR8Egr5wZcFtIXnK2AXEgQOyTsjW5gi+HKeRdP44JHAr4IVwxDq/w+K8z+/YTjDFSuVMr6qkwTSvTkOrai8KhXZxw7kbKAF3HT8N64nkrCjcUVmcxrLEvgcXQm8Cvjofo3uEDYWH3ErgwMqcG7sDuF/0w8QFtVXyf6sFR4MqexLSVHqsXZgTNp/0CY8T4cw3zswbgqe0HITB8lX9CJwWcJ7+z4pAPXqB0XYziuYy2eJRkwyatSEnJrW5zjCFVCr/gFjXjwAi5hxQihkqoswMfuHuPA9wtVrZmahUeY0cipEfh6HP6bRCnULqTScpRDFPgCoZwX/wFUUi0XzgnrJoR64FNwT4O7baLWCAdUf0xgLXix4tionDdbG3HK75u5P/L4YeFwZrSpG8uqO2pnfDRC/9LK6kbeJ1mZ9R+82RrT4O/zhsig9y3CZ9hYU08r9gnJfSsm5ssTq0/CRO/9CQhOXSUqhTuQAAAAAElFTkSuQmCC)
    no-repeat 50%;
  background-size: 46px 40px;
  background-color: #0c5872;
}

.croplist .cropitem .pic-wrap img[data-v-fe17affa] {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.croplist .cropitem .cropname[data-v-fe17affa] {
  color: #a1eff8;
  line-height: 30px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.croplist .cropitem .cropname .croplevel[data-v-fe17affa] {
  background-color: #02b8ff;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  margin-left: 10px;
}

.croplist .cropitem .output[data-v-fe17affa],
.croplist .cropitem .time[data-v-fe17affa] {
  line-height: 26px;
  margin-top: 5px;
}

.croplist .gray.cropitem .breed[data-v-fe17affa],
.croplist .gray.cropitem .output[data-v-fe17affa],
.croplist .gray.cropitem .time[data-v-fe17affa] {
  color: rgba(161, 239, 248, 0.41);
}

.croplist .gray.cropitem > img[data-v-fe17affa] {
  opacity: 0.6;
}

.nodata[data-v-fe17affa] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-fe17affa] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 30px;
}

.loading[data-v-fe17affa] .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.farminglist[data-v-4cfe82f4] {
  padding: 0 35px 0 40px;
}

.farminglist .farmingitem[data-v-4cfe82f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.farminglist .farmingitem .line[data-v-4cfe82f4] {
  width: 2px;
  height: 100%;
  background: #19aeb3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.farminglist .farmingitem .line[data-v-4cfe82f4]:after {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #19aeb3;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
}

.farminglist .farmingitem:last-child .line[data-v-4cfe82f4] {
  bottom: auto;
  height: 5px;
}

.farminglist .farmingitem .farm-info[data-v-4cfe82f4] {
  width: 605px;
  background: #061f36;
  margin-bottom: 12px;
  margin-left: 28px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.farminglist .farmingitem .farm-info[data-v-4cfe82f4]:after {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #061f36;
  position: absolute;
  top: 0;
  left: 12px;
}

.farminglist .farmingitem .farm-info p.task-info[data-v-4cfe82f4],
.farminglist .farmingitem .farm-info p.title[data-v-4cfe82f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #a1eff8;
  text-align: left;
}

.farminglist .farmingitem .farm-info p.task-info span.name[data-v-4cfe82f4],
.farminglist .farmingitem .farm-info p.title span.name[data-v-4cfe82f4] {
  display: inline-block;
  max-width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.farminglist .farmingitem .farm-info p.task-info span.time[data-v-4cfe82f4],
.farminglist .farmingitem .farm-info p.title span.time[data-v-4cfe82f4] {
  display: inline-block;
  padding: 0 4px;
  line-height: 18px;
  background: #06567c;
  border-radius: 4px;
  font-size: 14px;
  color: #6dc1cb;
  margin-left: 10px;
  vertical-align: 4px;
  white-space: nowrap;
}

.farminglist .farmingitem .farm-info p.task-info span.person[data-v-4cfe82f4],
.farminglist .farmingitem .farm-info p.title span.person[data-v-4cfe82f4] {
  display: inline-block;
  font-size: 12px;
  color: #6dc1cb;
  float: right;
  vertical-align: 4px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 6px;
}

.farminglist
  .farmingitem
  .farm-info
  p.task-info
  span.person
  img[data-v-4cfe82f4],
.farminglist .farmingitem .farm-info p.title span.person img[data-v-4cfe82f4] {
  vertical-align: -5px;
  margin-right: 2px;
}

.farminglist .farmingitem .farm-info p.task-info[data-v-4cfe82f4] {
  color: #6dc1cb;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0 4px;
}

.farminglist .farmingitem .farm-info .source-list[data-v-4cfe82f4] {
  width: 100%;
  overflow: hidden;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description[data-v-4cfe82f4] {
  width: 100%;
  line-height: 30px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #051423;
  border-radius: 4px;
  text-align: left;
  font-size: 12px;
  color: #6dc1cb;
  margin-top: 10px;
  overflow: hidden;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span[data-v-4cfe82f4] {
  display: inline-block;
  float: left;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.name[data-v-4cfe82f4] {
  min-width: 90px;
  color: #6dc1cb;
  margin-right: 15px;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.specification[data-v-4cfe82f4] {
  display: inline-block;
  max-width: 110px;
  color: #6dc1cb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.factory[data-v-4cfe82f4] {
  display: inline-block;
  max-width: 180px;
  color: #6dc1cb;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist .farmingitem .farm-info .farming-imgs[data-v-4cfe82f4] {
  width: 100%;
}

.farminglist .farmingitem .farm-info .farming-imgs img[data-v-4cfe82f4] {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.nodata[data-v-4cfe82f4] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-4cfe82f4] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 30px;
}

.loading[data-v-4cfe82f4] .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.operators[data-v-20436e14] {
  text-align: left;
}

.operators .companylist[data-v-20436e14] {
  width: 620px;
  background-color: #051f35;
  min-height: 420px;
  padding-bottom: 20px;
  margin: 18px auto 0;
}

.operators .companylist .company-img[data-v-20436e14] {
  width: 360px;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}

.operators .companylist .company-img img[data-v-20436e14] {
  width: 100%;
  height: auto;
}

.operators .companylist .title[data-v-20436e14] {
  width: 562px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: #a1eff8;
  height: 96px;
  line-height: 96px;
  border-bottom: 1px solid #167099;
  padding-left: 22px;
}

.operators .companylist .infolist[data-v-20436e14] {
  line-height: 30px;
  color: #6dc1cb;
  width: 525px;
  padding-left: 50px;
  font-size: 14px;
}

.operators .companylist .infolist .imgico[data-v-20436e14] {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  vertical-align: -2px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABF0lEQVQokZXSPyiFURjH8c973e4kdzBYLBabZJBkkLIYJDKJmJSJ0WoRyijplvwdbgYTi0GUMjMaFcMdyHBF3V7DeW+9kev1287v9HzP83ueE6nGZbQi9j81oZJHM4YzFExiAju4Srz7fMaXi1jELMroTfw4l7HddxQwgo/0xW+APmwiSs6fQoQ3jP4F6MA2WrCa8h9xg9dGgCIOhKzzaBeywwDOURI28ANQwAnWcC8Mdw5D2MAK+vGAvTokDSjhFGcpr4YpdOMIL1jHLQ6RrwOW8ZRk/64qxjCewGALF+iMVOMKroUpN/oTBewnhbuJd5cTVjPzRzFhldMYxELdzOE5aTOLasJgu7AEkWp8jLYMHaQVoQeXX014QAH8jITUAAAAAElFTkSuQmCC)
    no-repeat center 1%;
}

.operators .companylist .infolist li[data-v-20436e14] {
  margin-top: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operators .companylist .infolist li .label[data-v-20436e14] {
  font-size: 14px;
  font-weight: 700;
  color: #a1eff7;
  white-space: nowrap;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .label[data-v-20436e14] {
  display: inline-block;
  line-height: 20px;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .lacon[data-v-20436e14] {
  white-space: nowrap;
  overflow: hidden;
  width: 305px;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
  vertical-align: -5px;
}

.operators .go-farm-detail[data-v-20436e14] {
  margin: 15px 0 20px;
}

.operators .go-farm-detail .go-farm-detail-box[data-v-20436e14],
.operators .go-farm-detail[data-v-20436e14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.operators .go-farm-detail .go-farm-detail-box[data-v-20436e14] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #00f6ff;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAAkCAYAAABWkaL6AAADeUlEQVR4nO3cwWscZRjH8c+7u02ySU2lRmioerCCehMF7/49hVYUGjwlOYkHxf/Gk3iWoujFi4Jg0Sqt0cS62TTJvh7eeXcmm131YtSZ9wtzCDMTdpkvv+fZl/eZYBQtYBs7i04WWslOHNqdd2Kw4IZt3MFdfIdfMcIJFppV+F8RpOe/iifxHO6EQ+bJMk+UbdzCx/gKP2EfY0mUQnsYYAVX8A1+xK15ssyKso2b+AhfSGnyEI9whMk/+7kLF0wPy7iMDelZH+DmrCxNUZqSfIpvJcP2cYhjqeyU0tMOQnVcwhC/4DepxTg1I0sWZRu3JUnu4mv8IPUmv+NxdXORpF0E9KUgOJKe84mUNAPczrIMJEm2pJ7kSylJ7qsb2GN1yQkX+CUKF8NEesaj6u+AJanJXcdWOCQYxYjP8Ak+l5qa+9WNJUm6QU6WLMgmXsCreAOv5dJzDw+wJzUz+RdOVNeyQruJ0jMfSw7sSU7c0xBlvzo5qi4s5aab5DI0llw4kNyYNrNjqZk5VpeakiTdJEoOHEtOjMmiBKeiiVAJEosknSYIiJUTp2JzHSWcEaT3b33Gwn+A7EGow6K54BZmjkJ3OefBYOZEr3EUukt2YCpLU5Ses7IUukvThXOilEQpZP40UYoohczfKj3lV0+h6cEZUSiJUqhpJgpK6SnMZ2HpaQrSr45Cd+mbCY2zPUrQE0uiFCoXSo9S+AsW9ij1AkvQr1Kl0FXCtPRMfwFnUQbSJtt8QV/Z1dZVshx9yYkB9TaDVdFQ2o29rB7NKLJ0iyzJMpUPyY1poqzjCaxVF+RNTEWW7pAlyeMba5IT69SiXBNsiB7gQHAsTmd5iiztp5YkGEpyXBVs4BpJlF3RlmBPcCA6qm49EM/sny2ytJOmJCuSJJuC67ghukGa69mpFHhLMK62vvWwJHhUJcuJIksbyZIMqiS5jKcFz+Jl0Sui9+LQTi49WZY3q0XbS1VzuycYST1LGlCPRZZWUG9zHEjN66pUbjbxouh10QdxmF590lxwa8qyJFjDQ3E655Nmj0MRpSU0Z49XBOvSoPrzVZJ8mCXh/NsMsixv61kTfS/YV4+Wnl7AFyhcHHmtZBVXBNdNvCR6vykJ89+PkmSZeEfPVfyMkeixUERpFVFfmI6RPmXiGdG7s5KQZo8X/ZsdaYC90B1250kCfwC1Y/skRSaCagAAAABJRU5ErkJggg==)
    no-repeat center 1%;
}

.operators .go-farm-detail .go-farm-detail-box .iconfont[data-v-20436e14] {
  margin: 2px 0 0 3px;
  font-size: 12px;
}

.tabcon[data-v-20436e14] {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.croplist[data-v-2dbbbd21] {
  font-size: 14px;
}

.croplist .cropitem[data-v-2dbbbd21] {
  background: #061f36;
  padding: 15px;
  color: #6dc1cb;
  margin-bottom: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.croplist .cropitem .cropdes[data-v-2dbbbd21] {
  width: 100%;
}

.croplist .cropitem .time span[data-v-2dbbbd21]:first-child {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.croplist .cropitem .pic-wrap[data-v-2dbbbd21] {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 30px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAYAAACB4MgqAAACjklEQVRYhe3YOWhUURTG8d9kosKgDm4pREE0hbjgVijpNAg2KtioCDYBjY1LKQqCiFhp4YYbCIpLELciaiMIRlIIFgErwVKEFO6goLG4IxnHefOW6LwE/ODB3HvOufN/9717zn234FxvCSewCdONbg3iNva1CtA78uVJrOkqrC3YnC9LJm1uRbmq4xWO4Es+PJEq4SDaK+1ya43DAfQ0FSm5vuHar0ZLjfFzc1lS6UN1o3bG81ABSzAHb/Ac3+OCame82erAAF7gDvrxWkjNDZUn+Co8xsKa/tm4ha5GwXmCn8eECFtBqC9To4LzAl9cuRppEtZFGfMCn5vQb16UIS/wdwn9BqMMeYH3i4cfwpMoY17gX3EoxucqXkYZ/wb4duGRvsXOFHEncRQ/6tiuo7tR8Egr5wZcFtIXnK2AXEgQOyTsjW5gi+HKeRdP44JHAr4IVwxDq/w+K8z+/YTjDFSuVMr6qkwTSvTkOrai8KhXZxw7kbKAF3HT8N64nkrCjcUVmcxrLEvgcXQm8Cvjofo3uEDYWH3ErgwMqcG7sDuF/0w8QFtVXyf6sFR4MqexLSVHqsXZgTNp/0CY8T4cw3zswbgqe0HITB8lX9CJwWcJ7+z4pAPXqB0XYziuYy2eJRkwyatSEnJrW5zjCFVCr/gFjXjwAi5hxQihkqoswMfuHuPA9wtVrZmahUeY0cipEfh6HP6bRCnULqTScpRDFPgCoZwX/wFUUi0XzgnrJoR64FNwT4O7baLWCAdUf0xgLXix4tionDdbG3HK75u5P/L4YeFwZrSpG8uqO2pnfDRC/9LK6kbeJ1mZ9R+82RrT4O/zhsig9y3CZ9hYU08r9gnJfSsm5ssTq0/CRO/9CQhOXSUqhTuQAAAAAElFTkSuQmCC)
    no-repeat 50%;
  background-size: 46px 40px;
  background-color: #0c5872;
}

.croplist .cropitem .pic-wrap img[data-v-2dbbbd21] {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.croplist .cropitem .cropname[data-v-2dbbbd21] {
  color: #a1eff8;
  line-height: 30px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.croplist .cropitem .cropname .croplevel[data-v-2dbbbd21] {
  background-color: #02b8ff;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  margin-left: 10px;
}

.croplist .cropitem .output[data-v-2dbbbd21],
.croplist .cropitem .time[data-v-2dbbbd21] {
  line-height: 26px;
  margin-top: 5px;
}

.croplist .gray.cropitem .breed[data-v-2dbbbd21],
.croplist .gray.cropitem .output[data-v-2dbbbd21],
.croplist .gray.cropitem .time[data-v-2dbbbd21] {
  color: rgba(161, 239, 248, 0.41);
}

.croplist .gray.cropitem > img[data-v-2dbbbd21] {
  opacity: 0.6;
}

.nodata[data-v-2dbbbd21] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-2dbbbd21] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 30px;
}

.loading[data-v-2dbbbd21] .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.farminglist[data-v-b2e18510] {
  padding: 0 35px 0 40px;
}

.farminglist .farmingitem[data-v-b2e18510] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.farminglist .farmingitem .line[data-v-b2e18510] {
  width: 2px;
  height: 100%;
  background: #19aeb3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.farminglist .farmingitem .line[data-v-b2e18510]:after {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #19aeb3;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
}

.farminglist .farmingitem:last-child .line[data-v-b2e18510] {
  bottom: auto;
  height: 5px;
}

.farminglist .farmingitem .farm-info[data-v-b2e18510] {
  width: 605px;
  background: #061f36;
  margin-bottom: 12px;
  margin-left: 28px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.farminglist .farmingitem .farm-info[data-v-b2e18510]:after {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #061f36;
  position: absolute;
  top: 0;
  left: 12px;
}

.farminglist .farmingitem .farm-info p.title[data-v-b2e18510] {
  line-height: 24px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #a1eff8;
  text-align: left;
}

.farminglist .farmingitem .farm-info p.info[data-v-b2e18510] {
  line-height: 18px;
  text-align: left;
}

.farminglist .farmingitem .farm-info p.info span.time[data-v-b2e18510] {
  display: inline-block;
  padding: 0 4px;
  line-height: 18px;
  background: #06567c;
  border-radius: 4px;
  font-size: 14px;
  color: #6dc1cb;
}

.farminglist .farmingitem .farm-info p.info span.person[data-v-b2e18510] {
  font-size: 12px;
  color: #6dc1cb;
  float: right;
}

.farminglist .farmingitem .farm-info p.info span.person img[data-v-b2e18510] {
  vertical-align: -5px;
  margin-right: 2px;
}

.farminglist .farmingitem .farm-info .source-list[data-v-b2e18510] {
  width: 100%;
  overflow: hidden;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description[data-v-b2e18510] {
  width: 100%;
  line-height: 30px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #051423;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  color: #6dc1cb;
  margin-top: 10px;
  overflow: hidden;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span[data-v-b2e18510] {
  display: inline-block;
  float: left;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.name[data-v-b2e18510] {
  min-width: 90px;
  color: #6dc1cb;
  margin-right: 15px;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.specification[data-v-b2e18510] {
  display: inline-block;
  max-width: 110px;
  color: #28737c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist
  .farmingitem
  .farm-info
  .source-list
  p.description
  span.factory[data-v-b2e18510] {
  display: inline-block;
  max-width: 180px;
  color: #28737c;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.farminglist .farmingitem .farm-info .farming-imgs[data-v-b2e18510] {
  width: 100%;
}

.farminglist .farmingitem .farm-info .farming-imgs img[data-v-b2e18510] {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.nodata[data-v-b2e18510] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-b2e18510] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 30px;
}

.loading[data-v-b2e18510] .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in {
  background: rgba(0, 0, 0, 0.5);
}

.viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in
  .viewer-title {
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 14px;
}

#index {
  display: none;
  width: 100%;
}

#index ul li {
  width: 24%;
  height: 200px;
  margin-right: 1%;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}

#index ul li:nth-child(4n) {
  margin-right: 0;
}

#index ul li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dynamic-wrap[data-v-1ca52944] {
  height: 26px;
}

.dynamic-wrap .content[data-v-1ca52944] {
  white-space: nowrap;
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
  height: 26px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dynamic-wrap .content span[data-v-1ca52944] {
  color: #00f6ff;
  font-size: 18px;
  font-weight: 700;
}

.dynamic-wrap[data-v-1ca52944] .count-to {
  padding: 0 5px;
}

.dynamic-wrap[data-v-1ca52944] .count-to .count-to-container .octagon {
  width: 20px;
  height: 26px;
  padding: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABPUlEQVRIx62VwU7DMAyGv6TpOEzamWdDHHkc0F6A855t5x2QgDbhUGd1jRc6UUu/qrb2F9eO08BHKWxoSa5PG/FOcaVjEa3O0LNRpGFB1IlWATMwrAQmILaAGfh2gFneRwFmUQF6DbXAQQEHE1gzjLJQkucB2HnAwdGosqsWTf2iKFng2ADaDIuzwAKYVc1GBRucpuiMg4rJFmg10q5hcGKu3TncgN6jQwUegVfgGdjz24qRtb3EvgFHO3qB+63GlOlmOm1egDPwCXyx3NxeDWtXe6Y9+AA8Au+1KRfm/aRV9OoK6Omiu+w5dMyT4M2yF7MAdkq6+K1P1jELIMrJbtxbo5eUrqOogRWWTbCXYTTA5AHrfWE5Ed7xpc/DZAH2c3qTyb8O2ArdseEvQDepBmlg09JfDmtBs+PGP/ofEzOPVpPSWXYAAAAASUVORK5CYII=)
    no-repeat;
  background-size: 100% 100%;
}

.dynamic-wrap[data-v-1ca52944] .count-to .count-to-container .octagon:after,
.dynamic-wrap[data-v-1ca52944] .count-to .count-to-container .octagon:before {
  background: none;
  width: 0;
  height: 0;
}

.dynamic-wrap[data-v-1ca52944]
  .count-to
  .count-to-container
  .octagon
  ._octagon {
  background: none;
}

.dynamic-wrap[data-v-1ca52944]
  .count-to
  .count-to-container
  .octagon
  ._octagon
  .iconfont {
  font-size: 18px;
  color: #feeb48;
}

@media screen and (min-width: 3000px) {
  .dynamic-wrap .content[data-v-1ca52944] {
    font-size: 22px;
  }

  .count-to .octagon ._octagon .iconfont[data-v-1ca52944] {
    font-size: 32px;
    top: 55%;
  }

  [data-v-1ca52944] .count-to {
    padding: 0 5px;
  }

  [data-v-1ca52944] .count-to .count-to-container .octagon {
    width: 30px !important;
    height: 36px !important;
  }

  [data-v-1ca52944] .count-to .count-to-container .octagon ._octagon {
    background: none;
  }

  [data-v-1ca52944] .count-to .count-to-container .octagon ._octagon .iconfont {
    font-size: 22px !important;
    top: 55% !important;
  }
}

.area-panel-wrapper[data-v-666e939f] {
  width: 100%;
  height: 100%;
}

.area-panel-wrapper[data-v-666e939f] .layout-box {
  padding: 0;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 246, 255, 0.5) inset,
    0 0 18px -6px rgba(0, 246, 255, 0.8);
  box-shadow: inset 0 0 24px 0 rgba(0, 246, 255, 0.5),
    0 0 18px -6px rgba(0, 246, 255, 0.8);
}

.area-panel-wrapper[data-v-666e939f] .head-sub-title {
  height: 48px;
  line-height: 26px;
  padding: 2px 8px 0 0;
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-panel-wrapper[data-v-666e939f] .head-sub-title:hover {
  color: #00f6ff;
}

.area-panel-wrapper[data-v-666e939f] .head-sub-title .iconfont {
  font-size: 14px;
  margin: 2px 0 0 3px;
}

.area-panel-wrapper .area-panel-main[data-v-666e939f] {
  height: calc(100% - 48px);
}

.swiperBox {
  position: relative;
  overflow: auto;
}

@media screen and (min-width: 3000px) {
  .area-panel-main[data-v-666e939f],
  .area-panel-wrapper .area-panel-main[data-v-666e939f] {
    height: calc(100% - 65px);
  }

  [data-v-666e939f] .head-sub-title {
    height: 65px;
  }
}

.area-head-bar[data-v-01cc5fed] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/head-bg.8892f14.png)
    no-repeat bottom;
  background-size: 226px 39px;
  background-position: center 14px;
}

.area-head-bar .head-title[data-v-01cc5fed] {
  width: 100%;
  height: 48px;
  color: #00f6ff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-head-bar .head-title span[data-v-01cc5fed] {
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 0 15px #004b54, 0 1px 0 #006d71, 0 2px 0 #00383a;
}

.area-head-bar .head-title i.iconfont[data-v-01cc5fed] {
  color: #038794;
  margin-top: 5px;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  font-weight: 400;
}

.area-head-bar.titleLeft[data-v-01cc5fed] {
  background: none;
}

.area-head-bar.titleLeft .head-title[data-v-01cc5fed] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
}

@media screen and (min-width: 3000px) {
  .area-head-bar[data-v-01cc5fed] {
    height: 65px;
    background-size: 450px 58px;
  }

  .area-head-bar .head-title[data-v-01cc5fed] {
    height: 65px;
    line-height: 65px;
  }

  .area-head-bar .head-title span[data-v-01cc5fed] {
    font-size: 28px;
  }

  .area-panel-wrapper .head-sub-title[data-v-01cc5fed] {
    font-size: 18px;
    padding: 14px 8px 0 0;
  }

  .area-panel-wrapper .head-sub-title .iconfont[data-v-01cc5fed] {
    margin: 3px 10px 0 3px;
  }

  .area-head-bar .head-title i.iconfont[data-v-01cc5fed] {
    font-size: 26px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .custom-tooltip-panel-item .tooltip-box[data-v-01cc5fed] {
    font-size: 18px;
  }
}

.custom-tooltip-panel-item[data-v-01cc5fed] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.regulatory-con[data-v-2f71f34f] {
  width: 820px;
  height: 457px;
  margin: 0 auto;
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #041626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.regulatory-con .text[data-v-2f71f34f] {
  color: #388790;
}

.regulatory-con .text-blue[data-v-2f71f34f] {
  color: #00f6ff;
  font-weight: 700;
  font-size: 14px;
}

.regulatory-con .text-green[data-v-2f71f34f] {
  color: #3fe490;
  font-weight: 700;
  font-size: 14px;
}

.regulatory-con[data-v-16caadbc] {
  width: 820px;
  height: 457px;
  margin: 0 auto;
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #041626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.regulatory-con .text[data-v-16caadbc] {
  color: #388790;
}

.regulatory-con .text-blue[data-v-16caadbc] {
  color: #00f6ff;
  font-weight: 700;
  font-size: 14px;
}

.regulatory-con .text-green[data-v-16caadbc] {
  color: #3fe490;
  font-weight: 700;
  font-size: 14px;
}

.regulatory-con[data-v-06ae9d7b] {
  width: 820px;
  height: 457px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #041626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@-webkit-keyframes showlabel-data-v-06ae9d7b {
  0% {
    opaticy: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  to {
    opaticy: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.regulatory-con .recording-list[data-v-06ae9d7b] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 430px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.regulatory-con .recording-list .list-ul .list-item[data-v-06ae9d7b] {
  width: 690px;
  margin: 0 auto;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con[data-v-06ae9d7b] {
  text-align: left;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 70px;
  background: #041626;
  margin-top: 10px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con[data-v-06ae9d7b]:first-child {
  margin-top: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header[data-v-06ae9d7b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #061f36;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span[data-v-06ae9d7b] {
  display: inline-block;
  color: #6dc1cb;
  vertical-align: middle;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.date[data-v-06ae9d7b] {
  width: 220px;
  font-size: 18px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.date
  img[data-v-06ae9d7b] {
  vertical-align: -6px;
  margin-right: 10px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.type[data-v-06ae9d7b] {
  width: 184px;
  font-size: 14px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction[data-v-06ae9d7b] {
  font-size: 24px;
  color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-06ae9d7b] {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #6dfa73;
  border-radius: 4px;
  position: relative;
  margin-left: 11px;
  padding: 0 10px;
  vertical-align: 3px;
  -webkit-animation: showlabel-data-v-06ae9d7b 0.3s 0.2s;
  animation: showlabel-data-v-06ae9d7b 0.3s 0.2s;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-06ae9d7b]:after {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  content: ".";
  font-size: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #041626;
  top: 7px;
  left: -5px;
  z-index: 2;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction
  i[data-v-06ae9d7b]:before {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  content: ".";
  font-size: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #6dfa73;
  top: 7px;
  left: -7px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_wz[data-v-06ae9d7b] {
  color: #105c7b;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a[data-v-06ae9d7b] {
  color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a
  i[data-v-06ae9d7b] {
  border-color: #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_a
  i[data-v-06ae9d7b]:before {
  border-right: 6px solid #6dfa73;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b[data-v-06ae9d7b] {
  color: #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b
  i[data-v-06ae9d7b] {
  border-color: #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_b
  i[data-v-06ae9d7b]:before {
  border-right: 6px solid #c9d53f;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c[data-v-06ae9d7b] {
  color: #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c
  i[data-v-06ae9d7b] {
  border-color: #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_c
  i[data-v-06ae9d7b]:before {
  border-right: 6px solid #c9a206;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d[data-v-06ae9d7b] {
  color: #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d
  i[data-v-06ae9d7b] {
  border-color: #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-header
  span.fraction.status_d
  i[data-v-06ae9d7b]:before {
  border-right: 6px solid #ff5252;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail[data-v-06ae9d7b] {
  width: 100%;
  height: 360px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs[data-v-06ae9d7b] {
  width: 690px;
  height: 108px;
  margin: 0 auto;
  font-size: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img[data-v-06ae9d7b],
.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-06ae9d7b] {
  display: inline-block;
  width: 108px;
  height: 108px;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img
  img[data-v-06ae9d7b],
.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img
  img[data-v-06ae9d7b] {
  width: 100%;
  height: 100%;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .img[data-v-06ae9d7b]:last-child {
  margin: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-06ae9d7b] {
  position: relative;
  margin: 0;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img[data-v-06ae9d7b]:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ".";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  z-index: 1;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .last-img
  i[data-v-06ae9d7b] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .loading[data-v-06ae9d7b] {
  position: relative;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-imgs
  .loading[data-v-06ae9d7b]:after {
  content: ".";
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.9)
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=)
    50% no-repeat;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list[data-v-06ae9d7b] {
  height: 100%;
  padding: 0 0 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list
  ul
  li[data-v-06ae9d7b] {
  width: 690px;
  height: 37px;
  line-height: 37px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 14px;
  color: #6dc1cb;
  overflow: hidden;
  margin: 0 auto 7px;
}

.regulatory-con
  .recording-list
  .list-ul
  .list-item
  .list-item-con
  .record-detail
  .detail-list
  ul
  li
  span.fr[data-v-06ae9d7b] {
  float: right;
  font-size: 16px;
  color: #00f6ff;
  font-weight: 700;
}

.law-supervise-dialog /deep/ .dialog-normal {
  padding: 17px 30px 30px !important;
  width: 908px !important;
  height: 580px !important;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/certificate_bg.3d01c35.png)
    no-repeat center 100%/100% !important;
}

.law-supervise-dialog
  /deep/
  .dialog-normal
  .el-dialog__body
  .dialog-con
  .dialog-header {
  line-height: 40px !important;
  margin: 0 auto !important;
}

.law-supervise-dialog /deep/ .dialog-normal .el-dialog__body .popclose {
  top: 0 !important;
}

[data-v-017d1903] .bscroll-indicator,
[data-v-017d1903] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-017d1903] .bscroll-vertical-scrollbar,
[data-v-017d1903] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.gov-area-panel[data-v-017d1903] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .date-time[data-v-017d1903] {
  line-height: 26px;
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
}

.gov-area-panel .panel-main-container[data-v-017d1903] {
  width: 100%;
  height: 100%;
}

.gov-area-panel .panel-main-container .goods-ul[data-v-017d1903] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}

.gov-area-panel .panel-main-container .goods-ul .goods-item[data-v-017d1903] {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item
  + .goods-item[data-v-017d1903] {
  border-top: 1px solid rgba(50, 206, 187, 0.08);
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item
  .goods-name[data-v-017d1903] {
  color: #9dd1d7;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  width: 67%;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item
  .goods-name
  .serial-number[data-v-017d1903] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #025b67;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #00f6ff;
  margin-right: 10px;
  vertical-align: 1px;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item
  .goods-name
  .g-name[data-v-017d1903] {
  min-width: 200px;
  width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: -6px;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item
  .goods-value[data-v-017d1903] {
  width: 23%;
  min-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #00f6ff;
  line-height: 24px;
  text-align: right;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item:first-child
  .goods-name
  .serial-number[data-v-017d1903] {
  background-color: #b65718;
  color: #ffd07e;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item:nth-child(2)
  .goods-name
  .serial-number[data-v-017d1903] {
  background-color: #919110;
  color: #fbf95e;
}

.gov-area-panel
  .panel-main-container
  .goods-ul
  .goods-item:nth-child(3)
  .goods-name
  .serial-number[data-v-017d1903] {
  background-color: #159354;
  color: #71fa5a;
}

.gov-area-panel .panel-main-container .no-data[data-v-017d1903] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.gov-area-panel[data-v-017d1903] .el-loading-spinner {
  overflow: hidden;
  top: 34%;
}

.gov-area-panel[data-v-017d1903] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-8a8349ba] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-8a8349ba] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-8a8349ba] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-8a8349ba] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-8a8349ba] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-8a8349ba] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-8a8349ba] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-8a8349ba] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-8a8349ba] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-8a8349ba] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-8a8349ba] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-8a8349ba],
.el-select-dropdown .el-select-dropdown__item[data-v-8a8349ba]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-8a8349ba],
.popper__arrow[data-v-8a8349ba]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-8a8349ba] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.gov-area-panel[data-v-8a8349ba] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel[data-v-8a8349ba] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-8a8349ba] .el-loading-spinner .iconfont {
  display: block;
  line-height: 60px;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 5px;
  margin-left: 8px;
}

.gov-area-panel .echart-container[data-v-8a8349ba] {
  height: 100%;
}

.gov-area-panel .sub-title[data-v-8a8349ba] {
  color: #02a2ad;
  font-size: 14px;
}

.gov-area-panel[data-v-168f3b6f] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .echart-container[data-v-168f3b6f] {
  height: 100%;
}

.gov-area-panel[data-v-168f3b6f] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-168f3b6f] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel[data-v-6f671c0e] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .module-body[data-v-6f671c0e] {
  width: 100%;
  height: 100%;
}

.gov-area-panel .module-body .echart-container[data-v-6f671c0e] {
  height: 100%;
}

.gov-area-panel .module-body .no-data[data-v-6f671c0e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.gov-area-panel[data-v-6f671c0e] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-6f671c0e] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.business-scale-statistics-21[data-v-01252446] {
  width: 100%;
  height: 100%;
}

.module-body[data-v-01252446] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-body .echart-container[data-v-01252446] {
  height: 100%;
}

.module-body .no-data[data-v-01252446] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

[data-v-01252446] .el-loading-spinner {
  overflow: hidden;
}

[data-v-01252446] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel[data-v-2fc94686] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel[data-v-2fc94686] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-2fc94686] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel .panel-main .container[data-v-2fc94686],
.gov-area-panel .panel-main[data-v-2fc94686] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gov-area-panel .panel-main .container[data-v-2fc94686] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel .panel-main .container .unit[data-v-2fc94686] {
  font-size: 12px !important;
}

.gov-area-panel .panel-main .container .bottom-text[data-v-2fc94686] {
  font-size: 14px;
  color: #6ec2cb;
}

.gov-area-panel .panel-main .container .zt-box[data-v-2fc94686] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  min-width: 255px;
  height: 70px;
}

.gov-area-panel .panel-main .container .zt-box .left[data-v-2fc94686] {
  width: 68px;
  min-width: 68px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 70px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/left.964bbad.png)
    no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 700;
  color: #00f3fc;
}

.gov-area-panel .panel-main .container .zt-box .left > div[data-v-2fc94686] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  padding-left: 15px;
}

.gov-area-panel
  .panel-main
  .container
  .zt-box
  .left
  > div
  span[data-v-2fc94686]:first-child {
  margin-bottom: 2px;
}

.gov-area-panel .panel-main .container .zt-box .center[data-v-2fc94686] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 70px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAABGCAYAAADvlOUkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF5JREFUeNrs1TEKgFAMA9C0fhTxXt7/LiKifKu4N0PAsVnfliExbP1Bkgb3NQdgl+GQ4WRwydAZ3Awih4i0KwdJQUFBwR/wDbKxvXIGA4PGYJRhYjDLsEhg7LxeAQYA7UoT3+61DFIAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.gov-area-panel
  .panel-main
  .container
  .zt-box
  .center
  > span[data-v-2fc94686]:first-child {
  font-size: 30px;
  color: #00f3fc;
  margin-bottom: 8px;
}

.gov-area-panel
  .panel-main
  .container
  .zt-box
  .center
  .bottom-text[data-v-2fc94686] {
  font-size: 12px;
}

.gov-area-panel
  .panel-main
  .container
  .zt-box
  .center
  .bottom-text
  .percentage[data-v-2fc94686] {
  color: #00f3fc;
}

.gov-area-panel .panel-main .container .zt-box .center p[data-v-2fc94686] {
  font-size: 16px;
  color: #6dc1cb;
}

.gov-area-panel .panel-main .container .zt-box .center p span[data-v-2fc94686] {
  color: #00f3fc;
  font-size: 18px;
}

.gov-area-panel .panel-main .container .zt-box .center p i[data-v-2fc94686] {
  color: #00f3fc;
}

.gov-area-panel
  .panel-main
  .container
  .zt-box
  .center
  p
  .no-data[data-v-2fc94686] {
  color: #037686;
  font-size: 14px;
}

.gov-area-panel .panel-main .container .zt-box .right[data-v-2fc94686] {
  width: 30px;
  height: 70px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/right.81418f9.png)
    no-repeat;
  background-size: auto 100%;
  background-position-x: right;
}

.gov-area-panel .panel-main .container .bottom-box[data-v-2fc94686] {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gov-area-panel .panel-main .container .bottom-box .kz[data-v-2fc94686] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel
  .panel-main
  .container
  .bottom-box
  .kz
  span[data-v-2fc94686]:first-child {
  font-size: 24px;
  color: #d4a452;
  margin-bottom: 16px;
}

.gov-area-panel .panel-main .container .bottom-box .lz[data-v-2fc94686] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel
  .panel-main
  .container
  .bottom-box
  .lz
  span[data-v-2fc94686]:first-child {
  font-size: 24px;
  color: #40f9a5;
  margin-bottom: 16px;
}

.gov-area-panel .iconfont[data-v-2fc94686] {
  outline: none;
  color: #038794;
  cursor: pointer;
}

@media screen and (min-width: 1530px) and (max-width: 1680px) {
  .gov-area-panel .panel-main .container .zt-box .center[data-v-2fc94686] {
    padding-left: 1%;
  }
}

@media screen and (max-width: 1530px) {
  .gov-area-panel .panel-main .container .bottom-box[data-v-2fc94686] {
    width: 90%;
  }

  .gov-area-panel .panel-main .container .zt-box .center[data-v-2fc94686] {
    padding-left: 5px;
  }
}

.gov-area-panel-custom-tooltip-dark {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gov-area-panel-custom-tooltip-dark .tooltip-box {
  position: relative;
  padding: 9px 30px 20px;
  font-size: 14px;
  color: #6dc1cb;
}

.gov-area-panel-custom-tooltip-dark .tooltip-box p {
  position: relative;
  margin-top: 11px;
}

.gov-area-panel-custom-tooltip-dark .tooltip-box i {
  color: #00f3fc;
  font-weight: 700;
}

.gov-area-panel-custom-tooltip-dark .tooltip-box .bg-style {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -20px;
  z-index: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-tooltip.f13c90d.png)
    no-repeat;
  background-size: 100% 100%;
}

.custom-tooltip-panel-item[data-v-70daba8c] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-tooltip-panel-item .tooltip-box[data-v-70daba8c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 9px 30px 20px;
  font-size: 14px;
  color: #6dc1cb;
}

.custom-tooltip-panel-item .tooltip-box .bg-style[data-v-70daba8c] {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -20px;
  z-index: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-tooltip.f13c90d.png)
    no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-tooltip-panel-item .tooltip-box > p[data-v-70daba8c] {
  position: relative;
  margin-top: 10px;
}

.custom-tooltip-panel-item .tooltip-box > p .text-style[data-v-70daba8c] {
  color: #00f3fc;
  font-weight: 700;
}

.gov-area-panel[data-v-7084b56a] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .module-body[data-v-7084b56a] {
  width: 100%;
  height: 100%;
}

.gov-area-panel .module-body .echart-container[data-v-7084b56a] {
  height: 100%;
}

.gov-area-panel .module-body .no-data[data-v-7084b56a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.gov-area-panel[data-v-7084b56a] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-7084b56a] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel[data-v-65f9ad12] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .block-ul[data-v-65f9ad12] {
  margin-top: 5px;
  padding: 0 10px 15px 30px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
}

.gov-area-panel .block-ul .block-item[data-v-65f9ad12],
.gov-area-panel .block-ul[data-v-65f9ad12] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel .block-ul .block-item[data-v-65f9ad12] {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
}

.gov-area-panel .block-ul .block-item + .block-item[data-v-65f9ad12] {
  border-top: 1px solid #0c1f3e;
}

.gov-area-panel .block-ul .block-item .block-name[data-v-65f9ad12] {
  width: 17%;
  min-width: 72px;
  font-weight: 700;
}

.gov-area-panel .block-ul .block-item .block-name .b-name[data-v-65f9ad12] {
  line-height: 25px;
  font-size: 18px;
  color: #00f1fa;
}

.gov-area-panel .block-ul .block-item .block-name .s-name[data-v-65f9ad12] {
  font-size: 14px;
  line-height: 25px;
  color: #6dc1cb;
}

.gov-area-panel .block-ul .block-item .chart-wrap[data-v-65f9ad12] {
  width: 24%;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.gov-area-panel
  .block-ul
  .block-item
  .chart-wrap
  .echarts-container[data-v-65f9ad12] {
  width: 95%;
  height: 95%;
  min-width: 70px;
  min-height: 70px;
  margin-left: -20%;
}

.gov-area-panel .block-ul .block-item .block-info[data-v-65f9ad12] {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px;
}

.gov-area-panel .block-ul .block-item .block-info .info-line[data-v-65f9ad12] {
  font-size: 14px;
  line-height: 25px;
  color: #6dc1cb;
  font-weight: 400;
  cursor: pointer;
}

.gov-area-panel
  .block-ul
  .block-item
  .block-info
  .info-line
  .special-des[data-v-65f9ad12] {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
}

.gov-area-panel
  .block-ul
  .block-item
  .block-info
  .info-line
  .special-des.normal[data-v-65f9ad12] {
  color: #39d186;
}

.gov-area-panel
  .block-ul
  .block-item
  .block-info
  .info-line
  .special-des.warn[data-v-65f9ad12] {
  color: #fed239;
}

@media screen and (max-width: 1500px) {
  .gov-area-panel .block-ul .block-item .block-name[data-v-65f9ad12] {
    min-width: 44px;
  }

  .gov-area-panel .block-ul .block-item .block-info[data-v-65f9ad12] {
    min-width: 117px;
  }
}

@media screen and (min-width: 3000px) {
  .gov-area-panel .block-ul .block-item .block-name .b-name[data-v-65f9ad12] {
    line-height: 38px;
    font-size: 25px;
  }

  .gov-area-panel .block-ul .block-item .block-name .s-name[data-v-65f9ad12] {
    font-size: 15px;
  }

  .gov-area-panel
    .block-ul
    .block-item
    .block-info
    .info-line[data-v-65f9ad12] {
    font-size: 20px;
    line-height: 28px;
  }
}

.gov-area-panel[data-v-048506d1] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .info-panel[data-v-048506d1] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel .info-panel .area-section[data-v-048506d1] {
  width: 78.1%;
  margin: 0 auto;
  height: 35%;
  min-height: 100px;
}

.gov-area-panel .info-panel .area-section .info-title[data-v-048506d1] {
  font-size: 14px;
  color: #6dc1cb;
  line-height: 24px;
  min-height: 24px;
  text-align: center;
  height: 25%;
}

.gov-area-panel .info-panel .area-section .info-container[data-v-048506d1] {
  width: 100%;
  margin-top: 15px;
  height: 55%;
  line-height: 55px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/value-bg.f371ed2.png)
    no-repeat;
  background-size: 100% 100%;
}

.gov-area-panel
  .info-panel
  .area-section
  .info-container[data-v-048506d1]
  .count-to
  .octagon {
  width: 100%;
  padding: 0;
}

.gov-area-panel
  .info-panel
  .area-section
  .info-container[data-v-048506d1]
  .count-to
  .octagon.single
  ._octagon
  .iconfont {
  font-size: 28px;
  font-weight: 400;
}

.gov-area-panel
  .info-panel
  .area-section
  .info-container[data-v-048506d1]
  .count-to
  .octagon.single
  ._octagon
  .iconfont.icon-number-1 {
  width: 25px;
}

.gov-area-panel .info-panel .section-info[data-v-048506d1] {
  width: 78.1%;
  margin: 7% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gov-area-panel .info-panel .section-info .info-item[data-v-048506d1] {
  text-align: center;
}

.gov-area-panel
  .info-panel
  .section-info
  .info-item
  .info-value[data-v-048506d1] {
  font-size: 30px;
  color: #00f3fd;
  line-height: 45px;
}

.gov-area-panel
  .info-panel
  .section-info
  .info-item
  .info-value
  .unit[data-v-048506d1] {
  font-size: 18px;
  vertical-align: 0;
}

.gov-area-panel
  .info-panel
  .section-info
  .info-item
  .info-des[data-v-048506d1] {
  font-size: 14px;
  color: #6dc1cb;
  line-height: 24px;
}

@media screen and (max-width: 1530px) {
  .gov-area-panel .info-panel .section-info[data-v-048506d1] {
    width: 90%;
  }
}

[data-v-5d919564] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-5d919564] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-5d919564] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-5d919564] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-5d919564] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-5d919564] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-5d919564] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-5d919564] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-5d919564] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-5d919564] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-5d919564] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-5d919564],
.el-select-dropdown .el-select-dropdown__item[data-v-5d919564]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-5d919564],
.popper__arrow[data-v-5d919564]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-5d919564] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.no-data[data-v-5d919564] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.echart-container[data-v-5d919564] {
  width: 100%;
  height: 100%;
}

.gov-area-panel[data-v-5d919564] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel[data-v-5d919564] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-5d919564] .el-loading-spinner .iconfont {
  display: block;
  line-height: 60px;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: -5px;
  margin-left: 8px;
}

.gov-area-panel[data-v-4b33ee24] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .charts-container[data-v-4b33ee24] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.gov-area-panel .charts-container .charts-content[data-v-4b33ee24] {
  width: calc(50% - 27px);
  height: 100%;
}

.gov-area-panel .charts-container .menus-axis[data-v-4b33ee24] {
  width: 50px;
  background-color: #032337;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.41);
  border-radius: 4px;
  padding: 2px 0;
  height: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.gov-area-panel .charts-container .menus-axis .menu-name[data-v-4b33ee24] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 2px;
  font-size: 12px;
  color: #6dc1cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov-area-panel .charts-container .menus-axis .menu-name span[data-v-4b33ee24] {
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
}

.gov-area-panel .charts-container .no-data[data-v-4b33ee24] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.gov-area-panel[data-v-4b33ee24] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-4b33ee24] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-883e367c] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-883e367c] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-883e367c] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-883e367c] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-883e367c] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-883e367c] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-883e367c] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-883e367c] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-883e367c] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-883e367c] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-883e367c] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-883e367c],
.el-select-dropdown .el-select-dropdown__item[data-v-883e367c]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-883e367c],
.popper__arrow[data-v-883e367c]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-883e367c] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.market-supervision-20[data-v-883e367c] {
  width: 100%;
  height: 100%;
}

.market-supervision-20[data-v-883e367c] .el-select .el-input__inner {
  width: 93px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25px 0 10px;
}

.market-supervision-20[data-v-883e367c]
  .el-select
  .el-input__inner
  .el-input__suffix {
  right: 0;
}

.market-supervision-20[data-v-883e367c]
  .el-select
  .el-input__inner::-webkit-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-883e367c]
  .el-select
  .el-input__inner:-moz-placeholder,
.market-supervision-20[data-v-883e367c]
  .el-select
  .el-input__inner::-moz-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-883e367c]
  .el-select
  .el-input__inner:-ms-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-883e367c] .el-select + .el-select {
  margin-left: 2px;
}

.market-supervision-20 .main-panel[data-v-883e367c] {
  width: 100%;
  height: 100%;
}

.market-supervision-20 .sub-title[data-v-883e367c] {
  position: absolute;
  right: 15px;
}

.market-supervision-20 .echart-container[data-v-883e367c] {
  height: 100%;
  width: 100%;
}

[data-v-883e367c] .el-loading-spinner {
  overflow: hidden;
}

[data-v-883e367c] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-2b7cd559] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-2b7cd559] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-2b7cd559] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-2b7cd559] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-2b7cd559] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-2b7cd559] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-2b7cd559] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-2b7cd559] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-2b7cd559] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-2b7cd559] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-2b7cd559] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-2b7cd559],
.el-select-dropdown .el-select-dropdown__item[data-v-2b7cd559]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-2b7cd559],
.popper__arrow[data-v-2b7cd559]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-2b7cd559] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.market-supervision-20[data-v-2b7cd559] {
  width: 100%;
  height: 100%;
}

.market-supervision-20[data-v-2b7cd559] .el-select .el-input__inner {
  width: 93px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25px 0 10px;
}

.market-supervision-20[data-v-2b7cd559]
  .el-select
  .el-input__inner
  .el-input__suffix {
  right: 0;
}

.market-supervision-20[data-v-2b7cd559]
  .el-select
  .el-input__inner::-webkit-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-2b7cd559]
  .el-select
  .el-input__inner:-moz-placeholder,
.market-supervision-20[data-v-2b7cd559]
  .el-select
  .el-input__inner::-moz-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-2b7cd559]
  .el-select
  .el-input__inner:-ms-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.market-supervision-20[data-v-2b7cd559] .el-select + .el-select {
  margin-left: 2px;
}

.market-supervision-20 .main-panel[data-v-2b7cd559] {
  width: 100%;
  height: 100%;
}

.market-supervision-20 .sub-title[data-v-2b7cd559] {
  position: absolute;
  right: 15px;
}

.market-supervision-20 .echart-container[data-v-2b7cd559] {
  height: 100%;
  width: 100%;
}

[data-v-2b7cd559] .el-loading-spinner {
  overflow: hidden;
}

[data-v-2b7cd559] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.operators[data-v-18be7f3a] {
  width: 100%;
  height: 100%;
}

.operators .wrapper[data-v-18be7f3a] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
}

.operators .wrapper .network-operators[data-v-18be7f3a],
.operators .wrapper[data-v-18be7f3a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.operators .wrapper .network-operators[data-v-18be7f3a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
}

.operators .wrapper .network-operators .echart-wrapper[data-v-18be7f3a] {
  position: relative;
  width: 55%;
  height: 100%;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .echart-container[data-v-18be7f3a] {
  width: 100%;
  height: 100%;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text[data-v-18be7f3a] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-18be7f3a]:first-child {
  font-size: 16px;
  color: #9dd1d7;
  white-space: nowrap;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-18be7f3a]:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  margin: 10% 0 5%;
  white-space: nowrap;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-18be7f3a]:nth-child(3) {
  font-size: 12px;
  color: #feeb48;
}

.operators .wrapper .network-operators .legend[data-v-18be7f3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: 100%;
}

.operators .wrapper .network-operators .legend p[data-v-18be7f3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #9dd1d7;
  line-height: 14px;
}

.operators .wrapper .network-operators .legend p .icon[data-v-18be7f3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.operators .wrapper .network-operators .legend p .num[data-v-18be7f3a] {
  font-weight: 700;
}

.operators .wrapper .operators-total[data-v-18be7f3a] {
  margin: 0 5%;
  height: 14.2%;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0e5b7c;
  font-weight: 700;
}

.operators .wrapper .operators-total .title[data-v-18be7f3a] {
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
}

.operators .wrapper .operators-total .click-area[data-v-18be7f3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.operators .wrapper .operators-total .nums[data-v-18be7f3a] {
  font-size: 16px;
  color: #00f6ff;
}

.operators .wrapper .operators-total .unit[data-v-18be7f3a] {
  font-size: 14px;
  color: #00f6ff;
}

.operators .wrapper .operators-total i.iconfont[data-v-18be7f3a] {
  color: #038794;
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (width: 1920px) and (height: 1080px) {
  .operators .wrapper .network-operators .legend[data-v-18be7f3a] {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 3000px) {
  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-18be7f3a]:first-child {
    font-size: 22px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-18be7f3a]:nth-child(2) {
    font-size: 45px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-18be7f3a]:nth-child(3) {
    font-size: 18px;
  }

  .operators .wrapper .network-operators .legend[data-v-18be7f3a] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .operators .wrapper .network-operators .legend p[data-v-18be7f3a] {
    font-size: 22px;
    line-height: 40px;
  }

  .operators .wrapper .operators-total .nums[data-v-18be7f3a],
  .operators .wrapper .operators-total .title[data-v-18be7f3a] {
    font-size: 24px;
  }

  .operators .wrapper .operators-total .unit[data-v-18be7f3a] {
    font-size: 20px;
  }

  .operators .wrapper .operators-total i.iconfont[data-v-18be7f3a] {
    font-size: 20px;
    margin-left: 20px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .echart-container[data-v-18be7f3a] {
    width: 88%;
    height: 88%;
    margin: 6% 0 0 6%;
  }
}

[data-v-18be7f3a] .el-loading-spinner {
  overflow: hidden;
}

[data-v-18be7f3a] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.operators[data-v-37ffe374] {
  width: 100%;
  height: 100%;
}

.operators .wrapper[data-v-37ffe374] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
}

.operators .wrapper .network-operators[data-v-37ffe374],
.operators .wrapper[data-v-37ffe374] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.operators .wrapper .network-operators[data-v-37ffe374] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
}

.operators .wrapper .network-operators .echart-wrapper[data-v-37ffe374] {
  position: relative;
  width: 55%;
  height: 100%;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .echart-container[data-v-37ffe374] {
  width: 100%;
  height: 100%;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text[data-v-37ffe374] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-37ffe374]:first-child {
  font-size: 16px;
  color: #9dd1d7;
  white-space: nowrap;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-37ffe374]:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  margin: 10% 0 5%;
  white-space: nowrap;
}

.operators
  .wrapper
  .network-operators
  .echart-wrapper
  .center-text
  p[data-v-37ffe374]:nth-child(3) {
  font-size: 12px;
  color: #feeb48;
}

.operators .wrapper .network-operators .legend[data-v-37ffe374] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: 100%;
}

.operators .wrapper .network-operators .legend p[data-v-37ffe374] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #9dd1d7;
  line-height: 14px;
}

.operators .wrapper .network-operators .legend p .icon[data-v-37ffe374] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.operators .wrapper .network-operators .legend p .num[data-v-37ffe374] {
  font-weight: 700;
}

.operators .wrapper .operators-total[data-v-37ffe374] {
  margin: 0 5%;
  height: 14.2%;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0e5b7c;
  font-weight: 700;
}

.operators .wrapper .operators-total .title[data-v-37ffe374] {
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
}

.operators .wrapper .operators-total .click-area[data-v-37ffe374] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operators .wrapper .operators-total .nums[data-v-37ffe374] {
  font-size: 16px;
  color: #00f6ff;
}

.operators .wrapper .operators-total .unit[data-v-37ffe374] {
  font-size: 14px;
  color: #00f6ff;
}

.operators .wrapper .operators-total i.iconfont[data-v-37ffe374] {
  color: #038794;
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (width: 1920px) and (height: 1080px) {
  .operators .wrapper .network-operators .legend[data-v-37ffe374] {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 3000px) {
  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-37ffe374]:first-child {
    font-size: 22px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-37ffe374]:nth-child(2) {
    font-size: 45px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .center-text
    p[data-v-37ffe374]:nth-child(3) {
    font-size: 18px;
  }

  .operators .wrapper .network-operators .legend[data-v-37ffe374] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .operators .wrapper .network-operators .legend p[data-v-37ffe374] {
    font-size: 22px;
    line-height: 40px;
  }

  .operators .wrapper .operators-total .nums[data-v-37ffe374],
  .operators .wrapper .operators-total .title[data-v-37ffe374] {
    font-size: 24px;
  }

  .operators .wrapper .operators-total .unit[data-v-37ffe374] {
    font-size: 20px;
  }

  .operators .wrapper .operators-total i.iconfont[data-v-37ffe374] {
    font-size: 20px;
    margin-left: 20px;
  }

  .operators
    .wrapper
    .network-operators
    .echart-wrapper
    .echart-container[data-v-37ffe374] {
    width: 88%;
    height: 88%;
    margin: 6% 0 0 6%;
  }
}

[data-v-37ffe374] .el-loading-spinner {
  overflow: hidden;
}

[data-v-37ffe374] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.custom-tooltip-panel .tooltip-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-tooltip-panel .tooltip-box .content-wrapper > p {
  position: relative;
}

.gov-area-panel[data-v-615ed432] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel[data-v-615ed432]
  .dynamic-container
  .dynamic-wrapper
  .info-panel
  .line-wrap:after {
  background-color: #032b46;
}

.gov-area-panel[data-v-615ed432]
  .dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content {
  background-color: #06314e;
}

.gov-area-panel[data-v-615ed432]
  .dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content:before {
  border-top: 10px solid #06314e;
}

.gov-area-panel .dynamic-sub-title[data-v-615ed432] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (min-width: 3000px) {
  .dynamic-container
    .dynamic-wrapper
    .info-panel
    .panel-content-wrap
    .panel-content
    .panel-head[data-v-615ed432] {
    font-size: 20px;
    line-height: 32px;
  }

  .dynamic-container
    .dynamic-wrapper
    .info-panel
    .panel-content-wrap
    .panel-content
    .panel-des[data-v-3492aafe][data-v-615ed432] {
    font-size: 18px;
    line-height: 24px;
  }
}

.gov-area-panel[data-v-2e85f2d7] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .panel-main[data-v-2e85f2d7] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gov-area-panel .panel-main .top-container[data-v-2e85f2d7] {
  width: 100%;
  height: 30%;
}

.gov-area-panel .title[data-v-2e85f2d7] {
  width: 100%;
  font-size: 14px;
  color: #6ec2cb;
  text-align: center;
  margin-bottom: 10px;
}

.gov-area-panel .all-nums[data-v-2e85f2d7] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gov-area-panel .all-nums[data-v-2e85f2d7] .count-to .octagon {
  width: 100%;
  min-height: 35px;
  height: auto;
  padding: 0;
}

.gov-area-panel .all-nums[data-v-2e85f2d7] .count-to .octagon.single ._octagon {
  line-height: normal;
}

.gov-area-panel
  .all-nums[data-v-2e85f2d7]
  .count-to
  .octagon.single
  ._octagon
  .iconfont {
  font-size: 32px;
  font-weight: 400;
}

.gov-area-panel .all-nums .unit[data-v-2e85f2d7] {
  margin-bottom: 3px;
  font-size: 14px;
  color: #00f6ff;
}

.gov-area-panel .echart-container[data-v-2e85f2d7] {
  position: relative;
  width: 100%;
  height: 65%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gov-area-panel .echart-container > div[data-v-2e85f2d7] {
  position: relative;
  width: 50%;
  height: 100%;
}

.gov-area-panel .echart-container > div.box0[data-v-2e85f2d7] {
  position: absolute;
  left: 0;
}

.gov-area-panel .echart-container > div.box1[data-v-2e85f2d7] {
  position: absolute;
  right: 0;
}

.gov-area-panel .echart-container > div .echart-item[data-v-2e85f2d7] {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.gov-area-panel .echart-container > div .label[data-v-2e85f2d7] {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gov-area-panel .echart-container .item-num[data-v-2e85f2d7] {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #2fe47d;
  text-align: center;
  font-size: 0;
}

.gov-area-panel .echart-container .item-num span[data-v-2e85f2d7] {
  font-size: 25px;
}

.gov-area-panel .echart-container .item-num span.unit[data-v-2e85f2d7] {
  font-size: 14px;
  margin-left: 4px;
}

.gov-area-panel .echart-container .item-desc[data-v-2e85f2d7] {
  width: 100%;
  font-size: 14px;
  color: #108e92;
  text-align: center;
}

.gov-area-panel .echart-container .item-type[data-v-2e85f2d7] {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #6ec2cb;
}

.gov-area-panel[data-v-5760fa0c] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .echart-container[data-v-5760fa0c] {
  height: 100%;
}

.gov-area-panel[data-v-5760fa0c] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-5760fa0c] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel[data-v-87774fb4] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .echart-container[data-v-87774fb4] {
  height: 100%;
}

.gov-area-panel[data-v-87774fb4] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-87774fb4] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.gov-area-panel[data-v-12186f80] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .video-container[data-v-12186f80] {
  height: 100%;
  width: 95%;
  margin: 0 auto;
}

.gov-area-panel .video-container .video-head[data-v-12186f80] {
  height: 40px;
  line-height: 40px;
  color: #00e5ff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #010b20;
}

.gov-area-panel .video-container .video-wrap[data-v-12186f80] {
  height: calc(100% - 60px);
  background-color: #010b20;
}

.gov-area-panel[data-v-12186f80] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel[data-v-12186f80] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-008853aa] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-008853aa] .el-select .el-input__inner {
  width: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-008853aa] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-008853aa] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-008853aa] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-008853aa] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-008853aa] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-008853aa] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-008853aa] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-008853aa] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-008853aa] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-008853aa],
.el-select-dropdown .el-select-dropdown__item[data-v-008853aa]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-008853aa],
.popper__arrow[data-v-008853aa]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-008853aa] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-008853aa] .el-select .el-input__inner {
  width: 94px;
  height: 30px;
  padding: 0 24px 0 12px;
  text-align: center;
  text-overflow: ellipsis;
}

[data-v-008853aa] .el-select .el-input__inner::-webkit-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-008853aa] .el-select .el-input__inner:-moz-placeholder,
[data-v-008853aa] .el-select .el-input__inner::-moz-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-008853aa] .el-select .el-input__inner:-ms-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

.gov-area-panel[data-v-008853aa] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.gov-area-panel .echart-container[data-v-008853aa] {
  height: 100%;
}

.gov-area-panel .echart-container[data-v-008853aa] .el-loading-spinner {
  overflow: hidden;
}

.gov-area-panel
  .echart-container[data-v-008853aa]
  .el-loading-spinner
  .iconfont {
  display: block;
  line-height: 60px;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: -5px;
  margin-left: 8px;
}

.production-resources[data-v-527d050e] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.production-resources .wrapper[data-v-527d050e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  height: 100%;
}

.production-resources .wrapper .network-area[data-v-527d050e],
.production-resources .wrapper[data-v-527d050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.production-resources .wrapper .network-area[data-v-527d050e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
}

.production-resources .wrapper .network-area .echart-wrapper[data-v-527d050e] {
  position: relative;
  width: 55%;
  height: 100%;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .echart-container[data-v-527d050e] {
  width: 100%;
  height: 100%;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text[data-v-527d050e] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-527d050e]:first-child {
  font-size: 16px;
  color: #9dd1d7;
  white-space: nowrap;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-527d050e]:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  margin: 10% 0 5%;
  white-space: nowrap;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-527d050e]:nth-child(3) {
  font-size: 12px;
  color: #feeb48;
}

.production-resources .wrapper .network-area .legend[data-v-527d050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: 100%;
}

.production-resources .wrapper .network-area .legend p[data-v-527d050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #9dd1d7;
  line-height: 14px;
}

.production-resources .wrapper .network-area .legend p .icon[data-v-527d050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.production-resources .wrapper .network-area .legend p .num[data-v-527d050e] {
  font-weight: 700;
}

.production-resources .wrapper .area-total[data-v-527d050e] {
  margin: 0 5%;
  height: 14.2%;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0e5b7c;
  font-weight: 700;
}

.production-resources .wrapper .area-total .title[data-v-527d050e] {
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
}

.production-resources .wrapper .area-total .click-area[data-v-527d050e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.production-resources .wrapper .area-total .nums[data-v-527d050e] {
  font-size: 16px;
  color: #00f6ff;
}

.production-resources .wrapper .area-total .unit[data-v-527d050e] {
  font-size: 14px;
  color: #00f6ff;
}

.production-resources .wrapper .area-total i.iconfont[data-v-527d050e] {
  color: #038794;
  margin-left: 10px;
}

.production-resources[data-v-527d050e] .el-loading-spinner {
  overflow: hidden;
}

.production-resources[data-v-527d050e] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

@media screen and (width: 1920px) and (height: 1080px) {
  .production-resources .wrapper .network-area .legend[data-v-527d050e] {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 3000px) {
  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-527d050e]:first-child {
    font-size: 22px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-527d050e]:nth-child(2) {
    font-size: 45px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-527d050e]:nth-child(3) {
    font-size: 18px;
  }

  .production-resources .wrapper .network-area .legend[data-v-527d050e] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .production-resources .wrapper .network-area .legend p[data-v-527d050e] {
    font-size: 22px;
    line-height: 40px;
  }

  .production-resources .wrapper .area-total .nums[data-v-527d050e],
  .production-resources .wrapper .area-total .title[data-v-527d050e] {
    font-size: 24px;
  }

  .production-resources .wrapper .area-total .unit[data-v-527d050e] {
    font-size: 20px;
  }

  .production-resources .wrapper .area-total i.iconfont[data-v-527d050e] {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 7px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .echart-container[data-v-527d050e] {
    width: 88%;
    height: 88%;
    margin: 6% 0 0 6%;
  }
}

.production-resources[data-v-c234f502] {
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 54, 0.34);
}

.production-resources .wrapper[data-v-c234f502] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  height: 100%;
}

.production-resources .wrapper .network-area[data-v-c234f502],
.production-resources .wrapper[data-v-c234f502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.production-resources .wrapper .network-area[data-v-c234f502] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
}

.production-resources .wrapper .network-area .echart-wrapper[data-v-c234f502] {
  position: relative;
  width: 55%;
  height: 100%;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .echart-container[data-v-c234f502] {
  width: 100%;
  height: 100%;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text[data-v-c234f502] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-c234f502]:first-child {
  font-size: 16px;
  color: #9dd1d7;
  white-space: nowrap;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-c234f502]:nth-child(2) {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  margin: 10% 0 5%;
  white-space: nowrap;
}

.production-resources
  .wrapper
  .network-area
  .echart-wrapper
  .center-text
  p[data-v-c234f502]:nth-child(3) {
  font-size: 12px;
  color: #feeb48;
}

.production-resources .wrapper .network-area .legend[data-v-c234f502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: 100%;
}

.production-resources .wrapper .network-area .legend p[data-v-c234f502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #9dd1d7;
  line-height: 14px;
}

.production-resources .wrapper .network-area .legend p .icon[data-v-c234f502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.production-resources .wrapper .network-area .legend p .num[data-v-c234f502] {
  font-weight: 700;
}

.production-resources .wrapper .area-total[data-v-c234f502] {
  margin: 0 5%;
  height: 14.2%;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0e5b7c;
  font-weight: 700;
}

.production-resources .wrapper .area-total .title[data-v-c234f502] {
  font-size: 14px;
  color: rgba(0, 246, 255, 0.5);
}

.production-resources .wrapper .area-total .click-area[data-v-c234f502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.production-resources .wrapper .area-total .nums[data-v-c234f502] {
  font-size: 16px;
  color: #00f6ff;
}

.production-resources .wrapper .area-total .unit[data-v-c234f502] {
  font-size: 14px;
  color: #00f6ff;
}

.production-resources .wrapper .area-total i.iconfont[data-v-c234f502] {
  color: #038794;
  margin-left: 10px;
}

.production-resources[data-v-c234f502] .el-loading-spinner {
  overflow: hidden;
}

.production-resources[data-v-c234f502] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

@media screen and (width: 1920px) and (height: 1080px) {
  .production-resources .wrapper .network-area .legend[data-v-c234f502] {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 3000px) {
  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-c234f502]:first-child {
    font-size: 22px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-c234f502]:nth-child(2) {
    font-size: 45px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .center-text
    p[data-v-c234f502]:nth-child(3) {
    font-size: 18px;
  }

  .production-resources .wrapper .network-area .legend[data-v-c234f502] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .production-resources .wrapper .network-area .legend p[data-v-c234f502] {
    font-size: 22px;
    line-height: 40px;
  }

  .production-resources .wrapper .area-total .nums[data-v-c234f502],
  .production-resources .wrapper .area-total .title[data-v-c234f502] {
    font-size: 24px;
  }

  .production-resources .wrapper .area-total .unit[data-v-c234f502] {
    font-size: 20px;
  }

  .production-resources .wrapper .area-total i.iconfont[data-v-c234f502] {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 7px;
  }

  .production-resources
    .wrapper
    .network-area
    .echart-wrapper
    .echart-container[data-v-c234f502] {
    width: 88%;
    height: 88%;
    margin: 6% 0 0 6%;
  }
}

.area-panel-wrapper .head-sub-title span {
  color: rgba(0, 246, 255, 0.5) !important;
}

.custom-tooltip-panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-tooltip-panel .tooltip-box {
  width: 285px;
  height: 134px;
  position: relative;
  font-size: 14px;
  color: #6dc1cb;
}

.custom-tooltip-panel .tooltip-box .bg-style {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -20px;
  z-index: 0;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-tooltip.f13c90d.png)
    no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-tooltip-panel .tooltip-box .content-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.custom-tooltip-panel .tooltip-box .content-wrapper > p {
  width: 50%;
  height: 14px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #9dd1d7;
}

.custom-tooltip-panel .tooltip-box .content-wrapper > p span {
  color: #00f3fc;
  font-weight: 700;
}

.score-22[data-v-1fa86a60] {
  width: 100%;
  height: 100%;
}

.module-body[data-v-1fa86a60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-body .legend[data-v-1fa86a60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 10px;
}

.module-body .legend .legend-item[data-v-1fa86a60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0 10px;
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #6dc1cb;
}

.module-body .legend .legend-item span[data-v-1fa86a60]:first-child {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}

.module-body
  .legend
  .legend-item:first-child
  span[data-v-1fa86a60]:first-child {
  background-color: #3649fb;
}

.module-body
  .legend
  .legend-item:nth-child(2)
  span[data-v-1fa86a60]:first-child {
  background-color: #10ac2a;
}

.module-body
  .legend
  .legend-item:nth-child(3)
  span[data-v-1fa86a60]:first-child {
  background-color: #f6a82b;
}

.module-body
  .legend
  .legend-item:nth-child(4)
  span[data-v-1fa86a60]:first-child {
  background-color: #32cebb;
}

.module-body .echart-container[data-v-1fa86a60] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.module-body .no-data[data-v-1fa86a60] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

[data-v-1fa86a60] .el-loading-spinner {
  overflow: hidden;
}

[data-v-1fa86a60] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

@media screen and (min-width: 3000px) {
  .module-body .legend .legend-item[data-v-1fa86a60] {
    font-size: 15px;
  }
}

.operate-subject[data-v-2393eac8] {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #021220;
}

.operate-subject .nav-tab[data-v-2393eac8],
.operate-subject[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operate-subject .nav-tab .tab-item[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  padding: 20px 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.operate-subject .nav-tab .tab-item[data-v-2393eac8]:first-child {
  margin-right: 40px;
}

.operate-subject .nav-tab .tab-item .tab-title[data-v-2393eac8] {
  color: #afc3d4;
  font-size: 22px;
}

.operate-subject .nav-tab .tab-item.tab-active .tab-title[data-v-2393eac8] {
  color: #00f6ff;
  font-weight: 700;
}

.operate-subject .nav-tab .tab-item.tab-active .tab-underline[data-v-2393eac8] {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #00f6ff;
}

.operate-subject .main[data-v-2393eac8] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.operate-subject .main .search-box[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.operate-subject .main .search-box .search-box-left[data-v-2393eac8] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operate-subject .main .search-box .excel-box .excel[data-v-2393eac8],
.operate-subject .main .search-box .excel-box[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operate-subject .main .search-box .excel-box .excel[data-v-2393eac8] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  margin-left: 15px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  font-size: 14px;
  cursor: pointer;
}

.operate-subject .main .list-content[data-v-2393eac8] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.operate-subject .handle[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #20a8f8;
  cursor: pointer;
}

.operate-subject .handle .iconfont[data-v-2393eac8] {
  font-size: 23px;
}

.operate-subject .text[data-v-2393eac8] {
  color: #a1acb7;
  font-size: 14px;
}

.operate-subject .text-bold[data-v-2393eac8],
.operate-subject .value-text[data-v-2393eac8] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.operate-subject .page-box[data-v-2393eac8] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.operate-subject .no-data[data-v-2393eac8],
.operate-subject .page-box[data-v-2393eac8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operate-subject .no-data[data-v-2393eac8] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.operators-16-list[data-v-3ae48ee4] {
  width: 100%;
  height: 100%;
}

.operators-16-list .top-cell[data-v-3ae48ee4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.operators-16-list .top-cell .total span[data-v-3ae48ee4]:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #ecfeff;
}

.operators-16-list .top-cell .total span[data-v-3ae48ee4]:last-child {
  font-size: 16px;
  color: #feeb48;
}

.operators-16-list .top-cell .total span:last-child i[data-v-3ae48ee4] {
  font-weight: 700;
}

.operators-16-list .top-cell .legend[data-v-3ae48ee4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.operators-16-list .top-cell .legend .legend-item[data-v-3ae48ee4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ecfeff;
  margin-right: 20px;
}

.operators-16-list .top-cell .legend .legend-item.marginMore[data-v-3ae48ee4] {
  margin: 0 20px 0 10px;
}

.operators-16-list
  .top-cell
  .legend
  .legend-item
  span[data-v-3ae48ee4]:first-child {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}

.operators-16-list
  .top-cell
  .legend
  .legend-item
  span[data-v-3ae48ee4]:last-child {
  font-weight: 700;
  color: #f6a82b;
}

.operators-16-list .echart-container[data-v-3ae48ee4] {
  width: 100%;
  height: 100%;
}

[data-v-3ae48ee4] .el-loading-spinner {
  overflow: hidden;
}

[data-v-3ae48ee4] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

@media screen and (min-width: 3000px) {
  .operators-16-list .top-cell .legend .legend-item[data-v-3ae48ee4],
  .operators-16-list .top-cell .total span[data-v-3ae48ee4] {
    font-size: 16px;
  }
}

.operators-dynamic-11-list[data-v-6bb9c531] {
  width: 100%;
  height: 100%;
  position: relative;
}

.operators-dynamic-11-list .top-select[data-v-6bb9c531] {
  position: absolute;
  top: -31px;
  left: 26px;
}

.operators-dynamic-11-list .echart-container[data-v-6bb9c531] {
  width: 100%;
  height: 100%;
}

.operators-dynamic-11-list .nodata[data-v-6bb9c531] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #02cad4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-v-6bb9c531] .el-loading-spinner {
  overflow: hidden;
}

[data-v-6bb9c531] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

.production-17-list[data-v-c1874870] {
  width: 100%;
  height: 100%;
}

.production-17-list .top-cell[data-v-c1874870] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.production-17-list .top-cell .total[data-v-c1874870] {
  margin-left: 10px;
}

.production-17-list .top-cell .total span[data-v-c1874870]:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #ecfeff;
}

.production-17-list .top-cell .total span[data-v-c1874870]:last-child {
  font-size: 16px;
  color: #feeb48;
}

.production-17-list .top-cell .total span:last-child i[data-v-c1874870] {
  font-weight: 700;
}

.production-17-list .top-cell .legend[data-v-c1874870] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.production-17-list .top-cell .legend .legend-item[data-v-c1874870] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ecfeff;
  margin-right: 20px;
}

.production-17-list .top-cell .legend .legend-item.marginMore[data-v-c1874870] {
  margin: 0 20px 0 10px;
}

.production-17-list
  .top-cell
  .legend
  .legend-item
  span[data-v-c1874870]:first-child {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}

.production-17-list
  .top-cell
  .legend
  .legend-item
  span[data-v-c1874870]:last-child {
  font-weight: 700;
  color: #f6a82b;
}

.production-17-list .echart-container[data-v-c1874870] {
  width: 100%;
  height: 100%;
}

[data-v-c1874870] .el-loading-spinner {
  overflow: hidden;
}

[data-v-c1874870] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-d6e0aa78] .bscroll-indicator,
[data-v-d6e0aa78] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-d6e0aa78] .bscroll-vertical-scrollbar,
[data-v-d6e0aa78] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.regulatory-con[data-v-d6e0aa78] {
  position: relative;
  width: 820px;
  height: 457px;
  margin: 0 auto;
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #041626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.regulatory-con .scroller[data-v-d6e0aa78] {
  width: 820px;
  height: 435px;
  overflow: hidden;
}

.regulatory-con .list-item[data-v-d6e0aa78] {
  padding-bottom: 40px;
  text-align: left;
}

.regulatory-con .list-item .title[data-v-d6e0aa78] {
  color: #00f6ff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.regulatory-con .list-item .sub-item:nth-child(2) .sub-title[data-v-d6e0aa78] {
  margin-top: 0;
}

.regulatory-con .list-item .sub-title[data-v-d6e0aa78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c97a3;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.regulatory-con .list-item .sub-title .circle[data-v-d6e0aa78] {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #05556f;
  border-radius: 50%;
}

.regulatory-con .list-item .desc[data-v-d6e0aa78] {
  color: #8c97a3;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 19px;
}

.regulatory-con .text[data-v-d6e0aa78] {
  color: #388790;
}

.regulatory-con .text-blue[data-v-d6e0aa78] {
  color: #00f6ff;
  font-weight: 700;
  font-size: 14px;
}

.regulatory-con .text-green[data-v-d6e0aa78] {
  color: #3fe490;
  font-weight: 700;
  font-size: 14px;
}

.score-dialog /deep/ .dialog-normal {
  padding: 17px 30px 30px !important;
  width: 908px !important;
  height: 580px !important;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/certificate_bg.3d01c35.png)
    no-repeat center 100%/98% !important;
}

.score-dialog
  /deep/
  .dialog-normal
  .el-dialog__body
  .dialog-con
  .dialog-header {
  line-height: 40px !important;
  margin: 0 auto !important;
}

.score-dialog /deep/ .dialog-normal .el-dialog__body .popclose {
  top: 15px !important;
}

[data-v-6a585c40] .el-date-editor {
  width: 104px !important;
}

[data-v-6a585c40] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-6a585c40] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-6a585c40] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-6a585c40] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-6a585c40] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-6a585c40] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-6a585c40] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-6a585c40] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-6a585c40] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-6a585c40],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-6a585c40],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-6a585c40],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-6a585c40] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-6a585c40],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-6a585c40] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-6a585c40],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-6a585c40] {
  background-color: transparent;
}

.score22-list[data-v-6a585c40] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  height: 100%;
  min-height: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.score22-list .date-picker-box[data-v-6a585c40] {
  position: absolute;
  top: -31px;
  left: 26px;
  cursor: pointer;
}

.score22-list .main[data-v-6a585c40] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 0;
}

.score22-list .main .list-content[data-v-6a585c40],
.score22-list .main[data-v-6a585c40] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.score22-list .custom-header-text[data-v-6a585c40] {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #24969a;
}

.score22-list .text[data-v-6a585c40] {
  color: #a1acb7;
  font-size: 14px;
}

.score22-list .text-bold[data-v-6a585c40] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.score22-list .text-hover[data-v-6a585c40] {
  color: #1d9096;
}

.score22-list .text-hover[data-v-6a585c40]:hover {
  border-bottom: 1px solid #1d9096;
}

.score22-list .text-blue[data-v-6a585c40] {
  color: #1d9096;
}

.score22-list .text-green[data-v-6a585c40] {
  color: #16b665;
}

.score22-list .value-text[data-v-6a585c40] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.score22-list .no-data[data-v-6a585c40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.score22-list[data-v-6a585c40]
  .custom-table
  /deep/
  .el-table
  .el-table__header {
  width: auto !important;
}

.score22-list[data-v-6a585c40] .custom-table /deep/ .el-table th {
  padding: 5px 0;
}

.score22-list[data-v-6a585c40] .custom-table /deep/ .el-table .el-table__body,
.score22-list[data-v-6a585c40]
  .custom-table
  /deep/
  .el-table
  .el-table__empty-block {
  width: auto !important;
}

.score22-list[data-v-6a585c40]
  .custom-table
  /deep/
  .el-table
  tr:nth-child(2)
  th:first-child,
.score22-list[data-v-6a585c40]
  .custom-table
  /deep/
  .el-table
  tr
  td.el-table_1_column_6_column_7,
.score22-list[data-v-6a585c40] .custom-table /deep/ .el-table tr td:first-child,
.score22-list[data-v-6a585c40]
  .custom-table
  /deep/
  .el-table
  tr
  th:first-child {
  padding-left: 0;
}

.score22-list[data-v-6a585c40] .custom-table /deep/ .el-table th .cell {
  font-size: 15px;
}

@media screen and (min-width: 3000px) {
  .score22-list .custom-header-text[data-v-6a585c40] {
    font-size: 15px;
  }

  .score22-list .text-bold[data-v-6a585c40],
  .score22-list .text[data-v-6a585c40],
  .score22-list .value-text[data-v-6a585c40],
  .score22-list[data-v-6a585c40] .custom-table /deep/ .el-table th .cell {
    font-size: 18px;
  }

  .score22-list[data-v-6a585c40] .custom-table /deep/ .el-table td {
    padding: 15px 0;
  }
}

.info-wrap[data-v-5183773c] {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-wrap .info-ul[data-v-5183773c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.info-wrap .info-ul .info-item[data-v-5183773c] {
  text-align: center;
}

.info-wrap .info-ul .info-item .info-name[data-v-5183773c] {
  font-size: 14px;
  color: #71ccde;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
}

.info-wrap .info-ul .info-item .info-value[data-v-5183773c] {
  color: #feeb48;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-top: 6px;
}

.info-wrap .info-ul .info-item .info-value .value[data-v-5183773c] {
  font-size: 24px;
  font-weight: 700;
}

.info-wrap .info-ul .info-item .info-juxtapose[data-v-5183773c] {
  color: #71ccde;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
}

.info-wrap
  .info-ul
  .info-item
  .info-juxtapose
  .juxtapose-value[data-v-5183773c] {
  color: #46f262;
}

.info-wrap .info-ul .info-item .info-juxtapose .iconfont[data-v-5183773c] {
  font-size: 14px;
  margin: 0 -2px;
}

@media screen and (min-width: 3000px) {
  .info-wrap .info-ul .info-item .info-name[data-v-5183773c] {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
  }

  .info-wrap .info-ul .info-item .info-value[data-v-5183773c] {
    font-size: 20px;
  }

  .info-wrap .info-ul .info-item .info-juxtapose[data-v-5183773c] {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.echart-container[data-v-e661e066] {
  width: 100%;
  height: 100%;
}

.module-wrap[data-v-7db4d674] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-ul[data-v-7db4d674] {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.type-ul .type-item[data-v-7db4d674] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
}

.type-ul .type-item .type-info .type-name[data-v-7db4d674] {
  font-size: 18px;
  font-weight: 700;
  color: #71ccde;
  height: 28px;
  line-height: 28px;
}

.type-ul .type-item .type-info .type-value[data-v-7db4d674] {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #4fa4b5;
}

.type-ul .type-item .type-proportion .type-pic[data-v-7db4d674],
.type-ul .type-item .type-proportion[data-v-7db4d674] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.type-ul .type-item .type-proportion .type-pic[data-v-7db4d674] {
  width: 67px;
  height: 67px;
  min-width: 67px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-circle-progress.ad6543b.png)
    no-repeat 50%;
  background-size: 100% 100%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-ul .type-item .type-proportion .type-pic .type-pic-icon[data-v-7db4d674] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
}

.type-ul .type-item .type-proportion .detail-info .value[data-v-7db4d674] {
  color: #feeb48;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
}

.type-ul .type-item .type-proportion .detail-info .name[data-v-7db4d674] {
  color: #4fa4b5;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

.type-ul .type-item + .type-item[data-v-7db4d674] {
  border-top: 1px solid #07758d;
}

@media screen and (min-width: 3000px) {
  .type-ul .type-item .type-info .type-name[data-v-7db4d674] {
    font-size: 24px;
    height: 28px;
    line-height: 28px;
  }

  .type-ul .type-item .type-info .type-value[data-v-7db4d674] {
    font-size: 20px;
    height: 33px;
    line-height: 33px;
  }

  .type-ul .type-item .type-proportion .detail-info .value[data-v-7db4d674] {
    height: 34px;
    line-height: 34px;
    font-size: 28px;
  }

  .type-ul .type-item .type-proportion .detail-info .name[data-v-7db4d674] {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
  }
}

.panel-body[data-v-997cbe4a] {
  width: 100%;
  height: 100%;
  position: relative;
}

.panel-body .chart-panel[data-v-997cbe4a] {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-body .chart-panel .chart-wrap[data-v-997cbe4a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: relative;
}

.panel-body .chart-panel .chart-wrap .echart-container[data-v-997cbe4a] {
  width: 100%;
  height: 100%;
}

.panel-body .chart-panel .chart-wrap .chart-content[data-v-997cbe4a] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-title[data-v-997cbe4a] {
  font-size: 16px;
  color: #9dd1d7;
  height: 26px;
  line-height: 26px;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-sub-title[data-v-997cbe4a] {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  height: 40px;
  line-height: 40px;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-sub-unit[data-v-997cbe4a] {
  font-size: 12px;
  color: #feeb48;
  height: 16px;
  line-height: 16px;
}

.panel-body .chart-panel .chart-legend-wrap[data-v-997cbe4a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-body .chart-panel .chart-legend-wrap .chart-legend[data-v-997cbe4a] {
  padding-left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item[data-v-997cbe4a] {
  height: 24px;
  line-height: 24px;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .dot[data-v-997cbe4a] {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 6px;
  display: inline-block;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .legend[data-v-997cbe4a] {
  display: inline-block;
  font-size: 14px;
  color: #9dd1d7;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .legend
  .legend-value[data-v-997cbe4a] {
  font-style: normal;
  font-weight: 700;
}

.panel-body .bottom-info-wrap[data-v-997cbe4a] {
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82%;
  border-top: 1px solid #0e5b7c;
  margin: 0 auto;
}

.panel-body .bottom-info-wrap .bottom-info[data-v-997cbe4a] {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #057486;
  text-align: center;
}

.panel-body .bottom-info-wrap .bottom-info span[data-v-997cbe4a] {
  color: #00f6ff;
  font-weight: 700;
}

.panel-body .bottom-info-wrap .bottom-info span.num[data-v-997cbe4a] {
  font-size: 18px;
}

.panel-body .bottom-info-wrap .bottom-info span.unit[data-v-997cbe4a] {
  font-size: 14px;
}

@media screen and (min-width: 3000px) {
  .panel-body
    .chart-panel
    .chart-legend-wrap
    .chart-legend
    .legend-item[data-v-997cbe4a] {
    height: 30px;
    line-height: 30px;
  }

  .panel-body
    .chart-panel
    .chart-legend-wrap
    .chart-legend
    .legend-item
    .legend[data-v-997cbe4a] {
    font-size: 20px;
  }
}

.module-wrap[data-v-75614c4c] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.total-info-wrap[data-v-75614c4c] {
  padding: 0 20px;
  margin: 0 auto;
}

.total-info-wrap .total-info[data-v-75614c4c] {
  font-size: 18px;
  color: #feeb48;
  padding: 5px 0 16px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-bottom: 1px solid #07758d;
}

.total-info-wrap .total-info .value[data-v-75614c4c] {
  font-size: 32px;
  margin-right: -5px;
}

.detail-info[data-v-75614c4c] {
  margin: 10px auto 0;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-info .info-item[data-v-75614c4c],
.detail-info[data-v-75614c4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-info .info-item[data-v-75614c4c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-info .info-item .info-pic[data-v-75614c4c] {
  width: 44px;
  border: 0;
}

.detail-info .info-item .info-name[data-v-75614c4c] {
  margin-top: 2px;
  color: #71ccde;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

.detail-info .info-item .info-value[data-v-75614c4c] {
  margin-top: 2px;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  color: #feeb48;
  font-weight: 700;
}

.detail-info[data-v-75614c4c],
.total-info-wrap[data-v-75614c4c] {
  max-width: 630px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 3000px) {
  .detail-info .info-item .info-value[data-v-75614c4c] {
    font-size: 20px;
  }

  .total-info-wrap .total-info[data-v-75e49a6e][data-v-75614c4c] {
    font-size: 20px;
    padding: 5px 0 10px;
  }
}

.resourcelist[data-v-26b76e79] {
  padding: 20px 25px;
}

.resourcelist .cropitem[data-v-26b76e79] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resourcelist .cropitem .time[data-v-26b76e79] {
  width: 115px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #00f6ff;
  line-height: 22px;
  margin-top: -6px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: right;
}

.resourcelist .cropitem .userecord[data-v-26b76e79] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-left: 3px solid #19aeb3;
  padding: 2px 10px 14px 30px;
}

.resourcelist .cropitem .userecord .record[data-v-26b76e79] {
  position: relative;
  background: #061f36;
}

.resourcelist .cropitem .userecord .record .dailydose[data-v-26b76e79] {
  padding: 5px 25px 0;
}

.resourcelist .cropitem .userecord .record .dailydose .input[data-v-26b76e79] {
  padding: 10px 0;
  border-bottom: 1px solid #054f5b;
  line-height: 26px;
  text-align: left;
}

.resourcelist
  .cropitem
  .userecord
  .record
  .dailydose
  .input
  .name[data-v-26b76e79] {
  color: #a1eff8;
  font-size: 16px;
}

.resourcelist
  .cropitem
  .userecord
  .record
  .dailydose
  .input
  .info[data-v-26b76e79] {
  color: #6dc1cb;
  font-size: 14px;
}

.resourcelist
  .cropitem
  .userecord
  .record
  .dailydose
  .input
  .info
  span[data-v-26b76e79]:first-child {
  margin-right: 16px;
}

.resourcelist
  .cropitem
  .userecord
  .record
  .dailydose
  .input[data-v-26b76e79]:last-child {
  border-bottom: none;
}

.resourcelist .cropitem .userecord .record .bubble[data-v-26b76e79] {
  border-color: #061f36 #061f36 transparent transparent;
  border-style: solid;
  border-width: 6px;
  -webkit-transform-origin: center 3px;
  transform-origin: center 3px;
  width: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: -12px;
}

.resourcelist .cropitem .userecord .dot[data-v-26b76e79] {
  position: absolute;
  top: 0;
  left: -6.5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #19aeb3;
}

.resourcelist .cropitem:last-child .userecord[data-v-26b76e79] {
  border-left-color: transparent;
}

.nodata[data-v-26b76e79] {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.nodata p[data-v-26b76e79] {
  color: #6dc1cb;
  font-size: 20px;
  line-height: 42px;
}

.loading[data-v-26b76e79] .el-loading-mask {
  background-color: transparent;
  padding-top: 200px;
}

.sannong-header[data-v-7f09c07c] {
  position: relative;
  width: 100%;
  height: 55px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sannong-header .two-level-header[data-v-7f09c07c] {
  position: absolute;
  width: 26.85%;
  height: 55px;
  background: content-box;
  bottom: 0;
  left: 49.52%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/header-two-navs.4e69653.png)
    no-repeat top;
  background-size: 100%;
  background-position: 0 -2px;
}

.sannong-header .two-level-header ul[data-v-7f09c07c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sannong-header .two-level-header ul li[data-v-7f09c07c] {
  display: inline-block;
  width: 18%;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}

.sannong-header .two-level-header ul li.active[data-v-7f09c07c] {
  color: #00e4ff;
}

.sannong-header .two-level-header ul li.active[data-v-7f09c07c]:after {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  font-size: 0;
  width: 96%;
  height: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAACCAYAAACJ4fj7AAAAvElEQVQokX2SaxLCIBCDvwptj+P9T+M5pDz80V2NK7UzmU2BhYSw3B9jARYgATdDAlYgG1apV9gE6wWPWIHd9t7knD3snYOmZMhB8828+Njs64YhvBk6UI3XwA8ZK/Z/yFwxVOElrC2hPkO/9jbpa+E81+n63j6yGB2Bu2nnTS4MqxGx3/u6wMXvnCFWzmAKn0dT+H5Q/8JM/AY604R4Uo1tUv2ilM8uVusxmYsBKmbBxQDjI+vBh3oZwHgBt2iCcMCtWnkAAAAASUVORK5CYII=)
    no-repeat top;
  background-size: 97% 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.9;
}

.module-wrap[data-v-63d69437] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel-sub-title[data-v-63d69437] {
  text-align: center;
  font-size: 18px;
  color: #6dc1cb;
  height: 28px;
  line-height: 28px;
}

.main-data[data-v-63d69437] {
  font-size: 16px;
  color: #feeb48;
  text-align: center;
  height: 42px;
  margin-top: 5px;
}

.main-data .value-data[data-v-63d69437] {
  font-size: 32px;
  font-weight: 700;
  color: #feeb48;
  font-style: normal;
  margin-right: -5px;
}

.interval-container[data-v-63d69437] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
}

.interval-container .interval-wrap[data-v-63d69437] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
}

.interval-container .interval-wrap .axis-item[data-v-63d69437] {
  min-width: 69px;
  width: 25%;
  position: relative;
  padding: 26px 0 0;
}

.interval-container .interval-wrap .axis-item[data-v-63d69437]:before {
  content: "";
  height: 26px;
  width: 1px;
  background-color: #156d86;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interval-container .interval-wrap .axis-item[data-v-63d69437]:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #156d86;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interval-container .interval-wrap .axis-item .axis-data[data-v-63d69437] {
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
}

.interval-container .interval-wrap .axis-item .axis-name[data-v-63d69437] {
  font-size: 12px;
  color: #9dd1d7;
  height: 22px;
  line-height: 22px;
}

.interval-container .interval-wrap .axis-item .axis-value[data-v-63d69437] {
  font-size: 14px;
  color: #feeb48;
  height: 25px;
}

.interval-container
  .interval-wrap
  .axis-item
  .axis-value
  .b-v[data-v-63d69437] {
  font-size: 18px;
  margin-right: -4px;
}

.interval-container
  .interval-wrap
  .axis-item[data-v-63d69437]:last-child:after {
  width: 50%;
  left: -1px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.interval-container
  .interval-wrap
  .axis-item[data-v-63d69437]:first-child:after {
  width: 50%;
  left: auto;
  right: -1px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 3000px) {
  .panel-sub-title[data-v-63d69437] {
    font-size: 20px;
  }

  .main-data[data-v-63d69437] {
    font-size: 16px;
  }

  .interval-container[data-v-63d69437] {
    margin: 8px auto 0;
  }

  .interval-container .interval-wrap .axis-item .axis-name[data-v-63d69437] {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }

  .interval-container .interval-wrap .axis-item .axis-value[data-v-63d69437] {
    font-size: 20px;
    height: 30px;
  }

  .interval-container
    .interval-wrap
    .axis-item
    .axis-value
    .b-v[data-v-63d69437] {
    font-size: 22px;
  }
}

.circle-line-wrap[data-v-0b72c509] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

[data-v-7854d8c6] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-7854d8c6] .el-select .el-input__inner {
  width: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-7854d8c6] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-7854d8c6] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-7854d8c6] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-7854d8c6] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-7854d8c6] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-7854d8c6] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-7854d8c6] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-7854d8c6] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-7854d8c6] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-7854d8c6],
.el-select-dropdown .el-select-dropdown__item[data-v-7854d8c6]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-7854d8c6],
.popper__arrow[data-v-7854d8c6]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-7854d8c6] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-7854d8c6] .el-select .el-input__inner {
  width: 92px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25px 0 10px;
}

[data-v-7854d8c6] .el-select .el-input__inner .el-input__suffix {
  right: 0;
}

[data-v-7854d8c6] .el-select .el-input__inner::-webkit-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-7854d8c6] .el-select .el-input__inner:-moz-placeholder,
[data-v-7854d8c6] .el-select .el-input__inner::-moz-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-7854d8c6] .el-select .el-input__inner:-ms-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-7854d8c6] .el-select + .el-select {
  margin-left: 2px;
}

.sub-title[data-v-7854d8c6] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  right: 8px;
}

.echart-container[data-v-7854d8c6] {
  height: 100%;
  width: 100%;
}

.panel-body[data-v-db7ebc08] {
  width: 100%;
  height: 100%;
  position: relative;
}

.panel-body .chart-panel[data-v-db7ebc08] {
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-body .chart-panel .chart-wrap[data-v-db7ebc08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: relative;
}

.panel-body .chart-panel .chart-wrap .echart-container[data-v-db7ebc08] {
  width: 100%;
  height: 100%;
}

.panel-body .chart-panel .chart-wrap .chart-content[data-v-db7ebc08] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-title[data-v-db7ebc08] {
  font-size: 16px;
  color: #9dd1d7;
  height: 26px;
  line-height: 26px;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-sub-title[data-v-db7ebc08] {
  font-size: 30px;
  font-weight: 700;
  color: #feeb48;
  height: 40px;
  line-height: 40px;
}

.panel-body
  .chart-panel
  .chart-wrap
  .chart-content
  .chart-sub-unit[data-v-db7ebc08] {
  font-size: 12px;
  color: #feeb48;
  height: 16px;
  line-height: 16px;
}

.panel-body .chart-panel .chart-legend-wrap[data-v-db7ebc08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-body .chart-panel .chart-legend-wrap .chart-legend[data-v-db7ebc08] {
  padding-left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item[data-v-db7ebc08] {
  height: 24px;
  line-height: 24px;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .dot[data-v-db7ebc08] {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 6px;
  display: inline-block;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .legend[data-v-db7ebc08] {
  display: inline-block;
  font-size: 14px;
  color: #9dd1d7;
}

.panel-body
  .chart-panel
  .chart-legend-wrap
  .chart-legend
  .legend-item
  .legend
  .legend-value[data-v-db7ebc08] {
  font-style: normal;
  font-weight: 700;
}

.panel-body .bottom-info-wrap[data-v-db7ebc08] {
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82%;
  border-top: 1px solid #0e5b7c;
  margin: 0 auto;
}

.panel-body .bottom-info-wrap .bottom-info[data-v-db7ebc08] {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #057486;
  text-align: center;
}

.panel-body .bottom-info-wrap .bottom-info span[data-v-db7ebc08] {
  color: #00f6ff;
  font-weight: 700;
}

.panel-body .bottom-info-wrap .bottom-info span.num[data-v-db7ebc08] {
  font-size: 18px;
}

.panel-body .bottom-info-wrap .bottom-info span.unit[data-v-db7ebc08] {
  font-size: 14px;
}

@media screen and (min-width: 3000px) {
  .panel-body
    .chart-panel
    .chart-legend-wrap
    .chart-legend
    .legend-item
    .legend[data-v-db7ebc08] {
    font-size: 20px;
  }
}

[data-v-3a38fd93] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-3a38fd93] .el-select .el-input__inner {
  width: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-3a38fd93] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-3a38fd93] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-3a38fd93] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-3a38fd93] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-3a38fd93] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-3a38fd93] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-3a38fd93] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-3a38fd93] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-3a38fd93] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-3a38fd93],
.el-select-dropdown .el-select-dropdown__item[data-v-3a38fd93]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-3a38fd93],
.popper__arrow[data-v-3a38fd93]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-3a38fd93] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-3a38fd93] .el-select .el-input__inner {
  width: 92px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25px 0 10px;
}

[data-v-3a38fd93] .el-select .el-input__inner .el-input__suffix {
  right: 0;
}

[data-v-3a38fd93] .el-select .el-input__inner::-webkit-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-3a38fd93] .el-select .el-input__inner:-moz-placeholder,
[data-v-3a38fd93] .el-select .el-input__inner::-moz-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-3a38fd93] .el-select .el-input__inner:-ms-input-placeholder {
  color: rgba(39, 145, 149, 0.5);
}

[data-v-3a38fd93] .el-select + .el-select {
  margin-left: 2px;
}

.sub-title[data-v-3a38fd93] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  right: 8px;
}

.echart-container[data-v-3a38fd93] {
  height: 100%;
  width: 100%;
}

.module-wrap[data-v-4b5ce802] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-wrap[data-v-4b5ce802] {
  padding-bottom: 15px;
  border-bottom: 1px solid #156d86;
}

.info-wrap .info-ul[data-v-4b5ce802] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.info-wrap .info-ul .info-item[data-v-4b5ce802] {
  text-align: center;
}

.info-wrap .info-ul .info-item .info-name[data-v-4b5ce802] {
  font-size: 16px;
  color: #9dd1d7;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
}

.info-wrap .info-ul .info-item .info-value[data-v-4b5ce802] {
  color: #feeb48;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-top: 6px;
}

.info-wrap .info-ul .info-item .info-value .value[data-v-4b5ce802] {
  font-size: 30px;
  font-weight: 700;
}

.info-wrap .info-ul .info-item .info-juxtapose[data-v-4b5ce802] {
  color: #71ccde;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
}

.info-wrap
  .info-ul
  .info-item
  .info-juxtapose
  .juxtapose-value[data-v-4b5ce802] {
  color: #46f262;
}

.info-wrap .info-ul .info-item .info-juxtapose .iconfont[data-v-4b5ce802] {
  font-size: 14px;
  margin: 0 -2px;
}

.detail-info-wrap[data-v-4b5ce802] {
  padding: 15px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 108px;
  overflow: hidden;
}

.detail-info-wrap .iconfont[data-v-4b5ce802] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #049cad;
  margin: 0;
  cursor: pointer;
}

.detail-info-wrap .iconfont.left[data-v-4b5ce802] {
  left: 8px;
}

.detail-info-wrap .iconfont.right[data-v-4b5ce802] {
  right: 8px;
}

.detail-info-wrap .info-ul[data-v-4b5ce802] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-info-wrap .info-ul .info-item[data-v-4b5ce802] {
  text-align: center;
}

.detail-info-wrap .info-ul .info-item .info-name[data-v-4b5ce802] {
  font-size: 16px;
  color: #00f6ff;
  height: 25px;
  line-height: 25px;
  margin-bottom: 12px;
}

.detail-info-wrap .info-ul .info-item .info-value[data-v-4b5ce802] {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #9dd1d7;
}

.detail-info-wrap .info-ul .info-item .info-value .value[data-v-4b5ce802] {
  color: #feeb48;
}

.detail-info-wrap[data-v-4b5ce802],
.info-wrap[data-v-4b5ce802] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

@media screen and (min-width: 3000px) {
  .detail-info-wrap .info-ul .info-item .info-name[data-v-4b5ce802] {
    font-size: 22px;
    height: 25px;
    line-height: 25px;
  }

  .detail-info-wrap .info-ul .info-item .info-value[data-v-4b5ce802] {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
  }

  .info-wrap .info-ul .info-item .info-name[data-v-4b5ce802],
  .info-wrap .info-ul .info-item .info-value[data-v-4b5ce802] {
    font-size: 22px;
  }

  .info-wrap .info-ul .info-item .info-value .value[data-v-4b5ce802] {
    font-size: 36px;
  }
}

#animalHusbandryManage[data-v-4740a8f2] {
  position: relative;
}

.layout-box-wrapper[data-v-4740a8f2] {
  position: absolute;
  top: 0;
  z-index: 22;
  width: 21.875vw;
  min-width: 400px;
  max-width: 840px;
  height: 100%;
  min-height: 600px;
}

.layout-box-wrapper.layout-left[data-v-4740a8f2] {
  left: 0;
}

.layout-box-wrapper.layout-right[data-v-4740a8f2] {
  right: 0;
}

.layout-box-wrapper .box-container[data-v-4740a8f2] {
  height: 100%;
}

.layout-box-wrapper .box-container .box-item[data-v-4740a8f2] {
  height: calc(32% - 15px);
}

.layout-box-wrapper .box-container .box-item[data-v-4740a8f2]:nth-child(2) {
  height: 36%;
}

.layout-box-wrapper .box-container .box-item + .box-item[data-v-4740a8f2] {
  margin-top: 15px;
}

.layout-box-wrapper.layout-left .box-container .box-item[data-v-4740a8f2] {
  height: calc(36% - 15px);
}

.layout-box-wrapper.layout-left
  .box-container
  .box-item[data-v-4740a8f2]:nth-child(3) {
  height: 28%;
}

.layout-box-wrapper.layout-right .box-container .box-item[data-v-4740a8f2] {
  height: calc(38% - 15px);
}

.layout-box-wrapper.layout-right
  .box-container
  .box-item[data-v-4740a8f2]:nth-child(3) {
  height: 24%;
}

#gismap[data-v-672ff09e],
#gismap[data-v-be10157c] {
  width: 100vw;
  height: 100vh;
}

.download-excel-list[data-v-b5e51820] {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  background-color: #021220;
}

.download-excel-list .main[data-v-b5e51820],
.download-excel-list[data-v-b5e51820] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.download-excel-list .main[data-v-b5e51820] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.download-excel-list .main .search-box[data-v-b5e51820] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.download-excel-list .main .search-box .search-box-left[data-v-b5e51820] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-excel-list .main .search-box .excel-box .excel[data-v-b5e51820] {
  width: 120px;
  height: 36px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  cursor: pointer;
}

.download-excel-list .main .search-box .excel-box .down-notice[data-v-b5e51820],
.download-excel-list .main .search-box .excel-box .excel[data-v-b5e51820] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.download-excel-list
  .main
  .search-box
  .excel-box
  .down-notice[data-v-b5e51820] {
  height: 100%;
  color: #a75c22;
}

.download-excel-list
  .main
  .search-box
  .excel-box
  .down-notice
  i[data-v-b5e51820] {
  margin-right: 8px;
  font-size: 16px;
}

.download-excel-list .main .list-content[data-v-b5e51820] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.download-excel-list .handle[data-v-b5e51820] {
  font-size: 14px;
  color: #1fa8f8;
}

.download-excel-list .handle.handle-success[data-v-b5e51820],
.download-excel-list .handle[data-v-b5e51820] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-excel-list .handle.handle-success a[data-v-b5e51820] {
  color: #1fa8f8;
}

.download-excel-list .handle.handle-success span[data-v-b5e51820]:first-child {
  display: inline-block;
}

.download-excel-list .handle.handle-success .line[data-v-b5e51820] {
  display: inline-block;
  height: 12px;
  width: 1px;
  margin: 0 15px;
  background-color: #113556;
}

.download-excel-list .handle span[data-v-b5e51820] {
  cursor: pointer;
}

.download-excel-list .handle-disabled[data-v-b5e51820] {
  color: #aaa;
  cursor: not-allowed;
}

.download-excel-list .text[data-v-b5e51820] {
  color: #a1acb7;
  font-size: 14px;
}

.download-excel-list .text-bold[data-v-b5e51820] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.download-excel-list .value-text[data-v-b5e51820] {
  color: #082238;
  font-weight: 700;
  font-size: 14px;
}

.download-excel-list .text-hover[data-v-b5e51820] {
  color: #1d9096;
  cursor: pointer;
}

.download-excel-list .text-hover[data-v-b5e51820]:hover {
  border-bottom: 1px solid #1d9096;
}

.download-excel-list .page-box[data-v-b5e51820] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.download-excel-list .no-data[data-v-b5e51820],
.download-excel-list .page-box[data-v-b5e51820] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-excel-list .no-data[data-v-b5e51820] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download-excel-list > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.download-excel-list > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

.controller-container[data-v-d7213dc8] {
  width: 339px;
  height: 68px;
  padding: 0 20px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/controller_bg.636bf79.png)
    no-repeat 50%/100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.controller-container .controller-logo-name[data-v-d7213dc8],
.controller-container[data-v-d7213dc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.controller-container .controller-logo-name[data-v-d7213dc8] {
  height: 30px;
  color: #adbec6;
  font-size: 16px;
  font-weight: 700;
}

.controller-container .controller-logo-name .client-name[data-v-d7213dc8] {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.controller-container .controller-logo-name .logo[data-v-d7213dc8] {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3949ab;
  border-radius: 30px;
  margin-right: 6px;
}

.controller-container
  .controller-logo-name
  .logo
  .controller-logo[data-v-d7213dc8] {
  width: 90%;
  height: 90%;
}

.controller-container .controller-data[data-v-d7213dc8] {
  height: 34px;
  line-height: 34px;
}

.controller-container .controller-data .switch-box[data-v-d7213dc8] {
  width: 80px;
  height: 34px;
  border-radius: 34px;
  background-color: #041a2d;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 131, 143, 0.35),
    0 0 7px 0 rgba(0, 0, 0, 0.44);
  box-shadow: 0 1px 0 0 rgba(0, 131, 143, 0.35), 0 0 7px 0 rgba(0, 0, 0, 0.44);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.controller-container .controller-data .switch-box > li[data-v-d7213dc8] {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.controller-container .controller-data .switch-box > li.stop[data-v-d7213dc8] {
  color: #fd4f4f;
}

.controller-container
  .controller-data
  .switch-box
  > li.stop.active[data-v-d7213dc8] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe4d4d),
    to(#fc886d)
  );
  background: linear-gradient(0deg, #fe4d4d, #fc886d);
  -webkit-box-shadow: 0 3px 6px 0 rgba(254, 77, 77, 0.4);
  box-shadow: 0 3px 6px 0 rgba(254, 77, 77, 0.4);
}

.controller-container .controller-data .switch-box > li.pause[data-v-d7213dc8] {
  color: #fea54d;
}

.controller-container
  .controller-data
  .switch-box
  > li.pause.active[data-v-d7213dc8] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe944d),
    to(#febd4d)
  );
  background: linear-gradient(0deg, #fe944d, #febd4d);
  -webkit-box-shadow: 0 3px 6px 0 rgba(254, 159, 77, 0.4);
  box-shadow: 0 3px 6px 0 rgba(254, 159, 77, 0.4);
}

.controller-container .controller-data .switch-box > li.open[data-v-d7213dc8] {
  color: #30e034;
}

.controller-container
  .controller-data
  .switch-box
  > li.open.active[data-v-d7213dc8] {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1dc525),
    to(#25f084)
  );
  background: linear-gradient(0deg, #1dc525, #25f084);
  -webkit-box-shadow: 0 3px 6px 0 rgba(37, 223, 107, 0.4);
  box-shadow: 0 3px 6px 0 rgba(37, 223, 107, 0.4);
}

.controller-container
  .controller-data
  .switch-box
  > li.active[data-v-d7213dc8] {
  color: #fff;
}

.controller-container
  .controller-data
  .switch-box.switch-onoff3[data-v-d7213dc8] {
  width: 110px;
}

.controller-container
  .controller-data
  .switch-box.switch-onoff2[data-v-d7213dc8] {
  width: 80px;
}

.controller-container .controller-data .offline[data-v-d7213dc8] {
  color: #00838f;
  font-size: 24px;
}

.container-box[data-v-d602d05a] {
  width: 1420px;
  padding: 20px 0;
}

.container-box .header-box[data-v-d602d05a] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.container-box .header-box .header-icon[data-v-d602d05a] {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.sensor-container[data-v-3eab41b4] {
  width: 339px;
  height: 118px;
  padding: 0 5px 5px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/sensor_bg.c8f3611.png)
    no-repeat 50%/100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sensor-container .sensor-data[data-v-3eab41b4] {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #00838f;
}

.sensor-container .sensor-data .sensor-name-logo[data-v-3eab41b4],
.sensor-container .sensor-data .sensor-value-unit[data-v-3eab41b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #adbec6;
  font-size: 16px;
  font-weight: 700;
}

.sensor-container .sensor-data .sensor-name-logo .logo[data-v-3eab41b4],
.sensor-container .sensor-data .sensor-value-unit .logo[data-v-3eab41b4] {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00838f;
  border-radius: 30px;
  margin-right: 6px;
}

.sensor-container
  .sensor-data
  .sensor-name-logo
  .logo
  .sensor-logo[data-v-3eab41b4],
.sensor-container
  .sensor-data
  .sensor-value-unit
  .logo
  .sensor-logo[data-v-3eab41b4] {
  width: 90%;
  height: 90%;
}

.sensor-container .sensor-data .sensor-name-logo .client-name[data-v-3eab41b4],
.sensor-container
  .sensor-data
  .sensor-value-unit
  .client-name[data-v-3eab41b4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.sensor-container .sensor-data .sensor-value-unit[data-v-3eab41b4] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 400;
  line-height: 30px;
}

.sensor-container .sensor-data .sensor-value-unit .unit[data-v-3eab41b4] {
  margin-left: 6px;
  color: #999;
  font-size: 14px;
  line-height: 2;
}

.sensor-container .sensor-data .sensor-value-unit .none-value[data-v-3eab41b4] {
  font-size: 30px;
  color: #00838f;
}

.sensor-container .sensor-data .sensor-value-unit .enum-value[data-v-3eab41b4] {
  font-size: 24px;
  color: #00ddaf;
}

.sensor-container .sensor-history[data-v-3eab41b4] {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #00838f;
}

.sensor-container .sensor-history .history[data-v-3eab41b4],
.sensor-container .sensor-history[data-v-3eab41b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sensor-container .sensor-history .history[data-v-3eab41b4] {
  cursor: pointer;
  height: 100%;
}

.station-container[data-v-e8d3473c] {
  width: 1200px;
  height: 400px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.station-container .station-image[data-v-e8d3473c] {
  width: 333px;
  height: 392px;
}

.station-container .station-image > .image[data-v-e8d3473c] {
  width: 100%;
  height: 100%;
}

.station-container .propertys > li[data-v-e8d3473c] {
  position: absolute;
  width: 199px;
  height: 68px;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/weather_bg.71b628e.png)
    no-repeat 50%/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
  font-size: 16px;
  color: #adbec6;
  font-weight: 700;
}

.station-container .propertys > li .value[data-v-e8d3473c] {
  font-size: 18px;
  color: #00ddaf;
  margin-left: 4px;
}

.station-container .propertys > li.direction[data-v-e8d3473c] {
  top: 5px;
  right: 767px;
}

.station-container .propertys > li.light[data-v-e8d3473c] {
  top: 137px;
  right: 785px;
}

.station-container .propertys > li.pm25[data-v-e8d3473c] {
  top: 215px;
  right: 785px;
}

.station-container .propertys > li.rain[data-v-e8d3473c] {
  top: 317px;
  right: 785px;
}

.station-container .propertys > li.speed[data-v-e8d3473c] {
  top: 2px;
  left: 770px;
}

.station-container .propertys > li.temp[data-v-e8d3473c] {
  top: 138px;
  left: 780px;
}

.station-container .propertys > li.humi[data-v-e8d3473c] {
  top: 138px;
  left: 990px;
}

.station-container .propertys > li.pressure[data-v-e8d3473c] {
  top: 212px;
  left: 780px;
}

[data-v-03d3375e] .bscroll-indicator,
[data-v-03d3375e] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-03d3375e] .bscroll-vertical-scrollbar,
[data-v-03d3375e] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.env-monitoring[data-v-03d3375e] {
  max-width: 1920px;
  min-width: 1620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.env-monitoring .main[data-v-03d3375e] {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.env-monitoring .main .wripper[data-v-03d3375e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 220px);
}

.env-monitoring .main .wripper .wripper-row[data-v-03d3375e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 260px;
  min-height: 250px;
  margin-top: 15px;
}

.env-monitoring .main .wripper .wripper-row .wripper-col[data-v-03d3375e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .shadow-mask[data-v-03d3375e] {
  width: 100%;
  height: 97%;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item[data-v-03d3375e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 246, 255, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 246, 255, 0.6) inset;
  box-shadow: inset 0 0 13px 0 rgba(0, 246, 255, 0.6);
  overflow: hidden;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .farm-name[data-v-03d3375e] {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #188890;
  color: #00f6ff;
  font-size: 16px;
  cursor: pointer;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number[data-v-03d3375e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .img-box
  img[data-v-03d3375e] {
  width: 160px;
  height: 160px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .img-box
  .img-url[data-v-03d3375e] {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box[data-v-03d3375e] {
  min-width: 160px;
  padding-left: 20px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-farm-name[data-v-03d3375e] {
  width: 100%;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #71ccde;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number[data-v-03d3375e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  margin-top: 11px;
  font-size: 16px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .iconfont[data-v-03d3375e] {
  margin-top: 3px;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .green[data-v-03d3375e] {
  color: #1de9b6;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .light-blue[data-v-03d3375e] {
  color: #34e0fd;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .deep-blue[data-v-03d3375e] {
  color: #6085e4;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .blue[data-v-03d3375e] {
  color: #00b0ff;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col
  .wripper-item
  .video-number
  .env-box
  .env-number
  .iconfont.blue[data-v-03d3375e] {
  margin-top: 0;
}

.env-monitoring
  .main
  .wripper
  .wripper-row
  .wripper-col[data-v-03d3375e]:last-child {
  margin-right: 0;
}

.env-monitoring .main .wripper .wripper-row[data-v-03d3375e]:first-child {
  margin-top: 0;
}

.env-monitoring .page-box[data-v-03d3375e] {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 80px;
  padding: 0 40px;
}

.env-monitoring .no-data[data-v-03d3375e],
.env-monitoring .page-box[data-v-03d3375e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.env-monitoring .no-data[data-v-03d3375e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
}

.env-monitoring .no-data span[data-v-03d3375e] {
  margin-top: 30px;
  font-size: 16px;
  color: #00e5ff;
}

[data-v-4ac206e9] .bscroll-indicator,
[data-v-4ac206e9] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-4ac206e9] .bscroll-vertical-scrollbar,
[data-v-4ac206e9] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.iot-detail[data-v-4ac206e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #021220;
}

.iot-detail .nav-box .slot-right[data-v-4ac206e9] {
  width: 246px;
}

.iot-detail .iot-contain[data-v-4ac206e9] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.iot-detail .iot-contain .iot-main[data-v-4ac206e9] {
  width: 1420px;
  margin: 0 auto;
}

.iot-detail .iot-contain .iot-main .iot-container-box[data-v-4ac206e9] {
  padding: 0 0 20px;
}

.iot-detail .iot-contain .iot-main .iot-module-list[data-v-4ac206e9] {
  width: 100%;
}

.iot-detail .iot-contain .iot-main .iot-module-list > li[data-v-4ac206e9] {
  padding-top: 20px;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap[data-v-4ac206e9] {
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap.be-left[data-v-4ac206e9] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap
  > li[data-v-4ac206e9] {
  width: 442px;
  margin: 10px;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap
  > li
  .video-title[data-v-4ac206e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-left: 1px solid #134662;
  border-top: 1px solid #134662;
  border-right: 1px solid #134662;
  color: #00e5ff;
  font-size: 14px;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap
  > li
  .box[data-v-4ac206e9] {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .video-container-wrap
  > li
  .box
  .content[data-v-4ac206e9] {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap[data-v-4ac206e9] {
  padding: 10px 20px;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap
  .group-list[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap
  .group-list[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap
  .group-list[data-v-4ac206e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap
  .group-list
  > li[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap
  .group-list
  > li[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap
  .group-list
  > li[data-v-4ac206e9] {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  border-radius: 30px;
  margin: 5px;
  line-height: 30px;
  background-color: #041322;
  color: #00838f;
  font-size: 14px;
  cursor: pointer;
  max-width: 152px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap
  .group-list
  > li.active[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap
  .group-list
  > li.active[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap
  .group-list
  > li.active[data-v-4ac206e9] {
  color: #00f6ff;
  background-color: #00838f;
}

.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap
  .controller-item[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .controller-container-wrap
  .sensor-item[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap
  .controller-item[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .sensor-container-wrap
  .sensor-item[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap
  .controller-item[data-v-4ac206e9],
.iot-detail
  .iot-contain
  .iot-main
  .iot-module-list
  > li
  .station-container-wrap
  .sensor-item[data-v-4ac206e9] {
  float: left;
  margin: 8px 3px;
}

.iot-detail .history-chart-wrap[data-v-4ac206e9] {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  background-color: #0a263f;
}

.iot-detail .history-chart-wrap .history-chart[data-v-4ac206e9] {
  width: 100%;
  height: 100%;
}

.iot-detail .history-chart-wrap .history-no-data[data-v-4ac206e9] {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #146e76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iot-detail .history-chart-wrap .history-enum-wrap[data-v-4ac206e9] {
  height: 330px;
  position: relative;
  overflow: hidden;
}

.iot-detail .history-chart-wrap .history-enum[data-v-4ac206e9] {
  padding: 10px 0 5px;
}

.iot-detail .history-chart-wrap .history-enum > li[data-v-4ac206e9] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0 34px 15px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iot-detail .history-chart-wrap .history-enum > li[data-v-4ac206e9]:after,
.iot-detail .history-chart-wrap .history-enum > li[data-v-4ac206e9]:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #041a2d;
  position: absolute;
  z-index: 90;
  left: 29px;
  top: 0;
}

.iot-detail .history-chart-wrap .history-enum > li[data-v-4ac206e9]:after {
  top: 20px;
  height: auto;
  bottom: 0;
}

.iot-detail
  .history-chart-wrap
  .history-enum
  > li[data-v-4ac206e9]:first-child:before,
.iot-detail
  .history-chart-wrap
  .history-enum
  > li[data-v-4ac206e9]:last-child:after {
  display: none;
}

.iot-detail .history-chart-wrap .history-enum > li .icon-dot1[data-v-4ac206e9] {
  font-size: 21px;
  color: #00d6a7;
  margin-right: 0;
  position: relative;
  z-index: 99;
}

.iot-detail
  .history-chart-wrap
  .history-enum
  > li
  .content-box[data-v-4ac206e9] {
  margin-left: 8px;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border-radius: 4px;
  background: #041a2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #597a8a;
}

.iot-detail
  .history-chart-wrap
  .history-enum
  > li
  .content-box
  .value[data-v-4ac206e9] {
  color: #00dcae;
}

.global-loading[data-v-4ac206e9],
.global-no-data[data-v-4ac206e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.global-no-data[data-v-4ac206e9] {
  color: #71ccde;
  font-size: 22px;
}

.no-data[data-v-4ac206e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.no-data span[data-v-4ac206e9] {
  margin-top: 30px;
  font-size: 16px;
  color: #00e5ff;
}

.slide-list[data-v-4ac206e9] {
  width: 64px;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-list > li[data-v-4ac206e9] {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background-color: #021424;
  border-bottom: 1px solid #062138;
  cursor: pointer;
}

.slide-list > li[data-v-4ac206e9]:last-child {
  border-bottom: 0;
}

.slide-list > li .iconfont[data-v-4ac206e9] {
  font-size: 20px;
  color: #c1c1c1;
}

.slide-list > li .device-type-name[data-v-4ac206e9] {
  color: #999;
  margin-top: 10px;
}

.slide-list > li.active[data-v-4ac206e9] {
  background-color: #00838f;
}

.slide-list > li.active .iconfont[data-v-4ac206e9] {
  font-size: 20px;
  color: #00f6ff;
}

.slide-list > li.active .device-type-name[data-v-4ac206e9] {
  color: #00f6ff;
}

.history-enum-dialog,
.history-number-dialog {
  background-color: #0a263f;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history-enum-dialog .el-dialog__body,
.history-number-dialog .el-dialog__body {
  padding: 0;
  height: 240px;
}

.history-enum-dialog .el-dialog__title,
.history-number-dialog .el-dialog__title {
  font-size: 16px;
  color: #01eefe;
}

.history-enum-dialog .el-icon-close,
.history-number-dialog .el-icon-close {
  font-size: 28px;
  color: rgba(20, 110, 118, 0.8);
}

.history-enum-dialog .el-icon-close:before,
.history-number-dialog .el-icon-close:before {
  content: "\E78D";
}

.history-enum-dialog .el-icon-close:hover,
.history-number-dialog .el-icon-close:hover {
  color: #146e76;
}

.history-enum-dialog .el-loading-mask,
.history-number-dialog .el-loading-mask {
  font-size: 24px;
  background-color: transparent;
}

.history-enum-dialog .el-loading-mask .el-loading-spinner,
.history-number-dialog .el-loading-mask .el-loading-spinner {
  margin-top: -31px;
}

.history-enum-dialog .el-loading-mask .el-loading-spinner i,
.history-number-dialog .el-loading-mask .el-loading-spinner i {
  color: #01eefe;
  margin-bottom: 10px;
}

.history-enum-dialog .el-loading-mask .el-loading-text,
.history-number-dialog .el-loading-mask .el-loading-text {
  color: #01eefe;
}

.history-enum-dialog .el-dialog__body {
  height: 330px;
  padding-top: 10px;
}

.history-enum-dialog .history-chart-wrap {
  height: 330px !important;
}

[data-v-58f4fcfe] .bscroll-indicator,
[data-v-58f4fcfe] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-58f4fcfe] .bscroll-vertical-scrollbar,
[data-v-58f4fcfe] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.video-detail[data-v-58f4fcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #021220;
}

.video-detail .global-loading[data-v-58f4fcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.video-detail .video-main[data-v-58f4fcfe] {
  overflow: hidden;
  height: 100%;
}

.video-detail .video-list[data-v-58f4fcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px 30px;
}

.video-detail .video-list .video-item[data-v-58f4fcfe] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

.video-detail .video-list .video-item[data-v-58f4fcfe]:last-child {
  padding-right: 0;
}

.video-detail .video-list .video-item .video-title[data-v-58f4fcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-left: 1px solid #134662;
  border-top: 1px solid #134662;
  border-right: 1px solid #134662;
}

.video-detail .video-list .video-item .video-title span[data-v-58f4fcfe] {
  color: #00e5ff;
  font-size: 14px;
}

.video-detail .video-list .video-item .box[data-v-58f4fcfe] {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.video-detail .video-list .video-item .content[data-v-58f4fcfe] {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-detail .no-data[data-v-58f4fcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.video-detail .no-data span[data-v-58f4fcfe] {
  margin-top: 30px;
  font-size: 16px;
  color: #00e5ff;
}

[data-v-b8b05480] .bscroll-indicator,
[data-v-b8b05480] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-b8b05480] .bscroll-vertical-scrollbar,
[data-v-b8b05480] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.border[data-v-b8b05480] {
  position: absolute;
  background-size: 100% 100% !important;
}

.border[data-v-b8b05480]:first-child {
  width: 65px;
  height: 36px;
  top: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAkCAYAAADWzlesAAAAZklEQVRoge3SsQ2AMBAEwTFy/+WSmgaIsSV2w49Oox/utfy8a/eAEwpBCGC+3MbnKzbXJwgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJ4ABEpAz9EwFsoAAAAAElFTkSuQmCC)
    no-repeat;
}

.border[data-v-b8b05480]:nth-child(2) {
  width: 15px;
  height: 48px;
  top: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAwCAYAAADO+iAyAAAAVklEQVRIiWNk+Pb/PwOZgIlcjQOrmYWBgYGRBPUo4TNE/TyqmUTAQqL6L8gcRoZvJGWq4ZDCSA0wlBw4RP08dEJ7NIVRYvNI1DyawgiD0RRGieaRmMIAgT0LS5sZ74gAAAAASUVORK5CYII=)
    no-repeat;
}

.border[data-v-b8b05480]:nth-child(3) {
  width: 97px;
  height: 18px;
  bottom: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAAASCAYAAABLsLDMAAAAU0lEQVRYhe3YsQ2AQAwAsYDYf1xaKBEM8FxhTxDllCbbnNew3Gvp+19T8BAhQIQAEQJECBAhQIQAEQJECBAhQIQAEQJECBAh4JjPW5X1XEKACAE35pMEGaUubfsAAAAASUVORK5CYII=)
    no-repeat;
}

.border[data-v-b8b05480]:nth-child(4) {
  width: 45px;
  height: 59px;
  bottom: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAA7CAYAAADvlQMcAAAAeklEQVRoge3aMQrDMBQFQSn4/sdN69QKNoQQxjHslELF8us3x3Pfx2qOP/e4OuAbRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK7eM3g7e3idvv3A2m/t0Xrf8u+Wli1ZeY1oGbKbBLmUAAAAASUVORK5CYII=)
    no-repeat;
}

[data-v-b8b05480] .el-loading-spinner .el-icon-loading {
  font-size: 42px;
  color: #00f6ff;
}

[data-v-b8b05480] .el-loading-spinner p.el-loading-text {
  font-size: 16px;
  color: #00f6ff;
}

[data-v-b8b05480] .dialog-normal {
  height: 622px;
  border: 1px solid #10a4a9;
  padding: 15px 10px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 246, 255, 0.5) inset;
  box-shadow: inset 0 0 25px 0 rgba(0, 246, 255, 0.5);
  background: transparent;
  margin-bottom: 0;
  max-width: 1200px;
}

[data-v-b8b05480] .dialog-normal .el-dialog__header {
  display: none;
}

[data-v-b8b05480] .dialog-normal .el-dialog__body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[data-v-b8b05480] .dialog-normal .el-dialog__body .popclose {
  width: 50px;
  height: 50px;
  z-index: 9999;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 100%;
  position: absolute;
  top: 0;
  right: -70px;
  cursor: pointer;
}

[data-v-b8b05480] .dialog-normal .el-dialog__body .dialog-con {
  width: 100%;
  height: 100%;
  margin-top: -5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-v-b8b05480] .dialog-normal .el-dialog__body .dialog-con .dialog-body {
  overflow: hidden;
  height: 100%;
  background-color: #061f36;
}

.brand-dialog[data-v-b8b05480] {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.brand-dialog .main[data-v-b8b05480] {
  padding: 32px;
}

.brand-dialog .head[data-v-b8b05480] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(50, 206, 187, 0.15);
  padding-bottom: 12px;
}

.brand-dialog .head .title[data-v-b8b05480] {
  font-size: 18px;
  font-weight: 700;
  color: #00f6ff;
}

.brand-dialog .head .brand-tag[data-v-b8b05480] {
  display: inline-block;
  border: 1px solid #feeb48;
  font-size: 12px;
  color: #feeb48;
  padding: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 6px;
}

.brand-dialog .body[data-v-b8b05480] {
  margin-top: 30px;
}

.brand-dialog .body .message[data-v-b8b05480] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.brand-dialog .body .message > div[data-v-b8b05480] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-dialog .body .message > div[data-v-b8b05480]:not(:last-of-type) {
  margin-right: 100px;
}

.brand-dialog .body .message .label[data-v-b8b05480] {
  font-size: 14px;
  font-weight: 400;
  color: #008092;
  line-height: 14px;
}

.brand-dialog .body .message .text[data-v-b8b05480] {
  font-size: 14px;
  font-weight: 400;
  color: #00f6ff;
  line-height: 14px;
}

.brand-dialog .body .image[data-v-b8b05480] {
  display: inline-block;
  margin-bottom: 40px;
}

.brand-dialog .body .image img[data-v-b8b05480] {
  display: block;
  height: 213px;
  min-width: 200px;
  background-color: #6380fd;
}

.brand-dialog .body .item[data-v-b8b05480]:not(:last-of-type) {
  margin-bottom: 40px;
}

.brand-dialog .body .item-title[data-v-b8b05480] {
  line-height: 26px;
  height: 26px;
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #00f6ff;
}

.brand-dialog .body .item-title[data-v-b8b05480]:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00f6ff),
    to(#6380fd)
  );
  background: linear-gradient(0deg, #00f6ff, #6380fd);
}

.brand-dialog .body .item-content[data-v-b8b05480] {
  font-size: 14px;
  line-height: 24px;
  color: #00f6ff;
  opacity: 0.5;
}

.box[data-v-59feb221] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 50%;
}

.area[data-v-59feb221] {
  position: relative;
  height: 100%;
}

.area .module-body .echart-container[data-v-59feb221],
.area .module-body[data-v-59feb221] {
  width: 100%;
  height: 100%;
}

.area .module-body .no-data[data-v-59feb221] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

[data-v-3f93b71c] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-3f93b71c] .el-table:before {
  height: 0;
}

[data-v-3f93b71c] .el-table:after {
  background-color: transparent;
}

[data-v-3f93b71c] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-3f93b71c] .el-table tr,
[data-v-3f93b71c] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-3f93b71c] .el-table tr.is-leaf,
[data-v-3f93b71c] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-3f93b71c] .el-table tr > .cell,
[data-v-3f93b71c] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-3f93b71c] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-3f93b71c] .el-table tr.el-table__row--striped,
[data-v-3f93b71c] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-3f93b71c] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-3f93b71c] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-3f93b71c] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-3f93b71c] .el-table .el-table__body,
[data-v-3f93b71c] .el-table .el-table__footer,
[data-v-3f93b71c] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-3f93b71c] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-3f93b71c] .el-table .el-table__empty-text {
  color: #00f6ff;
}

[data-v-3f93b71c] .bscroll-indicator,
[data-v-3f93b71c] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-3f93b71c] .bscroll-vertical-scrollbar,
[data-v-3f93b71c] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.box[data-v-3f93b71c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 50%;
}

.table-container[data-v-3f93b71c] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}

.brand-name[data-v-3f93b71c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-name .brand-text[data-v-3f93b71c] {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.brand-name .brand-tag[data-v-3f93b71c] {
  display: inline-block;
  border: 1px solid #feeb48;
  font-size: 12px;
  color: #feeb48;
  padding: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 6px;
}

[data-v-3f93b71c] .el-table--scrollable-x .el-table__body-wrapper,
[data-v-3f93b71c] .el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

[data-v-bedae520] .bscroll-indicator,
[data-v-bedae520] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-bedae520] .bscroll-vertical-scrollbar,
[data-v-bedae520] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.box[data-v-bedae520] {
  padding: 10px;
  height: 50%;
}

.box[data-v-bedae520],
.brand-wall[data-v-bedae520] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brand-wall[data-v-bedae520] {
  padding-top: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.brand-wall .brand-box[data-v-bedae520] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.brand-wall .brand-box .brand-item[data-v-bedae520] {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  position: relative;
  cursor: pointer;
}

.brand-wall .brand-box .brand-item .brand-item-image[data-v-bedae520] {
  display: block;
  height: 84px;
  border: 1px solid #00a4c2;
}

.brand-wall .brand-box .brand-item .brand-item-name[data-v-bedae520] {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  font-size: 6px;
  text-align: center;
  background-color: #00a4c2;
  font-size: 12px;
  font-weight: 400;
  color: #00f6ff;
  padding: 2px 0;
  line-height: 13px;
}

[v-cloak][data-v-6b0c2e2f] {
  display: none;
}

.border[data-v-6b0c2e2f] {
  position: absolute;
  background-size: 100% 100% !important;
}

.border[data-v-6b0c2e2f]:first-child {
  width: 65px;
  height: 36px;
  top: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAkCAYAAADWzlesAAAAZklEQVRoge3SsQ2AMBAEwTFy/+WSmgaIsSV2w49Oox/utfy8a/eAEwpBCGC+3MbnKzbXJwgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJ4ABEpAz9EwFsoAAAAAElFTkSuQmCC)
    no-repeat;
}

.border[data-v-6b0c2e2f]:nth-child(2) {
  width: 15px;
  height: 48px;
  top: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAwCAYAAADO+iAyAAAAVklEQVRIiWNk+Pb/PwOZgIlcjQOrmYWBgYGRBPUo4TNE/TyqmUTAQqL6L8gcRoZvJGWq4ZDCSA0wlBw4RP08dEJ7NIVRYvNI1DyawgiD0RRGieaRmMIAgT0LS5sZ74gAAAAASUVORK5CYII=)
    no-repeat;
}

.border[data-v-6b0c2e2f]:nth-child(3) {
  width: 97px;
  height: 18px;
  bottom: -1px;
  right: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAAASCAYAAABLsLDMAAAAU0lEQVRYhe3YsQ2AQAwAsYDYf1xaKBEM8FxhTxDllCbbnNew3Gvp+19T8BAhQIQAEQJECBAhQIQAEQJECBAhQIQAEQJECBAh4JjPW5X1XEKACAE35pMEGaUubfsAAAAASUVORK5CYII=)
    no-repeat;
}

.border[data-v-6b0c2e2f]:nth-child(4) {
  width: 45px;
  height: 59px;
  bottom: -1px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAA7CAYAAADvlQMcAAAAeklEQVRoge3aMQrDMBQFQSn4/sdN69QKNoQQxjHslELF8us3x3Pfx2qOP/e4OuAbRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK0UrRStFK7eM3g7e3idvv3A2m/t0Xrf8u+Wli1ZeY1oGbKbBLmUAAAAASUVORK5CYII=)
    no-repeat;
}

[data-v-6b0c2e2f] .el-loading-spinner .el-icon-loading {
  font-size: 42px;
  color: #00f6ff;
}

[data-v-6b0c2e2f] .el-loading-spinner p.el-loading-text {
  font-size: 16px;
  color: #00f6ff;
}

[data-v-6b0c2e2f] .dialog-normal {
  height: 622px;
  border: 1px solid #10a4a9;
  padding: 15px 10px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 50px -15px rgba(0, 246, 255, 0.8);
  box-shadow: 0 0 50px -15px rgba(0, 246, 255, 0.8);
  background: transparent;
  margin-bottom: 0;
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__header {
  display: none;
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: rgba(5, 37, 58, 0.9);
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__body .popclose {
  width: 36px;
  height: 36px;
  z-index: 9999;
  position: absolute;
  top: -45px;
  right: -57px;
  cursor: pointer;
  border: 2px solid #00f6ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__body .popclose i {
  font-size: 20px;
  color: #00f6ff;
  margin-right: 0;
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__body .dialog-con {
  width: 100%;
  height: 100%;
  margin-top: -5px;
  overflow: hidden;
}

[data-v-6b0c2e2f] .dialog-normal .el-dialog__body .dialog-con .dialog-body {
  overflow: hidden;
  height: 100%;
}

.statistical[data-v-3d914411] {
  min-height: 800px;
  height: 100%;
}

.statistical .main .header[data-v-3d914411],
.statistical[data-v-3d914411] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistical .main .header[data-v-3d914411] {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #008092;
  line-height: 20px;
}

.statistical .main .header .h-title[data-v-3d914411] {
  padding: 0 10px;
}

.statistical .main .header span[data-v-3d914411] {
  font-size: 20px;
  color: #00f6ff;
}

.statistical .area-map[data-v-3d914411] {
  position: relative;
  height: 86%;
}

.statistical .area-map img[data-v-3d914411] {
  display: block;
  height: 100%;
}

.statistical .statistical-item[data-v-3d914411] {
  position: absolute;
  z-index: 10;
}

.statistical .statistical-item .dot[data-v-3d914411] {
  width: 20px;
  height: 20px;
  border: 1px solid #00f6ff;
  border-radius: 50%;
  -webkit-transform: scaleY(0.6);
  transform: scaleY(0.6);
}

.statistical .statistical-item .dot[data-v-3d914411]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #00f6ff;
  border-radius: 50%;
}

.statistical .statistical-item .statistical-item-box[data-v-3d914411] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  padding: 12px 20px;
  background: #0c3356;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 246, 255, 0.3) inset;
  box-shadow: inset 0 0 18px 0 rgba(0, 246, 255, 0.3);
  cursor: pointer;
}

.statistical .statistical-item .statistical-item-box:hover i[data-v-3d914411] {
  color: #00f6ff;
}

.statistical .statistical-item .statistical-item-head[data-v-3d914411] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.statistical
  .statistical-item
  .statistical-item-head
  .statistical-item-title[data-v-3d914411] {
  color: #feeb48;
  font-size: 18px;
  font-weight: 700;
}

.statistical .statistical-item .statistical-item-head i[data-v-3d914411] {
  color: #0da9a1;
  margin-right: 0;
}

.statistical
  .statistical-item
  .statistical-item-body
  .statistical-item-desc[data-v-3d914411] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.statistical
  .statistical-item
  .statistical-item-body
  .statistical-item-desc
  .label[data-v-3d914411] {
  font-size: 14px;
  font-weight: 400;
  color: #02b5cc;
}

.statistical
  .statistical-item
  .statistical-item-body
  .statistical-item-desc
  .count[data-v-3d914411] {
  font-size: 14px;
  font-weight: 700;
  color: #00f6ff;
}

.statistical .statistical-item .line[data-v-3d914411] {
  position: absolute;
  height: 1px;
  background-color: #00f6ff;
}

.statistical .statistical-item-1[data-v-3d914411] {
  left: 43%;
  top: 38%;
}

.statistical .statistical-item-1 .statistical-item-box[data-v-3d914411] {
  bottom: 114px;
  right: 92px;
}

.statistical .statistical-item-1 .line[data-v-3d914411] {
  width: 146px;
  bottom: 63px;
  right: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.statistical .statistical-item-2[data-v-3d914411] {
  left: 29%;
  top: 40%;
}

.statistical .statistical-item-2 .statistical-item-box[data-v-3d914411] {
  bottom: 5px;
  right: 99px;
}

.statistical .statistical-item-2 .line[data-v-3d914411] {
  width: 109px;
  bottom: 35px;
  right: 5px;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}

.statistical .statistical-item-3[data-v-3d914411] {
  left: 20%;
  top: 57%;
}

.statistical .statistical-item-3 .statistical-item-box[data-v-3d914411] {
  bottom: 5px;
  right: 83px;
}

.statistical .statistical-item-3 .line[data-v-3d914411] {
  width: 109px;
  bottom: 35px;
  right: 5px;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}

.statistical .statistical-item-4[data-v-3d914411] {
  left: 30%;
  top: 66%;
}

.statistical .statistical-item-4 .statistical-item-box[data-v-3d914411] {
  bottom: -107px;
  right: 135px;
}

.statistical .statistical-item-4 .line[data-v-3d914411] {
  width: 147px;
  bottom: -30px;
  right: 0;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.statistical .statistical-item-5[data-v-3d914411] {
  left: 33%;
  top: 80%;
}

.statistical .statistical-item-5 .statistical-item-box[data-v-3d914411] {
  bottom: -152px;
  right: 53px;
}

.statistical .statistical-item-5 .line[data-v-3d914411] {
  width: 147px;
  bottom: -41px;
  right: -9px;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.statistical .statistical-item-6[data-v-3d914411] {
  left: 47%;
  top: 63%;
}

.statistical .statistical-item-6 .statistical-item-box[data-v-3d914411] {
  bottom: -274px;
  right: -190px;
}

.statistical .statistical-item-6 .line[data-v-3d914411] {
  width: 224px;
  bottom: -84px;
  right: -155px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.statistical .statistical-item-7[data-v-3d914411] {
  left: 58%;
  top: 74%;
}

.statistical .statistical-item-7 .statistical-item-box[data-v-3d914411] {
  bottom: -141px;
  right: -354px;
}

.statistical .statistical-item-7 .line[data-v-3d914411] {
  width: 224px;
  bottom: -49px;
  right: -196px;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
}

.statistical .statistical-item-8[data-v-3d914411] {
  left: 72%;
  top: 61%;
}

.statistical .statistical-item-8 .statistical-item-box[data-v-3d914411] {
  bottom: 154px;
  right: -279px;
}

.statistical .statistical-item-8 .line[data-v-3d914411] {
  width: 224px;
  bottom: 94px;
  right: -175px;
  -webkit-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

.statistical .statistical-item-9[data-v-3d914411] {
  left: 69%;
  top: 24%;
}

.statistical .statistical-item-9 .statistical-item-box[data-v-3d914411] {
  bottom: 98px;
  right: -231px;
}

.statistical .statistical-item-9 .line[data-v-3d914411] {
  width: 201px;
  bottom: 84px;
  right: -154px;
  -webkit-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

@media screen and (min-width: 3000px) {
  .statistical .statistical-item-1 .statistical-item-box[data-v-3d914411] {
    bottom: 197px;
    right: 217px;
  }

  .statistical .statistical-item-1 .line[data-v-3d914411] {
    width: 299px;
    bottom: 116px;
    right: -33px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .statistical .statistical-item-2 .statistical-item-box[data-v-3d914411] {
    bottom: 53px;
    right: 213px;
  }

  .statistical .statistical-item-2 .line[data-v-3d914411] {
    width: 247px;
    bottom: 69px;
    right: 2px;
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
  }

  .statistical .statistical-item-3 .statistical-item-box[data-v-3d914411] {
    bottom: 16px;
    right: 184px;
  }

  .statistical .statistical-item-3 .line[data-v-3d914411] {
    width: 191px;
    bottom: 40px;
    right: 6px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  .statistical .statistical-item-4 .statistical-item-box[data-v-3d914411] {
    bottom: -107px;
    right: 224px;
  }

  .statistical .statistical-item-4 .line[data-v-3d914411] {
    width: 248px;
    bottom: -32px;
    right: 0;
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }

  .statistical .statistical-item-5 .statistical-item-box[data-v-3d914411] {
    bottom: -139px;
    right: 86px;
  }

  .statistical .statistical-item-5 .line[data-v-3d914411] {
    width: 147px;
    bottom: -41px;
    right: -9px;
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
  }

  .statistical .statistical-item-6 .statistical-item-box[data-v-3d914411] {
    bottom: -287px;
    right: -214px;
  }

  .statistical .statistical-item-6 .line[data-v-3d914411] {
    width: 266px;
    bottom: -103px;
    right: -187px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  .statistical .statistical-item-7 .statistical-item-box[data-v-3d914411] {
    bottom: -126px;
    right: -453px;
  }

  .statistical .statistical-item-7 .line[data-v-3d914411] {
    width: 310px;
    bottom: -40px;
    right: -288px;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
  }

  .statistical .statistical-item-8 .statistical-item-box[data-v-3d914411] {
    bottom: 109px;
    right: -360px;
  }

  .statistical .statistical-item-8 .line[data-v-3d914411] {
    width: 224px;
    bottom: 74px;
    right: -191px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .statistical .statistical-item-9 .statistical-item-box[data-v-3d914411] {
    bottom: 72px;
    right: -322px;
  }

  .statistical .statistical-item-9 .line[data-v-3d914411] {
    width: 200px;
    bottom: 60px;
    right: -173px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

.box[data-v-66496276] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 50%;
}

.overview[data-v-66496276] {
  height: 100%;
}

.overview .head[data-v-66496276] {
  padding: 5% 0;
  margin: 0 25px;
  border-bottom: 1px solid #07758d;
}

.overview .head .count[data-v-66496276] {
  text-align: center;
  font-size: 48px;
  line-height: 20px;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: #feeb48;
  margin-bottom: 16px;
}

.overview .head .total[data-v-66496276] {
  text-align: center;
  color: #008092;
  font-size: 16px;
  line-height: 20px;
}

.overview .body[data-v-66496276] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 97px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 42px;
}

.overview .body .classify-box[data-v-66496276] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overview .body .classify[data-v-66496276] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 0;
}

.overview .body .classify[data-v-66496276]:nth-of-type(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overview .body .classify > div[data-v-66496276] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview .body .classify .icon[data-v-66496276] {
  width: 60px;
  height: 60px;
}

.overview .body .classify .icon .icon-text[data-v-66496276] {
  font-size: 12px;
  color: #00f6ff;
}

.overview .body .classify .desc[data-v-66496276] {
  margin-left: 18px;
}

.overview .body .classify .desc .name[data-v-66496276] {
  color: #9dd1d7;
  font-size: 16px;
  line-height: 30px;
}

.overview .body .classify .desc .number[data-v-66496276] {
  position: relative;
  color: #00f6ff;
  font-size: 14px;
  line-height: 21px;
  padding-left: 14px;
}

.overview .body .classify .desc .number[data-v-66496276]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #00f6ff;
  border-radius: 50%;
}

@media screen and (min-width: 3000px) {
  .overview .body[data-v-66496276] {
    height: calc(100% - 148px);
  }

  .overview .body .classify-box[data-v-66496276] {
    padding-left: 11%;
  }

  .overview .body .classify[data-v-66496276] {
    width: 32%;
  }

  .overview .body .classify[data-v-66496276]:nth-of-type(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.farm-product-brand[data-v-02881326] {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  background-color: #021220;
}

.farm-product-brand .main[data-v-02881326],
.farm-product-brand[data-v-02881326] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.farm-product-brand .main[data-v-02881326] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.farm-product-brand .main .search-box[data-v-02881326] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.farm-product-brand .main .search-box .search-box-left[data-v-02881326] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.farm-product-brand .main .search-box .excel-box .excel[data-v-02881326] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  font-size: 14px;
  cursor: pointer;
}

.farm-product-brand .main .list-content[data-v-02881326] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.farm-product-brand .handle[data-v-02881326] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.farm-product-brand .handle span[data-v-02881326]:first-child {
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.farm-product-brand .handle span[data-v-02881326]:nth-child(2) {
  color: #1ea8f7;
  cursor: pointer;
}

.farm-product-brand .handle.handle-disabled[data-v-02881326] {
  color: #aaa;
  cursor: not-allowed;
}

.farm-product-brand .text[data-v-02881326] {
  color: #a1acb7;
  font-size: 14px;
}

.farm-product-brand .text-bold[data-v-02881326],
.farm-product-brand .value-text[data-v-02881326] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.farm-product-brand .page-box[data-v-02881326] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.farm-product-brand .no-data[data-v-02881326],
.farm-product-brand .page-box[data-v-02881326] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.farm-product-brand .no-data[data-v-02881326] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.farm-product-brand > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.farm-product-brand > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

.farm-product-brand .el-table thead tr {
  height: 70px;
}

#farmProductBrand[data-v-7b84f5b3] {
  position: relative;
}

#farmProductBrand .layout-box-wrapper[data-v-7b84f5b3] {
  position: absolute;
  top: 0;
  z-index: 22;
  width: 24.394vw;
  min-width: 473px;
  height: 100%;
  min-height: 600px;
}

#farmProductBrand .layout-box-wrapper.layout-left[data-v-7b84f5b3] {
  left: 0;
}

#farmProductBrand .layout-box-wrapper.layout-left[data-v-7b84f5b3] .box {
  padding: 10px 0 0;
}

#farmProductBrand
  .layout-box-wrapper.layout-left[data-v-7b84f5b3]
  .box:first-child {
  padding: 0 0 10px;
}

#farmProductBrand .layout-box-wrapper.layout-right[data-v-7b84f5b3] {
  right: 0;
}

#farmProductBrand .layout-box-wrapper.layout-right[data-v-7b84f5b3] .box {
  padding: 10px 0 0;
}

#farmProductBrand
  .layout-box-wrapper.layout-right[data-v-7b84f5b3]
  .box:first-child {
  padding: 0 0 10px;
}

[data-v-b25b6c90] .leaflet-marker-pane img.active {
  z-index: 9999 !important;
}

[data-v-b25b6c90] .el-switch__label,
[data-v-b25b6c90] .el-switch__label.is-active {
  color: #d9e2f6;
  font-size: 12px;
}

[data-v-b25b6c90] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-b25b6c90] .el-checkbox__label {
  color: #b3bfe0;
}

[data-v-b25b6c90] .el-checkbox__input.is-checked .el-checkbox__inner,
[data-v-b25b6c90] .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #00c1de;
  border-color: #00c1de;
}

[data-v-b25b6c90] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #00c1de;
}

[data-v-b25b6c90] .el-checkbox__inner:hover {
  border-color: #00c1de;
}

.errorfarm[data-v-b25b6c90] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 26px;
  text-align: center;
  color: #00f6ff;
  background-color: #011b29;
  z-index: 2;
  line-height: 100%;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

span.certArce[data-v-b25b6c90] {
  font-size: 12px;
  color: #00f5fe;
  margin-right: 50px;
}

.map-loader[data-v-b25b6c90] {
  width: 100vw;
  height: 100vh;
}

[data-v-b25b6c90] .el-loading-spinner .el-icon-loading {
  font-size: 42px;
  color: #00f6ff;
}

[data-v-b25b6c90] .el-loading-spinner p.el-loading-text {
  font-size: 16px;
  color: #00f6ff;
  line-height: 30px;
}

[data-v-33c3deec] .leaflet-marker-pane img.active {
  z-index: 9999 !important;
}

.controlshow[data-v-33c3deec] {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  position: absolute;
  left: 0;
  bottom: -100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  padding-left: 20px;
}

.controlshow span.title[data-v-33c3deec] {
  width: 74px;
  line-height: 52px;
  display: inline-block;
  color: #b3bfe0;
  font-size: 14px;
  vertical-align: -1px;
}

.controlshow .el-checkbox[data-v-33c3deec] {
  margin-right: 16px;
}

.controlshow .el-checkbox-group[data-v-33c3deec] {
  max-width: calc(50vw - 535px);
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 58px;
  line-height: 16px;
}

.controlshow .el-checkbox-group .all-checkbox[data-v-33c3deec] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 12px;
}

[data-v-33c3deec] .el-switch__label,
[data-v-33c3deec] .el-switch__label.is-active {
  color: #d9e2f6;
  font-size: 12px;
}

[data-v-33c3deec] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-33c3deec] .el-checkbox__label {
  color: #b3bfe0;
}

[data-v-33c3deec] .el-checkbox__input.is-checked .el-checkbox__inner,
[data-v-33c3deec] .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #00c1de;
  border-color: #00c1de;
}

[data-v-33c3deec] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #00c1de;
}

[data-v-33c3deec] .el-checkbox__inner:hover {
  border-color: #00c1de;
}

.errorfarm[data-v-33c3deec] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  text-align: center;
  color: #497b59;
  z-index: 2;
  line-height: 100%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

span.certArce[data-v-33c3deec] {
  font-size: 12px;
  color: #00f5fe;
  margin-right: 50px;
}

.map-loader[data-v-33c3deec] {
  width: 100vw;
  height: 100vh;
}

[data-v-33c3deec] .el-loading-spinner .el-icon-loading {
  font-size: 42px;
  color: #00f6ff;
}

[data-v-33c3deec] .el-loading-spinner p.el-loading-text {
  font-size: 16px;
  color: #00f6ff;
  line-height: 30px;
}

[data-v-f076873c] .panel-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card[data-v-9828adca] {
  margin-bottom: 35px;
}

#fisheries[data-v-ece5f8b8] {
  position: relative;
  overflow: hidden;
}

#fisheries .layout-box-wrapper[data-v-ece5f8b8] {
  position: absolute;
  top: 0;
  z-index: 22;
  width: 21.875vw;
  min-width: 400px;
  max-width: 840px;
  height: 100%;
  min-height: 600px;
}

#fisheries .layout-box-wrapper.layout-left[data-v-ece5f8b8] {
  left: 0;
}

#fisheries .layout-box-wrapper.layout-right[data-v-ece5f8b8] {
  right: 0;
}

#fisheries .layout-box-wrapper[data-v-ece5f8b8] .layout-box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fisheries .layout-box-wrapper .card-group[data-v-ece5f8b8] {
  position: absolute;
  right: -250px;
}

.operators-dynamic-fisher[data-v-ece5f8b8] {
  width: 100%;
  height: calc(55% - 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-container[data-v-2f913b67] {
  height: 100vh;
  background: #020b1d
    url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/page-bg.6ea4643.jpg)
    no-repeat;
  background-size: cover;
  min-width: 1366px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.el-container .el-header[data-v-2f913b67] {
  height: 110px;
  padding: 0;
}

.el-container .el-main[data-v-2f913b67] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normsal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 0;
  /* padding: 0 20px 20px */
}

.el-container .el-main .main-container[data-v-2f913b67] {
  width: calc(100vw - 40px);
  height: calc(100vh - 130px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-container.sannong-page .el-header[data-v-2f913b67] {
  height: 135px;
}

.el-container.sannong-page .el-main .main-container[data-v-2f913b67] {
  width: calc(100vw - 40px);
  height: calc(100vh - 75px);
}

.el-container .user-dropdown-menu.el-popper.el-dropdown-menu[data-v-2f913b67] {
  top: 60px !important;
}

.el-container
  .user-dropdown-menu.el-popper.el-dropdown-menu[data-v-2f913b67]:before {
  border-bottom-color: transparent;
}

@media screen and (max-height: 768px) {
  .el-container .el-main[data-v-2f913b67] {
    padding: 0;
  }
}

@media screen and (min-width: 3000px) {
  .el-container .el-header[data-v-2f913b67] {
    height: 110px;
  }

  .el-container .el-main .main-container[data-v-2f913b67] {
    height: calc(100vh - 130px);
  }

  .el-container.sannong-page .el-header[data-v-2f913b67] {
    height: 135px;
  }

  .el-container.sannong-page .el-main .main-container[data-v-2f913b67] {
    height: calc(100vh - 75px);
  }
}

[data-v-3a0731ff] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-3a0731ff] .el-table:before {
  height: 0;
}

[data-v-3a0731ff] .el-table:after {
  background-color: transparent;
}

[data-v-3a0731ff] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-3a0731ff] .el-table tr,
[data-v-3a0731ff] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-3a0731ff] .el-table tr.is-leaf,
[data-v-3a0731ff] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-3a0731ff] .el-table tr > .cell,
[data-v-3a0731ff] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-3a0731ff] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-3a0731ff] .el-table tr.el-table__row--striped,
[data-v-3a0731ff] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-3a0731ff] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-3a0731ff] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-3a0731ff] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-3a0731ff] .el-table .el-table__body,
[data-v-3a0731ff] .el-table .el-table__footer,
[data-v-3a0731ff] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-3a0731ff] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-3a0731ff] .el-table .el-table__empty-text {
  color: #00f6ff;
}

[data-v-3a0731ff] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-3a0731ff] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-3a0731ff] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-3a0731ff] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-3a0731ff] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-3a0731ff] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-3a0731ff] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-3a0731ff] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-3a0731ff] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-3a0731ff] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-3a0731ff] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-3a0731ff],
.el-select-dropdown .el-select-dropdown__item[data-v-3a0731ff]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-3a0731ff],
.popper__arrow[data-v-3a0731ff]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-3a0731ff] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.el-dialog__wrapper[data-v-3a0731ff] {
  background-color: rgba(0, 0, 0, 0.7);
}

.el-dialog__wrapper[data-v-3a0731ff] .detail-dialog {
  width: 716px;
  height: 580px;
  background-color: transparent;
}

.el-dialog__wrapper[data-v-3a0731ff] .detail-dialog .el-dialog__header {
  padding: 0;
}

.el-dialog__wrapper[data-v-3a0731ff]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn {
  right: -65px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.el-dialog__wrapper[data-v-3a0731ff]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close:before {
  content: "";
}

.el-dialog__wrapper[data-v-3a0731ff] .detail-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
  height: 100%;
}

[data-v-3a0731ff] .el-date-editor {
  width: 104px !important;
}

[data-v-3a0731ff] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-3a0731ff] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-3a0731ff] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-3a0731ff] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-3a0731ff] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-3a0731ff] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-3a0731ff] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-3a0731ff] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-3a0731ff] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-3a0731ff],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-3a0731ff],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-3a0731ff],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-3a0731ff] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-3a0731ff],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-3a0731ff] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-3a0731ff],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-3a0731ff] {
  background-color: transparent;
}

[data-v-3a0731ff] .bscroll-indicator,
[data-v-3a0731ff] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-3a0731ff] .bscroll-vertical-scrollbar,
[data-v-3a0731ff] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.card[data-v-3a0731ff] .el-popper[x-placement^="bottom"] {
  z-index: 9999 !important;
}

[data-v-3a0731ff] .el-table tr {
  height: 35px;
}

[data-v-3a0731ff] .el-table tr td,
[data-v-3a0731ff] .el-table tr th {
  padding: 0;
}

[data-v-3a0731ff] .el-table tr td > .cell,
[data-v-3a0731ff] .el-table tr th > .cell {
  white-space: nowrap;
  font-size: 14px;
  text-overflow: clip;
}

.inputs_box[data-v-3a0731ff] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 696px;
}

.inputs_box .total_card[data-v-3a0731ff] {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.inputs_box .total_card .item_card[data-v-3a0731ff] {
  width: 40%;
  height: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inputs_box .total_card .item_card .card_list[data-v-3a0731ff] {
  height: 100%;
  padding: 45px 50px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/inputs_02_bg.65290ae.png)
    no-repeat 50%;
  background-size: 100% 100%;
}

.inputs_box .total_card .item_card .card_list .card[data-v-3a0731ff] {
  background: #061f36;
  padding: 12px 15px 15px;
  height: 33.33333%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .card
  .card-content[data-v-3a0731ff] {
  height: 100%;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .card
  .card-content[data-v-3a0731ff]
  .el-table {
  height: calc(100% - 35px) !important;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .card
  .card-content[data-v-3a0731ff]
  .el-table__body-wrapper {
  overflow: hidden;
  width: 100%;
}

.inputs_box .total_card .item_card .card_list .bar_card[data-v-3a0731ff] {
  padding-top: 10px;
  background: #061f36;
  height: 25%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .bar_card
  .title[data-v-3a0731ff] {
  height: 40px;
  font-size: 16px;
  color: #00f6ff;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg1.cc0c0d6.png)
    no-repeat 50%;
  background-size: 100% 100%;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .bar_card
  .title.color2[data-v-3a0731ff] {
  color: #9173fe;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg2.c4226a3.png)
    no-repeat 50%;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .bar_card
  .title.color3[data-v-3a0731ff] {
  color: #1de9b6;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/input_tit_bg3.ee54a45.png)
    no-repeat 50%;
}

.inputs_box
  .total_card
  .item_card
  .card_list
  .bar_card
  .echartbox[data-v-3a0731ff] {
  width: 100%;
  height: 200px;
}

[data-v-5cbcbf4a] .esriSimpleSliderTL {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  color: #00f6ff;
  background: transparent;
  border: none;
}

[data-v-5cbcbf4a] .esriSimpleSliderVertical .esriSimpleSliderDecrementButton,
[data-v-5cbcbf4a] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  background: rgba(6, 37, 71, 0.95);
  border: none;
}

[data-v-5cbcbf4a] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border-bottom: 1px solid rgba(2, 58, 119, 0.95);
}

[data-v-5cbcbf4a] .el-loading-spinner {
  margin-top: -60px;
}

[data-v-5cbcbf4a] .el-loading-spinner i {
  font-size: 47px;
  color: #00f6ff;
}

[data-v-5cbcbf4a] .el-loading-spinner .el-loading-text {
  color: #00f6ff;
  font-size: 15px;
  line-height: 30px;
}

[data-v-5cbcbf4a] .el-dialog__wrapper {
  top: 0 !important;
}

@keyframes titleshow-data-v-5cbcbf4a {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes titleshow-data-v-5cbcbf4a {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

[data-v-5cbcbf4a] #gismap_weixing_ditu {
  opacity: 0.4 !important;
}

[data-v-5cbcbf4a] #gismap_weixing_ditu.bright-mode {
  opacity: 1 !important;
}

[data-v-5cbcbf4a] .popover-title {
  background: #062547;
  border-color: #062547;
  top: 60px;
  color: #fff;
  padding: 12px 0;
  border-radius: 10px;
}

[data-v-5cbcbf4a] .popover-title:after {
  content: ".";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #062547;
  position: absolute;
  top: -7px;
  left: 155px;
  font-size: 0;
}

[data-v-5cbcbf4a] .popover-title .subject-select {
  padding: 0 10px;
  max-height: 546px;
  overflow: hidden;
}

[data-v-5cbcbf4a] .popover-title .subject-select p {
  font-size: 14px;
  color: #a1eff8;
  line-height: 45px;
  padding: 0 42px 0 10px;
  cursor: pointer;
  max-width: 484px;
  min-width: 180px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

[data-v-5cbcbf4a] .popover-title .subject-select p:hover {
  background-color: rgba(0, 246, 255, 0.2);
}

[data-v-5cbcbf4a]
  .popover-title
  .subject-select
  p:hover
  span.gofarm-detail:after {
  background-color: #376eab;
}

[data-v-5cbcbf4a] .popover-title .subject-select p span {
  display: inline-block;
  width: 100%;
}

[data-v-5cbcbf4a] .popover-title .subject-select p span.gofarm-detail {
  position: absolute;
  top: 0;
  right: 8px;
  display: inline-block;
  width: 35px;
  height: 45px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA60lEQVQ4jb3UvUoDQRiF4WdFDAaC2AlW2ppGawstrMRGEGzSWEkKcxEpcwUWFl6BIIKFlZ0gahVSeB+mjEU2YZliM7NZcmBgvh/eOcwfNSubz/4mMf0PuAlyQ82sPQvWEw28o1WIj3GwjMNQLzjXzOactSqUMpUB29ipE/iGHxzWBbzDtulBnFUBtrBfGF/oomG6+Z0YYPHajLBb0vuIIb5jgX3sBfUN3GITH/hNcXgf1LbwlMOecY3xImDZobziNF/oMgYWOgz1mTscxIBigL0U0EwrfXqVlPp9dXBRiI+WBZ7gKsiNEhlp+geJvx+ZSiFy+AAAAABJRU5ErkJggg==)
    50% no-repeat;
  background-position: center 14px;
  margin-right: -10px;
  opacity: 0.8;
}

[data-v-5cbcbf4a] .popover-title .subject-select p span.gofarm-detail:after {
  content: ".";
  display: inline-block;
  width: 1px;
  height: 31px;
  position: absolute;
  top: 7px;
  background-color: #0a3361;
  font-size: 0;
}

.gis-mapcontainer[data-v-5cbcbf4a] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  overflow: hidden;
}

.gis-mapcontainer #gismap[data-v-5cbcbf4a] {
  width: 100%;
  height: 100%;
  background-color: rgba(4, 12, 31, 0.95);
}

.gis-mapcontainer .gisloader[data-v-5cbcbf4a] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.gis-mapcontainer .search-result[data-v-5cbcbf4a] {
  display: inline-block;
  height: 0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gis-mapcontainer .search-result[data-v-5cbcbf4a] .plant-info-title {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  padding: 0 80px;
  background: rgba(215, 116, 85, 0.7);
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0.2;
  -webkit-animation: titleshow-data-v-5cbcbf4a 0.3s ease-in-out;
  animation: titleshow-data-v-5cbcbf4a 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gis-mapcontainer
  .search-result[data-v-5cbcbf4a]
  .plant-info-title
  .plantinfot-item {
  display: inline-block;
  margin-right: 30px;
  outline: none;
}

.gis-mapcontainer
  .search-result[data-v-5cbcbf4a]
  .plant-info-title
  .plantinfot-item
  img {
  vertical-align: -4px;
  margin-right: 10px;
}

.gis-mapcontainer
  .search-result[data-v-5cbcbf4a]
  .plant-info-title
  .plantinfot-item
  img.arrow {
  margin-left: 6px;
  margin-right: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gis-mapcontainer
  .search-result[data-v-5cbcbf4a]
  .plant-info-title
  .plantinfot-item
  img.arrow.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gis-mapcontainer
  .search-result[data-v-5cbcbf4a]
  .plant-info-title
  .plantinfot-item:last-child {
  margin-right: 0;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 7px;
  z-index: 99;
  height: 40px;
  background: rgba(6, 37, 71, 0.8);
  padding: 0 0 0 15px;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer .el-checkbox-group {
  float: left;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer .el-checkbox {
  margin: 0 30px 0 0;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer .el-form-item {
  margin-bottom: 0;
}

.gis-mapcontainer[data-v-5cbcbf4a]
  .show-control-layer
  label.el-form-item__label {
  color: #d4e0ff;
  padding-right: 20px;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer .el-form-item__content {
  margin-left: 0;
}

.gis-mapcontainer[data-v-5cbcbf4a]
  .show-control-layer
  .el-form-item__content
  span.el-checkbox__label {
  color: #00c1de;
  font-size: 12px;
}

.gis-mapcontainer[data-v-5cbcbf4a]
  .show-control-layer
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.gis-mapcontainer[data-v-5cbcbf4a]
  .show-control-layer
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: #00c1de;
  border-color: #00c1de;
}

.gis-mapcontainer[data-v-5cbcbf4a] .show-control-layer .el-checkbox__inner {
  width: 16px;
  height: 16px;
}

.gis-mapcontainer[data-v-5cbcbf4a]
  .show-control-layer
  .el-checkbox__inner:after {
  border-width: 2px;
  height: 9px;
  left: 5px;
  top: 1px;
}

.gis-mapcontainer .search-box[data-v-5cbcbf4a] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  width: 396px;
  height: 50px;
  background: rgba(6, 37, 71, 0.95);
  border-radius: 4px;
}

.gis-mapcontainer .search-box[data-v-5cbcbf4a] .el-input {
  width: 318px;
  margin-top: 5px;
  background: transparent;
  float: left;
}

.gis-mapcontainer .search-box[data-v-5cbcbf4a] .el-input input.el-input__inner {
  width: 318px;
  background: transparent;
  border: none;
  color: #00f7ff;
  font-size: 16px;
}

.gis-mapcontainer
  .search-box[data-v-5cbcbf4a]
  .el-input
  input.el-input__inner::-webkit-input-placeholder {
  color: #06567c;
}

.gis-mapcontainer
  .search-box[data-v-5cbcbf4a]
  .el-input
  input.el-input__inner::-moz-placeholder {
  color: #06567c;
}

.gis-mapcontainer
  .search-box[data-v-5cbcbf4a]
  .el-input
  input.el-input__inner::-ms-input-placeholder {
  color: #06567c;
}

.gis-mapcontainer .search-box span.clearinput[data-v-5cbcbf4a] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 90px;
  cursor: pointer;
}

.gis-mapcontainer button.seacch-btn[data-v-5cbcbf4a] {
  height: 40px;
  line-height: 40px;
  background: #06567c;
  border-radius: 4px;
  color: #00f6ff;
  font-size: 16px;
  outline: none;
  padding: 0 9px 0 6px;
  margin: 5px 6px 0 0;
  float: right;
}

.gis-mapcontainer button.seacch-btn img[data-v-5cbcbf4a] {
  height: 18px;
  vertical-align: -4px;
  margin-right: 4px;
}

.gis-mapcontainer .reduction-btn[data-v-5cbcbf4a] {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 99;
  font-size: 16px;
  color: #a1eff8;
}

.gis-mapcontainer .reduction-btn span.search-word[data-v-5cbcbf4a] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 16px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 22px;
  border-radius: 20px;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.5);
}

.gis-mapcontainer .reduction-btn span.search-word i.icon[data-v-5cbcbf4a] {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  background-color: #15464b;
  border-radius: 50%;
  margin: 5px 0 0 9px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  vertical-align: 0;
  cursor: pointer;
}

[data-v-594059d0] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-594059d0] .el-table:before {
  height: 0;
}

[data-v-594059d0] .el-table:after {
  background-color: transparent;
}

[data-v-594059d0] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-594059d0] .el-table tr,
[data-v-594059d0] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-594059d0] .el-table tr.is-leaf,
[data-v-594059d0] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-594059d0] .el-table tr > .cell,
[data-v-594059d0] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-594059d0] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-594059d0] .el-table tr.el-table__row--striped,
[data-v-594059d0] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-594059d0] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-594059d0] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-594059d0] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-594059d0] .el-table .el-table__body,
[data-v-594059d0] .el-table .el-table__footer,
[data-v-594059d0] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-594059d0] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-594059d0] .el-table .el-table__empty-text {
  color: #00f6ff;
}

[data-v-594059d0] .bscroll-indicator,
[data-v-594059d0] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-594059d0] .bscroll-vertical-scrollbar,
[data-v-594059d0] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.layout-container[data-v-594059d0] {
  padding: 5px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-container .item-container[data-v-594059d0],
.layout-container[data-v-594059d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container .item-container[data-v-594059d0] {
  width: 26.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-container .item-container .s-item-wrap[data-v-594059d0] {
  height: calc(50% - 10px);
  position: relative;
}

.layout-container .item-container .s-item-wrap ._s-item-wrap[data-v-594059d0] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .pie-charts-container[data-v-594059d0] {
  width: 100%;
  height: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .table-container[data-v-594059d0] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}

.layout-container .b-item-wrap[data-v-594059d0] {
  width: 45.42%;
  margin: 0 auto;
  position: relative;
}

.layout-container .b-item-wrap ._b-item-wrap[data-v-594059d0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-container .b-item-wrap ._b-item-wrap .titles-wrap[data-v-594059d0] {
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 196px;
  z-index: 99999;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .titles-wrap[data-v-594059d0]:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .titles-wrap
  .titles[data-v-594059d0] {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41);
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .titles-wrap
  .titles
  .title[data-v-594059d0] {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #9dd1d7;
  font-weight: 400;
  cursor: pointer;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .titles-wrap
  .titles
  .title.active[data-v-594059d0],
.layout-container
  .b-item-wrap
  ._b-item-wrap
  .titles-wrap
  .titles
  .title[data-v-594059d0]:hover {
  color: #00f6ff;
  background: rgba(0, 246, 255, 0.2);
}

[data-v-594059d0] .mapcontain {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}

[data-v-594059d0] .el-table--scrollable-x .el-table__body-wrapper,
[data-v-594059d0] .el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

@keyframes rotatebg-data-v-302450fa {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
  }
}

@-webkit-keyframes rotatebg-data-v-302450fa {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
  }
}

.login-page[data-v-302450fa] {
  height: 100vh;
  width: 100vw;
  background-color: #020b1d;
  background-size: cover !important;
  position: relative;
}

/* https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/login-container-bg.787c28d.png) */
.login-page[data-v-302450fa]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 690px;
  background: url(./../images/ball.png);
  z-index: 0;
  background-size: 100% 100% !important;
  animation: rotatebg-data-v-302450fa 30s linear infinite alternate;
  -webkit-animation: rotatebg-data-v-302450fa 30s linear infinite alternate;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  z-index: 998;
}

.login-box[data-v-302450fa] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 490px;
  /* height: 308px; */
  padding: 62px 62px 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/login-pybox-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}

.change-login-type {
  font-size: 18px;
  color: #a2f0f8;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.getcode-box {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  color: #00f6ff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.login-box .login-describe[data-v-302450fa] {
  padding: 32px 10px 21px;
  text-align: center;
  font-size: 18px;
  color: #00f6ff;
  line-height: 18px;
  font-weight: 400;
}

.login-box .el-form-item[data-v-302450fa] {
  margin-bottom: 25px;
}

.login-box .el-form-item[data-v-302450fa] .el-form-item__content {
  height: 46px;
  line-height: 46px;
}

.login-box .el-form-item[data-v-302450fa] .el-form-item__content .el-input {
  background: rgba(9, 32, 53, 0.5);
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input.focus {
  border: 1px solid #00f6ff;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__inner {
  height: 100%;
  background-color: transparent;
  border: 0;
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding-left: 60px;
  line-height: 44px;
  vertical-align: 0;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__inner::-webkit-input-placeholder {
  color: #115f78;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__inner:-moz-placeholder,
.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__inner::-moz-placeholder {
  color: #115f78;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__inner:-ms-input-placeholder {
  color: #115f78;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__prefix {
  left: 20px;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__prefix
  i {
  vertical-align: -2px;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__prefix
  i.iconfont {
  font-size: 18px;
  color: #00838f;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-input
  .el-input__prefix:after {
  content: "";
  width: 0;
  height: 27px;
  border-left: 1px solid rgba(34, 165, 145, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}

.login-box
  .el-form-item[data-v-302450fa]
  .el-form-item__content
  .el-form-item__error {
  line-height: 21px;
  padding-top: 4px;
  left: 62px;
}

.login-box .el-form-item[data-v-302450fa] .el-form-item__content .el-button {
  height: 100%;
  display: inline-block;
  width: 100%;
  background: rgba(5, 30, 53, 0.6);
  /* background-color: #012849; */
  color: #00f6ff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}
.login-box .jmg-download a{
  font-size: 14px;
  color: #a2f0f8;
  text-align: center;
}
.login-box .jmg-download a:hover {
  text-decoration: underline;
  color: #00f6ff;
}
@media screen and (max-height: 768px) {
  .login-page[data-v-302450fa]:after {
    width: 560px;
    height: 552.16px;
  }

  .login-page .login-box[data-v-302450fa] {
    width: 410px;
    height: 370px;
  }
}

[data-v-d4af91b0] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-d4af91b0] .el-table:before {
  height: 0;
}

[data-v-d4af91b0] .el-table:after {
  background-color: transparent;
}

[data-v-d4af91b0] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-d4af91b0] .el-table tr,
[data-v-d4af91b0] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-d4af91b0] .el-table tr.is-leaf,
[data-v-d4af91b0] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-d4af91b0] .el-table tr > .cell,
[data-v-d4af91b0] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-d4af91b0] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-d4af91b0] .el-table tr.el-table__row--striped,
[data-v-d4af91b0] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-d4af91b0] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-d4af91b0] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-d4af91b0] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-d4af91b0] .el-table .el-table__body,
[data-v-d4af91b0] .el-table .el-table__footer,
[data-v-d4af91b0] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-d4af91b0] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-d4af91b0] .el-table .el-table__empty-text {
  color: #00f6ff;
}

[data-v-d4af91b0] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-d4af91b0] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-d4af91b0] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-d4af91b0] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-d4af91b0] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-d4af91b0] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-d4af91b0] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-d4af91b0] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-d4af91b0] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-d4af91b0] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-d4af91b0] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-d4af91b0],
.el-select-dropdown .el-select-dropdown__item[data-v-d4af91b0]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-d4af91b0],
.popper__arrow[data-v-d4af91b0]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-d4af91b0] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

.el-dialog__wrapper[data-v-d4af91b0] {
  background-color: rgba(0, 0, 0, 0.7);
}

.el-dialog__wrapper[data-v-d4af91b0] .detail-dialog {
  width: 716px;
  height: 580px;
  background-color: transparent;
}

.el-dialog__wrapper[data-v-d4af91b0] .detail-dialog .el-dialog__header {
  padding: 0;
}

.el-dialog__wrapper[data-v-d4af91b0]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn {
  right: -65px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.el-dialog__wrapper[data-v-d4af91b0]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close:before {
  content: "";
}

.el-dialog__wrapper[data-v-d4af91b0] .detail-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
  height: 100%;
}

[data-v-d4af91b0] .el-date-editor {
  width: 104px !important;
}

[data-v-d4af91b0] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-d4af91b0] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-d4af91b0] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-d4af91b0] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-d4af91b0] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-d4af91b0] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-d4af91b0] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-d4af91b0] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-d4af91b0] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-d4af91b0],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-d4af91b0],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-d4af91b0],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-d4af91b0] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-d4af91b0],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-d4af91b0] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-d4af91b0],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-d4af91b0] {
  background-color: transparent;
}

[data-v-d4af91b0] .bscroll-indicator,
[data-v-d4af91b0] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-d4af91b0] .bscroll-vertical-scrollbar,
[data-v-d4af91b0] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.layout-container[data-v-d4af91b0] {
  padding: 5px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
}

.layout-container .item-container[data-v-d4af91b0],
.layout-container[data-v-d4af91b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container .item-container[data-v-d4af91b0] {
  width: 26.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-container .item-container .s-item-wrap[data-v-d4af91b0] {
  height: calc(50% - 10px);
  position: relative;
}

.layout-container .item-container .s-item-wrap ._s-item-wrap[data-v-d4af91b0] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap[data-v-d4af91b0] {
  padding: 5px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap[data-v-d4af91b0]
  .el-loading-spinner
  .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: -5px;
  margin-left: 8px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .view-detail[data-v-d4af91b0] {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #00f6ff;
  font-size: 14px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .vegetable-select[data-v-d4af91b0] {
  position: absolute;
  top: 10px;
  right: 30px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .chart-item[data-v-d4af91b0] {
  width: 100%;
  height: 100%;
  background-color: #061f36;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .table-container[data-v-d4af91b0] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}

.layout-container .b-item-wrap[data-v-d4af91b0] {
  width: 45.42%;
  margin: 0 auto;
  position: relative;
}

.layout-container .b-item-wrap ._b-item-wrap[data-v-d4af91b0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-container .b-item-wrap ._b-item-wrap .fn-bar[data-v-d4af91b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .fn-bar[data-v-d4af91b0]
  .el-select {
  margin-left: 14px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .fn-bar[data-v-d4af91b0]
  .el-select
  .el-input__inner {
  width: 104px !important;
}

.layout-container .b-item-wrap ._b-item-wrap .map-container[data-v-d4af91b0] {
  height: calc(100% - 50px);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-v-d4af91b0] .el-dialog__body .freeteck-box-container.big {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/alert-bg.eb51368.png);
}

[data-v-d4af91b0] .el-dialog__body .freeteck-box-container .box-main.big {
  padding: 0 3.99% 5.42%;
}

[data-v-d4af91b0] .el-dialog__body .freeteck-box-container .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 0;
}

[data-v-d4af91b0]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .yield-info {
  color: #00f6ff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}

[data-v-d4af91b0]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .yield-info
  span {
  color: #9dd1d7;
}

[data-v-d4af91b0] .el-dialog__body .freeteck-box-container .table-container {
  height: calc(100% - 60px);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}

[data-v-d4af91b0] .el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

[data-v-fd4e3044] .el-tag {
  height: 30px;
  line-height: 30px;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #9dd1d7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-v-fd4e3044] .el-tag .el-icon-close {
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(38, 198, 218, 0.3);
}

[data-v-fd4e3044] .el-tag .el-icon-close:hover {
  background: rgba(38, 198, 218, 0.3);
}

[data-v-fd4e3044] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-fd4e3044] .el-table:before {
  height: 0;
}

[data-v-fd4e3044] .el-table:after {
  background-color: transparent;
}

[data-v-fd4e3044] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-fd4e3044] .el-table tr,
[data-v-fd4e3044] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-fd4e3044] .el-table tr.is-leaf,
[data-v-fd4e3044] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-fd4e3044] .el-table tr > .cell,
[data-v-fd4e3044] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-fd4e3044] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-fd4e3044] .el-table tr.el-table__row--striped,
[data-v-fd4e3044] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-fd4e3044] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-fd4e3044] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-fd4e3044] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-fd4e3044] .el-table .el-table__body,
[data-v-fd4e3044] .el-table .el-table__footer,
[data-v-fd4e3044] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-fd4e3044] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-fd4e3044] .el-table .el-table__empty-text {
  color: #00f6ff;
}

[data-v-fd4e3044] .bscroll-indicator,
[data-v-fd4e3044] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-fd4e3044] .bscroll-vertical-scrollbar,
[data-v-fd4e3044] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.el-dialog__wrapper[data-v-fd4e3044] {
  background-color: rgba(0, 0, 0, 0.7);
}

.el-dialog__wrapper[data-v-fd4e3044] .detail-dialog {
  width: 716px;
  height: 580px;
  background-color: transparent;
}

.el-dialog__wrapper[data-v-fd4e3044] .detail-dialog .el-dialog__header {
  padding: 0;
}

.el-dialog__wrapper[data-v-fd4e3044]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn {
  right: -65px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.el-dialog__wrapper[data-v-fd4e3044]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close:before {
  content: "";
}

.el-dialog__wrapper[data-v-fd4e3044] .detail-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
  height: 100%;
}

[data-v-fd4e3044] .el-date-editor {
  width: 104px !important;
}

[data-v-fd4e3044] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-fd4e3044] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-fd4e3044] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-fd4e3044] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-fd4e3044] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-fd4e3044] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-fd4e3044] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-fd4e3044] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-fd4e3044] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-fd4e3044],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-fd4e3044],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-fd4e3044],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-fd4e3044] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-fd4e3044],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-fd4e3044] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-fd4e3044],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-fd4e3044] {
  background-color: transparent;
}

.layout-container[data-v-fd4e3044] {
  padding: 5px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
}

.layout-container .item-container[data-v-fd4e3044],
.layout-container[data-v-fd4e3044] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container .item-container[data-v-fd4e3044] {
  width: 26.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-container .item-container .s-item-wrap[data-v-fd4e3044] {
  height: calc(50% - 10px);
  position: relative;
}

.layout-container .item-container .s-item-wrap ._s-item-wrap[data-v-fd4e3044] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .ranking-table-container[data-v-fd4e3044] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container[data-v-fd4e3044] {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 5px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-tabs[data-v-fd4e3044] {
  width: 100%;
  padding: 0 30px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #014656;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-tabs
  .farm-tab[data-v-fd4e3044] {
  font-size: 18px;
  color: #71ccde;
  font-weight: 400;
  height: 100%;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  height: 40px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-tabs
  .farm-tab.selected[data-v-fd4e3044] {
  color: #00f6ff;
  font-weight: 700;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-tabs
  .farm-tab.selected[data-v-fd4e3044]:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #15e9fc;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content[data-v-fd4e3044] {
  height: calc(100% - 50px);
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con[data-v-fd4e3044] {
  width: 100%;
  height: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search[data-v-fd4e3044] {
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  margin: 8px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(6, 32, 54, 0.8);
  border-radius: 20px;
  text-indent: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  input[data-v-fd4e3044] {
  width: 100%;
  line-height: 40px;
  background: transparent;
  font-size: 14px;
  color: #00f6ff;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  input[data-v-fd4e3044]::-webkit-input-placeholder {
  color: #07567c;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  input[data-v-fd4e3044]::-moz-placeholder {
  color: #07567c;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  input[data-v-fd4e3044]::-ms-input-placeholder {
  color: #07567c;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  label[data-v-fd4e3044] {
  display: inline-block;
  width: 45px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABf0lEQVQ4jb3TQYiNURjG8d93cYlrpcRCYjMxYaGU7G2JLGcrWdqwtrCYja0dJUnN3maSBaVkJRsKGSOykTETMh4L55rv3rn3u3ckb719X+855/8+55zn8I+j+vOX1OstnMZJHMR6vMRd3MCX1aSqr5B0c7/kqSSSn5I3kueS76X2UXKiNr9fTA/wgORTWXxFsrO2qCM5K/kgWZZMjQJulLyQfJMcX6VgJXcV1V8lE03Ac2VLFxtg3TxW5t5qAt6TLEk2jwEkeSBZKDvruc1uHMZjLA1oNyjuo4O99WId2MHimDBWrLNtGHAeu9cA3FO+bwcPJzfLQU+OcX6bJO8kr5ou5Ugx8qxk3Qjg5dL8wihjXysT7xQj94Nakkul8ZOitAfY/5bbuI1TeI/reIQf2IcpHMIzXMV2TGO56S1XkvOS+aK2nouSacnW4ttIZiTtYQrrsQFH/fZZG3N4iM9lfBKz2IEZVXVmmMK15IRkTvJ6HIXjxha0VNXC3wL+b/wCW8SP4yTIK98AAAAASUVORK5CYII=)
    50% no-repeat;
  background-position: 13px 12px;
  opacity: 0.4;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  span.clearinput[data-v-fd4e3044] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  vertical-align: middle;
  text-indent: 0;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .search
  span.clearinput[data-v-fd4e3044]:after {
  content: ".";
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB2ElEQVQ4ja3Uy0uUURjH8c9IhkIS5WKQ8tJgJNZC7IK0UYzWbmJa1yLof2jZ/9DSTW2kTduiSCIQ06ToMt2gRjMoCgd1QGWaFuedmXdm3qGB+sHhhef5Pd9z3udc+M9Kwf7sjaTcNC5H34EolscjzOFhY8Hu3E37EkAjuIWphNxwNK7hMa4jFzd0NBRMYrEFrFFTkXeyFXAE99DTBqyinqhmpBGYwiwOgmKRH99bY0olPrwL31AzGzGqwAuYqBb8jgrWVpthOzs8X2Jvj1SqEp2IGFVgtq7oQA/jZ/m6xqePtfj2FsvP6O1l9BQddVuQjQOnm1bS1cX4GQobvHnNr5+sLDM4RGY4qRHTcWB/kkNnJ2PjFLd4scLxExw5mmitMCrAnVYua/nQt3Qf+S/strbGgetNmXKZ9zm+rYd+jp4knWZ5ieJ24tRx4GJdqlTi1Uu2NgOsuzvEB4bIZEIvCxuNwKdx4J26VP5zOBJjp0Mf40r3hR2O737QbVTv8n0sqJzFwWMBWDtn9Tp0OIyaFvAgvsIyrqCAcL5awZpVwNWIUXeXc5jBZrukyDuDt5VA42szj3PCL/xNC5F3Ph5Meg9zOI+LuCTc0X7sYhVPcFfoWbmNif9NfwBCE3iWgBkBAQAAAABJRU5ErkJggg==)
    50% no-repeat;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farm-title[data-v-fd4e3044] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 38px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farm-title
  span.name[data-v-fd4e3044] {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items[data-v-fd4e3044] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  height: calc(100% - 36px);
  overflow: hidden;
  position: relative;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items.allfarmlist[data-v-fd4e3044] {
  height: calc(100% - 47px);
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li[data-v-fd4e3044] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  color: #9dd1d7;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li[data-v-fd4e3044]:nth-child(odd) {
  background: rgba(34, 178, 191, 0.3);
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li[data-v-fd4e3044]:hover {
  background: rgba(34, 178, 191, 0.5);
  color: #00d2db;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li.nodata[data-v-fd4e3044] {
  background: none;
  text-align: center;
  height: 22vh;
  line-height: 22vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li
  span[data-v-fd4e3044] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li
  span.name[data-v-fd4e3044] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li
  span.labels
  i[data-v-fd4e3044] {
  padding: 0 7px;
  height: 17px;
  line-height: 17px;
  background: #061f36;
  opacity: 0.8;
  border-radius: 9px;
  font-size: 12px;
  color: #d67500;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li
  span.labels
  i
  + i[data-v-fd4e3044] {
  margin-left: 8px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  ul
  li
  span.labelplus[data-v-fd4e3044] {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA60lEQVQ4jb3UvUoDQRiF4WdFDAaC2AlW2ppGawstrMRGEGzSWEkKcxEpcwUWFl6BIIKFlZ0gahVSeB+mjEU2YZliM7NZcmBgvh/eOcwfNSubz/4mMf0PuAlyQ82sPQvWEw28o1WIj3GwjMNQLzjXzOactSqUMpUB29ipE/iGHxzWBbzDtulBnFUBtrBfGF/oomG6+Z0YYPHajLBb0vuIIb5jgX3sBfUN3GITH/hNcXgf1LbwlMOecY3xImDZobziNF/oMgYWOgz1mTscxIBigL0U0EwrfXqVlPp9dXBRiI+WBZ7gKsiNEhlp+geJvx+ZSiFy+AAAAABJRU5ErkJggg==)
    50% no-repeat;
  background-position: 50%;
  margin-right: -10px;
  opacity: 0.6;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items[data-v-fd4e3044]
  .bscroll-vertical-scrollbar {
  right: 10px !important;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  .farmlisttab-loader[data-v-fd4e3044] {
  width: 100%;
  height: 80%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  .farmlisttab-loader[data-v-fd4e3044]
  .el-loading-mask
  i.el-icon-loading {
  font-size: 28px;
  color: #00f6ff;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .farm-table-container
  .farm-table-content
  .farmlist-con
  .farmlist-items
  .farmlisttab-loader[data-v-fd4e3044]
  .el-loading-mask
  p.el-loading-text {
  color: #00f6ff;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container[data-v-fd4e3044] {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item[data-v-fd4e3044] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/item-bg.3e959cb.png)
    no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item
  .item-name[data-v-fd4e3044] {
  color: #348ea0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item
  .item-name
  .iconfont[data-v-fd4e3044] {
  font-size: 20px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item
  .item-result[data-v-fd4e3044] {
  color: #00f6ff;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item
  + .item[data-v-fd4e3044] {
  margin-top: 18px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemplus[data-v-fd4e3044] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 8px 0;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemplus
  .statistics-text[data-v-fd4e3044] {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemplus
  .statistics-text
  p.item-name[data-v-fd4e3044] {
  text-align: center;
  padding-top: 4px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemplus
  .statistics-text
  p.item-result[data-v-fd4e3044] {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemplus
  .statistics-text[data-v-fd4e3044]:first-child {
  border-right: 1px solid #06567c;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemtype[data-v-fd4e3044] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemtype
  .plant-area
  p[data-v-fd4e3044] {
  text-align: center;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemtype
  .plant-area
  p.value[data-v-fd4e3044] {
  color: #00f6ff;
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0 15px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .statistics-container
  > .item.itemtype
  .plant-area
  p.info[data-v-fd4e3044] {
  color: #348ea0;
  font-size: 14px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .help-tip[data-v-fd4e3044] {
  display: inline-block;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .help-tip
  .iconfont[data-v-fd4e3044] {
  font-size: 20px;
  cursor: pointer;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap[data-v-fd4e3044] {
  padding: 10px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .view-detail[data-v-fd4e3044] {
  position: absolute;
  top: 14px;
  right: 30px;
  color: #00f6ff;
  font-size: 14px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .chart-item[data-v-fd4e3044] {
  width: 100%;
  height: 100%;
  background-color: #061f36;
}

.layout-container .b-item-wrap[data-v-fd4e3044] {
  width: 45.42%;
  margin: 0 auto;
  position: relative;
}

.layout-container .b-item-wrap ._b-item-wrap[data-v-fd4e3044] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-container .b-item-wrap ._b-item-wrap .tags-bar[data-v-fd4e3044] {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tags-bar[data-v-fd4e3044]
  .el-tag
  + .el-tag {
  margin-left: 20px;
}

.layout-container .b-item-wrap ._b-item-wrap .map-container[data-v-fd4e3044] {
  height: calc(100% - 60px);
}

.layout-container .b-item-wrap ._b-item-wrap .base-type-map[data-v-fd4e3044] {
  position: absolute;
  bottom: 3.5%;
  left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .base-type-map
  span[data-v-fd4e3044] {
  line-height: 26px;
  font-size: 12px;
  color: #a1eff8;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .base-type-map
  span
  i[data-v-fd4e3044] {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #64dd17;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 16px;
}

.custom-date-picker .el-date-editor {
  width: 225px;
  height: 36px;
  padding-right: 5px;
  background: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-date-picker.dark .el-date-editor .el-range__icon {
  color: #00f6ff;
  line-height: 29px;
}

.custom-date-picker.dark .el-date-editor {
  border-color: #016770;
}

.custom-date-picker.dark .el-date-editor .el-range-input {
  background: transparent;
  color: #00f6ff;
}

.custom-date-picker.dark .el-date-editor .el-input__inner {
  border-color: #016770;
  background: transparent;
  color: #00f6ff;
  height: 36px;
  line-height: 36px;
}

.custom-date-picker.dark
  .el-date-editor
  .el-range-input::-webkit-input-placeholder {
  color: #00808f;
}

.custom-date-picker.dark .el-date-editor .el-range-input::-moz-placeholder {
  color: #00808f;
}

.custom-date-picker.dark
  .el-date-editor
  .el-range-input::-ms-input-placeholder {
  color: #00808f;
}

.custom-date-picker.dark .el-date-editor .el-range-input::placeholder {
  color: #00808f;
}

.custom-date-picker.dark
  .el-date-editor
  .el-input__inner::-webkit-input-placeholder {
  color: #00808f;
}

.custom-date-picker.dark .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00808f;
}

.custom-date-picker.dark
  .el-date-editor
  .el-input__inner::-ms-input-placeholder {
  color: #00808f;
}

.custom-date-picker.dark .el-date-editor .el-input__inner::placeholder {
  color: #00808f;
}

.custom-date-picker.dark .el-date-editor .el-range-separator {
  color: #00f6ff;
}

.custom-date-picker.dark .el-date-editor .el-input__icon,
.custom-date-picker.dark .el-date-editor .el-range__close-icon {
  color: #00f6ff;
  line-height: 36px;
}

.custom-date-picker.dark .el-range-editor.is-active,
.custom-date-picker.dark .el-range-editor.is-active:hover {
  border-color: #016770;
}

.custom-date-picker-dark {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.custom-date-picker-dark .el-date-table td.in-range div {
  background-color: #0b2d4b;
}

.custom-date-picker-dark .el-date-table td.disabled div {
  background-color: transparent;
}

.custom-date-picker-dark .el-picker-panel__icon-btn {
  color: #bbb;
}

#overview #ov-modules[data-v-3d191570] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#overview #ov-modules .detail-mask[data-v-3d191570] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#overview #ov-modules .ov-module[data-v-3d191570] {
  width: calc(20% - 14px);
  height: calc(33.8% - 12px);
  font-size: 30px;
  position: absolute;
  z-index: 10;
}

#overview #ov-modules .ov-module.map-module[data-v-3d191570] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(2) {
  top: 0;
  left: 12px;
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(3) {
  top: calc(33.33333% + 4px);
  left: 12px;
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(4) {
  top: calc(66.66667% + 8px);
  left: 12px;
}

/*#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(5) {
    top: calc(66.66667% + 8px);
    left: calc(20% + 4px)
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(6) {
    top: calc(66.66667% + 8px);
    left: calc(40% + 8px)
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(7) {
    top: calc(66.66667% + 8px);
    left: calc(60% + 12px)
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(8) {
    top: calc(66.66667% + 8px);
    left: calc(80% + 16px)
}*/

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(5) {
  top: calc(33.33333% + 4px);
  left: calc(80% + 2px);
}

#overview #ov-modules .data-time {
  top: 0 !important;
  left: calc(80% + 16px);
}

#overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(6) {
  top: 0;
  left: calc(80% + 2px);
}

#overview #ov-modules .detail-dialog[data-v-3d191570] {
  width: calc(60% - 7px);
  height: calc(66% + 2px);
  position: absolute;
  top: 0;
  left: calc(20% + 4px);
  z-index: 999;
}

#overview #ov-modules .detail-dialog[data-v-3d191570] .layout-box {
  -webkit-box-shadow: 0 0 13px 0 #00f6ff inset, 0 0 15px 0 #00f6ff;
  box-shadow: inset 0 0 13px 0 #00f6ff, 0 0 15px 0 #00f6ff;
  background-color: #051f37;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .custom-table.dark
  /deep/
  .el-table
  thead,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .custom-table.dark
  /deep/
  .el-table
  thead,
#overview #ov-modules .detail-dialog[data-v-3d191570] .layout-box .score22-list,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .custom-table.dark
  /deep/
  .el-table
  thead {
  background-color: #051f37;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(odd),
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(odd),
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(odd) {
  background-color: #06233e;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(2n),
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(2n),
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .custom-table.dark
  /deep/
  .el-table
  tr.el-table__row:nth-child(2n) {
  background-color: #051f37;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .loader-light.custom-loader
  .el-loading-spinner
  .el-loading-text,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .loader-light.custom-loader
  .el-loading-spinner
  i,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .loader-light.custom-loader
  .el-loading-spinner
  .el-loading-text,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .loader-light.custom-loader
  .el-loading-spinner
  i,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .loader-light.custom-loader
  .el-loading-spinner
  .el-loading-text,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .loader-light.custom-loader
  .el-loading-spinner
  i {
  color: #00e5ff;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr {
  cursor: pointer;
}

#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .law-supervise
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr.el-table__row:hover,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .operate-subject
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr.el-table__row:hover,
#overview
  #ov-modules
  .detail-dialog[data-v-3d191570]
  .layout-box
  .score22-list
  .custom-table.dark
  /deep/
  .el-table
  tbody
  tr.el-table__row:hover {
  background-color: #0a2b4a;
}

#overview #ov-modules .detail-dialog span.close-btn[data-v-3d191570] {
  width: 42px;
  height: 42px;
  z-index: 100;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat center 100%;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  background-size: 100%;
}

#overview #ov-modules .detail-dialog .dialog-container[data-v-3d191570] {
  width: 99%;
  height: 100%;
  overflow: hidden;
  padding-top: 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #051f37;
}

#overview
  #ov-modules
  .detail-dialog
  .dialog-container
  .detail-dialog-title[data-v-3d191570] {
  position: absolute;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

#overview
  #ov-modules
  .detail-dialog
  .dialog-container
  .detail-dialog-title
  .detail-dialog-title-box[data-v-3d191570] {
  width: 398px;
  height: 50px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-dialog-header.0b2de23.png)
    no-repeat center 100%;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #00f6ff;
}

#overview #ov-modules .detail-dialog .detail-btn[data-v-3d191570],
#overview
  #ov-modules
  .detail-dialog
  .dialog-container
  .detail-dialog-title
  .detail-dialog-title-box[data-v-3d191570] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#overview #ov-modules .detail-dialog .detail-btn[data-v-3d191570] {
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 29px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/bg-more1.5f4aec7.png)
    no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #02cad4;
  cursor: pointer;
}

#overview #ov-modules .detail-dialog .detail-btn .iconfont[data-v-3d191570] {
  margin: 2px 0 0 4px;
  font-size: 13px;
  color: #098597;
}

/* @media screen and (min-width:2000px) and (max-width:3840px) {
    #overview #ov-modules .ov-module[data-v-3d191570] {
        width: calc(16.66667% - 15px);
        height: calc(50% - 9px)
    }

    #overview #ov-modules .ov-module.map-module[data-v-3d191570] {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(3) {
        top: 0;
        left: 0
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(4) {
        top: calc(50% + 9px);
        left: 0
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(2) {
        top: 0;
        left: calc(16.66667% + 3px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(5) {
        top: calc(50% + 9px);
        left: calc(16.66667% + 3px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(6) {
        width: calc(33.33333% - 12px);
        height: calc(30% - 18px);
        top: calc(70% + 18px);
        left: calc(33.33333% + 6px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(10) {
        top: 0;
        left: calc(66.66667% + 12px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(9) {
        top: calc(50% + 9px);
        left: calc(66.66667% + 12px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(7) {
        top: 0;
        left: calc(83.33334% + 15px)
    }

    #overview #ov-modules .ov-module[data-v-3d191570]:nth-of-type(8) {
        top: calc(50% + 9px);
        left: calc(83.33334% + 15px)
    }

    #overview #ov-modules .detail-dialog[data-v-3d191570] {
        width: calc(33.33333% - 12px);
        height: 70%;
        position: absolute;
        top: 0;
        left: calc(33.33333% + 6px)
    }

    #overview #ov-modules .detail-dialog span.close-btn[data-v-3d191570] {
        width: 40px;
        height: 40px;
        z-index: 9999;
        background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png) no-repeat center 100%;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        background-size: 100%
    }
} */

#overview[data-v-3d191570] .map-module .map-control {
  height: calc(66% - 6px);
  position: absolute;
  top: 0;
  left: calc(20% + 4px);
  z-index: 3;
}

#overview[data-v-3d191570] .map-module .area-selector {
  position: absolute;
  top: 0;
  left: calc(20% + 4px);
  z-index: 99;
}

#overview[data-v-3d191570]
  .map-module
  .area-selector
  .el-select
  .el-input__inner {
  border-color: #016770 !important;
}

#overview[data-v-3d191570] .map-module .area-selector .el-input input,
#overview[data-v-3d191570]
  .map-module
  .area-selector
  .el-select
  .el-select__caret {
  color: #00f6ff !important;
}

#overview[data-v-3d191570] .map-module .area-selector .el-input input {
  width: 114px;
  height: 30px;
  line-height: 30px;
  color: #00f6ff;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.6);
  background-color: rgba(5, 30, 52, 0.7);
}

#overview[data-v-3d191570] .map-module .gisloader {
  width: calc(60% - 7px);
  height: calc(66% + 2px);
  position: absolute;
  top: 0;
  left: calc(20% + 4px);
  z-index: 20;
}

#overview[data-v-3d191570] .map-module .operators-type-list {
  top: 0;
  right: calc(20% + 4px);
}

#overview[data-v-3d191570] .map-module #legendBox {
  top: calc(67.6% + 26px);
  left: calc(20% + 4px);
  margin-top: -12px;
}

@media screen and (min-width: 3000px) {
  #overview[data-v-3d191570] .map-module .map-view {
    width: 100%;
    height: 100%;
  }

  #overview[data-v-3d191570] .map-module .map-control {
    height: 70%;
    position: absolute;
    top: 0;
    left: calc(33.33333% + 6px);
    z-index: 3;
  }

  #overview[data-v-3d191570] .map-module .gisloader {
    width: calc(33.33333% - 12px);
    height: 70%;
    position: absolute;
    top: 0;
    left: calc(33.33333% + 6px);
    z-index: 20;
  }

  #overview[data-v-3d191570] .map-module .operators-type-list {
    position: absolute;
    top: 0;
    right: calc(33.33333% + 6px);
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #033453;
    opacity: 0.8;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #overview[data-v-3d191570] .map-module .area-selector {
    position: absolute;
    top: 0;
    left: calc(33.33333% + 6px);
  }

  #overview[data-v-3d191570] .map-module #legendBox {
    top: calc(70% + 18px);
    bottom: auto;
    left: calc(33.33333% + 6px);
  }
}

.law-supervise[data-v-0ce067e4] {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  background-color: #021220;
}

.law-supervise .main[data-v-0ce067e4],
.law-supervise[data-v-0ce067e4] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.law-supervise .main[data-v-0ce067e4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.law-supervise .main .search-box[data-v-0ce067e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.law-supervise .main .search-box .search-box-left[data-v-0ce067e4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.law-supervise .main .search-box .excel-box .excel[data-v-0ce067e4],
.law-supervise .main .search-box .excel-box[data-v-0ce067e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.law-supervise .main .search-box .excel-box .excel[data-v-0ce067e4] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  margin-left: 15px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  font-size: 14px;
  cursor: pointer;
}

.law-supervise .main .list-content[data-v-0ce067e4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.law-supervise .handle[data-v-0ce067e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #20a8f8;
  cursor: pointer;
}

.law-supervise .handle .iconfont[data-v-0ce067e4] {
  font-size: 23px;
}

.law-supervise .text[data-v-0ce067e4] {
  color: #a1acb7;
  font-size: 14px;
}

.law-supervise .text-bold[data-v-0ce067e4] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.law-supervise .patrol-text[data-v-0ce067e4] {
  font-size: 18px;
  font-weight: 700;
}

.law-supervise .value-text[data-v-0ce067e4] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.law-supervise .page-box[data-v-0ce067e4] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.law-supervise .no-data[data-v-0ce067e4],
.law-supervise .page-box[data-v-0ce067e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.law-supervise .no-data[data-v-0ce067e4] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.law-supervise > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.law-supervise > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

.operate-subject[data-v-0cd9db30] {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #021220;
}

.operate-subject .nav-tab[data-v-0cd9db30],
.operate-subject[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operate-subject .nav-tab .tab-item[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  padding: 20px 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.operate-subject .nav-tab .tab-item[data-v-0cd9db30]:first-child {
  margin-right: 40px;
}

.operate-subject .nav-tab .tab-item .tab-title[data-v-0cd9db30] {
  color: #afc3d4;
  font-size: 22px;
}

.operate-subject .nav-tab .tab-item.tab-active .tab-title[data-v-0cd9db30] {
  color: #00f6ff;
  font-weight: 700;
}

.operate-subject .nav-tab .tab-item.tab-active .tab-underline[data-v-0cd9db30] {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #00f6ff;
}

.operate-subject .main[data-v-0cd9db30] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.operate-subject .main .search-box[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.operate-subject .main .search-box .search-box-left[data-v-0cd9db30] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.operate-subject .main .search-box .excel-box .excel[data-v-0cd9db30],
.operate-subject .main .search-box .excel-box[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operate-subject .main .search-box .excel-box .excel[data-v-0cd9db30] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  margin-left: 15px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  font-size: 14px;
  cursor: pointer;
}

.operate-subject .main .list-content[data-v-0cd9db30] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.operate-subject .handle[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #20a8f8;
  cursor: pointer;
}

.operate-subject .handle .iconfont[data-v-0cd9db30] {
  font-size: 23px;
}

.operate-subject .text[data-v-0cd9db30] {
  color: #a1acb7;
  font-size: 14px;
}

.operate-subject .text-bold[data-v-0cd9db30],
.operate-subject .value-text[data-v-0cd9db30] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.operate-subject .page-box[data-v-0cd9db30] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.operate-subject .no-data[data-v-0cd9db30],
.operate-subject .page-box[data-v-0cd9db30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.operate-subject .no-data[data-v-0cd9db30] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.operate-subject > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.operate-subject > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

[data-v-da471528] .el-date-editor {
  width: 104px !important;
}

[data-v-da471528] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-da471528] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-da471528] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-da471528] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-da471528] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-da471528] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-da471528] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-da471528] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-da471528] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-da471528],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-da471528],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-da471528],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-da471528] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-da471528],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-da471528] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-da471528],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-da471528] {
  background-color: transparent;
}

.score-list[data-v-da471528] {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  min-width: 1366px;
  min-height: 696px;
  background-color: #021220;
}

.score-list .main[data-v-da471528],
.score-list[data-v-da471528] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.score-list .main[data-v-da471528] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.score-list .main .search-box[data-v-da471528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 50px 21px;
}

.score-list .main .search-box .search-box-left[data-v-da471528] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.score-list .main .search-box .excel-box .excel[data-v-da471528],
.score-list .main .search-box .excel-box[data-v-da471528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.score-list .main .search-box .excel-box .excel[data-v-da471528] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  margin-left: 15px;
  border: 1px solid #145763;
  border-radius: 2px;
  background-color: #24969a;
  color: #d9e3ed;
  font-size: 14px;
  cursor: pointer;
}

.score-list .main .search-box .excel-box .score-rule[data-v-da471528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #24969a;
  font-size: 16px;
}

.score-list
  .main
  .search-box
  .excel-box
  .score-rule
  .iconfont[data-v-da471528] {
  margin-left: 8px;
  margin-top: 3px;
}

.score-list .main .list-content[data-v-da471528] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.score-list .handle[data-v-da471528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #20a8f8;
  cursor: pointer;
}

.score-list .handle .iconfont[data-v-da471528] {
  font-size: 23px;
}

.score-list .handle.handle-disabled[data-v-da471528] {
  color: #aaa;
  cursor: not-allowed;
}

.score-list .custom-header-text[data-v-da471528] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #24969a;
}

.score-list .text-ellipsis[data-v-da471528] {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  outline: none;
}

.score-list .text[data-v-da471528] {
  color: #a1acb7;
  font-size: 14px;
}

.score-list .text-bold[data-v-da471528] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 18px;
}

.score-list .text-hover[data-v-da471528] {
  color: #1fa8f8;
}

.score-list .text-hover[data-v-da471528]:hover {
  border-bottom: 1px solid #1fa8f8;
}

.score-list .text-blue[data-v-da471528] {
  color: #1d9096;
}

.score-list .text-green[data-v-da471528] {
  color: #16b665;
}

.score-list .value-text[data-v-da471528] {
  color: #a1acb7;
  font-weight: 700;
  font-size: 14px;
}

.score-list .text-pointer[data-v-da471528] {
  cursor: pointer;
}

.score-list .page-box[data-v-da471528] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 88px;
  padding: 0 40px;
  background: #021220;
  -webkit-box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
  box-shadow: 0 -3px 21px 0 rgba(4, 52, 82, 0.2);
}

.score-list .no-data[data-v-da471528],
.score-list .page-box[data-v-da471528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.score-list .no-data[data-v-da471528] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.score-list .custom-table /deep/ .el-table tr:nth-child(2) th:first-child,
.score-list .custom-table /deep/ .el-table tr td.el-table_1_column_6_column_7 {
  padding-left: 0;
}

.score-list
  .custom-table
  /deep/
  .el-table
  thead
  tr:first-child
  th:nth-child(5) {
  border-bottom: 1px solid #010b14;
}

.score-list .custom-table /deep/ .el-table tbody tr td:first-child,
.score-list .custom-table /deep/ .el-table thead tr:first-child th:first-child {
  padding-right: 15px;
}

.score-list .custom-table /deep/ .el-table tbody tr td:nth-child(2),
.score-list .custom-table /deep/ .el-table tbody tr td:nth-child(3),
.score-list .custom-table /deep/ .el-table tbody tr td:nth-child(4),
.score-list .custom-table /deep/ .el-table thead tr:first-child th:nth-child(2),
.score-list .custom-table /deep/ .el-table thead tr:first-child th:nth-child(3),
.score-list
  .custom-table
  /deep/
  .el-table
  thead
  tr:first-child
  th:nth-child(4) {
  padding: 10px 20px;
}

.score-list .custom-table /deep/ .el-table thead tr:nth-child(2) th {
  padding: 5px 0;
}

.score-list .el-date-editor {
  height: 36px;
  padding-right: 5px;
  margin-right: 10px;
  background: transparent;
  cursor: pointer;
}

.score-list .el-date-editor .el-input__inner {
  height: 36px !important;
  line-height: 36px !important;
}

.score-list .el-date-editor .el-input__prefix {
  line-height: 36px;
}

.custom-score-tooltip-light.el-popper {
  width: 200px;
  background-color: #f4f7f9 !important;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.13) !important;
  color: #485256;
  line-height: 24px;
}

.custom-score-tooltip-light.el-popper .popper__arrow {
  bottom: -12px;
  border: 6px solid transparent !important;
  border-top-color: #f4f7f9 !important;
}

.custom-score-tooltip-light.el-popper .tooltip-box {
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
}

.custom-score-tooltip-dark.el-popper {
  min-width: auto;
  color: #9dd1d7;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.custom-score-tooltip-dark.el-popper .popper__arrow {
  bottom: -12px;
  border: 6px solid transparent !important;
  border-top-color: rgba(0, 0, 0, 0.9) !important;
}

.custom-score-tooltip-dark.el-popper .tooltip-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
}

.score-list > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.score-list > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

#planting[data-v-7171ce41] {
  position: relative;
}

.layout-box-wrapper[data-v-7171ce41] {
  position: absolute;
  top: 0;
  z-index: 22;
  width: 21.875vw;
  min-width: 400px;
  max-width: 840px;
  height: 100%;
  min-height: 600px;
}

.layout-box-wrapper .box-container[data-v-7171ce41] {
  height: 100%;
}

.layout-box-wrapper .box-container .box-item[data-v-7171ce41] {
  height: calc(35% - 30px);
}

.layout-box-wrapper .box-container .box-item[data-v-7171ce41]:nth-child(2) {
  height: 37%;
}

.layout-box-wrapper .box-container .box-item[data-v-7171ce41]:nth-child(3) {
  height: 28%;
}

.layout-box-wrapper .box-container .box-item + .box-item[data-v-7171ce41] {
  margin-top: 15px;
}

.layout-box-wrapper.layout-left[data-v-7171ce41] {
  left: 0;
}

.layout-box-wrapper.layout-right[data-v-7171ce41] {
  right: 0;
}

.layout-box-wrapper.layout-right .box-container[data-v-7171ce41] {
  height: 100%;
}

.layout-box-wrapper.layout-right .box-container .box-item[data-v-7171ce41] {
  height: calc(37% - 30px);
}

.layout-box-wrapper.layout-right
  .box-container
  .box-item[data-v-7171ce41]:nth-child(2) {
  height: 28%;
}

.layout-box-wrapper.layout-right
  .box-container
  .box-item[data-v-7171ce41]:nth-child(3) {
  height: 35%;
}

.layout-box-wrapper .mini-module-wrap[data-v-7171ce41] {
  position: absolute;
  top: 0;
  right: -219px;
}

.layout-box-wrapper .mini-module-wrap .mini-module[data-v-7171ce41] {
  width: 196px;
  height: 85px;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  .mini-module-content[data-v-7171ce41] {
  white-space: nowrap;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  .mini-module-content
  .unit[data-v-7171ce41] {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  margin-left: -5px;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  + .mini-module[data-v-7171ce41] {
  margin-top: 35px;
}

[data-v-1b99c0af] .bscroll-indicator,
[data-v-1b99c0af] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-1b99c0af] .bscroll-vertical-scrollbar,
[data-v-1b99c0af] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

[data-v-1b99c0af] .leaflet-marker-pane img.active {
  z-index: 9999 !important;
}

.map-tabs[data-v-1b99c0af] {
  position: absolute;
  top: 160px;
  left: 26px;
  z-index: 999;
}

.map-tabs > .tab[data-v-1b99c0af] {
  width: 120px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.map-tabs > .tab + .tab[data-v-1b99c0af] {
  margin-top: 16px;
}

.map-tabs > .tab.selected[data-v-1b99c0af] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2cd0d2),
    to(#3ba3fb)
  );
  background: linear-gradient(90deg, #2cd0d2, #3ba3fb);
  -webkit-box-shadow: 0 0 21px 0 #39aaf4;
  box-shadow: 0 0 21px 0 #39aaf4;
}

.operators[data-v-1b99c0af] {
  text-align: left;
}

.operators .companylist[data-v-1b99c0af] {
  padding: 32px 0 0;
  width: 360px;
  margin: 0 auto;
}

.operators .companylist .culture[data-v-1b99c0af] {
  width: 360px;
  height: 240px;
  margin-bottom: 10px;
}

.operators .companylist .title[data-v-1b99c0af] {
  color: #a1eff8;
  font-weight: 700;
  line-height: 44px;
  font-size: 16px;
}

.operators .companylist .infolist[data-v-1b99c0af] {
  line-height: 30px;
  color: #6dc1cb;
  width: 460px;
  font-size: 14px;
}

.operators .companylist .infolist .imgico[data-v-1b99c0af] {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 8px;
  vertical-align: -2px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABF0lEQVQokZXSPyiFURjH8c973e4kdzBYLBabZJBkkLIYJDKJmJSJ0WoRyijplvwdbgYTi0GUMjMaFcMdyHBF3V7DeW+9kev1287v9HzP83ueE6nGZbQi9j81oZJHM4YzFExiAju4Srz7fMaXi1jELMroTfw4l7HddxQwgo/0xW+APmwiSs6fQoQ3jP4F6MA2WrCa8h9xg9dGgCIOhKzzaBeywwDOURI28ANQwAnWcC8Mdw5D2MAK+vGAvTokDSjhFGcpr4YpdOMIL1jHLQ6RrwOW8ZRk/64qxjCewGALF+iMVOMKroUpN/oTBewnhbuJd5cTVjPzRzFhldMYxELdzOE5aTOLasJgu7AEkWp8jLYMHaQVoQeXX014QAH8jITUAAAAAElFTkSuQmCC)
    no-repeat center 1%;
}

.operators .companylist .infolist li[data-v-1b99c0af] {
  height: 30px;
  line-height: 30px;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .label[data-v-1b99c0af] {
  display: inline-block;
  line-height: 20px;
}

.operators
  .companylist
  .infolist
  li.business-category
  > .lacon[data-v-1b99c0af] {
  white-space: nowrap;
  overflow: hidden;
  width: 305px;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
  vertical-align: -5px;
}

[data-v-1b99c0af] .el-main {
  padding: 0;
}

[data-v-1b99c0af] .el-switch__label,
[data-v-1b99c0af] .el-switch__label.is-active {
  color: #b3bfe0;
  font-size: 12px;
}

[data-v-1b99c0af] .el-switch__core:after {
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}

[data-v-1b99c0af] .el-dialog__wrapper {
  position: absolute;
  top: 2vh;
  right: calc(50% - 350px);
  bottom: auto;
  left: auto;
  overflow: initial;
}

[data-v-1b99c0af] .el-dialog {
  margin: 0;
}

[data-v-a6a2364a] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-a6a2364a] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-a6a2364a] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-a6a2364a] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-a6a2364a] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-a6a2364a] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-a6a2364a] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-a6a2364a] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-a6a2364a] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-a6a2364a] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-a6a2364a] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-a6a2364a],
.el-select-dropdown .el-select-dropdown__item[data-v-a6a2364a]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-a6a2364a],
.popper__arrow[data-v-a6a2364a]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-a6a2364a] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-a6a2364a] .el-table {
  border: 0;
  background-color: transparent;
}

[data-v-a6a2364a] .el-table:before {
  height: 0;
}

[data-v-a6a2364a] .el-table:after {
  background-color: transparent;
}

[data-v-a6a2364a] .el-table .cell {
  color: #9dd1d7;
  font-size: 14px;
}

[data-v-a6a2364a] .el-table tr,
[data-v-a6a2364a] .el-table tr th {
  background-color: transparent;
  border: 0;
}

[data-v-a6a2364a] .el-table tr.is-leaf,
[data-v-a6a2364a] .el-table tr th.is-leaf {
  border-bottom: 0;
}

[data-v-a6a2364a] .el-table tr > .cell,
[data-v-a6a2364a] .el-table tr th > .cell {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 400;
}

[data-v-a6a2364a] .el-table tr.el-table__row {
  background-color: rgba(0, 131, 143, 0.3);
}

[data-v-a6a2364a] .el-table tr.el-table__row--striped,
[data-v-a6a2364a] .el-table tr.el-table__row--striped td {
  background: transparent !important;
}

[data-v-a6a2364a] .el-table tr td {
  border-bottom: 0;
  border-right: 0;
}

[data-v-a6a2364a] .el-table tr:hover td {
  background: transparent !important;
}

[data-v-a6a2364a] .el-table th.gutter {
  display: none !important;
  width: 0 !important;
}

[data-v-a6a2364a] .el-table .el-table__body,
[data-v-a6a2364a] .el-table .el-table__footer,
[data-v-a6a2364a] .el-table .el-table__header {
  width: 100% !important;
}

[data-v-a6a2364a] .el-table .el-table__header col[name="gutter"] {
  width: 0 !important;
  display: none !important;
}

[data-v-a6a2364a] .el-table .el-table__empty-text {
  color: #00f6ff;
}

.el-dialog__wrapper[data-v-a6a2364a] {
  background-color: rgba(0, 0, 0, 0.7);
}

.el-dialog__wrapper[data-v-a6a2364a] .detail-dialog {
  width: 716px;
  height: 580px;
  background-color: transparent;
}

.el-dialog__wrapper[data-v-a6a2364a] .detail-dialog .el-dialog__header {
  padding: 0;
}

.el-dialog__wrapper[data-v-a6a2364a]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn {
  right: -65px;
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/pop_close.9c7da50.png)
    no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.el-dialog__wrapper[data-v-a6a2364a]
  .detail-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close:before {
  content: "";
}

.el-dialog__wrapper[data-v-a6a2364a] .detail-dialog .el-dialog__body {
  padding: 0;
  width: 100%;
  height: 100%;
}

[data-v-a6a2364a] .el-date-editor {
  width: 104px !important;
}

[data-v-a6a2364a] .el-date-editor .el-input__inner {
  background-color: transparent !important;
  border: 1px solid #016770 !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #00f6ff !important;
  padding-left: 10px !important;
}

[data-v-a6a2364a] .el-date-editor .el-input__inner::-webkit-input-placeholder {
  color: #00f6ff;
}

[data-v-a6a2364a] .el-date-editor .el-input__inner:-moz-placeholder,
[data-v-a6a2364a] .el-date-editor .el-input__inner::-moz-placeholder {
  color: #00f6ff;
}

[data-v-a6a2364a] .el-date-editor .el-input__inner:-ms-input-placeholder {
  color: #00f6ff;
}

[data-v-a6a2364a] .el-date-editor .el-input__prefix {
  right: 5px;
  left: unset;
}

[data-v-a6a2364a] .el-date-editor .el-input__prefix .el-icon-date {
  font-size: 16px;
  line-height: 30px;
  color: #00f6ff;
}

.el-date-picker[data-v-a6a2364a] {
  background: rgba(0, 0, 0, 0.9) !important;
  border: 0 !important;
  color: #9dd1d7 !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-date-picker .el-date-picker__header[data-v-a6a2364a] {
  border-bottom: 1px solid #9dd1d7;
}

.el-date-picker
  .el-date-picker__header
  .el-date-picker__header-label[data-v-a6a2364a],
.el-date-picker
  .el-date-picker__header
  .el-picker-panel__icon-btn[data-v-a6a2364a],
.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td
  .cell[data-v-a6a2364a],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td
  .cell[data-v-a6a2364a] {
  color: #9dd1d7;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.current
  .cell[data-v-a6a2364a],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.current
  .cell[data-v-a6a2364a] {
  color: #00f6ff;
}

.el-date-picker
  .el-picker-panel__content
  .el-month-table
  td.disabled
  .cell[data-v-a6a2364a],
.el-date-picker
  .el-picker-panel__content
  .el-year-table
  td.disabled
  .cell[data-v-a6a2364a] {
  background-color: transparent;
}

[data-v-a6a2364a] .bscroll-indicator,
[data-v-a6a2364a] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-a6a2364a] .bscroll-vertical-scrollbar,
[data-v-a6a2364a] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.layout-container[data-v-a6a2364a] {
  padding: 5px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
}

.layout-container .item-container[data-v-a6a2364a],
.layout-container[data-v-a6a2364a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container .item-container[data-v-a6a2364a] {
  width: 26.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-container .item-container .s-item-wrap[data-v-a6a2364a] {
  height: calc(50% - 10px);
  position: relative;
}

.layout-container .item-container .s-item-wrap ._s-item-wrap[data-v-a6a2364a] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap[data-v-a6a2364a] {
  padding: 5px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .view-detail[data-v-a6a2364a] {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #00f6ff;
  font-size: 14px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .subject-select[data-v-a6a2364a] {
  position: absolute;
  top: 16px;
  left: 30px;
  width: 110px;
  height: 30px;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .subject-select[data-v-a6a2364a]
  .el-input__inner {
  width: 100%;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .chart-item-wrap
  .chart-item[data-v-a6a2364a] {
  width: 100%;
  height: 100%;
  background-color: #061f36;
}

.layout-container
  .item-container
  .s-item-wrap
  ._s-item-wrap
  .table-container[data-v-a6a2364a] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}

.layout-container .b-item-wrap[data-v-a6a2364a] {
  width: 45.42%;
  margin: 0 auto;
  position: relative;
}

.layout-container .b-item-wrap ._b-item-wrap[data-v-a6a2364a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap[data-v-a6a2364a]
  .freeteck-box-container.big {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/_b-item-bg02.fb5b3fe.png)
    no-repeat;
}

.layout-container .b-item-wrap ._b-item-wrap[data-v-a6a2364a] .box-main {
  position: relative;
}

.layout-container .b-item-wrap ._b-item-wrap .tra-inquiry-bar[data-v-a6a2364a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 0 0;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra[data-v-a6a2364a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .item-title[data-v-a6a2364a] {
  color: #00f6ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .item-num[data-v-a6a2364a] {
  padding: 15px 0 12px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .relatively[data-v-a6a2364a] {
  font-size: 18px;
  color: #6dc1cb;
  font-weight: 400;
  line-height: 18px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .relatively
  .iconfont[data-v-a6a2364a] {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: 2px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .relatively
  .iconfont.up[data-v-a6a2364a] {
  color: #81f94f;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-inquiry-bar
  .item-tra
  .relatively
  .iconfont.down[data-v-a6a2364a] {
  color: #ff5252;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line[data-v-a6a2364a] {
  height: calc(100% - 296px);
  margin-top: 40px;
  position: relative;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line
  .char-tabs[data-v-a6a2364a] {
  position: absolute;
  right: 60px;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line
  .char-tabs
  .tab[data-v-a6a2364a] {
  font-size: 16px;
  color: #6dc1cb;
  height: 24px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  cursor: pointer;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line
  .char-tabs
  .tab
  + .tab[data-v-a6a2364a] {
  margin-left: 25px;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line
  .char-tabs
  .tab.select[data-v-a6a2364a] {
  color: #00f6ff;
  font-weight: 700;
  border-bottom: 2px solid #15e9fc;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  ._tra-search-line
  .tra-search-line[data-v-a6a2364a] {
  height: 100%;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-search-enter[data-v-a6a2364a] {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 245px;
  height: 77px;
  line-height: 61px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/tra-search-btn-bg.7b1b0dc.png)
    no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 10px;
  border: 0;
  outline: none;
}

.layout-container
  .b-item-wrap
  ._b-item-wrap
  .tra-search-enter
  a[data-v-a6a2364a] {
  display: block;
  line-height: 41px;
  color: #00f6ff;
}

@media screen and (max-width: 1440px) {
  .layout-container
    .b-item-wrap
    ._b-item-wrap
    .tra-search-enter[data-v-a6a2364a] {
    bottom: 20px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1660px) {
  .layout-container
    .b-item-wrap
    ._b-item-wrap
    .tra-search-enter[data-v-a6a2364a] {
    bottom: 20px;
  }
}

[data-v-a6a2364a] .el-dialog__body .freeteck-box-container.big {
  background: url(https://snkoudai.oss-cn-hangzhou.aliyuncs.com/goverment/static/img/alert-bg.eb51368.png);
}

[data-v-a6a2364a] .el-dialog__body .freeteck-box-container .box-main.big {
  padding: 0 3.99% 5.42%;
}

[data-v-a6a2364a] .el-dialog__body .freeteck-box-container .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 0;
}

[data-v-a6a2364a]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .subject-select {
  width: 110px;
  height: 30px;
  margin-left: 26px;
}

[data-v-a6a2364a]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .subject-select
  /deep/
  .el-input__inner {
  width: 100%;
}

[data-v-a6a2364a]
  .el-dialog__body
  .freeteck-box-container
  .head-info
  .yield-info {
  color: #00f6ff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}

[data-v-a6a2364a] .el-dialog__body .freeteck-box-container .table-container {
  height: calc(100% - 60px);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}

[data-v-a6a2364a] .el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

#productionSales[data-v-a43705de] {
  position: relative;
}

.building[data-v-a43705de] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  color: #00f6ff;
  text-align: center;
}

.building[data-v-a43705de]:before {
  content: ".";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(/static/img/overview-map-bg.e0245c6.png) 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-container .scene-map[data-v-300132d2],
.map-container[data-v-300132d2] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.map-container > .map-tabs[data-v-300132d2] {
  position: absolute;
  top: 150px;
  left: 70px;
  z-index: 99;
}

.map-container > .map-tabs .tab[data-v-300132d2] {
  color: #fff;
  width: 120px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-container > .map-tabs .tab + .tab[data-v-300132d2] {
  margin-top: 24px;
}

.map-container > .map-tabs .tab .iconfont[data-v-300132d2] {
  font-size: 22px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab .type-icon[data-v-300132d2] {
  max-width: 30px;
  max-height: 30px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab.select[data-v-300132d2] {
  background-color: #f1a637;
}

.map-container .update-time[data-v-300132d2] {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.map-container .legend[data-v-300132d2],
.map-container .update-time[data-v-300132d2] {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map-container .legend[data-v-300132d2] {
  right: 38px;
  border: 0;
}

.cert-analysis-box[data-v-3be4768e] {
  width: 100%;
  height: 62%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cert-analysis-box .cert-analysis[data-v-3be4768e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cert-analysis-box .type-cert-analysis-title[data-v-3be4768e] {
  width: 100%;
  height: 35px;
  margin-top: 15px;
  background-color: #042940;
  font-size: 16px;
  color: #67bbcd;
  text-align: center;
  font-weight: 700;
  line-height: 35px;
}

.cert-analysis-box .type-cert-analysis[data-v-3be4768e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box[data-v-3be4768e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 5px;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box
  .type-cert-analysis-item[data-v-3be4768e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: 155px;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box
  .type-cert-analysis-item
  .type-cert-analysis-text[data-v-3be4768e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 10px;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box
  .type-cert-analysis-item
  .type-cert-analysis-text
  span[data-v-3be4768e]:first-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #71ccde;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box
  .type-cert-analysis-item
  .type-cert-analysis-text
  span[data-v-3be4768e]:nth-child(2) {
  margin-top: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #feeb48;
}

.cert-analysis-box
  .type-cert-analysis
  .type-cert-analysis-box
  .type-cert-analysis-item[data-v-3be4768e]:last-child {
  margin-bottom: 0;
}

.area-cert[data-v-3be4768e] {
  height: 38%;
  margin-top: 15px;
}

.area-cert .area-cert-box[data-v-3be4768e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-cert .area-cert-box .area-cert-chart[data-v-3be4768e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
}

.area-cert .area-cert-box .area-cert-chart .echart-container[data-v-3be4768e] {
  height: 100%;
}

.area-cert .area-cert-box .area-cert-chart .no-data[data-v-3be4768e] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

.area-cert[data-v-3be4768e] .el-loading-spinner {
  overflow: hidden;
  margin-top: -45px;
}

.area-cert[data-v-3be4768e] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

@media screen and (min-width: 3000px) {
  .cert-analysis-box
    .type-cert-analysis
    .type-cert-analysis-box
    .type-cert-analysis-item[data-v-3be4768e] {
    width: 50%;
  }

  .cert-analysis-box
    .type-cert-analysis
    .type-cert-analysis-box
    .type-cert-analysis-item
    .type-cert-analysis-text
    span[data-v-40a2b6c8][data-v-3be4768e]:first-child {
    font-size: 18px;
  }

  .cert-analysis-box
    .type-cert-analysis
    .type-cert-analysis-box
    .type-cert-analysis-item
    .type-cert-analysis-text
    span[data-v-40a2b6c8][data-v-3be4768e]:nth-child(2) {
    font-size: 20px;
  }
}

[data-v-1ca24924] .bscroll-indicator,
[data-v-1ca24924] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-1ca24924] .bscroll-vertical-scrollbar,
[data-v-1ca24924] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

.map-container .scene-map[data-v-a2e5d9c8],
.map-container[data-v-a2e5d9c8] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.map-container > .map-tabs[data-v-a2e5d9c8] {
  position: absolute;
  top: 150px;
  left: 70px;
  z-index: 99;
}

.map-container > .map-tabs .tab[data-v-a2e5d9c8] {
  color: #fff;
  width: 120px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-container > .map-tabs .tab + .tab[data-v-a2e5d9c8] {
  margin-top: 24px;
}

.map-container > .map-tabs .tab .iconfont[data-v-a2e5d9c8] {
  font-size: 22px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab .type-icon[data-v-a2e5d9c8] {
  max-width: 30px;
  max-height: 30px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab.select[data-v-a2e5d9c8] {
  background-color: #f1a637;
}

.map-container .update-time[data-v-a2e5d9c8] {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.map-container .legend[data-v-a2e5d9c8],
.map-container .update-time[data-v-a2e5d9c8] {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map-container .legend[data-v-a2e5d9c8] {
  right: 38px;
  border: 0;
}

.map-container[data-v-167426a6] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.map-container .scene-map[data-v-167426a6] {
  width: 100%;
  height: 100%;
}

.map-container .za-logo[data-v-167426a6] {
  position: fixed;
  bottom: -13px;
  right: 0.5rem;
  z-index: 999;
  opacity: 0.63;
}

.map-container.main-container[data-v-167426a6] {
  width: 100% !important;
  height: 100% !important;
}

.map-container > .el-loading-mask i {
  color: #00e5ff;
  font-size: 40px;
}

.map-container > .el-loading-mask p {
  color: #00e5ff;
  line-height: 40px;
  font-size: 18px;
}

#vegetables[data-v-f53e617c] {
  position: relative;
}

.layout-box-wrapper[data-v-f53e617c] {
  position: absolute;
  top: 0;
  z-index: 22;
  width: 21.875vw;
  min-width: 400px;
  max-width: 840px;
  height: 100%;
  min-height: 600px;
}

.layout-box-wrapper.layout-left[data-v-f53e617c] {
  left: 0;
}

.layout-box-wrapper.layout-right[data-v-f53e617c] {
  right: 0;
}

.layout-box-wrapper .box-container[data-v-f53e617c] {
  height: 100%;
}

.layout-box-wrapper .box-container .box-item[data-v-f53e617c] {
  height: calc(32% - 15px);
}

.layout-box-wrapper .box-container .box-item[data-v-f53e617c]:nth-child(2) {
  height: 36%;
}

.layout-box-wrapper .box-container .box-item + .box-item[data-v-f53e617c] {
  margin-top: 15px;
}

.layout-box-wrapper .mini-module-wrap[data-v-f53e617c] {
  position: absolute;
  top: 0;
  right: -219px;
}

.layout-box-wrapper .mini-module-wrap .mini-module[data-v-f53e617c] {
  width: 196px;
  height: 85px;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  .mini-module-content[data-v-f53e617c] {
  white-space: nowrap;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  .mini-module-content
  .unit[data-v-f53e617c] {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  margin-left: -5px;
}

.layout-box-wrapper
  .mini-module-wrap
  .mini-module
  + .mini-module[data-v-f53e617c] {
  margin-top: 35px;
}

.business-scale-statistics-21 .module-body[data-v-6406bb4a],
.business-scale-statistics-21[data-v-6406bb4a] {
  width: 100%;
  height: 100%;
}

.business-scale-statistics-21 .module-body .echart-container[data-v-6406bb4a] {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}

.business-scale-statistics-21 .module-body .no-data[data-v-6406bb4a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #00f6ff;
  font-weight: 700;
}

[data-v-6406bb4a] .el-loading-spinner {
  overflow: hidden;
}

[data-v-6406bb4a] .el-loading-spinner .iconfont {
  display: block;
  font-size: 40px;
  color: #00f6ff;
  -webkit-animation: loading 1.25s linear infinite;
  animation: loading 1.25s linear infinite;
  margin-top: 24px;
  margin-left: 8px;
}

[data-v-3f89f8a6] .esriSimpleSliderTL {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  color: #00f6ff;
  background: transparent;
  border: none;
}

[data-v-3f89f8a6] .esriSimpleSliderVertical .esriSimpleSliderDecrementButton,
[data-v-3f89f8a6] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  background: rgba(6, 37, 71, 0.95);
  border: none;
}

[data-v-3f89f8a6] .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
  border-bottom: 1px solid rgba(2, 58, 119, 0.95);
}

[data-v-3f89f8a6] .el-loading-spinner {
  margin-top: -60px;
}

[data-v-3f89f8a6] .el-loading-spinner i {
  font-size: 47px;
  color: #00f6ff;
}

[data-v-3f89f8a6] .el-loading-spinner .el-loading-text {
  color: #00f6ff;
  font-size: 15px;
  line-height: 30px;
}

[data-v-3f89f8a6] .el-dialog__wrapper {
  top: 0 !important;
}

[data-v-3f89f8a6] #gismap_weixing_ditu {
  opacity: 0.8 !important;
}

.map-loader[data-v-3f89f8a6] {
  width: 100vw;
  height: 100vh;
}

.map-container[data-v-3f89f8a6] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #011b29;
  overflow: hidden;
}

.map-container .scene-map[data-v-97c2d6b4],
.map-container[data-v-97c2d6b4] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.map-container > .map-tabs[data-v-97c2d6b4] {
  position: absolute;
  top: 150px;
  left: 70px;
  z-index: 99;
}

.map-container > .map-tabs .tab[data-v-97c2d6b4] {
  color: #fff;
  width: 120px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-container > .map-tabs .tab + .tab[data-v-97c2d6b4] {
  margin-top: 24px;
}

.map-container > .map-tabs .tab .iconfont[data-v-97c2d6b4] {
  font-size: 22px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab .type-icon[data-v-97c2d6b4] {
  max-width: 30px;
  max-height: 30px;
  margin-right: 5px;
}

.map-container > .map-tabs .tab.select[data-v-97c2d6b4] {
  background-color: #f1a637;
}

.map-container .update-time[data-v-97c2d6b4] {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.map-container .legend[data-v-97c2d6b4],
.map-container .update-time[data-v-97c2d6b4] {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map-container .legend[data-v-97c2d6b4] {
  right: 38px;
  border: 0;
}

.produce-regulatory[data-v-659cf48c] {
  height: 26%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 30px;
  margin: 15px 0;
  background-color: rgba(4, 41, 64, 0.6);
}

.produce-regulatory .info-box[data-v-659cf48c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.produce-regulatory .info-box .item[data-v-659cf48c] {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8%;
  font-size: 14px;
  color: #71ccde;
}

.produce-regulatory .info-box .item .num[data-v-659cf48c] {
  margin: 7% 0 6%;
  color: #dab959;
}

.produce-regulatory .info-box .item .num span[data-v-659cf48c] {
  font-size: 24px;
}

.produce-regulatory .info-box .item .percentage span[data-v-659cf48c] {
  color: #33bd77;
}

[data-v-2e8921f5] .el-select:hover .el-input__inner {
  border: 1px solid #016770 !important;
}

[data-v-2e8921f5] .el-select .el-input__inner {
  width: 134px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #016770;
  background-color: transparent;
  color: #00f6ff;
  font-size: 14px;
}

[data-v-2e8921f5] .el-select .el-input__inner:focus {
  border: 1px solid #016770;
}

[data-v-2e8921f5] .el-select .el-select__caret {
  line-height: 30px !important;
  color: #00f6ff !important;
}

[data-v-2e8921f5] .el-select .el-icon-arrow-up:before {
  content: "\E78F";
}

[data-v-2e8921f5] .el-input.is-focus .el-input__inner {
  border: 1px solid #016770;
}

.el-popper[x-placement^="bottom"][data-v-2e8921f5] {
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.el-popper[x-placement^="top"][data-v-2e8921f5] {
  z-index: 9999 !important;
}

.el-select-dropdown[data-v-2e8921f5] {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
  box-shadow: 0 0 38px 0 rgba(0, 246, 255, 0.41) !important;
}

.el-select-dropdown .el-select-dropdown__item[data-v-2e8921f5] {
  color: #9dd1d7;
  font-size: 14px;
  font-weight: 400;
}

.el-select-dropdown .el-select-dropdown__item.selected[data-v-2e8921f5] {
  background: rgba(0, 246, 255, 0.18);
  color: #00f6ff;
}

.el-select-dropdown .el-select-dropdown__item.hover[data-v-2e8921f5],
.el-select-dropdown .el-select-dropdown__item[data-v-2e8921f5]:hover {
  background: rgba(0, 246, 255, 0.3);
}

.popper__arrow[data-v-2e8921f5],
.popper__arrow[data-v-2e8921f5]:after {
  border: 0 !important;
}

.el-dropdown-menu .popper__arrow[data-v-2e8921f5] {
  border: 6px solid transparent !important;
  border-bottom-color: rgba(6, 70, 97, 0.9) !important;
  top: -12px !important;
  left: auto !important;
  right: 56px !important;
}

[data-v-2e8921f5] .bscroll-indicator,
[data-v-2e8921f5] .this\.bscroll-indicator {
  background: rgba(0, 247, 255, 0.4) !important;
  border: 0 !important;
}

[data-v-2e8921f5] .bscroll-vertical-scrollbar,
[data-v-2e8921f5] .this\.bscroll-vertical-scrollbar {
  width: 3px !important;
  z-index: 99 !important;
}

html {
  font-size: 12px;
}

* {
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 23px;
}

body,
html {
  height: 100%;
}

body {
  color: #000;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  background-color: #eee;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
}

li,
ol,
ul {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

del,
ins {
  text-decoration: none;
}

a {
  color: #000;
}

address,
b,
i {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
}

caption {
  text-align: left;
}

mark,
time {
  margin: 0;
  padding: 0;
  background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  border: none;
  outline: none;
}

fieldset,
img {
  border: 0;
}

dl,
li,
menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

body {
  background-color: #f7f9fb;
}

body,
button,
input,
select,
td,
textarea,
th {
  font-size: 12px;
  line-height: 1;
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  color: #666;
}

a {
  color: #666;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

caption {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

img {
  vertical-align: middle;
}

a {
  outline: none;
}

p {
  word-break: break-all;
}

.clear {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.pyc {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noborder {
  border: none !important;
}

.borderBox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.textnoselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

input {
  outline: none;
  border: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.hidden {
  display: none;
}

.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
}

.hidetext {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.hidden {
  display: none !important;
}

i {
  font-style: normal;
}

.viewer-button {
  background-color: hsla(0, 0%, 100%, 0.17) !important;
}

.viewer-toolbar > ul > li {
  display: none;
}

.viewer-toolbar > ul > li.viewer-prev {
  display: block;
  position: fixed;
  top: 50vh;
  left: 6%;
  width: 50px;
  height: 50px;
}

.viewer-toolbar > ul > li.viewer-next {
  display: block;
  position: fixed;
  top: 50vh;
  right: 6%;
  width: 50px;
  height: 50px;
}

.viewer-toolbar > ul > li.viewer-next:before,
.viewer-toolbar > ul > li.viewer-prev:before {
  width: 26px;
  height: 26px;
  margin: 12px auto 0;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABY0lEQVR4Xu3awWoCQRAE0Kqv8+JBIvEjPYScc8ktB+/xDwT/osOCQggBB9zurplpr67L1JtqZd0lJn9x8vwogGrA5AI1ApMXoL4EawRqBCYXqBGYvAD1KyA5Ama2I/ke0U45ADM7AtgB2JD89EaQAriFf72FvgB4IXnyRJAB+BP+nvkbwIHk2QtBAiAr/IKaDpAZPh0gO3wqgEL4NACV8CkASuHDAdTChwIohg8DUA0fAqAc3h1APbwrQA/h3QB6Ce8C0FP4AvC6GuypBW6Xw70guAEs89UDgitADwjuAOoIIQDKCGEAqgihAIoI4QBqCCkASghpACoIqQAKCOkA2QgSAJkIMgD/IFwB7El+ed0Zdvk/4NnF/npAYkvy49nzPfq8VAPuizWz5cGIt0eLX+N9SYA1grWeowBapUY9rhow6s625qoGtEqNelw1YNSdbc1VDWiVGvW4asCoO9uaa/oG/AA3mNJBgmzcFgAAAABJRU5ErkJggg==)
    50% no-repeat;
  background-size: 125%;
  opacity: 0.4;
}

.viewer-toolbar > ul > li.viewer-next:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABOElEQVR4Xu3aIa4CQRCE4ZpDgsQ9icODxyGfQ3PIJiSQILDd9W+6ucBMfVMN2WGXmn9W8/wagGlAc4EZgeYFmC/BGYEZgeYCMwLNCzC/AiUjEBG7tdaD2LZ0gIj4l/QnaU9ESAWIiKuk09fJ4xDSACLiLOnyo/YohDSAV/AtIKQCbAEhHYCOUAJARigDoCKUAhARygFoCBYAEoINgIJgBSAg2AHcCAgAJwIGwIWAAnAgDADpmsrx+IxpgCP86/ARAK7wCABneDuAO7wVgBDeBkAJbwEghS8HoIUvBSCGLwOghi8BIIdPB6CHTwXYQvhUgPez/U3SseXf45/QEXGXdGj5gsQXQt9XZEgXLr/2grgPcCINgFOfsPY0gHAKzj1MA5z6hLWnAYRTcO5hGuDUJ6w9DSCcgnMPT0DbskG8tcI0AAAAAElFTkSuQmCC)
    50% no-repeat;
  background-size: 125%;
}

.viewer-toolbar > ul > li:hover:before {
  opacity: 0.8;
}

.el-message-box.message {
  background-color: #041a24;
  border: none;
}

.el-message-box.message .el-message-box__content {
  color: #00f6ff;
  font-size: 16px;
}

.no-header-app .login-container {
  display: none;
}

/*# sourceMappingURL=app.0043f7786d024b1e048019fd4e2b4d90.css.map */
.overview-header[data-v-ccc30ef6] {
  position: absolute;
  z-index: 9;
  height: 105px;
}

.el-container .el-main[data-v-2f913b67] {
  /* padding: 0px 20px; */
}

.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content
  .panel-head[data-v-7fcb0750],
.dynamic-container
  .dynamic-wrapper
  .info-panel
  .panel-content-wrap
  .panel-content
  .panel-des[data-v-7fcb0750] {
  text-align: left;
}

.operators .wrapper .network-operators .echart-wrapper[data-v-37ffe374] {
  width: 100%;
}

.footer[data-v-d18f8a44] {
  height: 84px;
}

.dynamic-container .dynamic-wrapper[data-v-7fcb0750] {
  height: auto !important;
}

.overview-header[data-v-ccc30ef6] {
  position: relative;
  height: 90px;
}

.el-container .el-main .main-container[data-v-2f913b67] {
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  /* width: calc(100vw - 20px);
    height: calc(100vh - 10px); */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-container .el-main[data-v-2f913b67] {
  /* padding: 0px 10px; */
}

#monitoringStatisticsTotal
  #monitoringStatistics
  .count-to
  .count-to-container
  .octagon {
  width: 26px;
  height: 34px;
}

#selfLoading img {
  -webkit-transition-property: -webkit-transform;

  -webkit-transition-duration: 1s;

  -moz-transition-property: -moz-transform;

  -moz-transition-duration: 1s;

  -webkit-animation: rotate 2s linear infinite;

  -moz-animation: rotate 2s linear infinite;

  -o-animation: rotate 2s linear infinite;

  animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: "ledfont";
  src: url("./led/Open24.ttf");
}

.span-yellow {
  color: #d4a340;
}

.p-font {
  font-size: 16px;
  color: #97e2eb;
  text-align: left;
}

.p-line-height {
  line-height: 28px;
}

.p-padding {
  padding: 6px 16px;
}

.p-text-indent {
  text-indent: 2em;
}

.col-line {
  width: 1px;
  height: 16px;
  background-color: #a2f0f8ff;
  display: inline-block;
  margin: 0 10px;
}

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

.current-ac {
  color: #00f6ff;
}

.bottom-line1 {
  position: absolute;
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #00f6ff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}

.el-select-box {
  width: 60% !important;
}

.el-select-box .el-select {
  width: 100% !important;
}

.el-select-box .el-select .el-input__inner {
  width: 100% !important;
  padding: 0 25px 0 0px !important;
  text-indent: 10px !important;
}

.productionLandAreaBox—select .el-select .el-input__inner {
  width: 100px !important;
  padding: 0 15px 0 0px !important;
  text-indent: 10px !important;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation: fadeOut ease 0.8s;
  animation: fadeOut ease 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn ease 0.8s;
  animation: fadeIn ease 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#businessEntity {
  overflow: auto;
}

#businessEntityBox {
  padding-bottom: 16px;
  box-sizing: border-box;
}

.service_total {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.service_total_box {
  width: calc(100% / 3);
  height: 100%;
  border-right: 1px dotted #a2f0f8;
}

.service_total_box:nth-child(3) {
  border-style: none;
}

.service_total_box .service-item-box p {
  text-align: left;
}

.service-item-box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.service_total_box .service-item-box p:nth-child(1) {
  height: 19px;
}

.service_total_box .service-item-box p:nth-child(2) {
  height: 34px;
  display: flex;
  align-items: flex-end;
}

.service-item-title {
  font-size: 14px;
  color: #84c9d5;
}

.service-item-num {
  color: #f7e549;
  font-family: "ledfont";
  font-size: 26px;
  display: inline-block;
  min-width: 24px;
  /* width: calc(100% - 24px); */
}

.service-item-unit {
  font-size: 16px;
  color: #9eeaf3;
  display: inline-block;
  width: 24px;
}

.leftnavs .leftnav:hover {
  background-image: url("./selected.png") !important;
}

.rightnavs .rightnav:hover {
  background-image: url("./right-selected.png") !important;
}

.rightnavs .rightnav {
  position: relative;
}

.childList {
  position: absolute;
  top: 64px;
  left: 0px;
  color: #00f6ff;
  background-color: #00264e;
}

.childList li {
  font-size: 16px;
  line-height: 40px;
  height: 48px;
  border-bottom: 1px solid #00f2fb;
  padding: 4px 38px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 25px 0 rgb(0 246 255 / 50%) inset;
  box-shadow: inset 0 0 25px 0 rgb(0 246 255 / 50%);
}

.childList li:last-child {
  border-bottom: none !important;
}

.childList li:hover {
  -webkit-box-shadow: inset 0 0 25px 0 #00f2fb !important;
  box-shadow: inset 0 0 25px 0 #00f2fb !important;
}

.childOn {
  -webkit-box-shadow: inset 0 0 25px 0 #00f2fb !important;
  box-shadow: inset 0 0 25px 0 #00f2fb !important;
}

.over-hide {
  padding: 0 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	color: rgba(216, 241, 255, 1);
  background: linear-gradient(180deg, rgba(17, 117, 132, 0) 1%, rgba(17, 117, 132, 1) 100%);
  border-bottom: 1px solid rgba(111, 242, 247, 0.5);
  margin-top: 10px;
}

.page-loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #121f28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: youshebiaotihei;
  font-weight: bold;
  font-size: 20px;
}

.change-password {
  background: rgba(6, 70, 97, 1) !important;
}
.change-password .layui-layer-title {
  padding: 0 203px 0 20px;
  background: rgba(6, 70, 97, 1) !important;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #015c69;
}
.change-password .layui-layer-content {
  background: rgba(6, 70, 97, 1) !important;
}
.change-password .layui-layer-ico {
  background: url(../staic/close.png) no-repeat;
  background-position: 0 0 !important;
  background-size: 100% 100%;
}
.change-password .layui-layer-content {
  color: #fff !important;
}
.change-password .layui-layer-btn .layui-layer-btn0 {
  background-color: rgba(11, 203, 224, 0.5) !important;
  border-color:   rgba(11, 203, 224, 0.5) !important;
}
.change-password .layui-layer-btn .layui-layer-btn1 {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color:   rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.8);
}