@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
html {
  font-size: 50px;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
input,
textarea {
  outline: 0;
  resize: none;
}
::after,
::before {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
.success {
  background-color: #2cb861;
}
.warning {
  background-color: #ff9228;
}
.danger {
  background-color: #fa5949;
}
.btngroup {
  display: flex;
  margin: 0 5px;
}
.btn {
  flex: 1;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 5px;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  border-radius: 3px;
}
.btn:hover {
  color: #fff;
}
.layout {
  /*border: 1px solid #76bf77;*/
  /*background: #fff;*/
}
.inputarea {
  background-color: #fafafa;
  border: 1px solid #76bf77;
  height: 26px;
  padding: 0 5px;
  display: inline-block;
}
.subtit {
  background-color: #2cb861;
  width: 174px;
  height: 40px;
  padding: 12px 13px;
  position: relative;
}
.subtit:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  border-style: solid;
  border-width: 40px;
  border-color: transparent transparent #2cb861 transparent;
}
.subtit h2 {
  line-height: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #fff;
  font-weight: bold;
}
/*.wraper {*/
/*  width: 100%;*/
/*  min-height: 100vh;*/
/*  font-family: "microsoft Yahei";*/
/*  background: #ffffff;*/
/*  min-width: 1200px;*/
/*}*/
/*.header {*/
/*  height: 64px;*/
/*  background-color: #2cb861;*/
/*  position: relative;*/
/*  color: #fff;*/
/*}*/
/*.header .logo {*/
/*  float: left;*/
/*  line-height: 64px;*/
/*  font-size: 28px;*/
/*  margin: 0 66px;*/
/*  letter-spacing: 2px;*/
/*}*/
/*.header a {*/
/*  color: #fff;*/
/*}*/
/*.header .nav {*/
/*  float: left;*/
/*  line-height: 64px;*/
/*}*/
/*.header .nav a {*/
/*  display: inline-block;*/
/*  line-height: 64px;*/
/*  padding: 0 20px;*/
/*}*/
/*.header .nav a.act,*/
/*.header .nav a:hover {*/
/*  background-color: #259d53;*/
/*}*/
/*.header .sys {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  height: 64px;*/
/*}*/
/*.header .sys .time {*/
/*  float: left;*/
/*  padding: 0 24px 0 30px;*/
/*  background: url(../images/time.png) left center no-repeat;*/
/*  background-size: contain;*/
/*  border-right: 2px solid #fff;*/
/*  margin: 23px 24px 23px 0;*/
/*  height: 18px;*/
/*  line-height: 18px;*/
/*}*/
/*.header .sys .loginout {*/
/*  float: left;*/
/*}*/
/*.header .sys .loginout .userimg {*/
/*  height: 64px;*/
/*  width: 64px;*/
/*  padding: 12px;*/
/*  float: left;*/
/*  border-radius: 50%;*/
/*  overflow: hidden;*/
/*}*/
/*.header .sys .loginout .username {*/
/*  height: 18px;*/
/*  padding-right: 24px;*/
/*  background: url(../images/drop-down.png) right center no-repeat;*/
/*  background-size: 16px 10px;*/
/*  float: left;*/
/*  margin: 23px 0;*/
/*  cursor: pointer;*/
/*}*/
/*.header .sys .loginout .loginoutbtn {*/
/*  float: left;*/
/*  height: 18px;*/
/*  margin: 23px 20px;*/
/*}*/
.content {
  /*display: flex;*/
}
.contl {
  margin: 20px 10px 0 20px;
  position: relative;
  flex: 1;
  width: auto;
}
.contl .contlinfo {
  height: 253px;
  display: flex;
}
.contl .contlinfo .infotit {
  color: #19cc67;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 10px 0 25px;
  border-left: 3px solid #19cc67;
  padding-left: 10px;
}
.infol {
  flex: 4;
  height: 100%;
  border-right: 1px solid #76bf77;
  padding: 15px 30px;
}
.infol .infoft {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.infol .infoitem {
  width: 60%;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
  font-size: 0;
}
.infol .infoitem:nth-child(even) {
  width: 40%;
}
.infol .infoitem .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #bfeacf;
  border-radius: 50%;
}
.infol .infoitem h6 {
  color: #19cc67;
  font-size: 20px;
  display: inline;
}
.infol .infoitem span {
  color: #ffffff;
  font-size: 14px;
  padding-left: 5px;
}
.infol .infoitem p {
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
}
.infor {
  flex: 7;
  width: auto;
  height: 100%;
  padding: 15px 30px;
  overflow: hidden;
}
.infor .infoft {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.infor .infoitem {
  width: 28%;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
  font-size: 0;
  margin-right: 8%;
}
.infor .infoitem:nth-child(3n) {
  margin-right: 0;
}
.infor .infoitem .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #bfeacf;
  border-radius: 50%;
}
.infor .infoitem h6 {
  color: #19cc67;
  font-size: 20px;
  display: inline;
}
.infor .infoitem span {
  color: #ffffff;
  font-size: 14px;
  padding-left: 5px;
}
.infor .infoitem p {
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contl .panel {
  margin-bottom: 30px;
  width: 300px;
}
.contl .map {
  background: url(../images/direction.png) 40px 40px no-repeat;
  margin-bottom: 10px;
  position: relative;
  /*height: 560px;*/
  min-height: 510px;
}
.contl .map .mapcontainer {
  position: relative;
  /*width: 840px;*/
  margin: 40px auto;
}
.taggroup div {
  position: absolute;
  width: 3.6%;
  height: 0;
  padding-bottom: 3.6%;
}
.taggroup div::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: padding-box;
  background-size: contain;
  background-color: #2cb861;
  border: 4px solid rgba(44, 184, 97, 0.3);
}
.taggroup div.on::after {
  background-color: #fa5949;
  border: 4px solid rgba(250, 89, 73, 0.3);
}
.taggroup .tag {
  top: 32.8%;
  left: 25.9%;
}
.taggroup .tagA {
  top: 81.6%;
  left: 53.3%;
}
.taggroup .tagB {
  top: 81.6%;
  left: 73.8%;
}
.inverter {
  position: absolute;
  top: 44.6%;
  left: 36%;
}
.inverter h6 {
  color: #2cb861;
  font-size: 14px;
  margin-bottom: 5px;
}
.inverter p {
  color: #ffffff;
  font-size: 14px;
}
.barrel {
  position: absolute;
  top: 38%;
  left: 1%;
}
.barrel > div {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
}
.barrel img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.barrel span {
  display: inline-block;
  width: 34px;
}
.barrel #progress {
  display: inline-block;
  width: 50px;
  height: 15px;
  border: 1px solid #2cb861;
  padding: 1px;
  vertical-align: middle;
}
.barrel #progress i {
  height: 100%;
  display: block;
  background-color: #2cb861;
}
.valve {
  float: right;
  margin: 0 20px 20px 0;
}
.valve-item {
  float: left;
  width: 240px;
  margin-left: 20px;
  /*background-color: #fafafa;*/
  padding: 10px 0 10px 20px;
  font-size: 14px;
  line-height: 26px;
}
.valve-item:first-child {
  margin-left: 0;
}
.valve-item .valve-name {
  border-left: 3px solid #2cb861;
  height: 16px;
  font-size: 16px;
  padding-left: 10px;
  line-height: 16px;
  margin: 10px 0;
  font-weight: bold;
}
.valve-item .valve-details li {
  margin: 4px 0;
}
.valve-item .valve-details li p {
  display: inline-block;
  padding-right: 6px;
}
.valve-item .valve-details li span {
  text-align: left;
  line-height: 26px;
  height: 26px;
  color: #2cb861;
}

