<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lixi-1 {
    animation: 3s baolixi infinite;
    transition-delay: 1.548749961s;
    animation-delay: 0.585193728s;
}

.lixi-2 {
    animation: 3s baolixi infinite;
    transition-delay: 0.166337663s;
    animation-delay: 1.821511917s;
}

.lixi-3 {
    animation: 3s baolixi infinite;
    transition-delay: 1.206645026s;
    animation-delay: 1.857567676s;
}

.lixi-4 {
    animation: 3s baolixi infinite;
    transition-delay: 1.481972547s;
    animation-delay: 1.160271667s;
}

.lixi-5 {
    animation: 3s baolixi infinite;
    transition-delay: 1.424131603s;
    animation-delay: 0.202429414s;
}

.lixi-6 {
    animation: 3s baolixi infinite;
    transition-delay: 0.143639069s;
    animation-delay: 1.301671765s;
}

.lixi-7 {
    animation: 3s baolixi infinite;
    transition-delay: 1.323904012s;
    animation-delay: 0.350106319s;
}

.lixi-8 {
    animation: 3s baolixi infinite;
    transition-delay: 1.870821214s;
    animation-delay: 0.824713864s;
}

.lixi-9 {
    animation: 3s baolixi infinite;
    transition-delay: 1.41672383s;
    animation-delay: 1.144758966s;
}

.lixi-10 {
    animation: 3s baolixi infinite;
    transition-delay: 1.654044879s;
    animation-delay: 0.136195353s;
}

.lixi-11 {
    animation: 3s baolixi infinite;
    transition-delay: 0.467867665s;
    animation-delay: 0.421749966s;
}

.lixi-12 {
    animation: 3s baolixi infinite;
    transition-delay: 1.100253344s;
    animation-delay: 1.78935606s;
}

.lixi-13 {
    animation: 3s baolixi infinite;
    transition-delay: 1.525971743s;
    animation-delay: 1.405196549s;
}

.lixi-14 {
    animation: 3s baolixi infinite;
    transition-delay: 1.134444928s;
    animation-delay: 1.878310901s;
}

.lixi-15 {
    animation: 3s baolixi infinite;
    transition-delay: 1.035433308s;
    animation-delay: 0.146529933s;
}

.lixi-16 {
    animation: 3s baolixi infinite;
    transition-delay: 1.964360187s;
    animation-delay: 0.263639796s;
}

.lixi-17 {
    animation: 3s baolixi infinite;
    transition-delay: 1.261540236s;
    animation-delay: 0.909917306s;
}

.lixi-18 {
    animation: 3s baolixi infinite;
    transition-delay: 1.643872489s;
    animation-delay: 1.568785712s;
}

.lixi-19 {
    animation: 3s baolixi infinite;
    transition-delay: 1.843872489s;
    animation-delay: 1.468785712s;
}

.lixi-20 {
    animation: 3s baolixi infinite;
    transition-delay: 1.901232132s;
    animation-delay: 1.78785712s;
}



@keyframes baolixi {
    0% {
        transform: rotate(7deg);
    }


    50% {
        transform: rotate(-35deg);
    }


    100% {
        transform: rotate(7deg);
    }
}

@keyframes baolixi-selected {
    0% {
        transform: translate(0, 0px) rotate(350deg);
    }


    50% {
        transform: translate(0, -11px) rotate(350deg);
    }


    100% {
        transform: translate(0, 0px) rotate(350deg);
    }
}


@keyframes christmas-fall {
    to {
        transform: translateY(650vh);
    }
}

@keyframes open-bao-lixi {
    0% {
        transform: scaleX(1);
    }

    20% {
        transform: scaleX(1.4);
    }

    40% {
        transform: scaleX(1);
    }

    60% {
        transform: scaleY(1);
    }

    80% {
        transform: scaleY(1.4);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes mo-nap-lixi {
    from {
        transform: translate(23px, 54px) rotate3d(23, 1, 1, 0deg);
    }

    to {
        transform: translate(23px, 6px) rotate3d(23, 1, 1, 180deg);
    }
}

@keyframes show-popup {
    0% {
        transform: scale(.1) translate(0%, -88%);
        z-index: 1;
        opacity: 0.4;
    }

    20% {
        transform: scale(.2) translate(0%, -199%);
        z-index: 20;
        opacity: 0.6;
    }

    40% {
        transform: scale(.4) translate(0%, -99%);
        opacity: 0.8;
        z-index: 20;
    }

    60% {
        transform: scale(.6) translate(0%, -56%);
        z-index: 20;
        opacity: 1;
    }

    80% {
        transform: scale(.8) translate(0%, -24%);
        z-index: 20;
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(0%, 0%);
        z-index: 20;
        opacity: 1;
    }
}</pre></body></html>