html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

* {
  margin: 0;
  padding: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none !important;
}

::-webkit-scrollbar {
  display: none;
}

[v-cloak] {
  display: none;
}

@font-face {
  font-family: "Source-Han-Sans-CN";
  src: url("/font/Source-Han-Sans-CN.ttf");
  font-display: swap;
}
#app {
  width: 19.2rem;
  height: 10.8rem;
  box-sizing: border-box;
  position: fixed;
  background: url("https://pic.vjshi.com/2021-08-12/c86ee950ab2de375fdc5f59953ac7703/00002.jpg?x-oss-process=style/watermark") no-repeat top center;
  background-size: 19.2rem 10.8rem;
}
#app .outer-bg {
  width: 19.2rem;
  height: 10.8rem;
  background: url("/images/outer-bg.png") no-repeat top center;
  background-size: cover;
  position: fixed;
  z-index: 1;
}
#app .header {
  height: 0.6rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Source-Han-Sans-CN;
  font-size: 0.18rem;
}
#app .header .season-tabs {
  font-family: Source-Han-Sans-CN;
  font-size: 0.18rem;
}
#app .header .season-tabs-item {
  width: 0.98rem;
  height: 0.44rem;
  background: url("/images/season-tab.png") no-repeat top center;
  background-size: 0.88rem 0.32rem;
  background-position: 0.05rem 0.06rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#app .header .season-tabs-item.active {
  width: 0.98rem;
  height: 0.44rem;
  background: url("/images/season-tab-active.png") no-repeat top center;
  background-size: cover;
}
#app .header .season-tabs-item.active .txt {
  background-image: linear-gradient(to bottom, #FFF, #14FFEC);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
#app .header .tit {
  width: 3.24rem;
  font-size: 0.36rem;
  color: transparent;
  background-image: linear-gradient(to bottom, #FFF, #14FFEC);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 400;
  position: absolute;
  left: 50%;
  margin-left: -1.62rem;
  z-index: 2;
}
#app .header .date-info {
  height: 0.32rem;
  line-height: 1;
  font-size: 0.32rem;
  display: inline-flex;
  align-items: center;
  color: transparent;
  background-image: linear-gradient(to bottom, #FFF, #14FFEC);
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  z-index: 2;
}
#app .header .date-info .current-time {
  width: 1.4rem;
  margin-right: 0.1rem;
}
#app .header .date-info .line {
  width: 0.05rem;
  height: 0.32rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(20, 255, 236, 0.5));
  margin: 0 0.1rem;
}
#app .header .date-info .weekdays {
  height: 0.32rem;
  font-size: 0.13rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .left-wrap {
  float: left;
  display: flex;
  flex-direction: column;
  margin: 0.1rem 0 0 0.5rem;
  position: relative;
  z-index: 2;
}
#app .left-wrap > .tit {
  font-size: 0.16rem;
  color: transparent;
  background-image: linear-gradient(to bottom, rgba(20, 255, 236, 0.5), rgba(255, 255, 255, 0.5), rgba(20, 255, 236, 0.5));
  -webkit-background-clip: text;
          background-clip: text;
}
#app .left-wrap-tabs {
  width: 4.45rem;
  height: 0.46rem;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .left-wrap-tabs-item {
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  padding-top: 0.05rem;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.46);
}
#app .left-wrap-tabs .jjxzy {
  width: 1.32rem;
  height: 0.46rem;
  background: url("/images/jjxzy-icon.png") no-repeat top center;
  background-size: 1.32rem 0.46rem;
}
#app .left-wrap-tabs .jjxzy.active {
  color: #FEFEFE;
  background: url("/images/jjxzy-active.png") no-repeat top center;
  background-size: 1.32rem 0.46rem;
}
#app .left-wrap-tabs .dtxzy {
  width: 1.69rem;
  height: 0.46rem;
  background: url("/images/dtxzy-icon.png") no-repeat top center;
  background-size: 1.69rem 0.44rem;
}
#app .left-wrap-tabs .dtxzy.active {
  color: #FEFEFE;
  background: url("/images/dtxzy-active.png") no-repeat top center;
  background-size: 1.69rem 0.44rem;
}
#app .left-wrap-tabs .nylyxlzy {
  width: 1.7rem;
  height: 0.46rem;
  background: url("/images/nylyxlzy-icon.png") no-repeat top center;
  background-size: 1.7rem 0.43rem;
}
#app .left-wrap-tabs .nylyxlzy.active {
  color: #FEFEFE;
  background: url("/images/nylyxlzy-active.png") no-repeat top center;
  background-size: 1.7rem 0.43rem;
}
#app .left-wrap .left-top-wrap {
  width: 4.45rem;
  height: 3.9rem;
  background: url("/images/left-top-wrap.png") no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
