.bgcStyle {
  padding: 2%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.pha_main {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.pha_main .pha_Chart {
  width: 100%;
  height: 80%;
  padding: 2%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.pha_main .excelButton {
  padding: 2%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.pha_main .ant-tabs {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 3%;
}

.mygradient {
  text-align: center ;
  padding-top: 5px;
  line-height: 50px;
  color: transparent;
  font-size: 35px;
  font-weight: bold;
  background: linear-gradient(180deg, #00f1f2 29%, #1ab3ff 79%);
  -webkit-background-clip: text;
  font-family: "HelloFont, HelloFont-Regular";
}
.div_cent {
  height: 50%;
  width: 100%;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bgcStyle {
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3%;
  color: #FFFFFF;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.gf_main .title {
  height: 20%;
  font-size: 16px;
  font-weight: bold;
}
.gf_main .gf_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .gf_top .dz_information {
  width: 30%;
  height: 100%;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.gf_main .gf_top .dz_information .information_con {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gf_main .gf_top .dz_information .information_con .items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2%;
}
.gf_main .gf_top .dz_information .information_con .items .items_ele {
  width: 16%;
  text-align: center;
}
.gf_main .gf_top .dz_information .information_con .items .items_ele:last-child {
  width: 30% !important;
}
.gf_main .gf_top .dz_time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  width: 25%;
  height: 100%;
}
.gf_main .gf_top .dz_img {
  width: 18%;
  height: 100%;
  border-radius: 8px;
}
.gf_main .gf_top .dz_total {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.gf_main .gf_top .dz_total .gf_all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 50%);
  width: 100%;
  height: 80%;
  text-align: center;
}
.gf_main .gf_top .dz_total .gf_all .all_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gf_main .gf_charts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 44%;
}
.gf_main .gf_charts .gf_power {
  width: 56%;
  height: 100%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .gf_charts .gf_elect {
  width: 43%;
  height: 100%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .gf_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 28%;
}
.gf_main .gf_bottom .gf_saving {
  display: flex;
  flex-direction: column;
  width: 18%;
  height: 100%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .gf_bottom .gf_income {
  display: flex;
  flex-direction: column;
  width: 37%;
  height: 100%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .gf_bottom .gf_table {
  display: flex;
  flex-direction: column;
  width: 43%;
  height: 100%;
  padding: 0.6%;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
}
.gf_main .ant-table-cell-scrollbar {
  display: none;
}
.gf_main .ant-table-thead > tr > th {
  text-align: center !important;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  color: white;
}
.gf_main .ant-table {
  background-color: transparent;
  color: white;
}
.gf_main .ant-table-row:hover > td {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.gf_main .ant-table-row.row-selection {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.gf_main .ant-table-body::-webkit-scrollbar {
  display: none;
  width: 0;
}
.gf_main .ant-table-body .ant-table-cell.ant-table-cell-scrollbar {
  display: none;
}
.gf_main .ant-table-body::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 0px;
}
.gf_main .ant-table-body::-webkit-scrollbar-track {
  display: none;
}
.gf_main .ant-table-body::-webkit-scrollbar {
  width: 10px!important;
}
.gf_main .ant-table-body .ant-table-tbody > tr > td,
.gf_main .ant-table-body .ant-table-thead > tr > th {
  text-align: center !important;
  padding: 10px 10px !important;
  border-bottom: none;
}

.main {
  position: absolute;
  left: 35%;
  top: 38%;
  width: 600px;
  height: 400px;
  padding: 80px;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
}
.box1 {
  width: 100%;
  height: 100%;
  background-image: url(/elec/log_bg.png);
  background-size: cover;
  position: relative;
}
.box2 {
  width: 750px;
  height: 125px;
  position: absolute;
  /*设定水平和垂直偏移父元素的50%，再根据实际长度将子元素上左挪回一半大小*/
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-80%);
}
.input1 {
  width: 480px;
  height: 50px;
  display: flex;
  flex-direction: row;
  background: red;
  position: absolute;
  /*设定水平和垂直偏移父元素的50%，再根据实际长度将子元素上左挪回一半大小*/
  left: 50%;
  top: 190%;
  transform: translateX(-50%) translateY(-80%);
}
.input2 {
  width: 480px;
  height: 50px;
  display: flex;
  flex-direction: row;
  background: red;
  position: absolute;
  /*设定水平和垂直偏移父元素的50%，再根据实际长度将子元素上左挪回一半大小*/
  left: 50%;
  top: 240%;
  transform: translateX(-50%) translateY(-80%);
}
.button3 {
  width: 360px;
  height: 50px;
  position: absolute;
  /*设定水平和垂直偏移父元素的50%，再根据实际长度将子元素上左挪回一半大小*/
  left: 50%;
  top: 295%;
  transform: translateX(-50%) translateY(-80%);
}

