@charset "utf-8";
/* CSS Document */

body {
	color: #fff;
	margin: 0 ;
	padding: 0;
}
.loding { 
    width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 80;
	position: absolute;
	/* background-color: rgba(17, 16, 16,.3); */
	background-image: url(../img/bg.png);
	 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: left bottom;
 background-size: cover;
	}
#tim {
	padding-top: 60%;
	width: 100px;
}