.ys-fadeup1{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.2s}
.ys-fadeup2{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.3s}
.ys-fadeup3{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.4s}
.ys-fadeup4{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.5s}
.ys-fadeup5{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.6s}
.ys-fadeup6{animation:ysfadeInUp .8s ease-in-out both;animation-delay:.7s}
.ys-fadein1{animation:fadeIn .8s ease-in-out both;animation-delay:.2s}
.ys-fadedown1{animation:fadeInDown .8s ease-in-out both;animation-delay:.2s}
.ys-fadeleft1{animation:fadeInLeft .8s ease-in-out both;animation-delay:.2s}
.ys-faderight1{animation:fadeInRight .8s ease-in-out both;animation-delay:.2s}
@-webkit-keyframes ysfadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes ysfadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}