* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
html .iframe,
body .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 999;  */
  overflow: hidden;
  border: medium none;
  /*border-radius: 30px;*/
  /* // z-index: -1; */
}
html .topborder,
body .topborder {
  visibility: hidden;
  position: absolute;
  left: 21.1vw;
  top: 2.6vh;
  height: 4vh;
  width: 77.65vw;
  background: url(../img/topborder.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
html .rightborder,
body .rightborder {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 6vh;
  height: 93.5vh;
  width: 1vw;
  background: url(../img/rightborder.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
html .buttomborder,
body .buttomborder {
  visibility: hidden;
  position: absolute;
  right: 1.2vw;
  bottom: 0;
  height: 1vh;
  width: 97.5vw;
  background: url(../img/buttomborder.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
html .leftborder,
body .leftborder {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 5.5vh;
  height: 94vh;
  width: 1vw;
  background: url(../img/leftborder.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
html header,
body header {
  position: relative;
  height: 4vh;
}
html header .title,
body header .title {
  visibility: hidden;
  position: absolute;
  top: -0.5vh;
  width: 27.5vw;
  height: 9.5vh;
  float: left;
  background: url(../img/title.png) no-repeat;
  background-size: 100% 100%;
}
html header .timer,
body header .timer {
  visibility: hidden;
  margin-top: 2vh;
  width: 19.5%;
  height: 100%;
  float: right;
  display: flex;
}
html header .timer .top1,
body header .timer .top1 {
  position: relative;
  flex: 3;
  height: 100%;
  color: #ffffff;
  font-size: 0.65vw;
}
html header .timer .top1 h1,
body header .timer .top1 h1 {
  position: absolute;
  left: 0;
  top: -10%;
  font-weight: 400;
}
html header .timer div,
body header .timer div {
  position: relative;
  flex: 8.5;
  height: 100%;
  display: flex;
}
html header .timer div ul,
body header .timer div ul {
  position: absolute;
  top: -15%;
  left: 5%;
  flex: 6;
  list-style: none;
}
html header .timer div ul li,
body header .timer div ul li {
  display: inline-block;
}
html header .timer div ul .top2,
body header .timer div ul .top2 {
  position: relative;
  color: #9d9d9d;
  font-size: 20%;
  text-align: justify;
  line-height: 100%;
}
html header .timer div ul .top2::after,
body header .timer div ul .top2::after {
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  width: 1px;
  background-color: #9d9d9d;
  content: '';
}
html header .timer div ul .top3,
body header .timer div ul .top3 {
  position: relative;
  width: 70px;
  height: 30px;
  line-height: 30px;
}
html header .timer div ul .top3::after,
body header .timer div ul .top3::after {
  position: absolute;
  top: 20%;
  right: -20%;
  height: 90%;
  width: 1px;
  background-color: #9d9d9d;
  content: '';
}
html header .timer div ul .top3 .rain,
body header .timer div ul .top3 .rain {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 30%;
  height: 60%;
  background-image: url(../img/rain.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
html header .timer div ul .top3 .rain1,
body header .timer div ul .top3 .rain1 {
  position: absolute;
  top: 15%;
  left: 20%;
  text-indent: 70%;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 300;
}
html header .timer div ul .top4,
body header .timer div ul .top4 {
  position: relative;
  width: 70px;
  height: 30px;
  line-height: 30px;
}
html header .timer div ul .top4::after,
body header .timer div ul .top4::after {
  position: absolute;
  top: 20%;
  right: -10%;
  height: 90%;
  width: 1px;
  background-color: #9d9d9d;
  content: '';
}
html header .timer div ul .top4 .air,
body header .timer div ul .top4 .air {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 20%;
  height: 60%;
  background-image: url(../img/air.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
html header .timer div ul .top4 .air1,
body header .timer div ul .top4 .air1 {
  position: absolute;
  top: 15%;
  left: 15%;
  text-indent: 70%;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 300;
}
html header .timer div ul .volume,
body header .timer div ul .volume {
  position: absolute;
  top: 10%;
  left: 105%;
  flex: 1;
  width: 12%;
  font-size: 20%;
  text-align: justify;
  letter-spacing: 0px;
  color: #9d9d9d;
}
html .left,
body .left {
  visibility: hidden;
  float: left;
  width: 20%;
  margin-top: 4vh;
  margin-left: 1vw;
  height: 88vh;
  z-index: 999;
}
html .left .overview,
body .left .overview {
  position: relative;
  height: 22%;
}
html .left .overview .topbar,
body .left .overview .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 23%;
  width: 100%;
}
html .left .overview .topbar h2,
body .left .overview .topbar h2 {
  font-size: 100%;
  position: absolute;
  top: -15%;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .left .overview .content .zhamenkaiguanbackground,
body .left .overview .content .zhamenkaiguanbackground {
  z-index: 999;
  background: url(../img/zamenkaiguanbackground.png) no-repeat;
  background-size: 100% 100%;
  width: 100% /* 349px -> 46.533333vw */;
  height: 137px;
  position: absolute;
  top: 23%;
}
html .left .overview .content #openProgress,
body .left .overview .content #openProgress {
  position: absolute;
  top: -2%;
  left: 12%;
  /* //当前未拖动进度条显示样式 */
  display: inline-block;
  width: 88%;
  height: 6px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-top: 30px;
}
html .left .overview .content #openOld,
body .left .overview .content #openOld {
  /* //拖动按钮样式 */
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50% 50%;
  background: #ffffff;
  position: absolute;
  margin-top: -4px;
  cursor: pointer;
}
html .left .overview .content #openOld .openOldin,
body .left .overview .content #openOld .openOldin {
  width: 9px;
  height: 9px;
  border-radius: 50% 50%;
  background: #38f594;
  margin-top: 17%;
  margin-left: 17%;
}
html .left .overview .content #openNew,
body .left .overview .content #openNew {
  /* //拖动后进度条样式 */
  width: 0px;
  height: 6px;
  background-color: #38f594;
  /* -----注：此为定义进度条拖动后颜色 */
  border-radius: 4px;
}
html .left .overview .content #openProgress1,
body .left .overview .content #openProgress1 {
  position: absolute;
  top: -6.5%;
  left: 12%;
  /* //当前未拖动进度条显示样式 */
  display: inline-block;
  width: 88%;
  height: 6px;
  background: rgba(255, 255, 255, 0.001);
  border-radius: 4px;
  position: relative;
  margin-top: 30px;
}
html .left .overview .content #openOld1,
body .left .overview .content #openOld1 {
  /* //拖动按钮样式 */
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50% 50%;
  background: #ffffff;
  position: absolute;
  margin-top: -4px;
  cursor: pointer;
}
html .left .overview .content #openOld1 .openOld1in,
body .left .overview .content #openOld1 .openOld1in {
  width: 9px;
  height: 9px;
  border-radius: 50% 50%;
  background: #38f594;
  margin-top: 15%;
  margin-left: 15%;
}
html .left .overview .content #openNew1,
body .left .overview .content #openNew1 {
  /* //拖动后进度条样式 */
  width: 0px;
  height: 6px;
  background-color: #38f594;
  /* -----注：此为定义进度条拖动后颜色 */
  border-radius: 4px;
}
html .left .overview .content #openProgress2,
body .left .overview .content #openProgress2 {
  position: absolute;
  top: -12%;
  left: 12%;
  /* //当前未拖动进度条显示样式 */
  display: inline-block;
  width: 88%;
  height: 6px;
  background: rgba(255, 255, 255, 0.001);
  border-radius: 4px;
  position: relative;
  margin-top: 30px;
}
html .left .overview .content #openOld2,
body .left .overview .content #openOld2 {
  /* //拖动按钮样式 */
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50% 50%;
  background: #ffffff;
  position: absolute;
  margin-top: -4px;
  cursor: pointer;
}
html .left .overview .content #openOld2 .openOld2in,
body .left .overview .content #openOld2 .openOld2in {
  width: 9px;
  height: 9px;
  border-radius: 50% 50%;
  background: #38f594;
  margin-top: 15%;
  margin-left: 15%;
}
html .left .overview .content #openNew2,
body .left .overview .content #openNew2 {
  /* //拖动后进度条样式 */
  width: 0px;
  height: 6px;
  background-color: #38f594;
  /* -----注：此为定义进度条拖动后颜色 */
  border-radius: 4px;
}
html .left .overview .content #openProgress3,
body .left .overview .content #openProgress3 {
  position: absolute;
  top: -16%;
  left: 12%;
  /* //当前未拖动进度条显示样式 */
  display: inline-block;
  width: 88%;
  height: 6px;
  background: rgba(255, 255, 255, 0.001);
  border-radius: 4px;
  position: relative;
  margin-top: 30px;
}
html .left .overview .content #openOld3,
body .left .overview .content #openOld3 {
  /* //拖动按钮样式 */
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50% 50%;
  background: #ffffff;
  position: absolute;
  margin-top: -4px;
  cursor: pointer;
}
html .left .overview .content #openOld3 .openOld3in,
body .left .overview .content #openOld3 .openOld3in {
  width: 9px;
  height: 9px;
  border-radius: 50% 50%;
  background: #38f594;
  margin-top: 15%;
  margin-left: 15%;
}
html .left .overview .content #openNew3,
body .left .overview .content #openNew3 {
  /* //拖动后进度条样式 */
  width: 0px;
  height: 6px;
  background-color: #38f594;
  /* -----注：此为定义进度条拖动后颜色 */
  border-radius: 4px;
}
html .left .monitoring,
body .left .monitoring {
  position: relative;
  height: 25%;
}
html .left .monitoring .topbar,
body .left .monitoring .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 19%;
  width: 100%;
}
html .left .monitoring .topbar h2,
body .left .monitoring .topbar h2 {
  font-size: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .left .monitoring ul,
body .left .monitoring ul {
  height: 15%;
  width: 100%;
  font-size: 40%;
  font-weight: 500;
  list-style: none;
}
html .left .monitoring ul li,
body .left .monitoring ul li {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 32.5%;
  cursor: pointer;
}
html .left .monitoring ul li:hover,
body .left .monitoring ul li:hover {
  border-bottom: 5px solid #38f594 !important;
  color: #38f594 !important;
}
html .left .monitoring .datatb,
body .left .monitoring .datatb {
  position: absolute;
  top: 35%;
  height: 66%;
  width: 100%;
  display: flex;
}
html .left .monitoring .datatb .charta,
body .left .monitoring .datatb .charta {
  flex: 15;
  height: 110%;
  margin-top: -4%;
}
html .left .monitoring .datatb .chartb,
body .left .monitoring .datatb .chartb {
  flex: 22;
  height: 100%;
}
html .left .monitoring .datatb1,
body .left .monitoring .datatb1 {
  position: absolute;
  top: 35%;
  visibility: hidden;
  height: 66%;
  width: 100%;
  display: flex;
}
html .left .monitoring .datatb1 .charta1,
body .left .monitoring .datatb1 .charta1 {
  flex: 15;
  height: 110%;
  margin-top: -4%;
}
html .left .monitoring .datatb1 .chartb1,
body .left .monitoring .datatb1 .chartb1 {
  flex: 22;
  height: 100%;
}
html .left .monitoring .datatb2,
body .left .monitoring .datatb2 {
  position: absolute;
  top: 35%;
  visibility: hidden;
  height: 66%;
  width: 100%;
  display: flex;
}
html .left .monitoring .datatb2 .charta2,
body .left .monitoring .datatb2 .charta2 {
  flex: 15;
  height: 110%;
  margin-top: -4%;
}
html .left .monitoring .datatb2 .chartb2,
body .left .monitoring .datatb2 .chartb2 {
  flex: 22;
  height: 100%;
}
html .left .table1,
body .left .table1 {
  position: relative;
  height: 14vh;
  margin-top: 1%;
  overflow: hidden;
}
html .left .table1 table,
body .left .table1 table {
  height: 100%;
  width: 100%;
  font-size: 60%;
  color: #fff;
  text-align: center;
  border-style: none;
  border-collapse: collapse;
  border-top: 1px #9d9d9d dashed;
}
html .left .table1 table tr,
body .left .table1 table tr {
  height: 28px;
  width: 100%;
}
html .left .table1 table tr td,
body .left .table1 table tr td {
  width: 23%;
  border: none;
}
html .left .table1 table tr .td1,
body .left .table1 table tr .td1 {
  width: 30%;
}
html .left .table1 table tr:nth-child(2),
body .left .table1 table tr:nth-child(2) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .left .table1 table tr:nth-child(4),
body .left .table1 table tr:nth-child(4) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .left .table1 table tr:nth-child(6),
body .left .table1 table tr:nth-child(6) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .left .warning,
body .left .warning {
  position: relative;
  margin-top: 1%;
  height: 20%;
}
html .left .warning .topbar,
body .left .warning .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 23%;
  width: 100%;
}
html .left .warning .topbar h2,
body .left .warning .topbar h2 {
  font-size: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .left .warning .warningback,
body .left .warning .warningback {
  height: 70%;
  background: url(../img/yujing.png) no-repeat;
  background-size: 100% 100%;
}
html .left .table2,
body .left .table2 {
  position: relative;
  height: 20%;
  margin-top: 1%;
}
html .left .table2 table,
body .left .table2 table {
  height: 100%;
  width: 100%;
  font-size: 60%;
  color: #fff;
  text-align: center;
  border-style: none;
  border-collapse: collapse;
  border-top: 1px #9d9d9d dashed;
}
html .left .table2 table tr,
body .left .table2 table tr {
  position: relative;
  height: 16.66%;
  width: 100%;
}
html .left .table2 table tr td,
body .left .table2 table tr td {
  width: 33%;
  border: none;
}
html .left .table2 table tr td span,
body .left .table2 table tr td span {
  position: absolute;
  left: 8%;
  top: 40%;
  background: url(../img/greenbiaodian.png) no-repeat;
  background-size: 100% 100%;
  height: 20%;
  width: 2%;
}
html .left .table2 table tr td .dot2,
body .left .table2 table tr td .dot2 {
  position: absolute;
  left: 8%;
  top: 40%;
  background: url(../img/yellowdot.png) no-repeat;
  background-size: 100% 100%;
  height: 20%;
  width: 2%;
}
html .left .table2 table tr td .dot3,
body .left .table2 table tr td .dot3 {
  position: absolute;
  left: 8%;
  top: 40%;
  background: url(../img/reddot.png) no-repeat;
  background-size: 100% 100%;
  height: 20%;
  width: 2%;
}
html .left .table2 table tr:nth-child(2),
body .left .table2 table tr:nth-child(2) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .left .table2 table tr:nth-child(4),
body .left .table2 table tr:nth-child(4) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .left .table2 table tr:nth-child(6),
body .left .table2 table tr:nth-child(6) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .right,
body .right {
  visibility: hidden;
  float: right;
  width: 19%;
  margin-top: 4vh;
  margin-right: -19vw;
  height: 88vh;
  z-index: 999;
}
html .right .videotit,
body .right .videotit {
  height: 4%;
}
html .right .videotit .topbar,
body .right .videotit .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}
html .right .videotit .topbar h2,
body .right .videotit .topbar h2 {
  font-size: 100%;
  position: absolute;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .right .video,
body .right .video {
  margin-top: 2%;
  position: relative;
  height: 22%;
  border: 1px solid green;
}
html .right .video::before,
body .right .video::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
}
html .right .video::after,
body .right .video::after {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
}
html .right .video .pane1-footer,
body .right .video .pane1-footer {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100%;
}
html .right .video .pane1-footer::before,
body .right .video .pane1-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
html .right .video .pane1-footer::after,
body .right .video .pane1-footer::after {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
html .right .video .videobox,
body .right .video .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 90%;
  border-radius: 2%;
  object-fit: cover;
}
html .right .waterlevel,
body .right .waterlevel {
  height: 25%;
  margin-top: 2%;
}
html .right .waterlevel .topbar,
body .right .waterlevel .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 19%;
  width: 100%;
}
html .right .waterlevel .topbar h2,
body .right .waterlevel .topbar h2 {
  font-size: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .right .waterlevel .chart,
body .right .waterlevel .chart {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 80%;
}
html .right .table1,
body .right .table1 {
  position: relative;
  height: 12%;
  margin-top: 2%;
  z-index: 9999;
}
html .right .table1 table,
body .right .table1 table {
  height: 100%;
  width: 100%;
  font-size: 60%;
  color: #fff;
  text-align: center;
  border-style: none;
  border-collapse: collapse;
}
html .right .table1 table tr,
body .right .table1 table tr {
  height: 33%;
  width: 100%;
}
html .right .table1 table tr td,
body .right .table1 table tr td {
  width: 33%;
  border: none;
}
html .right .table1 table tr:nth-child(1),
body .right .table1 table tr:nth-child(1) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .right .table1 table tr:nth-child(3),
body .right .table1 table tr:nth-child(3) {
  background: url(../img/background726.png) no-repeat;
  background-size: 100% 100%;
}
html .right .waterz,
body .right .waterz {
  position: relative;
  margin-top: 3%;
  height: 23%;
}
html .right .waterz .topbar,
body .right .waterz .topbar {
  position: relative;
  background: url(../img/title_bar.png) no-repeat;
  background-size: 100% 100%;
  height: 20%;
  width: 100%;
}
html .right .waterz .topbar h2,
body .right .waterz .topbar h2 {
  font-size: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-left: 5%;
}
html .right .waterz .waterbackground,
body .right .waterz .waterbackground {
  height: 78%;
  background: url(../img/waterbackground.png) no-repeat;
  background-size: 100% 100%;
}
html .down,
body .down {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 79.5%;
  transform: translate(-50%, 0);
  height: 2%;
  width: 1%;
  cursor: pointer;
  background: url(../img/down2-01.png) no-repeat;
  background-size: 100% 100%;
}
html .down1,
body .down1 {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 21.7vw;
  transform: translate(-50%, 0);
  transform: rotate(180deg);
  height: 2%;
  width: 1%;
  cursor: pointer;
  background: url(../img/down2-01.png) no-repeat;
  background-size: 100% 100%;
}
