select{
    border: none;
}

.power_home_box{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    background: #f0f0f0;
    height: 500px;
    height: auto;
}
.power_home_box .facility_head{
    width: 95%;
    margin: 0 auto;
    min-height: 300px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    margin-top: 10px;
}
.power_home_box .facility_head .facility_head_left{
    flex: 3;
    display: flex;
    margin-right: 10px;
    max-width: 337px;
}
.power_home_box .facility_head .facility_head_right{
    flex: 8;
    display: flex;
}
.power_home_box .facility_head .facility_head_module{
    flex: 1;
    height: 100%;
    min-height: 365px;
    background: white;
    margin-right: 10px;
}
.power_home_box .facility_head .facility_head_module .facility_head_title{
    height: 30px;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}
.power_home_box .facility_head .facility_head_module:last-child{
    margin-right: 0px;
}
.power_home_box .facility_head .facility_head_module .facility_head_chart{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data div{
    display: flex;
    width: 90%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data div span:nth-child(1){
    color: #999999;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data div span:nth-child(2){
    font-weight: bold;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data div:nth-child(1){
    border-top: 1px solid #cccccc;
}
.power_home_box .facility_head .facility_head_module  .facility_head_data div:nth-child(2){
   border-top: 1px solid #cccccc;
}
.power_home_box .facility_head .facility_head_module:nth-child(1) .facility_head_chart .cell_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}
.power_home_box .facility_head .facility_head_module:nth-child(1) .facility_head_chart .cell_left span:nth-child(1) {
    font-size: 18px;
    color: #666666;
}
.power_home_box .facility_head .facility_head_module:nth-child(1) .facility_head_chart .cell_left span:nth-child(2) {
    font-size: 32px;
    color: #01CB01;
    /* margin: 4px 0; */
    font-weight: bold;
}
.power_home_box .facility_head .facility_head_module:nth-child(1) .facility_head_chart .cell_left span:nth-child(4) {
    display: flex;
    font-size: 18px;
    color: #01CB01;

}
.power_home_box .power_table {
   width: 95%;
   height: 235px;
   margin: 0 auto;
   margin-top: 15px;
   background:	#f0f0f0;
   display: flex;
   justify-content: center;
   align-items: center;
}
.power_home_box .power_total_table{
    height: 285px;
}
.power_home_box .power_table .power_table_head_left{
    flex: 3;
    max-width: 337px;
    background: white;
    height: 100%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.power_home_box .power_table .power_table_head_left p{
    width: 95%;
    display: flex;
    margin-bottom: 15px;
}
.power_home_box .power_table .power_table_head_left p:nth-child(1){
    height: 160px;
    margin-top: 10px;
}
.power_home_box .power_table .power_table_head_left p ._title {
    flex: 2;
    text-align: center;
}
.power_home_box .power_table .power_table_head_left p span:nth-child(2) {
    flex: 5;
    line-height: 20px;
}
.power_home_box .power_table .power_table_left{
    flex: 3;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-right: 1%;
    max-width: 337px;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}

.power_home_box .power_table .power_table_left .power_table_list{
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.power_home_box .power_table .power_table_left .power_table_list li{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.power_home_box .power_table .power_table_left .power_table_list li div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    position: relative;
}
.power_home_box .power_table .power_table_left .power_table_list li div p{
    width: 60%;
    text-align: center;
    min-width: 140px;
}
.power_home_box .power_table .power_table_left .power_table_list li:nth-child(1) div:nth-child(1)::after{
   content: '';
   position: absolute;
   width: 1px;
   height: 80%;
   right: 0;
   bottom: 0;
   background: #dddddd;
}
.power_home_box .power_table .power_table_left .power_table_list li:nth-child(1) div:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 75%;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #dddddd;
 }
 .power_home_box .power_table .power_table_left .power_table_list li:nth-child(2) div:nth-child(2)::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    left: -1px;
    top: 0;
    background: #dddddd;
 }
 .power_home_box .power_table .power_table_left .power_table_list li:nth-child(2) div:nth-child(2)::before{
     content: '';
     position: absolute;
     width: 75%;
     height: 1px;
     left: 0;
     top: -1px;
     background: #dddddd;
  }
.power_home_box .power_table .power_table_left .power_table_list li div p:nth-child(1){
  font-size: 16px;
  margin-bottom: 5px;
}
.power_home_box .power_table .power_table_left .power_table_list li div p:nth-child(2){
    color: #cccccc;
    margin-top: 5px;    
}
.power_home_box .power_table .power_table_right{
    flex: 8;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.power_home_box .power_table .power_table_right .total_box{
    flex: 1;
    height: 100%;
    background: white;
    margin-right: 1%;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.power_home_box .power_table .power_table_right .total_box:last-child{
    margin-right: 0px;
}
.power_home_box .power_table .power_table_right .total_box .total_box_head{
   width: 100%;
   height: 50%;
   background:#68c1b6;
   display: flex;
   justify-content: center;
   align-items: center;
}
.power_home_box .power_table .power_table_right .total_box .total_box_head_red{
    background:#FF7D6D;
 }
 .power_home_box .power_table .power_table_right .total_box .total_box_head_blue{
    background: #9ecb68;
 }
 .power_home_box .power_table .power_table_right .total_box .total_box_head_green{
    background: #7b95bb;
 }
 .power_home_box .power_table .power_table_right .total_box .total_box_head_brown{
    background: #F3BE1B;
 }
.power_home_box .power_table .power_table_right .total_box .total_box_foot{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .linellae{
    width: 25%;
    height: 2px;
    background:#68c1b6;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .linellae_red{
    background:  #ff4361;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .linellae_blue{
    background: #9ECB68;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .linellae_green{
    background:  #7b95bb
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .linellae_brown{
    background: #F3BE1B;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot .num{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 18px;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot  p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
}
.power_home_box .power_table .power_table_right .total_box .total_box_foot  p .total_arrow{
    margin: 0 6px;
    margin-bottom: 4px;
}
.power_home_box .power_table .power_table_right .cricle_table{
    flex: 1;
    height: 100%;
    background: white;
    margin-right: 1%;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.power_home_box .power_table .power_table_right .cricle_table:last-child{
    margin-right: 0%;
}
.power_home_box .power_table .power_table_right  .circle_box{
    margin: 0 auto;
    margin-top: 15px;
}
.power_home_box .power_table .power_table_right .cricle_table_foot{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: 10px;;
}
.power_home_box .power_table .power_table_right .cricle_table_foot p{
    min-width: 140px;
    text-align: center;
}
.power_home_box .power_table .power_table_right .cricle_table_foot p:nth-child(1){
    font-weight: 19px;
    margin-bottom: 10px;
    font-weight: bold;
}
.power_home_box .power_table .power_table_right .cricle_table_foot p:nth-child(2){
   color: #cccccc;
}

.power_home_box .power_foot_table{
    width: 95%;
    min-height: 360px;
    height: auto;
    margin: 15px auto;
    background:	#f0f0f0;
    display: flex;
    justify-content: center;
}
.power_home_box .power_foot_table .power_foot_table_left,.power_home_box .power_foot_table_earnings {
    /* display: none; */
}
.power_home_box .power_foot_table .power_foot_table_left{
  flex: 3;
  max-width: 337px;
  
  /* height: 390px; */
  margin-right: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
/*   background: white;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05); */
}
.power_home_box .power_foot_table .power_foot_table_left>div{
  background: white;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_top>p{
    width: 90%;
    margin: 15px auto;
    display: flex;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_top>p>._title{
    flex: 2;
    text-align: left;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_top>p>span:nth-child(2){
    flex: 5;
    line-height: 20px;
    text-align: right;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_top>p:nth-child(1) {
    height: 160px;
  /* margin-top: 10px; */
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_top>p:nth-child(2){
    /* margin: 15px 0; */
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom{
	width: 100%;
	margin-top: 15px;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>p,
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>div {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>p,
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>.iot_pie_box {
	border-bottom: 1px solid #bcbcbc;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>p{
	padding-bottom: 12px;
	font-weight: 600;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom>p>span:nth-child(2){
    flex: 5;
    text-align: right;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment{
	width: 50%;
	margin: 0 5%;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2px 0;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li>span:nth-child(1){
	width: 20px;
	height: 10px;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li>span:nth-child(3){
	font-weight: 600;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li:nth-child(1)>span:nth-child(1){
	background: #4D99F8;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li:nth-child(2)>span:nth-child(1){
	background: #A9D62D;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li:nth-child(3)>span:nth-child(1){
	background: #FF4747;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li:nth-child(4)>span:nth-child(1){
	background: #FBC610;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_comment>li:nth-child(5)>span:nth-child(1){
	background: #B2B2B2;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_pie{
	width: 40%;
	height: 120px;
	position: relative;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_pie_box .iot_pie>span{
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box{
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 0;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel{
	width: 90%;
	display: block;
	margin: 10px auto 15px;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel>a{
	cursor: pointer;
}
/* .iot_data_box .iot_data_pannel>div{
	display:none;
} */
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel>div>p{
	margin: 7px 0;
	width: 100%;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel a{
	color: #000;
	font-weight: 600;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel a i{
	float: right;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel>div>p>span:nth-child(2){
	float: right;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel .month_flow>span:nth-child(2)>i{
	font-style:normal;
	color: #2DBCFF;
	font-weight: 600;
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel .used-flow>span:nth-child(1){
	width: 80%;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;	
	background: #D2D2D2
}
.power_home_box .power_foot_table .power_foot_table_left .power_foot_table_left_bottom .iot_data_box .iot_data_pannel .used-flow>span>span{
	background: -moz-linear-gradient(to right, #54AEFA 0%, #54DEF2 100%);
    background: -o-linear-gradient(to right, #54AEFA 0%, #54DEF2 100%);
    background: -ms-linear-gradient(to right, #54AEFA 0%, #54DEF2 100%);
	background: linear-gradient(to right, #54AEFA 0%, #54DEF2 100%);
	height: 10px;
	border-radius: 5px;
	display: block;
}
.iot_data_pannel .addFlow{
	background: #FF4747;
	color: #fff;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 33px;
}
.power_home_box .power_foot_table .power_foot_table_earnings{
    flex: 3;
    max-width: 337px;
    background: white;
    height: 360px;
    margin-right: 1%;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head{
    width: 90%;
    margin:  0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 27px;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    flex:1;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right p{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;

}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right p:nth-child(1){

  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right p:nth-child(2){

    padding-top: 8px;
  }
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right p span:nth-child(1){
    color: #cccccc;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_head .earnings_head_right p span:nth-child(2){
    font-size: 18px;
}


.power_home_box .power_foot_table .power_foot_table_earnings .earnings_center{
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_center div:nth-child(1){
    margin-bottom: 15px;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_foot{
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_foot p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_foot p span:nth-child(1){
    color: #cccccc;
    margin-bottom: 10px;
}
.power_home_box .power_foot_table .power_foot_table_earnings .earnings_foot p span:nth-child(2){
    font-size: 18px;
}
.power_home_box .power_foot_table .power_foot_table_right{
    flex: 8;
    background: white;
    min-height: 360px;
    height: auto;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}
.power_home_box .power_foot_table .power_foot_table_right .chart_head{
    width: 95%;
    min-height: 80px;
    height:80px !important; 
    height:auto; 
    overflow:visible;  
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;   
}
.power_home_box .power_foot_table .power_foot_table_right .chart_head2{
    width: 100%;
    border-bottom: 15px solid #f0f0f0; 
}
.power_home_box .power_foot_table .power_foot_table_right .head_title{
    background: #49c7ff;
    width: 100px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.5%;
    margin-top: 15px;

}
.power_foot_table .power_foot_table_right .chart_head .chart_head_left{
  flex: 6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_left .head_title{
    background: #49c7ff;
    width: 100px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_left .select_define{
    width: auto;
    /* border: 1px solid #cccccc; */
    height: 38px;
    margin-right: 8px;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_left .select_define select{
    background-color: #49c7ff;
    color: white;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_left .select_define .fill_triangle_down{
    top: 17px;
    border-color: white transparent transparent;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_right{
    flex: 1;
    min-width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_right span{
    color: #cccccc;
}



.power_foot_table .power_foot_table_right .chart_head .chart_head_right .select_define{
  flex: 1;
  /* border: 1px solid #cccccc; */
  height: 36px;
  max-width: 250px;
  
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_right .select_define select{
    padding-left: 2px;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_right .select_define .fill_triangle_down{
    top: 15px;
}


.power_home_box .power_center_table{
    width: 95%;
    min-height: 290px;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    background:	#f0f0f0;
    display: flex;
    justify-content: center;
}
.power_home_box .power_center_table  .power_center_table_left{
    flex: 3;
    max-width: 337px;
    min-height: 360px;
    background: white;
    height: 100%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.power_home_box .power_center_table .power_center_table_left p{
    width: 95%;
    display: flex;
    margin-bottom: 15px;
}
.power_home_box .power_center_table .power_center_table_left p ._title{
    flex: 2;
    text-align: center;
}
.power_home_box .power_center_table .power_center_table_left p span:nth-child(2){
    flex: 5;
    line-height: 20px;
}
.power_home_box .power_center_table .power_center_table_left p:nth-child(1) {
  height: 160px;
  margin-top: 10px;
}
.power_home_box .power_center_table .power_center_table_left p:nth-child(2){
    margin: 15px 0;
} 




.power_home_box .power_center_table  .power_center_table_right{
    flex: 8;
    background: white;
    height: 100%;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.power_home_box .power_center_table  .power_center_table_right .power_center_table_right_head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    font-weight: bold;
    font-size: 18px;
    padding-left: 2.5%;
}






/* //交流耦合部分 */

.power_home_box .power_center_table  .power_center_table_right .sketch_coupling_map{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 100%;
    color: #252525;
}



.power_foot_table_left_box{
    flex: 3;
    max-width: 337px;
    min-height: 360px;
    height: auto;
    margin-right: 1%;
    display: flex;
    flex-direction: column;

}
.power_foot_table_left_cell{
  background: white;
}
.power_foot_table_left_cell .cell_head{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.power_foot_table_left_cell .cell_head div:nth-child(1){
    margin-right: 8%;
}
.power_foot_table_left_cell .cell_head div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}
.power_foot_table_left_cell .cell_head div:nth-child(2) span:nth-child(1){
   font-size: 18px;
   margin-bottom: 6px;
   
  
}
.power_foot_table_left_cell .cell_head div:nth-child(2) span:nth-child(2){
    font-size: 32px;
    margin-top: 6px;
    color: #01CB01;
   
 }
.power_foot_table_left_cell .cell_center{
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
}
.power_foot_table_left_cell .cell_center:last-child{
    margin-bottom: 15px;
}
.power_foot_table_left_cell .cell_center div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.power_foot_table_left_cell .cell_center div span:nth-child(1){
    margin: 15px 0;
    color: #cccccc;
    max-width: 100%;
    word-wrap: break-word;
}
.power_foot_table_left_cell .cell_center div span:nth-child(2){
    font-size: 16px;
}

.power_foot_table_left_income{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    background: white;
    flex-direction: column;
}
.power_foot_table_left_income .income_head{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.power_foot_table_left_income .income_head span:nth-child(1){
    font-size: 18px;
}

.power_foot_table_left_income .income_center{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    margin-top: 15px;
}
.power_foot_table_left_income .income_center:nth-child(1){
    margin-top: 0;
}
.power_foot_table_left_income .income_center:last-child{
    margin-bottom: 15px;
}
.power_foot_table_left_income .income_center div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.power_foot_table_left_income .income_center div span:nth-child(1){
    margin: 15px 0;
    color: #cccccc;
    max-width: 100%;
    word-wrap: break-word;
}
.power_foot_table_left_income .income_center div span:nth-child(2){
    font-size: 16px;
}
/* //修改echart头部 */
.power_foot_table .power_foot_table_right .chart_head .chart_head_define_right{
    justify-content:flex-start;
    margin-left: 2.5%;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_define_right .table_img_name{
    font-weight: bold;
    font-size: 18px;
    color: #252525;
}
.power_foot_table .power_foot_table_right .chart_head .chart_head_define_left{
    justify-content:flex-end;
}

.address_box{
    width: 95%;
    margin: 0 auto;
    height: 280px;
    position: relative;
    margin-top: 15px;
    background:rgba(255,253,252,1);
    box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius:5px;
    display: flex;
    align-items: center;
    color: #4C4C4C;
}
.address_box .address_left{
    flex: 1;
    display: flex;
    height: 100%;
    width: 400px;
    padding: 10px;;
}
.address_box .address_left img{
    width: 100%;
}
.address_box .address_right{
    flex: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0;
}
.address_box .address_right .num{
    font-size: 24px;
    font-weight: bold;
}
.address_box .address_right .address_line{
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 5%;

}
.address_box .address_right .address_line .address_msg{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    margin-left: 48px;
    margin-right: 48px;
}
.address_box .address_right .address_line:last-child{
    border: none;
}
.address_box .address_right .address_line p{
    display: flex;
    flex: 1;
    align-items: center;
}

.address_box .address_right .address_line .create_time_num{
    margin-left: 40px;
}
.address_box .address_right .address_line  .create_time{
    border: none;
}
.address_box .address_right .address_line  .contact_number{
    border: none;
    margin-left: 95px;
}

.iot_data_box .selectIot{
	margin-top: 10px;
	width: 100%;
}
.iot_data_box .iot_select{
	margin-top: 10px !important;
}
.iot_data_box .selectIot ul{
	width: 100%;
	max-height: 150px;
	overflow-y: scroll;
}
.iot_data_box .selectIot ul li{
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	padding: 0 10px;
}
.iot_data_box .selectIot ul li:hover{
	background: #DADADA
}
.iot_data_box .selectIot button{
	width: 100%;
	height: 40px;
	border: 0px;
	font-weight: 600;
    text-align: left;
    padding: 8px 12px;
}
.iot_data_box .selectIot button i{
	float: right;
	
}
.iot_data_box .selectIot button:hover, .iot_data_box .selectIot button:focus{
	background: #fff;
	box-shadow: none;
}
.normal_data{
	color: #2DBCFF;
}
.warning_data{
	color: #FF4747;
}
/* .iot_data_box .choose_box{
    position: relative;
    min-width: 164px;
    height: 42px;
    line-height: 42px;
    padding-right: 14px;
    border:1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    z-index: 99999;
    background: white;
    cursor: pointer;
}
.iot_data_box .choose_box .choose_arrows {
    position: absolute;
    right: 12px;
    top: 17px;
    width: 13px;
    height: 8px;
    border: none;
    background: url(../../img/YW/new/down-gery.png) no-repeat;
    background-size: cover;
}
.iot_data_box .choose_box .choose_list {
    width: 100%;
    min-height: 42px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 45px;
    border-radius: 5px;
    background: #FAFAFA;
    z-index: 999999;
    border: 1px solid #cccccc;
    max-height: 252px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.iot_data_box .choose_box .choose_list li {
    width: 100%;
    min-height: 42px;
    height: 42px !important;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.iot_data_box .choose_box .choose_list li .list_text {
    flex: 1;
    word-wrap: break-word;
    display: flex;
    text-align: 16px;
    line-height: 16px;
} */