#app .left-wrap .left-top-wrap .tit {
  height: 0.45rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.2rem;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-flex;
  align-items: center;
  padding-left: 0.54rem;
  box-sizing: border-box;
}
#app .left-wrap .left-top-wrap .data-tabs {
  width: 4.45rem;
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
}
#app .left-wrap .left-top-wrap .data-tabs-item {
  width: 1.45rem;
  height: 0.78rem;
  padding-top: 0.18rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  color: #FFF;
  background: url("/images/data-icon.png") no-repeat top center;
  background-size: contain;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}
#app .left-wrap .left-top-wrap .data-tabs-item.active {
  background: url("/images/data-active.png") no-repeat top center;
  background-size: contain;
  color: #10FF91;
}
#app .left-wrap .left-top-wrap .data-legend {
  width: 4.45rem;
  padding-right: 0.1rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.13rem;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
#app .left-wrap .left-top-wrap .data-legend span {
  display: inline-flex;
  align-items: center;
}
#app .left-wrap .left-top-wrap .data-legend span::before {
  content: "";
  width: 0.17rem;
  height: 0.01rem;
  display: inline-flex;
  align-items: center;
  margin-right: 0.05rem;
}
#app .left-wrap .left-top-wrap .data-legend .dian::before {
  background: #C38816;
}
#app .left-wrap .left-top-wrap .data-legend .re::before {
  background: #00BA88;
}
#app .left-wrap .left-top-wrap .data-legend .leng::before {
  background: #04CFED;
}
#app .left-wrap .left-top-wrap .data-legend span:not(:last-child) {
  margin-right: 0.1rem;
}
#app .left-wrap .left-top-wrap #dataLineCanvas {
  width: 4.08rem;
  height: 2.35rem;
  margin: 0.1rem 0 0 0 !important;
}
#app .left-wrap .left-bottom-wrap {
  width: 4.46rem;
  height: 4.82rem;
  background: url("/images/left-bottom-wrap.png") no-repeat top center;
  background-size: contain;
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
}
#app .left-wrap .left-bottom-wrap .tit {
  height: 0.45rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.2rem;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-flex;
  align-items: center;
  padding-left: 0.54rem;
  box-sizing: border-box;
}
#app .left-wrap .left-bottom-wrap .drowdrop {
  width: 3.78rem;
  height: 0.38rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  color: #40EAFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.01rem solid #000;
  border-radius: 0.04rem;
  background: rgba(12, 36, 35, 0.57);
  margin: 0.2rem auto 0;
  padding: 0 0.14rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#app .left-wrap .left-bottom-wrap .drowdrop::after {
  content: "";
  width: 0.085rem;
  height: 0.1672rem;
  background: url("/images/back-icon.png") no-repeat top center;
  background-size: cover;
  display: inline-flex;
}
#app .left-wrap .left-bottom-wrap .downdrop-wrap {
  width: 3.78rem;
  position: absolute;
  top: 0.38rem;
  left: 0;
  border: 0.01rem solid #000;
  border-radius: 0.04rem;
  overflow: hidden;
  box-sizing: border-box;
}
#app .left-wrap .left-bottom-wrap .downdrop-wrap-item {
  height: 0.3rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  color: #FFF;
  background: rgba(12, 36, 35, 0.57);
  padding: 0 0.14rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
