*{
    margin: 0;
    padding: 0;
}
img{
    position: absolute;
}
.div0{
    width: 980px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

#text11{
    left: 91px;
    top: 9px;
    z-index: 2;
    animation-name: text11;
}
#text12{
    left: 456px;
    top: 15px;
    z-index: 2;
    animation-name: text12;
}
#text13{
    left: 575px;
    top: 13px;
    z-index: 2;
    animation-name: text13;
}


#text21{
    left: 34px;
    top: 0px;
    z-index: 2;
    animation-name: text21;
}
#text22{
    left: 269px;
    top: 8px;
    z-index: 2;
    animation-name: text22;
}
#text23{
    left: 875px;
    top: 8px;
    z-index: 2;
    animation-name: text23;
}

#text31{
    left: 145px;
    top: 5px;
    z-index: 2;
    animation-name: text31;
}
#text32{
    left: 661px;
    top: 18px;
    z-index: 2;
    animation-name: text32;
}



.anim {
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@keyframes text11{
    0%,4%{left: -319px; top: 9px;}
    12%{left: 91px;top: 9px;}
    13%,27%{left: 91px;top: 9px;}
    32%{left: 91px;top: 79px;}
    33%,100%{left: 91px;top: 79px;}
}
@keyframes text13{
    0%,4%{left: 985px;top: 13px;}
    12%{left: 575px;top: 13px;}
    13%,27%{left: 575px;top: 13px;}
    32%{left: 575px;top: -57px;}
    33%{left: 464px;top: -57px;}
    34%,63%{left: 464px;top: -57px;}
    69%{left: 464px;top: 13px;}
    70%,100%{left: 464px;top: 13px;}
}

@keyframes text12{
    0%,14%{transform: scale(0.4) rotate(-400deg); opacity: 0;}
    20%{transform: scale(1) rotate(0deg); opacity: 1;}
    21%,27%{transform: scale(1) rotate(0deg);opacity: 1;}
    32%{transform: scale(0.5) rotate(400deg);opacity: 0;}
    33%,100%{transform: scale(0.5) rotate(400deg);opacity: 0;}
}

@keyframes text21{
    0%,30%{left:-76px}
    36%{left: 34px;}
    37%,58%{left: 34px;}
}
@keyframes text23{
    0%,30%{left: 985px; opacity: 1;}
    36%{left: 875px;opacity: 1;}
    37%,65%{left: 875px;opacity: 1;}
    72%{left: 875px;opacity: 0;}
    73%,100%{left: 875px;opacity: 0;}
}

@keyframes text22{
    0%,33%{transform: scale(1.3); opacity: 0;}
    42%{transform: scale(0.9); opacity: 1;}
    43%{transform: scale(0.9); opacity: 1;}
    48%{transform: scale(1); opacity: 1;}
    53%{transform: scale(0.85); opacity: 1;}
    58%{transform: scale(1); opacity: 1;}
    65%{transform: scale(0.45); opacity: 0;}
    66%,100%{transform: scale(0.45); opacity: 0;}
}

@keyframes text31{
    0%,61%{top: 75px;}
    66%{top: 5px;}
    67%,100%{top: 5px;}
}
@keyframes text32{
    0%,70%{left: 941px;}
    80%{left: 661px;}
    81%,100%{left: 661px;}
}