/* _content/Juytu.Minisite/Components/Alpine/AlpineMarquee.razor.rz.scp.css */
@keyframes marquee-b-q8mso7eqqh {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
@container (max-width: 1100px) {
    .container-block svg:nth-child(3)[b-q8mso7eqqh], .container-block svg:nth-child(4)[b-q8mso7eqqh] {
        display: none;
    }
}
.animate-marquee[b-q8mso7eqqh] {
    animation: marquee-b-q8mso7eqqh 20s linear infinite;
}
.container-block[b-q8mso7eqqh] {
    container-type: inline-size;
}

/* _content/Juytu.Minisite/Components/App.razor.rz.scp.css */
#blazor-error-ui[b-xc4cy0omdo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xc4cy0omdo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Juytu.Minisite/Components/Shared/BackgroundImage.razor.rz.scp.css */
.dark\:bg-image-blue[b-e7k68j6phf] {
    background-image: url(https://www.tailwindcss.cn/_next/static/media/4-dark@tinypng.cacfac06.png);
    background-size: 129.375rem 100%;
    height: 37.5rem;
}

.dark\:bg-image-red[b-e7k68j6phf] {
    background-image: url(https://www.tailwindcss.cn/_next/static/media/hero-dark@90.dba36cdf.jpg);
    background-size: 86.125rem;
}

.bg-image-red[b-e7k68j6phf] {
    background-image: url(https://www.tailwindcss.cn/_next/static/media/hero@75.b2469a49.jpg);
    background-size: 150rem;
}

.dark\:bg-grid-slate-400\/\[0\.05\]:is(.dark *)[b-e7k68j6phf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgb(148 163 184 / 0.05)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e");
}
/* _content/Juytu.Minisite/Components/Shared/SpinBolderCard.razor.rz.scp.css */
@keyframes spin-slow-b-i0d8vbif0q {
    100% {
        transform: rotate(-360deg);
    }
}