#app .left-wrap .left-bottom-wrap #dataBarCanvas {
  width: 4.12rem;
  height: 3.8rem;
  margin: 0 auto !important;
}
#app .right-wrap {
  float: right;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  position: relative;
  z-index: 2;
}
#app .right-wrap .score {
  width: 4.41rem;
  height: 0.94rem;
  background: url("/images/score.png") no-repeat top center;
  background-size: cover;
  margin-top: 0.2rem;
  display: inline-flex;
  align-items: center;
}
#app .right-wrap .score .score-icon {
  width: 1.85rem;
  height: 1.53rem;
  background: url("/images/score-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .score .label {
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  font-weight: 500;
  color: transparent;
  background: linear-gradient(to bottom, #FFF, #0AA4A6, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
}
#app .right-wrap .score .value {
  font-family: Source-Han-Sans-CN;
  font-size: 0.28rem;
  font-weight: 400;
  color: #E7FFFB;
}
#app .right-wrap .right-top-wrap {
  width: 4.46rem;
  height: 3.94rem;
  background: url("/images/right-top-wrap.png") no-repeat top center;
  background-size: cover;
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
}
#app .right-wrap .right-top-wrap .tit {
  height: 0.45rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.2rem;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-flex;
  align-items: center;
  padding-left: 0.54rem;
  box-sizing: border-box;
}
#app .right-wrap .right-top-wrap .benefit-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.14rem;
  color: #FFF;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item {
  width: 50%;
  height: 0.72rem;
  display: inline-flex;
  align-items: center;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item i {
  width: 0.72rem;
  height: 0.72rem;
  display: inline-flex;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item .energy {
  background: url("/images/energy-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item .economy {
  background: url("/images/economy-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item .reliability {
  background: url("/images/reliability-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item .environment {
  background: url("/images/environment-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-top-wrap .benefit-wrap-item .value {
  margin-left: 0.1rem;
  font-family: Source-Han-Sans-CN;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
}
#app .right-wrap .right-top-wrap #benefitLineCanvas {
  width: 4.46rem;
  height: 2rem;
}
#app .right-wrap .right-bottom-wrap {
  width: 4.45rem;
  height: 4.52rem;
  background: url("/images/right-bottom-wrap.png") no-repeat top center;
  background-size: cover;
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
}
#app .right-wrap .right-bottom-wrap .tit {
  height: 0.45rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.2rem;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-flex;
  align-items: center;
  padding-left: 0.54rem;
  box-sizing: border-box;
}
#app .right-wrap .right-bottom-wrap .drowdrop {
  width: 3.78rem;
  height: 0.38rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  color: #40EAFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.01rem solid #000;
  border-radius: 0.04rem;
  background: rgba(12, 36, 35, 0.57);
  margin: 0.2rem auto 0;
  padding: 0 0.14rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#app .right-wrap .right-bottom-wrap .drowdrop::after {
  content: "";
  width: 0.085rem;
  height: 0.1672rem;
  background: url("/images/back-icon.png") no-repeat top center;
  background-size: cover;
  display: inline-flex;
}
#app .right-wrap .right-bottom-wrap .downdrop-wrap {
  width: 3.78rem;
  position: absolute;
  top: 0.38rem;
  left: 0;
  border: 0.01rem solid #000;
  border-radius: 0.04rem;
  overflow: hidden;
  box-sizing: border-box;
}
#app .right-wrap .right-bottom-wrap .downdrop-wrap-item {
  height: 0.3rem;
  font-family: Source-Han-Sans-CN;
  font-size: 0.16rem;
  color: #FFF;
  background: rgba(12, 36, 35, 0.57);
  padding: 0 0.14rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.14rem;
  color: #FFF;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item {
  width: 50%;
  height: 0.8rem;
  display: inline-flex;
  align-items: center;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item i {
  display: inline-flex;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item .autarky {
  width: 0.71rem;
  height: 0.77rem;
  background: url("/images/autarky-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item .consume {
  width: 0.71rem;
  height: 0.8rem;
  background: url("/images/consume-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item .convert {
  width: 0.73rem;
  height: 0.8rem;
  background: url("/images/convert-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item .regeneration {
  width: 0.7rem;
  height: 0.78rem;
  background: url("/images/regeneration-icon.png") no-repeat top center;
  background-size: cover;
}
#app .right-wrap .right-bottom-wrap .evaluate-wrap-item .value {
  margin-left: 0.1rem;
  font-family: Source-Han-Sans-CN;
  color: transparent;
  background-image: linear-gradient(to bottom, #14FFEC, #FFF);
  -webkit-background-clip: text;
          background-clip: text;
}
#app .right-wrap .right-bottom-wrap #evaluateLineCanvas {
  width: 4.46rem;
  height: 2rem;
}/*# sourceMappingURL=index.css.map */