@charset "utf-8";

/* global */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /* min-width: 1920px; */
    /* min-height: 900px; */
    /* overflow: hidden; */
}

body {
	position: relative;
	font-family: "Microsoft Yahei", Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: 0 0 / 100% 100% no-repeat;
	background-color: rgba(11,15,29,1.00);
    color: #fff;
    font-size: 14px;
}


/* layout */

.goHome {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 1460px;
    background: url(../img/icon-home.png) no-repeat 0 0 / 100% 100%;
    cursor: pointer;
    z-index: 99999;
}

.goHome:hover {
    background-image: url(../img/icon-home-hover.png);
}

#header {
    position: relative;
    height: 50px;
    background: url("../img/header.png") 0 0 / 100% 100% no-repeat;
    overflow: hidden;
    z-index: 999999;
}

.header-title {
       line-height: 36px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
   /* background: #1a6aa0;
    border-radius: 8px;
    border: 1px solid #0589ca;*/
    width: 30%;
    margin: 0px 0 0 633px;
    letter-spacing: 5px;
}


.header-info {
    position: absolute;
    top: 32px;
    font-size: 18px;
    color: #73aae5;
}

.header-info-l {
    left: 20px;
}

.header-info-r {
    right: 20px;
}

/* #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: url("../img/footer.png") 0 0 / 100% 100% no-repeat;
} */

#container {
    position: absolute;
    top: 15px;
    bottom: 0px;
    left: 0;
    right: 0;
}

#flexCon {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-left {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-middle {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-right {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-column {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
}

.flex-cell-middle {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-cell-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-cell-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-cell-3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex-cell-4 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.flex-cell-5 {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.chart-wrapper {
   position: relative;
    height: 100%;
    box-shadow: inset 0px 0px 30px 5px #0b3c60;
    border: 3px solid #267199;
}

.chart-map {
    position: relative;
    height: 100%;
    background: none;
    border: 3px solid #1b5f82;
}

.map-tools-box {
    width: auto;
    height: auto;
    padding: 15px 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #73aae5;
    border-radius: 3px;
}

.map-tools-box .map-tool {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    /* opacity: .8; */
    position: relative;
    cursor: pointer;
}
.map-tools-box .map-tool:last-child {
    margin: 0;
}
.map-tools-box .map-tool:hover {
    color: #ffde00;
}

.map-tools-box .map-tool.map-one::after {
    content: "";
    background: url(../img/icon-map-one.png) no-repeat 2px center / auto 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.map-tools-box .map-tool.map-one:hover::after {
    opacity: 1;
}
.map-tools-box .map-tool.map-3d::after {
    content: "";
    background: url(../img/icon-map-3d.png) no-repeat 2px center / auto 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.map-tools-box .map-tool.map-3d:hover::after {
    opacity: 1;
}
.cover{
    background: rgb(104,112,144,0.5);
    width: 18.9%;
    height: 30.8%;
    position: absolute;
    z-index: 99;
}
.chart-title {
    height: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #1a6aa0;
    border-radius: 8px;
    border: 1px solid #0589ca;
    width: 50%;
    margin: -10px 0 0 120px;
    position: absolute;
    z-index: 999;
}

.chart-div {
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
}

.block-text {
    table-layout: fixed;
    position: absolute;
    width: 95%;
    height: 30%;
    bottom: 0;
    margin-left: 2.5%;
    border-collapse: collapse;
    text-align: center;
}

.block-text-top {
    top: 32px;
    bottom: auto;
}

/* .block-text td {
    padding-left: 15px;
} */

.block-text p {
    margin: 5px 0;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}
.block-text p span {
    font-size: 32px;
    font-weight: bold;
    color: #00eeef;
}

#team-box p span {
    font-size: 28px;
}

#block2 {
    height: 85%;
}

#block7 {
    height: 65%;
}


/* media query */

@media (max-width:1900px) {
    #header {
        height: 48px;
    }

    .header-title {
        line-height: 42px;
        font-size: 24px;
    }

    .header-info {
        top: 17px;
        font-size: 14px;
    }

    .header-info-l {
        left: 15px;
    }

    .header-info-r {
        right: 15px;
    }

    .flex-cell {
        padding: 10px;
    }

    .chart-title {
        height: 24px;
        font-size: 18px;
    }

    .chart-div {
        top: 24px;
    }

    .data-t p span {
        font-size: 24px;
    }

    #footer {
        height: 16px;
    }

    #container {
        top: 48px;
        bottom: 12px;
    }
}


