﻿.marquee-list[data-v-efef9c71] {
    animation-duration: var(--2a15a28c);
    animation-iteration-count: infinite;
    animation-name: marquee-efef9c71;
    animation-timing-function: linear
}

@keyframes marquee-efef9c71 {
    0% {
        left: 100%;
        transform: translate(0)
    }

    to {
        left: 0;
        transform: translate(-100%)
    }
}

.content[data-v-efef9c71] a {
    color: #1a8ee1;
    text-decoration: underline
}
