/* CSS Document */



#particles-js{ 
    position: absolute;
    z-index: 0;

	width: 100%;
	height: 100%;
	background-color:#151744;/*背景色*/
}

#wrapper{
	position: relative;
	z-index: 1;
	width:100%;
	height: 100%;
}
