
main {
	padding: 0;
	margin: 0;
	font-size: 16px;
background-image:url(/img/haibeiload_bg.png);
    background-position:center center;
  background-repeat:no-repeat;
	color: #fff;
    position:fixed;
    width:100%;
    height:100%;
    z-index: 9999999;
}

.loding{
   width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 10%;
  text-align: center;
}


.loding img{width:100px; margin:0px auto;}

.loding .ball-pulse{
    text-align: center;
    margin-top: 50px;
}

@-webkit-keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }




.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.05);
          animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.05); }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.05);
          animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.05); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.05);
          animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.05); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.05);
          animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.05); }

.ball-pulse > div {
  background: linear-gradient(to top right, #F28952 0%, #E46438 25%, #DD5035 100%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: -5px;
  margin-left: 5px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }