@charset "utf-8";


.fade-in-bottom.is-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition:all 1.5s cubic-bezier(0.160, 0.940, 0.800, 0.985);
}
.fade-in-right.is-show,
.fade-in-left.is-show {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition:transform .5s cubic-bezier(0.05, 0.7, 0.68, 1.01),
             opacity .7s cubic-bezier(0.87, 0.14, 0.86, 0.38);
}