.valve-item .valve-state {
  padding-right: 26px;
  position: relative;
  display: inline-block;
  line-height: 26px;
}
.valve-item .valve-state:after {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-clip: padding-box;
}
.valve-item .normal.valve-state:after {
  background-color: #2cb861;
  border: 3px solid rgba(44, 184, 97, 0.3);
}
.valve-item .abnormal.valve-state:after {
  background-color: #fa5949;
  border: 3px solid rgba(250, 89, 73, 0.3);
}
.contr {
  margin: 20px 20px 0 10px;
  width: 100%;
}
.contr .work {
  padding-left: 20px;
  color: #fa5949;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
.contr .work:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fa5949;
  border: 3px solid rgba(250, 89, 73, 0.3);
}
.contr .work span {
  padding: 0 10px;
}
.contr .panel {
  height: 150px;
  margin-bottom: 10px;
  position: relative;
}
.contr .panel .model {
  height: 100%;
  font-size: 14px;
  line-height: 26px;
}
.model > div {
  float: left;
}
.model .model-name {
  text-align: center;
  font-size: 16px;
  width: 4%;
  height: 100%;
  background-color: #b3b3b3;
  word-wrap: break-word;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  padding: 8px 2% 0;
  line-height: 0;
  line-height: 26px\0;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  letter-spacing: 8px;
  color: #fff;
}
.model .model-name.running {
  background-color: #2cb861;
}
.model .model-name.end {
  background-color: #fa5949;
}
.model-mode {
  width: 11%;
  border-right: 1px solid #76bf77;
  border-left: 1px solid #76bf77;
  height: 100%;
  float: left;
  text-align: center;
}
.model-mode h6 {
  margin: 10px 0;
}
.model-mode a {
  background-color: #2cb861;
  color: #fff;
  line-height: 36px;
  display: block;
  margin: 0 8px;
  border-radius: 3px;
}
.model-details {
  width: 85%;
  height: 100%;
  padding: 10px;
  display: flex;
}
.model .model-info {
  flex: auto;
  height: 100%;
}
.model-control {
  width: 140px;
  height: 100%;
  position: relative;
}
.model-way {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.model-way p {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 8px;
}
.model-way div {
  color: #2cb861;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}
.model-way div .pA,
.model-way div .pB,
.model-way div .pC {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}
.model-way div .pA {
  background-color: #2cb861;
  background-image: url(../images/a.png);
}
.model-way div .pB {
  background-color: #fa5949;
  background-image: url(../images/b.png);
}
.model-way div .pC {
  background-color: #ff9228;
  background-image: url(../images/c.png);
}
.model-start {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #2cb861;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  border-radius: 3px;
}
.model-start a {
  color: #fff;
}
.model .model-info .Period {
  width: 100%;
  line-height: 28px;
  height: 28px;
}
.model .model-info .Period span {
  color: #2cb861;
  padding-left: 10px;
}
.model .model-info .plan span,
.model .model-info .actual span {
  background-color: #fafafa;
  border: 1px solid #76bf77;
  line-height: 26px;
  height: 26px;
  width: 104px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: bottom;
  color:#333;
}
.model .model-info .plan p {
  display: inline-block;
  width: 104px;
}
.model .model-info .actual p {
  display: inline-block;
  width: 90px;
}
.model .model-info .plan,
.model .model-info .actual {
  width: 50%;
  float: left;
}
.model .model-info .cubic,
.model .model-info .time {
  line-height: 26px;
  margin: 9px 0;
}
.model .model-info .cubic i {
  width: 74px;
  text-align: center;
  display: inline-block;
}
.model .model-info .time i {
  width: 30px;
  text-align: center;
  display: inline-block;
}
.contr .operation {
  font-size: 14px;
  margin-top: 15px;
  position: relative;
}
.contr .operation .frequency {
  position: absolute;
  top: 6px;
  left: 240px;
  height: 26px;
}
.contr .operation .frequency span {
  background-color: #fafafa;
  border: 1px solid #76bf77;
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color:#333;
}
.contr .operation .layout {
  height: 98px;
}
.contr .operation .layout p {
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 0;
}
.cola {
  width: 40%;
  height: 100%;
  float: left;
  border-right: 1px solid #76bf77;
}
.colb {
  width: 26%;
  float: left;
  height: 100%;
  border-right: 1px solid #76bf77;
}
.colc {
  width: 17%;
  height: 100%;
  float: left;
  border-right: 1px solid #76bf77;
}
.cold {
  width: 17%;
  height: 100%;
  float: left;
  padding-top: 32px;
}
.notice {
  height: 32px;
  padding-left: 10px;
}
.notice li {
  line-height: 32px;
  float: left;
  padding-right: 20px;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
}
.notice li:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-clip: padding-box;
}
.notice li.normal:after {
  background-color: #2cb861;
  border: 3px solid rgba(44, 184, 97, 0.3);
}
.notice li.abnormal:after {
  background-color: #fa5949;
  border: 3px solid rgba(250, 89, 73, 0.3);
}
.operation .pump {
  position: relative;
}
.operation .state {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-clip: padding-box;
}
.operation .state.normal {
  background-color: #2cb861;
  border: 3px solid rgba(44, 184, 97, 0.3);
}
.operation .state.abnormal {
  background-color: #fa5949;
  border: 3px solid rgba(250, 89, 73, 0.3);
}
@media screen and (max-width: 1680px) {
  .content {
    display: block;
    width: 1400px;
    margin: 0 auto;
  }
  .contl {
    margin: 20px;
  }
  .contr {
    margin: 20px;
    width: auto;
  }
  .model-control {
    width: 200px;
  }
  .model .model-info .plan span,
  .model .model-info .actual span {
    width: 150px;
  }
  .model .model-info .cubic i {
    width: 110px;
  }
  .model .model-info .time i {
    width: 48px;
  }
  .model .model-info .plan p {
    width: 116px;
  }
  .model .model-info .actual p {
    width: 102px;
  }
  .model .model-name {
    line-height: 50px\0;
  }
}
@media screen and (max-width: 1420px) {
  .content {
    width: 1200px;
    margin: 0 auto;
  }
  .model .model-name {
    line-height: 40px\0;
  }
}
