@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	background: #375ce9;
}
html,body{
	width: 100%;
    height: 100%;
}
#main{
	width:100%;
	height:100%;
	background: url(../images/jqqd_bg.png) center center no-repeat;
}

#tj{
	display:none;
}
