.bounceInLeft{
    animation:bounceInLeft 1s;/*调用css动画*/
    -webkit-animation:bounceInLeft 1s;/* Safari and Chrome */
}
.bounceInRight{
    animation:bounceInRight 1s;/*调用css动画*/
    -webkit-animation:bounceInRight 1s;/* Safari and Chrome */
}
.bounceInDown{
    animation:bounceInDown 1s;/*调用css动画*/
    -webkit-animation:bounceInDown 1s;/* Safari and Chrome */
}
.bounceInUp{
    animation:bounceInUp 1s;/*调用css动画*/
    -webkit-animation:bounceInUp 1s;/* Safari and Chrome */
}
