* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
@font-face {
  font-family: electronicFont;
  src: url(../font/DS-DIGIT.TTF);
}
/* @font-face {
  font-family: "Alibaba PuHuiTi 2.0","pingfang sc","Microsoft YaHei","微软雅黑","Source Han Sans CN","Arial","Hiragino Sans GB","sans-serif";
  src: url(../fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf);
} */
body {
  /* font-family: Arial, Helvetica, sans-serif; */
  margin: 0;
  padding: 0;
  /* 行高是字体1.15倍 */
  line-height: 1.15;
  overflow: hidden;
}
#main {
  width: 1920px;
  height: 1080px;
  position: absolute;
  /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
  background: url(../images/login202509/bg3.png) no-repeat #000;
  background-size: 100% 100%;
}
header {
  position: relative;
  height: 80px;
  background: url(../images/login202509/top.png) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
}
header h1 {
  /* padding-left: 25px; */
  font-size: 38px;
  font-family: "DIN";
  font-family: 'HYk2gj';
  color: #fff;
  line-height: 80px;
  /* color: #acfdff; */
  color: #fff;
  padding-top: -10px;
  letter-spacing: 3px;
}
header .showTime {
  position: absolute;
  top: 5px;
  right: 160px;
  line-height: 80px;
  font-size: 20px;
  /* color: #4affe6; */
  color: #fff;
}
header .login {
  position: absolute;
  top: 10px;
  right: 30px;
  height: 80px;
  display: table;  /*兼容性: 可以看到,除非你还要跟IE6/7较劲,否则display: table不需考虑兼容性*/
}
header .login button {
  border-radius: 4px;
  width: 88px;
  height: 30px;
  border: 0.0125rem solid #4affe6;
  background-color: transparent;
  font-size: 18px;
  /* color: #4affe6; */
  color: #fff;
  transform: translate(0%, 50%);
  top: 50%;
}
.mainbox {
  min-width: 1024px;
  padding: 20px;
  display: flex;
}
.mainbox .column {
  flex: 140;
  margin: 0 5px;
}
.mainbox .column:nth-child(2) {
  flex: 46;
  overflow: hidden;
}
.mainbox .column .charts {
  display: flex;
  margin-top: 16px;
}
.mainbox .column .charts .energy {
  /* flex: 1; */
  background: url(../images/login202509/bk.png) no-repeat;
  /* background: rgba(52, 52, 52, 0.3); */
  background-size: 100% 100%;
  width: 400px;
  margin-right: 10px;
}
.mainbox .column .charts .energy .jieneng {
  height: 46px;
  margin: 12px 0;
}
.mainbox .column .charts .energy .jieneng .tongbi {
  display: inline-block;
  margin-left: 100px;
}
.mainbox .column .charts .energy .jieneng .tongbi .arrow {
  width: 0;
  height: 0;
  border: 0.075rem solid;
  border-color: transparent transparent #20b57b transparent;
  display: inline-block;
}
.mainbox .column .charts .energy .jieneng .tongbi span {
  color: #20b57b;
  font-size: 14px;
  margin-left: 10px;
}
.mainbox .column .charts .energy .jieneng .huanbi {
  display: inline-block;
  margin-left: 20px;
}
.mainbox .column .charts .energy .jieneng .huanbi .arrow {
  width: 0;
  height: 0;
  border: 0.075rem solid;
  border-color: #f73e58 transparent transparent transparent;
  display: inline-block;
}
.mainbox .column .charts .energy .jieneng .huanbi span {
  color: #f73e58;
  font-size: 14px;
  margin-left: 10px;
}
.mainbox .column .charts .energy .chart {
  height: 250px;
}
.mainbox .column .charts .co2 {
  flex: 1;
  background: url(../images/box_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 634px;
}
.mainbox .column .charts .co2 .chart {
  height: 245px;
}
.panel{
  position: relative;
  height: 309px;
  background: url(../images/login202509/box_bg.png) no-repeat;
  /* background: rgba(52, 52, 52, 0.5); */
  background-size: 100% 100%;
  padding: 0 15px 0;
  margin-bottom: 15px;
}
.panel h2 {
  height: 48px;
  line-height: 48px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 18px;
  color: #b9f9ff;
}
.panel h2 a {
  margin: 0 15px;
  color: #fff;
  text-decoration: underline;
}
.map {
  height: 630px;
 /* background: url(../images/map_bg.png) no-repeat;
  background-position: center center;
  border: none; */
}
.map .chart {
  /* padding: 0 0 0 80px; */
  height: 100%;
  width: 100%;
  display: flex;
}
/* .chart .chartRight{
	width:83%;
	height:100%;
	border: 1px solid #ffffff; 
	background: url(../images/map_bg.png) no-repeat;
	background-position: center center;
	border: none;
	
} */
/* 有关项目的三个重要数据显示 */
.mainbox .column .panell .list1{
	width: 15%;
}
.mainbox .column .panell .list1 .flex-cc {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.mainbox .column .panell .list1 li {
    width: 200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    background: url(../images/login202509/bk.png) no-repeat;
    background-size: 100% 100%;
}

/* .mainbox .column .panell .list1 li .num{
	font-size: 38px;
	font-family: "DIN";
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(0deg, #42edb3, #fff 60%, #fff);
	margin-bottom: 10px;
} */

.mainbox .column .panell .list1 li .num{
	font-size: 40px;
	    font-family: "DIN", "SF Pro Display", "Segoe UI", sans-serif;
	    color: #00f3ff;
      /* color:#00ffbb; */
	    text-shadow: 
	        0 0 10px #00f3ff,
	        0 0 20px #00f3ff,
	        0 0 40px #00f3ff,
	        0 0 80px #0077ff;
	    background: none;
	    -webkit-text-fill-color: initial;
	    margin-bottom: 18px;
	    font-weight: 700;
	    letter-spacing: 1px;
}	


.mainbox .column .panell .list1 li .tit {
    color: #fff;
	/* color: #f1eeee; */
    margin-top: -2px;
    font-size: 16px;
	letter-spacing: 3px;
}

.energy .list-box {
  padding: 25px 0px 5px 5px;
}

.yonghu .list-box {
  padding: 30px 50px;
}

.energy li {
  height: 50px;
  width: 48%;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 5px;
}
.nenghao {
  position: relative;
}
.nenghao .ball-box {
  background: url(../images/login202509/ball-bg.png) no-repeat center bottom;
  height: 261px;
}

.yonghu .yh-box {
    height: 261px;
}
.nenghao span {
  color: #fff;
  font-size: 16px;
}
.nenghao .ball-01 {
  height: 86px;
  width: 86px;
  display: block;
  background: url(../images/login202509/ball01.png) no-repeat;
  background-size: cover;
  top: 40%;
  left: 10%;
  position: absolute;
  padding: 12px 0;
}
.nenghao .ball-01 span {
  width: 86px;
  text-align: center;
  display: block;
  padding: 4px 0;
}
.nenghao .ball-01 span:nth-child(2) {
  color: #ffcf40;
}
.nenghao .ball-02 {
  height: 86px;
  width: 86px;
  display: block;
  background: url(../images/login202509/ball01.png) no-repeat;
  background-size: cover;
  top: 20%;
  left: 30%;
  position: absolute;
  padding: 12px 0;
}
.nenghao .ball-02 span {
  width: 86px;
  text-align: center;
  display: block;
  padding: 4px 0;
}
.nenghao .ball-02 span:nth-child(2) {
  color: #ffcf40;
}
.nenghao .ball-03 {
 /* height: 110px;
  width: 110px; */
  height: 90px;
  width: 90px;
  display: block;
  background: url(../images/login202509/ball03.png) no-repeat;
  background-size: cover;
  top: 13%;
  left: 55%;
  position: absolute;
  padding: 20px 0;
}
.nenghao .ball-03 span {
  /* width: 110px; */
  text-align: center;
  display: block;
  padding: 4px 0;
}
.nenghao .ball-03 span:nth-child(2) {
  color: #ffcf40;
}
.nenghao .ball-04 {
  height: 86px;
  width: 86px;
  display: block;
  background: url(../images/login202509/ball01.png) no-repeat;
  background-size: cover;
  top: 40%;
  left: 75%;
  position: absolute;
  padding: 12px 0;
}
.nenghao .ball-04 span {
  width: 86px;
  text-align: center;
  display: block;
  padding: 4px 0;
}
.nenghao .ball-04 span:nth-child(2) {
  color: #ffcf40;
}
.nenghao .ball-05 {
  height: 150px;
  width: 150px;
  display: block;
  background: url(../images/login202509/ball05.png) no-repeat;
  background-size: cover;
  top: 50%;
  left: 40%;
  position: absolute;
  padding: 44px 0;
}
.nenghao .ball-05 span {
  width: 150px;
  text-align: center;
  display: block;
  padding: 4px 0;
}
.nenghao .ball-05 span:nth-child(2) {
  color: #ffcf40;
  font-size: 22px;
}
.power .chart {
  height: 245px;
  width: 430px;
 /* display: flex; */
}
.power .chart .chart1 {
  flex: 1;
  margin-right: 20px;
}
.power .chart .chart2 {
  flex: 1;
}
.list-icon {
  float: left;
  padding-right: 15px;
}
.list-icon img {
  vertical-align: middle;
  height: 46px;
  width: 46px;
}
.con {
  display: inline-block;
}
.con span {
  color: #caf2f4;
  font-size: 16px;
}
.con .s1 {
  color: #fff;
  font-size: 14px;
  display: block;
}
.con .s2 {
  color: #ffc465;
  font-size: 26px;
}

/* 底部备案信息样式 */
.footer {
    position: fixed;
    bottom: 25px;
    left: 38%;
    font-size: 16px;
    color: #d4d4d4;
}

/* 项目分布 */
.bottomBox {
    position: fixed;
	display: flex;
	top: 8%;
	left: 45%;
    text-align: center;
	width: 160px;
	height: 30px;
	cursor:pointer;
	background: url(../images//login202509/q.png) no-repeat ;
	background-size: 100% 100%;
}
.bottomBox a {
    font-size: 18px;
    /* font-family: STXinwei; */
    font-family: "DIN";
    /* color: #42edb3; */
	color: #e1e1e1;
    position: relative;
	left: 19%;
}
