@font-face {
  font-family: 'Agency FB';
  src: url('./AgencyFB-Regular.otf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'HanSansCN';
  src: url('https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/SourceHanSansCN-Regular.otf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1739516826116') format('woff2'),
    url('iconfont.woff?t=1739516826116') format('woff'),
    url('iconfont.ttf?t=1739516826116') format('truetype');
}
*,
html,
body {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.contianer {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 60%,
    rgba(18, 29, 59, 1) 100%
  );
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'HanSansCN';
  position: relative;
  overflow: hidden;
}
.bg-faguang {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: url('../img/center-bg.png') top center no-repeat;
}
.bg-jianzhu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 28.224vh;
  margin: 0 auto;
  background-position: 21rem;
  background-size: 58%;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
}
.floor-b2 {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-b2.png);
}
.floor-b1 {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-b1.png);
}
.floor-1f {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-1.png);
}
.floor-2f {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-2.png);
}
.floor-3f {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-3.png);
}
.floor-4f {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-4.png);
}
.floor-5f {
  background-image: url(https://moumoufarm.oss-cn-shanghai.aliyuncs.com/slm/bg-5.png);
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-out {
  animation: fadeOut 0.5s forwards;
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}
/*头部导航栏*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  padding: 1rem 1.18rem;
  margin-bottom: 2rem;
}
.header-left {
  overflow: hidden;
  float: left;
  display: flex;
}
.logo-img {
  width: 1.78rem;
  height: 1.08rem;
  border: 1px solid #28dbf9;
  color: #28dbf9;
  text-align: center;
  line-height: 1.08rem;
  font-size: 0.47rem;
  float: left;
}
.logo p {
  font-size: 0.72rem;
  color: #fff;
  float: left;
  margin-left: 0.44rem;
}
.nav {
  display: flex;
  flex-direction: row;
  /*margin-left: 4.5rem;*/
}
.nav li {
  font-size: 0.9rem;
  color: #3bb3ff;
  text-align: center;
  margin: 0 1rem;
  cursor: pointer;
}
.nav li.active {
  color: #fff;
  border-bottom: 2px solid #3bb3ff;
}
.nav li a:hover {
  background: none !important;
}
.header-right {
  float: right;
  overflow: hidden;
}
.header-right ul {
  display: flex;
}
.header-right ul li {
  font-size: 0.64rem;
  color: #d2fbff;
  margin-left: 1.72rem;
}
.header-right ul li i {
  display: inline-block;
  height: 1.06rem;
}
/*三大部分布局*/
.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27.56rem;
  height: 100%;
  padding-top: 4.5rem;
  position: relative;
}
.center {
  position: relative;
  width: 58.12rem;
  height: 100%;
  padding-top: 4.5rem;
}
.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32rem;
  height: 100%;
  padding-top: 4.5rem;
  position: relative;
}
/*标题样式*/
.title {
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
}
.title p {
  margin-bottom: 0.3rem;
  padding-left: 0.52rem;
}
.title img {
  width: 100%;
  float: left;
}
/*今日街区*/
.security,
.road,
.build,
.flex {
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.road {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.today-con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem 0.84rem;
}
.today-con li {
  width: 4rem;
  height: 4rem;
  background: url('../img/circle-bg.png') center no-repeat;
  background-size: 3.07rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@keyframes mymove {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.2); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}

@-webkit-keyframes mymove /*Safari and Chrome*/ {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.2); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}
.today-con > li > div {
  position: absolute;
  width: 4rem;
  height: 4rem;
}
.today-con > li > div.active {
  -webkit-animation: mymove 5s infinite;
  animation: mymove 5s infinite;
}
.today-con > li > div > img {
  position: absolute;
  width: 0.38rem;
  height: 0.38rem;
}
.today-top {
  top: 0.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.today-bottom {
  /*bottom:0.1rem;*/
  top: 3.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.today-right {
  right: 0.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.today-left {
  left: 0.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bigNum {
  font-size: 0.7rem;
  margin: 0.5rem auto 0.3rem;
  color: #feffff;
  font-weight: bold;
  text-align: center;
  font-family: 'Agency FB';
}
.titleText {
  font-size: 0.4rem;
  color: #70c4ff;
  text-align: center;
}
/*安全事件上报*/
.security {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.security-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25.78rem;
  margin: auto;
  background: url('../img/security-bg.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 0.54rem;
  margin-bottom: 0.54rem;
  padding: 0 0.6rem 0.3rem 1.2rem;
}
.security-con table {
  font-size: 0.9rem;
  color: #fff;
  width: 100%;
  text-align: left;
}
.security-con > table > thead tr {
  height: 1.2rem;
}
.security-con > div > table > tbody tr {
  display: inline;
  height: 0.7rem;
}
.scroll-box {
  height: 4.2rem;
  overflow: hidden;
  /*position: relative;*/
}
.scroll-box > table {
  /*position: absolute;*/
  /*top:0;*/
  /*transition: 1s;*/
}
.slide-title {
  width: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 2.2rem;
  display: flex;
}
.slide-title span {
  flex: 1;
  font-size: 0.64rem;
  text-align: left;
}
.slide-title span:nth-child(2) {
  flex: 1.5;
}
.slide-title span:nth-child(3) {
  flex: 1.5;
}
.slide-title span:nth-child(4) {
  flex: 2;
}
.slide-container {
  position: relative;
  padding-top: 0.3rem;
}
.slide-list {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slide-list li {
  width: 100%;
  color: #67cdfd;
  height: 1.4rem;
  display: flex;
}
.slide-list li.error {
  color: #ff5454;
}
.slide-list li.warring {
  color: #fff37e;
}
.slide-list li span {
  flex: 1;
  font-size: 0.58rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  white-space: nowrap; /*规定段落中的文本不进行换行 */
}
.slide-list li span:nth-child(2) {
  flex: 1.5;
}
.slide-list li span:nth-child(3) {
  flex: 1.5;
}
.slide-list li span:nth-child(4) {
  flex: 2;
}

/*街区概况*/
.load-left {
  width: 17.42rem;
  height: 12rem;
  float: left;
  margin-top: 0.54rem;
}
.load-right {
  width: 10rem;
  height: 12rem;
  float: left;
  margin-top: 0.54rem;
  text-align: center;
}
#road-table {
  width: 17rem;
  height: 10.6rem;
}
#people-pie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.1rem;
  height: 10.28rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.road {
  overflow: hidden;
}
/*建筑设施*/
.build > div > ul {
  padding: 2rem 1.08rem 0.3rem 1.08rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.build-img {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem;
  background: url('../img/build-bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.build-img span {
  font-family: 'iconfont';
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
.build-num {
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
}
.build-text {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}
/*中心比例*/
/*流动的线条*/
/*.line-bink{
    width: 0.02rem;
    height: 8rem;
    background: #fff;
    box-shadow: 0 0 10px white;
    transform: skewX(-70deg);
    position: absolute;
    top: 10rem;
    left: 10rem;
}*/
/*@keyframes fade {*/
/*    0% {*/
/*        opacity: 0;*/
/*    }*/
/*    50% {*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.center-titlebg {
  width: 100%;
  height: 100%;
  background: url('../img/center-titlebg.png') center -0.4rem no-repeat;
  background-size: 70%;
  position: relative;
}
.main-title {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.12rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
.handle-btn-box {
  width: 23.92rem;
  position: absolute;
  bottom: 30.224vh;
  right: 0.8rem;
  overflow: hidden;
}
@keyframes centermove /*Safari and Chrome*/ {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10.42rem);
  }
}
@-webkit-keyframes centermove /*Safari and Chrome*/ {
  /*5.12rem*/
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10.42rem);
  }
}
.handle-btn {
  /*width: 24.58rem;*/
  width: 23.92rem;
  height: 3.74rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.handle-btn > li {
  width: 3.74rem;
  height: 3.74rem;
  position: relative;
  cursor: pointer;
  background: url('../img/center-noactive.png') no-repeat;
  background-size: 100%;
}
.handle-con.active {
  opacity: 1;
}
.handle-btn > li.active {
  color: #055e7b;
}
.handle-con {
  text-align: center;
  color: #fff37e;
  margin-top: 0.4rem;
  opacity: 0.5;
}
.handle-con span {
  font-size: 1rem;
  font-family: 'iconfont';
}
.handle-con p {
  font-size: 0.64rem;
}
.handle-btn > li > img {
  position: absolute;
  transform-origin: center;
  animation: rotate 5s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/*中心闪烁点布局*/
.commodity-sign-wrap {
  width: 0.1rem;
  height: 0.1rem;
  /*background: #fff;*/
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(255, 255, 255, 0.5);
  position: absolute;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite; /*Safari and Chrome*/
}
.boil1 {
  right: 9.6rem;
  bottom: 44vh;
}
.boil2 {
  left: 5.1rem;
  bottom: 24vh;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 0;
  }
}
/*中心设备样式书写*/
.center-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 28.724vh;
  left: 2%;
  padding-top: 1.224vh;
  width: 96%;
  color: #fff;
}
.center-chart .title {
  margin-bottom: 0.4vw;
}
.center-con {
  width: 100%;
  height: 71.776vh;
  /*background: #000;*/
  position: absolute;
  bottom: 28.224vh;
}
.camera {
  width: 1.38rem;
  height: 3.2rem;
  background: url('../img/camera-box.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.video-box {
  width: 9.82rem;
  height: 6.2rem;
  background: url('../img/video-box.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 9999;
  top: -6.2rem;
  left: -9.82rem;
  display: none;
}
.video-box > div {
  width: 100%;
  height: 100%;
  padding: 0.72rem;
}
.video-box > div > video {
  width: 100%;
  height: 100%;
  background: #000;
}
.camera img {
  width: 0.77rem;
  height: 0.66rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 0.25rem;
  margin: auto;
}
.device {
  /*width: 1.5rem;*/
  /*height: 2.36rem;*/
  width: 1.3rem;
  height: 2rem;
  text-align: center;
  line-height: 1.8rem;
  position: absolute;
  cursor: pointer;
}
.device img {
  width: 0.78rem;
  height: 0.78rem;
}
.device-box {
  width: 8.5rem;
  height: 5.5rem;
  background: url('../img/device-box.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -4.3rem;
  left: -7.4rem;
  z-index: 9999;
  display: none;
}
.device-title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  padding-top: 0.6rem;
  line-height: 1rem;
  text-align: center;
}
.device-con {
  font-size: 0.6rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 0.8rem;
  padding: 0 0.5rem;
  text-align: left;
}
.online {
  background: url('../img/online.png') no-repeat;
  background-size: 100% 100%;
}
.online > .outline-img {
  display: none;
}
.outline {
  background: url('../img/outline.png') no-repeat;
  background-size: 100% 100%;
}
.outline > .online-img {
  display: none;
}
.fire {
  width: 1.66rem;
  height: 1.66rem;
  position: absolute;
  cursor: pointer;
  display: none;
}
.fire img {
  width: 100%;
  height: 100%;
}
.famous {
  position: absolute;
  cursor: pointer;
}
.building {
  position: absolute;
  cursor: pointer;
}
.famous span {
  background: url('../img/building.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.38rem;
  color: #fff;
  padding: 0.4rem 0.6rem 0.8rem 0.6rem;
}
.shop {
  position: absolute;
  cursor: pointer;
}

.shop span {
  background: url('../img/famous.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.38rem;
  color: #fff;
  padding: 0.4rem 0.6rem 0.8rem 0.6rem;
}

.shop22 {
  left: 44.9918vw;
  bottom: 47.674vh;
}

.shop1 {
  left: 24.9918vw;
  bottom: 31.674vh;
}
.shop12 {
  left: 28.9918vw;
  bottom: 36.674vh;
}
.shop9 {
  left: 31.9918vw;
  bottom: 40.674vh;
}
.shop10 {
  left: 38.9918vw;
  bottom: 46.674vh;
}
.shop26 {
  left: 40.9918vw;
  bottom: 48.674vh;
}
.shop25 {
  left: 27.9918vw;
  bottom: 48.674vh;
}
.shop24 {
  left: 23.9918vw;
  bottom: 46.674vh;
}
.shop11 {
  left: 21.9918vw;
  bottom: 44.674vh;
}

.shop18 {
  bottom: 29.10309vh;
  left: 11.3918vw;
}

.shop8 {
  left: 9.9918vw;
  bottom: 32.674vh;
}
.shop33 {
  left: 27.9918vw;
  bottom: 35.674vh;
}
.shop34 {
  left: 14.9918vw;
  bottom: 40.674vh;
}
.shop37 {
  left: 17.9918vw;
  bottom: 42.674vh;
}

.shop17 {
  right: 33.0129vw;
  bottom: 39.43723vh;
}

.shop41 {
  right: 28.0129vw;
  bottom: 40.43723vh;
}

.shop29 {
  right: 24.0129vw;
  bottom: 44.43723vh;
}

.shop23 {
  right: 16.93259vw;
  bottom: 34.27998vh;
}

.shop39 {
  right: 5.93259vw;
  bottom: 45.27998vh;
}

.shop2 {
  left: 12.61337vw;
  bottom: 32.138vh;
}

.shop14 {
  left: 17.61337vw;
  bottom: 42.138vh;
}

.shop3 {
  left: 40.9918vw;
  bottom: 46.674vh;
}

.shop40 {
  left: 34.9918vw;
  bottom: 46.674vh;
}

.shop16 {
  left: 30.9918vw;
  bottom: 43.674vh;
}

.shop6 {
  left: 22.61337vw;
  bottom: 44.138vh;
}

.shop32 {
  left: 25.61337vw;
  bottom: 46.138vh;
}

.shop4 {
  left: 15.61337vw;
  bottom: 40.138vh;
}

.shop20 {
  left: 29.9918vw;
  bottom: 35.674vh;
}

.shop27 {
  left: 13.9918vw;
  bottom: 22.674vh;
}

.shop19 {
  left: 5.9918vw;
  bottom: 31.674vh;
}

.shop21 {
  left: 31.9918vw;
  bottom: 37.674vh;
}

.shop5 {
  left: 33.9918vw;
  bottom: 39.674vh;
}

.shop30 {
  left: 38.9918vw;
  bottom: 41.674vh;
}

.shop47 {
  left: 24.9918vw;
  bottom: 31.674vh;
}

.shop7 {
  left: 26.9918vw;
  bottom: 32.674vh;
}

.shop15 {
  left: 32.9918vw;
  bottom: 48.674vh;
}
.shop28 {
  left: 40.9918vw;
  bottom: 46.674vh;
}
.shop35 {
  left: 29.9918vw;
  bottom: 46.674vh;
}
.shop38 {
  left: 26.9918vw;
  bottom: 45.674vh;
}

.shop42 {
  left: 24.9918vw;
  bottom: 44.674vh;
}
.shop43 {
  left: 14.9918vw;
  bottom: 38.674vh;
}
.shop45 {
  left: 34.9918vw;
  bottom: 49.674vh;
}
.shop46 {
  left: 17.9918vw;
  bottom: 40.674vh;
}
.shop44 {
  left: 21.9918vw;
  bottom: 43.674vh;
}
.shop13 {
  left: 40.9918vw;
  bottom: 47.674vh;
}

.building span {
  background: url('../img/building.png') no-repeat;
  background-size: 100% 100%;
  font-size: 0.38rem;
  color: #fff;
  padding: 0.6rem 0.6rem 0.8rem 0.6rem;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.device > div:first-child {
  animation: myfirst 2s infinite;
}
.fire img {
  animation: myfirst 2s infinite;
}
.things {
  width: 0.83rem;
  height: 0.83rem;
  position: absolute;
  cursor: pointer;
}
.things img {
  width: 100%;
  height: 100%;
}
.things-box {
  width: 12rem;
  height: 6.2rem;
  background: url(../img/background_frame.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 9999;
  top: 4.2rem;
  right: 0;
  padding: 1rem 1rem 0.6rem 1.5rem;
  display: none;
  transition: 3s;
  overflow: hidden;
}
.things-title {
  font-size: 0.3rem;
  color: #7bfff4;
}
.things-con {
  font-size: 0.2rem;
  color: #ccfffb;
}
.things-img {
  margin-top: 0.2rem;
  width: 95%;
  height: 60%;
  background: #000;
}
/*确定位置*/
.things1 {
  right: 23.78466vw;
  top: 30.077vh;
}
.things2 {
  right: 15.8564vw;
  top: 24.663vh;
}
.things3 {
  right: 31.7128vw;
  top: 34.1379vh;
}
.things4 {
  right: 18.2349vw;
  top: 30.077vh;
}
.things5 {
  right: 31.7128vw;
  top: 38.724279vh;
}
.camera-142 {
  left: 25.9918vw;
  bottom: 32.674vh;
}
.camera-132 {
  left: 28.9918vw;
  bottom: 34.674vh;
}
.camera-133 {
  left: 32.9918vw;
  bottom: 39.674vh;
}
.camera-180 {
  left: 36.9918vw;
  bottom: 41.674vh;
}
.camera-181 {
  left: 37.9918vw;
  bottom: 40.674vh;
}
.camera-128 {
  left: 30.9918vw;
  bottom: 37.674vh;
}
.camera-138 {
  right: 17.4938vw;
  bottom: 43.7628vh;
}
.camera-131 {
  right: 18.4938vw;
  bottom: 42.7628vh;
}
.camera-141 {
  right: 9.4938vw;
  bottom: 46.7628vh;
}
.camera-127 {
  right: 10.4938vw;
  bottom: 46.7628vh;
}
.camera-188 {
  right: 12.4938vw;
  bottom: 45.7628vh;
}
.camera-108 {
  left: 17.17128vw;
  bottom: 19.288vh;
}
.camera-161 {
  left: 4.17128vw;
  bottom: 30.288vh;
}
.camera-162 {
  left: 2.17128vw;
  bottom: 34.288vh;
}
.device-192 {
  left: 10.17128vw;
  bottom: 30.288vh;
}
.device-193 {
  left: 33.17128vw;
  bottom: 39.288vh;
}
.device-194 {
  left: 24.17128vw;
  bottom: 33.288vh;
}
.device-195 {
  left: 21.17128vw;
  bottom: 44.288vh;
}
.device-196 {
  left: 5.17128vw;
  bottom: 29.288vh;
}
.device-197 {
  left: 2.17128vw;
  bottom: 32.288vh;
}
.device-198 {
  left: 7.17128vw;
  bottom: 33.288vh;
}
.device-199 {
  left: 15.17128vw;
  bottom: 40.288vh;
}
.device-200 {
  left: 40.17128vw;
  bottom: 47.288vh;
}
.device-201 {
  left: 42.17128vw;
  bottom: 47.288vh;
}
.device-202 {
  left: 39.17128vw;
  bottom: 45.288vh;
}
.device-203 {
  left: 22.17128vw;
  bottom: 41.288vh;
}
.device-204 {
  left: 36.17128vw;
  bottom: 41.288vh;
}
.device-205 {
  left: 24.17128vw;
  bottom: 46.288vh;
}
.device-206 {
  left: 13.17128vw;
  bottom: 39.288vh;
}
.device-207 {
  left: 41.17128vw;
  bottom: 46.288vh;
}
.device-208 {
  left: 36.17128vw;
  bottom: 46.288vh;
}
.device-209 {
  left: 17.17128vw;
  bottom: 40.288vh;
}
.device-210 {
  left: 26.17128vw;
  bottom: 3.288vh;
}
.device-211 {
  left: 28.17128vw;
  bottom: 3.288vh;
}
.device-212 {
  left: 30.17128vw;
  bottom: 3.288vh;
}
.device-213 {
  left: 32.17128vw;
  bottom: 3.288vh;
}
.device-214 {
  left: 34.17128vw;
  bottom: 3.288vh;
}
.device-215 {
  left: 36.17128vw;
  bottom: 3.288vh;
}
.device-216 {
  left: 38.17128vw;
  bottom: 3.288vh;
}
.device-217 {
  left: 40.17128vw;
  bottom: 3.288vh;
}
.device-218 {
  left: 42.17128vw;
  bottom: 3.288vh;
}
.device-219 {
  left: 44.17128vw;
  bottom: 3.288vh;
}
.camera-159 {
  right: 2.4938vw;
  bottom: 47.7628vh;
}
.camera-160 {
  right: 1.4938vw;
  bottom: 47.7628vh;
}
.camera-135 {
  right: 17.93259vw;
  bottom: 36.27998vh;
}
.camera-77 {
  right: 15.93259vw;
  bottom: 36.27998vh;
}
.camera-75 {
  bottom: 29.10309vh;
  left: 10.3918vw;
}
.camera-112 {
  bottom: 22.10309vh;
  left: 12.3918vw;
}
.camera-139 {
  right: 9.4938vw;
  bottom: 44.7628vh;
}
.camera-118 {
  right: 11.4938vw;
  bottom: 44.7628vh;
}
.camera-158 {
  left: 20.61337vw;
  bottom: 44.138vh;
}
.camera-179 {
  left: 24.61337vw;
  bottom: 46.138vh;
}
.camera-163 {
  left: 14.61337vw;
  bottom: 41.138vh;
}
.camera-147 {
  left: 11.61337vw;
  bottom: 32.138vh;
}
.camera-165 {
  left: 16.61337vw;
  bottom: 42.138vh;
}
/* 3F */
.camera-129 {
  left: 32.9918vw;
  bottom: 40.674vh;
}
.camera-134 {
  left: 38.9918vw;
  bottom: 45.674vh;
}
.camera-143 {
  left: 40.9918vw;
  bottom: 47.674vh;
}
.camera-164 {
  right: 34.0129vw;
  bottom: 38.43723vh;
}
.camera-187 {
  right: 31.0129vw;
  bottom: 41.43723vh;
}
.camera-176 {
  right: 24.0129vw;
  bottom: 44.43723vh;
}
.camera-177 {
  right: 26.0129vw;
  bottom: 42.43723vh;
}
.camera-185 {
  right: 8.0129vw;
  bottom: 44.43723vh;
}
.camera-184 {
  right: 10.0129vw;
  bottom: 44.43723vh;
}
.camera-86 {
  left: 26.9918vw;
  bottom: 47.674vh;
}
.camera-85 {
  left: 22.9918vw;
  bottom: 45.674vh;
}
.camera-84 {
  left: 20.9918vw;
  bottom: 44.674vh;
}

.camera-148 {
  left: 9.9918vw;
  bottom: 33.674vh;
}
.camera-178 {
  left: 25.9918vw;
  bottom: 36.674vh;
}
.camera-182 {
  left: 13.9918vw;
  bottom: 39.674vh;
}
.camera-190 {
  left: 16.9918vw;
  bottom: 42.674vh;
}
/* 4F */
.camera-145 {
  left: 32.9918vw;
  bottom: 35.674vh;
}
.camera-189 {
  left: 29.9918vw;
  bottom: 45.674vh;
}
.camera-191 {
  left: 16.9918vw;
  bottom: 40.674vh;
}
.camera-167 {
  left: 31.9918vw;
  bottom: 48.674vh;
}
.camera-166 {
  left: 24.9918vw;
  bottom: 43.674vh;
}
.camera-168 {
  left: 26.9918vw;
  bottom: 45.674vh;
}
.camera-169 {
  left: 11.9918vw;
  bottom: 37.674vh;
}
.camera-170 {
  left: 13.9918vw;
  bottom: 37.674vh;
}
.camera-175 {
  left: 20.9918vw;
  bottom: 42.674vh;
}
.camera-171 {
  left: 37.9918vw;
  bottom: 45.674vh;
}
.camera-172 {
  left: 39.9918vw;
  bottom: 45.674vh;
}
.camera-173 {
  left: 39.9918vw;
  bottom: 45.674vh;
}
.camera-186 {
  left: 33.9918vw;
  bottom: 49.674vh;
}
.fire1 {
  right: 29.1917vw;
  bottom: 30.847vh;
}
.fire2 {
  left: 18.5996vw;
  bottom: 24.8866vh;
}
.fire3 {
  top: 28.8667vh;
  right: 11.2105vw;
}
.device-1 {
  left: 17.61337vw;
  bottom: 43.138vh;
}
.device-43 {
  left: 16.26329vw;
  bottom: 18.14567vh;
}
.device-47 {
  left: 14.44949vw;
  bottom: 19.71168vh;
}
.device-4 {
  right: 5.4938vw;
  bottom: 47.7628vh;
}
.device-12 {
  right: 16.93259vw;
  bottom: 36.27998vh;
}
.device-14 {
  right: 13.93259vw;
  bottom: 38.27998vh;
}
.device-5 {
  right: 33.0129vw;
  bottom: 37.43723vh;
}
.device8 {
  right: 9.0698vw;
  bottom: 24.5516vh;
}
/* 3f */
.device-26 {
  left: 41.9918vw;
  bottom: 47.674vh;
}
.device-22 {
  left: 27.9918vw;
  bottom: 49.674vh;
}
.device-21 {
  left: 23.9918vw;
  bottom: 46.674vh;
}
.famous1 {
  left: 37.9918vw;
  bottom: 46.674vh;
}

.building1 {
  left: 22.61337vw;
  bottom: 39.138vh;
}
/*右侧部分布局*/

/*今日商圈*/
.right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.right-right {
  width: 14.8rem;
  height: 100%;
  float: left;
}
.ball-box {
  height: 3rem;
  margin: 2rem auto 0;
  /*background: url("../img/ball-bg.png") center no-repeat;*/
  /*background-size: 9rem 3.6rem;*/
  position: relative;
}
.ball-box > div {
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
}
.ball-con {
  display: inline-block;
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.24rem;
}
.ball1-box {
  text-align: right;
  left: -0.7rem;
}
.ball2-box {
  right: 0.7rem;
  /*top:-0.7rem;*/
}
.ball3-box {
  bottom: -1.9rem;
  left: 3.5rem;
}
.ball1 {
  background: rgba(255, 189, 79, 0.9);
  border: 0.01rem solid rgba(255, 163, 18, 1);
  box-shadow: 0px 14px 30px 0px rgba(255, 166, 12, 0.73);
}
.ball2 {
  background: rgba(130, 75, 255, 0.9);
  border: 0.01rem solid rgba(102, 18, 255, 1);
  box-shadow: 0px 14px 30px 0px rgba(146, 44, 250, 0.73);
}
.ball3 {
  background: rgba(106, 173, 255, 0.9);
  border: 0.01rem solid rgba(0, 138, 255, 1);
  box-shadow: 0px 0.06rem 0.13rem 0px rgba(12, 149, 255, 0.86);
}
.hot-tu {
  height: 9.6rem;
  padding: 2rem 0;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.head-box {
  width: 100%;
  height: 3.6rem;
  background: url('../img/head-mapbg.png') center no-repeat;
  background-size: 80% 100%;
}
#head-map {
  width: 100%;
  height: 3.6rem;
  margin: 0 auto;
}
/*商户入驻增长分析*/
.right-box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 0.42rem;
}
.right1-left {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.date-picker-container {
  display: flex;
}
.date-picker-container input {
  height: 1.2vw;
  line-height: 1.2vw;
  font-size: 0.68vw;
  width: 4.4444vw;
  padding-left: 0.5vw;
  margin-right: 0.44448vw;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #3681cd;
  color: #fff;
}

.date-picker-container select {
  height: 1.2vw;
  line-height: 1.2vw;
  font-size: 0.68vw;
  width: 3.333vw;
  margin-right: 0.44448vw;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #3681cd;
  color: #fff;
}

.date-picker-container input:focus {
  outline: none;
}
.right1-right {
  width: 13.66rem;
  height: 100%;
  float: left;
}
#market-table {
  width: 100%;
  height: 10.2rem;
}
#flow {
  width: 100%;
  height: 13.2rem;
}
#member-growth-echarts {
  width: 100%;
}
#turnover-growth-echarts {
  width: 100%;
}
#energy-growth {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#energy-growth-echarts {
  width: 100%;
}
/*今日社区*/
.right-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 0.38rem;
}
.right-box2 .flex {
  padding: 1rem 0;
}
.coummity {
  padding: 0.25rem 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.coummity > li {
  padding: 0 0.46rem;
}
.coummity .small-box {
  width: 22%;
  background: url('../img/commity-2.png') no-repeat;
  background-size: 100%;
}
.coummity .big-box {
  width: 22%;
  background: url('../img/commity-2.png') no-repeat;
  background-size: 100%;
}
.commity-title {
  font-size: 0.6rem;
  line-height: 1.18rem;
  color: #fff;
}
.commity-num {
  font-size: 0.6rem;
  color: #3bb3ff;
  line-height: 1.18rem;
}
.commity-unit {
  font-size: 0.32rem;
}
/*社区今日能耗*/
.right-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 0.4rem;
}
.tab {
  display: flex;
  padding: 1vw;
  justify-content: space-between;
}
.tab span {
  padding: 0.1333vw 0.4888vw;
  border: 1px solid #3681cd;
  color: #fff;
  font-size: 0.6vw;
  border-radius: 0.2vw;
  cursor: pointer;
}
.tab span.active {
  background: #3681cd;
}
.right3-left {
  display: flex;
  flex-direction: column;
  width: 14.34rem;
  height: 100%;
  float: left;
}
.right3-right {
  display: flex;
  flex-direction: column;
  width: 13.2rem;
  height: 100%;
  float: left;
}
.energy-box {
  padding: 0.48888vw 0.8888vw;
}
.energy {
  width: 100%;
  height: 3rem;
  background: url('../img/line-bg.png') center no-repeat;
  background-size: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.energy > div {
  flex: 1;
  position: relative;
}
.energy-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.energy-text p {
  font-size: 0.64rem;
  color: #fff;
  flex: 1;
  text-align: center;
}
.energy > div > p {
  font-size: 0.52rem;
  text-align: center;
}
.energy > div > p > span {
  font-size: 0.32rem;
  font-family: 'HanSansCN';
}
.water {
  background: url('../img/water.png') center no-repeat;
  background-size: 2.2rem 100%;
  color: #00e5ff;
}
.elect {
  background: url('../img/electr.png') center no-repeat;
  background-size: 2.2rem 100%;
  color: #ffae14;
}
.air {
  background: url('../img/air.png') center no-repeat;
  background-size: 2.2rem 100%;
  color: #00fdb3;
}
.energy > div > canvas {
  width: 1.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
}
/*社区停车位情况*/
.parking {
  width: 100%;
  height: 10rem;
  padding: 0 0.6rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.parking > li {
  display: flex;
}
.parking-icon {
  width: 3rem;
}
.parking-text {
  margin-left: 1rem;
  font-size: 0.64rem;
  color: #fff37e;
  margin-top: 0.2rem;
}
.parking-text1 {
  margin-left: 1rem;
  font-size: 0.64rem;
  color: #fff;
  margin-top: 0.5rem;
}
/*今日拥堵指数*/
.flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.right-box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.44rem;
}
.right4-left {
  width: 14.34rem;
  height: 100%;
  float: left;
}
.right4-right {
  width: 24rem;
  height: 100%;
  float: left;
}
.crossing {
  height: 10.3rem;
  padding: 0.6rem 0.48rem 0.6rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
/*.crossing>table tr{*/
/*    height: 0.65rem;*/
/*}*/
.slide-title1 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1.2rem;
  display: flex;
}
.slide-title1 span {
  flex: 1;
  font-size: 0.6rem;
  text-align: left;
  color: #fff;
}
.slide-title1 span:first-child {
  flex: 1.5;
  margin-right: 10px;
}
.slide-title1 span:last-child {
  text-align: right;
}
.slide-list1 {
  height: 7.5rem;
  overflow: hidden;
}
.slide-list1 li {
  width: 100%;
  color: #fff;
  height: 1.5rem;
  display: flex;
  font-size: 0.6rem;
  line-height: 1.5rem;
}
.slide-list1 li > span {
  flex: 1;
  text-align: left;
}
.slide-list1 li > span:first-child {
  flex: 1.5;
  margin-right: 10px;
}
.slide-list1 li > span:last-child {
  text-align: right;
}
.name-bt {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 132, 224, 1);
  border-radius: 50%;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
}
#congestion-table {
  width: 100%;
  height: 10.3rem;
}

.home-screen {
  padding: 0 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.intelligent-control {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/CH.png) center 8vw / 100% no-repeat;
  background-color: #002850;
}
.water-pump {
  position: absolute;
  top: 28.96vw;
}
.water-pump .tit {
  position: absolute;
  top: -9vh;
  width: 200px;
  color: #fff;
  font-size: 0.888vw;
}
.water-pump .tit p {
  padding-left: 1vw;
  display: flex;
  align-items: center;
}
.water-pump .tit p:first-child {
  margin-bottom: 2.4vh;
}
.water-pump .tit p:first-child::after {
  font-family: 'iconfont';
  content: '\eb09';
  margin-left: 0.5vw;
  font-size: 1.3333vw;
}
.water-pump .tit p:last-child::after {
  font-family: 'iconfont';
  content: '\eb08';
  font-size: 1.3333vw;
  margin-left: 0.5vw;
}
.water-pump li {
  position: absolute;
  width: 2.5304vw;
  height: 2.5304vw;
  cursor: pointer;
}
.water-pump li.on {
  background: url(../img//Pump0.png) 0 0 / cover no-repeat;
}
.water-pump li.off {
  background: url(../img//Pump1.gif) 0 0 / cover no-repeat;
}
.water-pump li:first-child {
  left: 15.18515vw;
  top: 0.4vw;
}
.water-pump li:nth-child(2) {
  left: 15.18515vw;
  top: 7.0153vw;
}
.water-pump li:nth-child(3) {
  left: 15.18515vw;
  top: 13.6706vw;
}
.water-pump li:nth-child(4) {
  left: 29.589vw;
  top: 0.4vw;
}
.water-pump li:nth-child(5) {
  left: 29.589vw;
  top: 7.0153vw;
}
.water-pump li:nth-child(6) {
  left: 29.589vw;
  top: 13.6706vw;
}

.heat-pump {
  position: absolute;
  top: 10.0888vw;
  right: 0;
  height: 5vh;
  left: 41.8491vw;
}
.heat-pump li {
  position: absolute;
  width: 8.759vw;
  height: 7.78588vw;
  cursor: pointer;
}
.heat-pump li .info {
  position: absolute;
  color: #fff;
  left: -2.41vw;
}
.heat-pump li .info .du {
  text-align: right;
  transform: translateX(0.7vw);
}
.heat-pump li .info .du-r {
  position: absolute;
  text-align: left;
  left: 6.7888vw;
}
.heat-pump li:nth-child(1) .info,
.heat-pump li:nth-child(2) .info,
.heat-pump li:nth-child(3) .info,
.heat-pump li:nth-child(4) .info,
.heat-pump li:nth-child(5) .info {
  bottom: -4.4vw;
}
.heat-pump li:nth-child(1) .info .du-r,
.heat-pump li:nth-child(2) .info .du-r,
.heat-pump li:nth-child(3) .info .du-r,
.heat-pump li:nth-child(4) .info .du-r,
.heat-pump li:nth-child(5) .info .du-r {
  bottom: 0;
}
.heat-pump li:nth-child(1) .info p:first-child,
.heat-pump li:nth-child(2) .info p:first-child,
.heat-pump li:nth-child(3) .info p:first-child,
.heat-pump li:nth-child(4) .info p:first-child,
.heat-pump li:nth-child(5) .info p:first-child {
  margin-bottom: 1.2vw;
  text-align: center;
  background: #bff157;
  color: #666;
  border-radius: 0.3vw;
}
.heat-pump li:nth-child(6) .info,
.heat-pump li:nth-child(7) .info,
.heat-pump li:nth-child(8) .info,
.heat-pump li:nth-child(9) .info,
.heat-pump li:nth-child(10) .info {
  top: -5vw;
}
.heat-pump li:nth-child(6) .info .du-r,
.heat-pump li:nth-child(7) .info .du-r,
.heat-pump li:nth-child(8) .info .du-r,
.heat-pump li:nth-child(9) .info .du-r,
.heat-pump li:nth-child(10) .info .du-r {
  top: 0;
}
.heat-pump li:nth-child(6) .info p:last-child,
.heat-pump li:nth-child(7) .info p:last-child,
.heat-pump li:nth-child(8) .info p:last-child,
.heat-pump li:nth-child(9) .info p:last-child,
.heat-pump li:nth-child(10) .info p:last-child {
  margin-top: 1.2vw;
  text-align: center;
  background: #bff157;
  color: #666;
  border-radius: 0.3vw;
}
.heat-pump li .des {
  display: none;
  position: absolute;
  left: 50%;
  width: 12.554vw;
  height: 7.4939vw;
  margin-left: -6.6vw;
  color: #fff;
  padding: 1rem;
  font-size: 0.68vw;
  background: url(../img/device-box.png) 0 0 / cover no-repeat;
}
.heat-pump li .des h4 {
  text-align: center;
}
.heat-pump li:nth-child(1) {
  left: 4.52554vw;
  top: 0;
}
.heat-pump li:nth-child(2) {
  left: 15.57177vw;
  top: 0;
}
.heat-pump li:nth-child(3) {
  left: 26.52068vw;
  top: 0;
}
.heat-pump li:nth-child(4) {
  left: 37.66423vw;
  top: 0;
}
.heat-pump li:nth-child(5) {
  left: 48.6618vw;
  top: 0;
}
.heat-pump li:nth-child(6) {
  left: 0;
  top: 23.06569vw;
}
.heat-pump li:nth-child(7) {
  left: 11.09489vw;
  top: 23.06569vw;
}
.heat-pump li:nth-child(8) {
  left: 22.18978vw;
  top: 23.06569vw;
}
.heat-pump li:nth-child(9) {
  left: 33.236vw;
  top: 23.06569vw;
}
.heat-pump li:nth-child(10) {
  left: 44.28223vw;
  top: 23.06569vw;
}
.heat-pump li:nth-child(1) .des,
.heat-pump li:nth-child(2) .des,
.heat-pump li:nth-child(3) .des,
.heat-pump li:nth-child(4) .des,
.heat-pump li:nth-child(5) .des {
  top: -7.8939vw;
}
.heat-pump li:nth-child(6) .des,
.heat-pump li:nth-child(7) .des,
.heat-pump li:nth-child(8) .des,
.heat-pump li:nth-child(9) .des,
.heat-pump li:nth-child(10) .des {
  bottom: -7.8939vw;
}

.floor-list {
  position: absolute;
  top: 4.89294vw;
  right: 1.4598vw;
  z-index: 233;
}
.floor-list span {
  display: block;
  width: 3.6496vw;
  height: 1.45985vw;
  color: #fff;
  text-align: center;
  margin-bottom: 0.573vw;
  border: 1px solid #3681cd;
  font-size: 0.64vw;
  line-height: 1.45985vw;
  border-radius: 2px;
  cursor: pointer;
}
.floor-list span.active {
  background: #3681cd;
}

.intelligent-control .table {
  position: absolute;
  left: 7.1265vw;
  top: 7.08888vw;
  width: 35.57vw;
  background: #f5f5f5;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.intelligent-control .table .row-h {
  color: #fff;
}
.intelligent-control .table .row-h,
.intelligent-control .table .row-d {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 2vw;
}
.intelligent-control .table .row-h .t1,
.intelligent-control .table .row-h .t2:nth-child(2),
.intelligent-control .table .row-h .t2:nth-child(3),
.intelligent-control .table .row-h .t2:nth-child(4) {
  background: #7995b7;
}
.intelligent-control .table .row-h .t2:nth-child(5),
.intelligent-control .table .row-h .t2:nth-child(6),
.intelligent-control .table .row-h .t2:nth-child(7) {
  background: #e8ae72;
}
.intelligent-control .table .row-d:nth-child(2n) .t1,
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(2),
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(3),
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(4) {
  background: #d8d8d8;
}
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(5),
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(6),
.intelligent-control .table .row-d:nth-child(2n) .t2:nth-child(7) {
  background: #f2ded1;
}
.intelligent-control .table .t1 {
  width: 16%;
}
.intelligent-control .table .t2 {
  width: 14%;
}
.intelligent-control .table .t1,
.intelligent-control .table .t2 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* index.css */
.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 64, 0.9);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}

.loading-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid #00f3ff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-text {
  margin-top: 1rem;
  color: #00f3ff;
  font-size: 0.8rem;
  text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 报警浮层 */
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
  animation: alertBlink 1s infinite;
}

/* 不同级别的颜色定义 */
.alert-overlay.level1 {
  background: linear-gradient(
    45deg,
    rgba(76, 175, 80, 0.3) 25%,
    rgba(76, 175, 80, 0.5) 50%,
    rgba(76, 175, 80, 0.3) 75%
  );
}
.alert-overlay.level2 {
  background: linear-gradient(
    45deg,
    rgba(255, 152, 0, 0.3) 25%,
    rgba(255, 152, 0, 0.5) 50%,
    rgba(255, 152, 0, 0.3) 75%
  );
}
.alert-overlay.level3 {
  background: linear-gradient(
    45deg,
    rgba(244, 67, 54, 0.3) 25%,
    rgba(244, 67, 54, 0.5) 50%,
    rgba(244, 67, 54, 0.3) 75%
  );
}

@keyframes alertBlink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}

/* 报警弹窗 */
.alert-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background: rgba(0, 18, 42, 0.9);
  border: 2px solid #ff4444;
  border-radius: 8px;
  padding: 20px;
  z-index: 100000;
  box-shadow: 0 0 30px rgba(255, 68, 68, 0.5);
}

