.sp01{stroke: #BB2211; stroke-width:50; fill:none;}

@keyframes sp-push1{
    0%{translate: 0 0}
    25%{translate: -7% 5%}
    50%{translate: 0 0}
    75%{translate: -18% 15%}
    100%{translate: 0 0}
}
.flsc:hover .sp-push1{animation:sp-push1 4s 800ms 1;}

@keyframes sp-push2{
    0%{translate: 0 0}
    25%{translate: 7% -5%}
    50%{translate: 0 0}
    75%{translate: 16% -13%}
    100%{translate: 0 0}
}
.flsc:hover .sp-push2{animation:sp-push2 4s 800ms 1;}


@keyframes sp-edge1{
    0%{translate: 0 0}
    60%{translate: 0 0}
    75%{translate: -4% 4%}
    100%{translate: 0 0}
}
.flsc:hover .sp-edge1{animation:sp-edge1 4s 800ms 1;}

@keyframes sp-edge2{
    0%{translate: 0 0}
    60%{translate: 0 0}
    75%{translate: 4% -4%}
    100%{translate: 0 0}
}
.flsc:hover .sp-edge2{animation:sp-edge2 4s 800ms 1;}