*{margin:0;padding:0}
body{padding:0;margin:0;position:relative;}
body, html{ height:100%; width:100%; } 
#loading {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;background:#fff;}
#loading span {width:100%;position:absolute;top:46%;left:0;right:0;margin:0 auto;text-align:center;color: #333;text-shadow: #ccc 1px 1px 1px;font-size: 14px;}
#center {width:100%;position:absolute;top:41%;left:0;right:0;margin:0 auto;text-align:center;}
#center div {display:inline-block;width:10px;height:10px;border-radius:50px;margin-right:10px;background:#67CF22;-webkit-animation:load 1.6s ease infinite;}
#center div:last-child {margin-right:0px;}
@-webkit-keyframes load {0% {opacity:1;-webkit-transform:scale(1.6);}
100% {opacity:.1;-webkit-transform:scale(0);} }
#center div:nth-child(1) {-webkit-animation-delay:0.1s;}
#center div:nth-child(2) {-webkit-animation-delay:0.2s;}
#center div:nth-child(3) {-webkit-animation-delay:0.3s;}
#center div:nth-child(4) {-webkit-animation-delay:0.4s;}
#center div:nth-child(5) {-webkit-animation-delay:0.5s;}