.alert-title {
  color: #ff4444;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

.alert-content {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 68, 68, 0.1);
  border-radius: 4px;
}

.alert-button {
  display: block;
  margin: 0 auto;
  padding: 8px 30px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.alert-button:hover {
  background: #ff6666;
  box-shadow: 0 0 15px rgba(255, 68, 68, 0.8);
}
/* 报警浮层 */
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    45deg,
    rgba(255, 0, 0, 0.3) 25%,
    rgba(255, 50, 50, 0.5) 50%,
    rgba(255, 0, 0, 0.3) 75%
  );
  z-index: 99999;
  animation: alertBlink 1s infinite;
  pointer-events: none;
}

@keyframes alertBlink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}

/* 报警弹窗 */
.alert-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background: rgba(0, 18, 42, 0.9);
  border: 2px solid #ff4444;
  border-radius: 8px;
  padding: 20px;
  z-index: 100000;
  box-shadow: 0 0 30px rgba(255, 68, 68, 0.5);
}

.alert-title {
  color: #ff4444;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

.alert-content {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 68, 68, 0.1);
  border-radius: 4px;
}

.alert-button {
  display: block;
  margin: 0 auto;
  padding: 8px 30px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.alert-button:hover {
  background: #ff6666;
  box-shadow: 0 0 15px rgba(255, 68, 68, 0.8);
}

/* 标题颜色 */
.alert-title.level1 {
  color: #4caf50;
}
.alert-title.level2 {
  color: #ff9800;
}
.alert-title.level3 {
  color: #f44336;
}

/* 按钮颜色 */
.alert-button.level1 {
  background: #4caf50;
}
.alert-button.level2 {
  background: #ff9800;
}
.alert-button.level3 {
  background: #f44336;
}

.alert-button:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* 调整右侧卡片的内边距，使内容更加舒适 */
.data-card {
  padding: 1.2rem; /* 增加内边距 */
  margin-bottom: 1rem;
  background: rgba(0, 40, 80, 0.3); /* 添加半透明背景 */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

/* 调整网格布局的间距 */
.grid-cols-2 {
  gap: 1.5rem; /* 增加网格间距 */
}

/* 调整文字大小，使其在更宽的容器中更加协调 */
.text-2xl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.text-2xl .unit {
  font-size: 1.2rem;
  color: #8ca0b3;
  margin-left: 0.3rem;
  font-weight: normal;
}

.text-sm {
  font-size: 0.9rem;
}

/* 调整图标大小 */
.text-4xl {
  font-size: 2.5rem;
}
