﻿*{
    margin: 0;
    padding: 0;
    font-family: Adobe Heiti Std R;
    color:#5B4D4D;
}
body{
	height: 100%;
	width: 100%;
}
input::-webkit-input-placeholder{
    font-size: 12px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 12px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 12px;
}
input{
    caret-color:#3699FF;
}
.layui-form-select dl dd.layui-this{
    background-color: white;
    color: black;
}
.layui-form-select .layui-input{
    border: none;
    outline: none;
    border-bottom: 1px solid #C4C4C4;
}
span{
    display: inline-block;
}
.layui-table th,.layui-table tr{
    text-align: center;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
 .layui-table td{
    border: none;
    border-bottom: 1px solid#EEEEEE;
    color: #808080;
    font-size: 12px;
}
 .layui-table thead tr{
    background:rgba(247,247,247,1);
}
.correct{
    width: 23px;
    height: 23px;
    background: url(../image/ok.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.error{
    width: 23px;
    height: 23px;
    background: url(../image/no.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.warn{
    width: 23px;
    height: 23px;
    background: url(../image/warn_new.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.foot_box{
    margin-top: 80px;
    width: 100%;
    height: 60px;
    min-width: 900px;
    display: flex;
    justify-content: center;   
    position: relative;
    border-top: 1px solid rgba(191,191,191,1);
    overflow: hidden;
}
.foot_box .foot_box_in{
    width: 80%;
    min-width: 700px;
    display:flex;
    justify-content: space-between;
    margin-top: 15px;
    
}
.foot_box .foot_box_in div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.tel{
    width: 30px;
    height: 26px;
    background: url(../image/tel.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}
.home{
    width: 30px;
    height: 26px;
    background: url(../image/home.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}
.mail{
    width: 32px;
    height: 26px;
    background: url(../image/mail.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.foot_box{
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 100;
 }

/**
.head_box{
    width: 100%;
    height: 80px;
    min-width: 900px;
    background: linear-gradient(to right,RGBA(255, 134, 89, 0.3),RGBA(255, 51, 79, 0.3) );
    display: flex;
    justify-content: center;

}


.head_box .head_box_in{
    min-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_box .logo{
   width: 180px;
   height: 50px;
   background: url(../image/saj.png) no-repeat;
   background-size: cover;
}
.head_box .head_right{
    width: auto;
    min-width: 131px;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_box .head_right .user{
   margin-right: 8px;
}
.head_box .head_right .user span:nth-child(2){
   color: #3F9CE3;
}
.head_box .nav_box span{
  display: inline-block;
  font-size: 22px;
  width: 146px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.head_box .nav_active:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    padding: 1.5px 36px;
    background: RGBA(254, 86, 33, 1);
    position: absolute;
    top: 30px;
    left: 36px
}
.head_box .nav_box span:nth-child(1){
    color:RGBA(176, 176, 176, 1);

}
.head_box .nav_box span:nth-child(2){
    color:RGBA(176, 176, 176, 1);
}
.head_box .nav_box .nav_active{
    color: RGBA(254, 86, 33, 1) !important;
}
.head_box .head_right{
    cursor: pointer;
}
.head_box .head_right .arrows_dowm{
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/white_arrows_down.png) no-repeat;
    background-size: cover;
}
.head_box .head_right .arrows_up{
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/white_arrows_up.png) no-repeat;
    background-size: cover;
}
*/
.head_box{
    width: 100%;
    height: 62px;
    min-width: 900px;
    background: #fff;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.head_box_ul{
	list-style:none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
.head_box_ul>li{
	height: 62px;
	line-height:62px;
	border-right: 1px solid #DADADA;
	box-sizing: border-box;
}
.head_box_li_big{
	position: absolute;
    left: 480px;
    right: 300px;
    height: 100%;
    min-width: 120px;
    display: inline;
}
.head_box_li_middle{
	width: 160px;
}
.head_box_li_small{
	width: 70px;
}
.head_box_li_left{
	float: left;
}
.head_box_li_right{
	float: right;
}
.head_box_title{
	background: #787878 !important;
	display: flex;
    justify-content:center;
    align-items:Center;
	/*
	color: #fff !important;
	font-size: 24px !important;
	*/
}
.head_box_title>span{
	display: inline-block;
    width: 105px;
    height: 25px;
	background: url(../image/logo_Designer.png) no-repeat;
}
.head_box .logo{
	display: flex;
    justify-content:center;
    align-items:Center;
    border-right: 0px;
}
.head_box .logo>span{
	display: inline-block;
	width: 126px;
    height: 35px;
	background: url(../image/saj.png) no-repeat;
}
.head_box_ul li span{
	align: center;
	vertical-align:middle;
}

.head_box_ul .head_search{
	width: 60%;
}
.head_box_ul .head_search input{
	border: none;
	height: 30px;
	width: 100%;
}
.head_icons{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size:cover;
	margin: 0 15px 0 22px;
}
.head_list_img{
	background: url(../image/list_icon.png) no-repeat;
}
.head_module_img{
	background: url(../image/pv_icon.png) no-repeat;
}
.head_search_img{
	background: url(../image/search_icon.png) no-repeat;
}
.head_logout_img{
	background: url(../image/lagout.png) no-repeat;
}
.head_user_img{
	background: url(../image/user.png) no-repeat;
}
.nav_active{
	border-bottom: 4px solid #FF5C5C;
}
.content_box{
	width: 100%;
	height: 100%;
	overflow: auto;
    box-sizing: content-box;
    display: flex;
    min-height: 100%;
}
.content_left{
	width: 160px;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	border:1px solid rgba(218,218,218,1);
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	position: fixed;
	left: 0;
	top: 67px;
}
.content_right{
   	position: absolute;
   	left: 160px;
   	top: 67px;
    box-sizing: border-box;
    width:calc(100% - 160px);
    box-sizing: border-box;
}
.side_bar{
	list-style:none;
	width: 160px;
	height: 100%;
}
.side_bar li{
	width: 160px;
	height: 64px;
	border-bottom: 1px solid #DADADA;
	line-height: 64px;
}
.side_bar li span{
	align: center;
	vertical-align:middle;
	color:  #D9D9D9;
}
.side_bar li span:nth-child(1){
	width: 20px;
	height: 20px;
	margin: 0 5px 0 6px;
	background-size:cover;
}
.side_bar li .side_bar_new_img{
	background: url(../image/greate_g_icon.png) no-repeat;
}
.side_bar li .side_bar_pv_img{
	background: url(../image/PV_g_icon.png) no-repeat;
}
.side_bar li .side_bar_temp_img{
	background: url(../image/temperature_g_icon.png) no-repeat;
}
.side_bar li .side_bar_inv_img{
	background: url(../image/inverter_g_icon.png) no-repeat;
}
.side_bar li .side_bar_sum_img{
	background: url(../image/export_g_icon.png) no-repeat;
}
 .lang{
    position: relative;

}
.lang .select_box{
  display: none;
  position: absolute;
  background: white;
  width: 45px;
  border-radius: 4px;
  text-align: center;
  top: 20px;
  cursor: pointer;
}
 .lang .select_box span{
    color: black;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}
 .lang .select_box::after{
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    position: absolute;    
    width: 0;
    left: 20px;
    top: -5px;
}



.option{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alter{
  width: 16px;
  height: 16px;
  background: url(../image/alter.png) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.delete{
    width: 16px;
    height: 16px;
    background: url(../image/delete.png) no-repeat;
    background-size: cover;
    margin-left: 8px;
}
/* 分页样式 */
.layui-laypage a{
    background-color: #323F4D;
    color: white;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    margin: 0 6px;
}
.layui-laypage a:hover{
    color: white;
}
.layui-laypage span{
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.layui-laypage>a:first-child, .layui-laypage>a:last-child em{
    border-radius: 4px;

}
.layui-laypage>a:first-child{
    background: url(../image/pre.png)  no-repeat;
    background-size: cover;
    border: none;
    width: 32px;
    height: 32px;
}
.layui-laypage>a:last-child {
    background: url(../image/next.png)  no-repeat;
    background-size: cover;
    border: none;
    width: 32px;
    height: 32px;
}
.layui-laypage-em{
    border-radius: 6px;
}

/* 弹窗样式修改 */
/* 弹窗样式 */

.my_skin .layui-layer-title{
    background: white;
    border: none;
}
.my_skin .layui-layer-title{
    font-size: 24px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
}

.no_data_content{
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center
}
.no_data_content .no_data_add{
	padding: 10px;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-weight: bold;
}
.no_data_content .no_data_add span{
	width: 24px;
    height: 24px;
    background: url(../image/greate_red_icon.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.scrollTable tbody {
	display:block;
	max-height:550px;
	overflow-y:scroll;
}
.scrollTable thead,.scrollTable tbody tr {
	display: table;
	width:100%;
	table-layout:fixed;
}
.scrollTable tr th:nth-child(1), .scrollTable tr td:nth-child(1){
	width: 140px;
}
.scrollTable thead {
	width: calc( 100% - 1em );
	box-shadow: none;
}
.scrollTable thead tr{
	box-shadow: none !important;
}
.scrollTable{
	background: #D3CEE0;
}
