*{ margin:0; padding:0;}
html{
	width: 100%;
	height: 100%;
    font-size:16px;
    font-family: PingFangSC-Regular,PingFangSC,'黑体';
}
body{
    font-size:16px;
    color: #1a1a1a;
    background: #e5e5e5;
	height: 100%;
	width: 100%;
}
a{
    color:#026096;
    text-decoration: none;
}
li{list-style: none;}

/*顶部*/
.main_layout{
	width: 100%;
	height: 100%;
	position: relative;
}
header{
    text-align: center;
    line-height: 70px;
	height: 70px;
    color:#fff;
    font-size: 16px;
    background:#1c6fa8;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
}
header .head{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
header .logo{
	background-color: #2482c2;
	width: 180px;
	background-image: url(../image/logo_1@3x.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	position: relative;
}
header .setConfig{
	background-color: #2482c2;
	padding: 0 30px;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
header .setConfig span{
	font-size: 22px;
	position: relative;
	top: 2px;
}
header .setConfig::after{
	position: absolute;
	left: -30px;
	top: 0;
	content: "";
	border-top: 70px solid transparent;
	border-right: 30px solid #2482c2;
}
header .logo::after{
	position: absolute;
	right: -30px;
	top: 0;
	content: "";
	border-bottom: 70px solid transparent;
	border-left: 30px solid #2482c2;
}
.main{
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	left: 15px;
	top: 85px;
	right: 15px;
	bottom: 15px;
}
.nav{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px;
	align-items: center;
	height: 49px;
}
.nav ul{
	display: flex;
	justify-content: left;
}
.nav ul li{
	line-height: 47px;
	border-bottom: 2px solid transparent;
	padding: 0 8px;
	margin-right: 20px;
}
.nav ul li a{
	display: block;
	color: #1a1a1a;
}
.nav ul li.cur{
	border-bottom: 2px solid #026096;
}
.nav ul li.cur a{
	color: #026096;
}
.nav .refresh,
.nav .back{
	border: none;
	background-color: #026096;
	color: #FFFFFF;
	height: 34px;
	padding: 0 16px;
	border-radius: 4px;
	cursor: pointer;
}
.main_content{
	padding: 5px 15px;
	flex-grow: 1;
	height: calc(100% - 65px);
	overflow-y: auto;
}
.empty{
	text-align: center;
	margin-top: 100px;
	color: #999;
}
.empty span{
	font-size: 48px;
	color: #999;
}

.chart_box{
	width: 100%;
	margin-top: 20px;
}
.chart_flow,
.chart_volume{
	width: 40%;
}
.level_box{
	color: #026096;
	width: 20%;
}
.level_box .level{
	padding: 30px 0;
}
.level_box p{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.level_box h1{
	font-size: 36px;
	text-align: center;
}

/* 配置设备弹窗 */
.box{
	padding: 15px;
}
.box section{
	margin-bottom: 20px;
	line-height: 26px;
}
.box section:last-child{
	margin-bottom: 0;
}
.box .step{
	background-color: #ff928a;
	font-weight: bold;
	padding: 10px;
	border-radius: 4px;
}
.box .title{
	border-bottom: 1px solid #e5e5e5;
	line-height: 32px;
	height: 32px;
}
.box .title span{
	line-height: 30px;
	border-bottom: 2px solid #026096;
	padding: 0 5px;
	display: inline-block;
}
.box .content{
	padding: 15px 10px;
}
.box .content p{
	font-weight: bold;
	font-size: 17px;
	line-height: 30px;
}
.box .content span{
	margin-right: 100px;
}
.box .content .userInfo{
	margin-bottom: 20px;
}
.box .content table{
	width: 100%;
}
.box .content table td{
	line-height: 30px;
}

.layui-layer-title{
	font-size: 16px;
}