

.archer {
  height: 1px;
  clear: both;
}
#loading_top{
	display:none;
}
#loading_page,#default_img {
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 13000;
  background-position: center center;
  opacity: 1; background:#fff;
	top:0;
}
.loading_page3 {
  position: fixed;
  top: 50%;
  width: 100%;
  height: 50%;
  overflow: hidden;
  z-index: 13000;
  cursor: pointer;
}
.loading_page2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#fff;
  animation-name: backbig;
  animation-duration: 5.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 1;
}
  @keyframes backbig {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  #loading_page.animation {
    animation-name: ani_move;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.86,0,.07,1);
  }
  
  @keyframes ani_move {
    0% {
 opacity: 1;
 z-index:999999;
    }
    100% {
 opacity: 0;
 z-index:-999999;
    }
  }

  .loading_logo {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    z-index: 13001;
    overflow: hidden;
  }
  .loading_logo2 {
    opacity: 0;
    animation-name: backbig2;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
.loading_logo2 img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 160px;
}
		
  @keyframes backbig2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


  .loading_title1 {
    position: absolute;
    width: 100%;
    bottom: 20%;
    text-align: center;
    z-index: 13001;
  }
  .loading_cycle {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid #FFF;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
  }

@media only screen and (min-width: 768px) {
  .loading_logo {
    top: 40%;
  }

  .loading_cycle {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1140px) {
  .loading_logo {
    top: 40%;
  }

  .loading_cycle {
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}


@media only screen and (max-width: 768px) {
.loading_logo{ padding:0 15%;top:38%; margin-left:0; text-align:center;left:0;}
.loading_logo2 img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 165px;
}
	

}