@-webkit-keyframes xunlu-fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes xunlu-fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes xunlu-fade_in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes xunlu-fade_in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes xunlu-transform-x {
  0% {
    width: 0;
    opacity: 1;
    border-radius: 0;
  }
  70% {
    width: 65%;
    opacity: 1;
    border-radius: 0;
  }
  to {
    width: 65%;
    opacity: 1;
    border-radius: 0 0 0 100px;
  }
}
@keyframes xunlu-transform-x {
  0% {
    width: 0;
    opacity: 1;
    border-radius: 0;
  }
  70% {
    width: 65%;
    opacity: 1;
    border-radius: 0;
  }
  to {
    width: 65%;
    opacity: 1;
    border-radius: 0 0 0 100px;
  }
}

@keyframes gradientShift {
  0% {
      background-position: 0% 50%;
      transform: scale(1);
  }
  50% {
      background-position: 100% 50%;
      transform: scale(1.05);
  }
  100% {
      background-position: 0% 50%;
      transform: scale(1);
  }
}

@-webkit-keyframes ripple {
  0% { -webkit-transform: scale(1); }
  75% { -webkit-transform: scale(1.60); opacity: 1; }
  100% { -webkit-transform: scale(1.85); opacity: 0; }
}
@keyframes ripple {
  0% { transform: scale(1); }
  75% { transform: scale(1.60); opacity: 1; }
  100% { transform: scale(1.85); opacity: 0; }
}

[xunlu-animated],
.xunlu-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.xunlu-animated.xunlu-animated-short{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.xunlu-animate_fade_in_up {
  -webkit-animation-name: xunlu-fade_in_up;
  animation-name: xunlu-fade_in_up;
}
.xunlu-animate_transform-x {
  -webkit-animation-name: xunlu-transform-x;
  animation-name: xunlu-transform-x;
}
.xunlu-animate-fade_in {
  -webkit-animation-name: xunlu-fade_in;
  animation-name: xunlu-fade_in;
}
.xunlu-animate_delay1 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.xunlu-animate_delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.xunlu-animate_delay3 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.xunlu-animate_delay4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.xunlu-animate_delay5 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.xunlu-animate_delay6 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.xunlu-animate_delay7 {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.xunlu-animate_delay8 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.xunlu-animate_delay9 {
  -webkit-animation-delay: 1.349s;
  animation-delay: 1.349s;
}
.xunlu-animate_delay10 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.xunlu-animate_delay15 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