/* chart-loader */

.chart-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all .8s;
}

.chart-loader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50% !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.chart-loader .loader:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    border-radius: 50% !important;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.chart-loader .loader:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    border-radius: 50% !important;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.chart-done .chart-loader {
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.chart-div h5{
    color: #fff;
    padding: 0px 0 10px 8px;
}
.elevator .libme img{
    margin: -5px 175px 0 -1px;
    position: absolute;
    width: 65px;
}
.escalator{
    margin: 100px 0 0 0;
    
}
.elevator .state{
    position: absolute;
    margin: 0 0 0 95px;
}
.updwon img{
   width: 24px;
}
.escalator .state{
    position: absolute;
}
 .run img{
    width: 24px;
}
.libme{
    margin: 0 0 12px 0;
}
.libme img{
   margin: -30px 0 0 73px;
    position: absolute;
}
.escalator .libme img{
    width: 20px;
}
.escalator span{
   font-size: 12px;
}
.onehost{
    position: absolute;
   margin: 248px 0 0 3px;
}
.twohost{
     position: absolute;
    margin: 102px 0 0 15px;
}
.onehost .coolingWater{
   /* position: absolute;*/
   margin: -125px 0 0px 0;
}
.onehost .chilledWater{
   position: absolute;
    margin: 52px 0 0 0px;
}
.coolingnum{
    color: #ff8700;
    margin: -40px 0 0 70px;
    position: absolute;
}
.twohost .coolingWater{
 
}
.twohost .chilledWater{
    /*position: absolute;*/
}
.hostDetails{
    position: absolute;
    margin: 8px 0 0 27px;
}
.coolingtitle{
  float: left;
    margin: 55px 48px -48px 25px;
    text-align: center;
    line-height: 5vh;
}
.coolingtitle i{
   font-size: 2vw;
}
.effluent i{
    color: #009dff;
}
.backwater i{
    color: #00e473;
}
.hostDetails .coolingtitle{
  float: left;
   margin: 16px 0px 0px 0px;
    text-align: center;
    line-height: 7vh;
}
.hostDetails i{
  font-size: 2vw;
}
.panel-body{
    height: 50%;
    width: 100%;
    /*padding: 125px 0px 0 20px;*/
    position: absolute;
    margin: 125px 0 0 20px;
    
}

ul.voltage {
  width: 45%;
 }
  ul.voltage li {
    border-bottom: 1px dotted #404857; 
    list-style: none;

}
    ul.voltage li:first-child {
      padding-top: 0; }
    ul.voltage li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  ul.voltage a {
    position: relative;
    display: block;
    line-height: 17px;
    text-decoration: none; }
    ul.voltage a .tra-type {
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 -5px; }
    ul.voltage a .tra-icon {
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 36px;
    /* height: 36px; */
    text-align: center;
    /* line-height: 2px; */
    /*margin-right: 20px;*/
    display: inline-block;
    /* top: -4px; */
    margin: 10px 0 0 0;
  }
    ul.voltage a .tra-amount {
     position: absolute;
    right: -14px;
    /* border: 2px solid #404857; */
    padding: 5px 12px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    margin-top: 12px;
}
.panel-ele{
/*padding: 115px 0 0 175px;*/
    position: absolute;
    width: 100%;
    margin: 125px 0 0 200px;
}
.panel-ele img{
    width: 50px;
}
.batterytitle{
    float: left;
    position: absolute;

}
.border-container {
    position: relative;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #54dcf2;
}

.border-container span.border-span {
    display: block;
    position: absolute;
    width:35px;
    height: 35px;
}

.border-container span.top-left {
    top: -4px;
    left:-4px;
    border-top: 3px solid #54dcf2;
    border-left: 3px solid #54dcf2;
}

.border-container span.top-right {
    top:-4px;
    right:-4px;
    border-top: 3px solid #54dcf2;
    border-right: 3px solid #54dcf2;
}

.border-container span.bottom-left {
    bottom: -4px;
    left: -4px;
    border-bottom: 3px solid #54dcf2;
    border-left: 3px solid #54dcf2;
}

.border-container span.bottom-right {
    bottom: -4px;
    right: -4px;
    border-bottom: 3px solid #54dcf2;
    border-right: 3px solid #54dcf2;
}
.table-kingdargen{
   margin: 20px 0 0 15px;
    text-align: center;
    margin-bottom: 0;
}
.table-kingdargen>thead>tr>th{
    border-bottom: 1px solid #0f4075;
    /*padding: 2px 8px;*/
    text-align: center;
    color: #419aff;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #0f4075!important;
}
.table-kingdargen tbody tr td{
    padding: 1px 8px;
    font-size: 12px;
    border: none;
    color: #fff;
}
.table-kingdargen tbody tr:nth-child(2n){
    background: #1d2a42;
}
.table-kingdargen tbody tr:hover{
    background: #1a6aa0;
}
.table-kingdargen tbody tr td:nth-child(2){
    color: #c2d264;
}
.table-kingdargen tbody tr td:nth-child(3){
    color: #68cdb9;
}
.table-kingdargen tbody tr td:nth-child(4){
    color:#00e473;
}
.table-kingdargen tbody tr td:nth-child(5){
    color: #12f0e9;
}
.entranceGuard{
   padding: 0px 0 0 215px;
    text-align: initial;
    font-size: 14px;
}
.door{
    padding: 0 0 5px 0;
}
.door img{
   text-align: right;
    width: 13%;
    margin: -3px 0 0px -65px;
    position: absolute;
    
}
/*.fire {
    position: absolute;
}*/
.fire img{
    position: absolute;
   margin: -3px 0 0 10px;
    width: 8%;
}
.fire span{
   font-size: 14px;
}
.doorText{
    margin: 0px 0 0 20px;
    font-size: 22px;
}
.lighting{
    
}
.lighting img{
margin: -10px 0 0 60px;
    float: left;
    padding: 0 26px 0 0;
}

.counter-title .counter{
    width: 100%;
    font-size: 45px;
    color: #1a6aa0;
    display: inline-block;
    font-family: FZZongYi-M05S;
    text-align: center;
    margin: -80px 0 0 -28px;
    position: absolute;
}
.tit-counter{
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    font-family: FZZongYi-M05S;
    text-align: center;
   /* margin: -120px 0 0 -35px;*/
    position: absolute;
}

.dataStatistics {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 170px;
    height: 60%;
    width: 50%;
    margin: 5.5% 0%;
    text-align: center;
    float: left;
}
.dataStatistics .digit_set {
    float: left;
    /* border-radius: 10px; */
    width: 15%;
    height: 80%;
    /* display: inline-block; */
    /* position: relative; */
    margin: 0 1px;
    background-color: #191c23;
    border-bottom: 1px solid #191c23;
    box-sizing: border-box;
    top: 0;
    z-index: 0;
    border-radius: 10px 10px 10px 10px;

    }
   .dataStatistics .digit_set span {
   /* margin: 0px 0px 0px 0px;*/
    position: absolute;
    display: block;
    width: 6%;
    height: 7%;
    line-height: 1.2em;
    font-size: 0.5em;
    color: #ff9b32
}

 .dataStatistics .digit_set .digit_line {
   margin: 65% 0%;
    position: relative;
    height: 1px;
    width: 100%;
    background: #191c23;
}


