body {
	margin:0 auto;
	padding:0;
	color:#02040B;
	font-size:16px;
	font-family: "微软雅黑";
	overflow:auto;
}
#content{
	padding:0px 300px;
}
.top-title1-div{
	padding:16px 0px;
}
.top-color{
}
.top-bar{
	background-color:#F6F6F6;
	/**
	background-image:url(./assets/bg.jpg);
	background-size: 100% 100%;
	*/
	width:100%;
	height:56px;
}
.top-bar-center-img{
	position:absolute;
	left:50%;
	margin-left:-123px;
	height:60px;
}
.top-title1{
	font-size:18px;
	color:#000000;
	margin-right:12px;
	padding-bottom:16px;
	cursor:pointer;
}

.top-title1-on{
	border-bottom:3px solid #C3002F;
}
.top-title1-off{
	color:#999999;
}

#top-title2-table{
	table-layout:fixed;
	width:100%;
	margin-top:18px;
	padding-bottom:12px;
	border-spacing:0px 0px;
	
}
.top-title2{
	color:#000000;
	margin-right:8px;
	padding:8px;
	cursor:pointer;
}

.top-title2-on{
	border-bottom:3px solid #C3002F;
}
.top-title2-off{
	border-bottom:3px solid #999999;
	color:#999999;
}

.top-title2-icon{
	height:20px;
	margin-right:6px;
	display:inline;
	margin-bottom:-2px;
}
#content-iframe{
	width:100%;
	height:calc(100vh - 210px);
	border:0;
	overflow:hidden;
}
#tree-iframe{
	width:100%;
	border:0;
	overflow-x:hidden;
	display:none;
	height:calc(100vh - 130px);
	margin-top:8px;
}

#pc-tree-bg{
	width:100%;
	table-layout:fixed;
}
#treeLevel1{
	background-color:#FAFAFA;
	overflow-y:auto;
	overflow-x:hidden;
	height:100vh;
}
#treeLevel2{
	background-color:#EEEEEE;
	overflow-y:auto;
	overflow-x:hidden;
	height:100vh;
}
.treeitem-content{
	display:flex;
	height:42px;
	align-items:center;
	padding-left:16px;
	cursor:pointer;
}
.leafitem-content{
	display:flex;
	height:42px;
	align-items:center;
	padding-left:48px;
	cursor:pointer;
}
.treeitem-font-red{
	color:#C3002F;
}
.treeitem-table{
	width:100%;
}
.treeitem-icon{
	height:12px;
}
.treeitem-line{
	background:#C3002F;
}
.treeitem-devide{
	height:1px;
	background:#E6E6E6;
	margin:0px 16px;
}
.treeitem-body-on{
	background:#FAF0F1;
}
#scroll-bar{
	width:4px;
	background:#ff0000;
}

#ifcontent-pc{
	position:absolute;
	top:0;
	z-index:999;
	display:none;
}
#iframebox-pc{
	border:none;
	height:97vh;
	width:100vw;
}

#close-img{
	width:24px;
	height:24px;
	right:0;
	position:absolute;
	z-index:100;
	margin:24px;
}
.statistics-filter-table{
	padding-top:16px;
	font-size:14px;
	height:48px;
}
.statistics-filter{
	display:flex;
	margin:4px;
	color:#232324;
	align-items:center;
}
.statistics-filter-title{
	margin-right:4px;
}
.statistics-filter-input{
	width:100px;
	border-radius:4px;
	border:1px solid #C3002F;
	padding:4px;
}
.statistics-filter-button{
	padding:4px 16px;
	color:#C3002F;
	border:1px solid #C3002F;
	border-radius:4px;
	cursor:pointer;
}
.statistics-filter-button:hover{
	background-color:#F1D8DD;
}
.statistics-body{
	overflow:auto;
	height:calc(100vh - 48px - 48px);
	
}
#statistics-result{
	font-size:14px;
	border-spacing:0;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	margin:8px;
	width:50vw;
}
#statistics-result tr:first-child{
	background-color:#C3002F;
	color:#ffffff;
}	
#statistics-result td{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:4px
}
.statistics-result-lv1{
	color:#C3002F;
	font-weight:bold;
	cursor:pointer;
	padding-left:8px;
}
.statistics-result-lv2{
	color:#C3002F;
	padding-left:36px;
	cursor:pointer;
}
.statistics-result-lv3{
	padding-left:72px;
}
#modelid{
	width:250px !important;
}


