*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	margin: 0 auto;
		
	background-color: #FFFFFF;
	font-size: 13px;				
}
#div_box{
	width: 100%;
	margin: 0 auto;
					
    background-color:#FFFFFF;
	position: relative;	
}
::-webkit-scrollbar {  
	width: 6px;} /*滚动槽 */
	::-webkit-scrollbar-track {   
	border-radius: 10px;
	}/* 滚动条滑权块 */
::-webkit-scrollbar-thumb {   
	border-radius: 10px;     
	background-color: #b9b9b9;
}
#div_top{
	width: 100%;
	height: 45px;
	
	background-color: #FFFFFF;
	text-align: center;
}
#div_top-1{
	float: left;
	width: 40%;
	height: 45px;
	line-height: 45px;
	text-align: left;
	margin-left: 10px;
}
#div_top-2{
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: right;
}
#div_top-2 svg{
	position: absolute;
	margin-top: 12px;
	margin-left: -30px;
}
.icon-ke{
	width: 1.5em;
	height: 1.5em;
}
#div_New{
	width: 100%;
	height: 70px;
	
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
}
#div_New-1{
	float: left;
	width: 20%;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
#div_New-2{
	float: left;
	width: 80%;
	height: 70px;
	font-weight: 600;
	font-size: 17px;
	line-height: 70px;
}
.icon-New{
	width:4.8em;
	height:4.8em;
}
#div_mgs{
	width: 100%;
	height: 660px;
	
	font-weight: 700;
	color: #B9B9B9;
	text-align: center;
	line-height: 660px;
}
#div_statusBar{
	width: 100%;
	
	height: 50px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #B9B9B9;
}
#div_statusBar1{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}
#div_statusBar1 a{
	text-decoration: none;
	color: #515151;
}
#div_statusBar2{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}
#div_statusBar2 a{
	text-decoration: none;
	color: #515151;
}
#div_statusBar3{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}
#div_statusBar3 a{
	text-decoration: none;
	color: #2492EB;
}
#div_statusBar4{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}
#div_statusBar4 a{
	text-decoration: none;
	color: #515151;
}
.icon-bottom{
	width: 1.6em;
	height: 1.6em;
}