.as-wrapper-e1f95a71 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}
.as-track-container-e1f95a71 {
    display: flex;
    width: max-content;
}
.as-track-e1f95a71 {
    display: flex;
    align-items: center;
    animation: asMarquee_e1f95a71 40s linear infinite;
}
.as-pause-hover-e1f95a71:hover .as-track-e1f95a71 {
    animation-play-state: paused;
}
.as-item-e1f95a71 {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: asFloat_e1f95a71 6s ease-in-out infinite;
}
.as-item-e1f95a71:nth-child(even) {
    animation-delay: 1.5s;
}
.as-item-e1f95a71:hover {
    transform: scale(1.02) translateY(-8px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.as-item-e1f95a71 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}
.as-item-e1f95a71:hover img {
    transform: scale(1.06);
}
@keyframes asMarquee_e1f95a71 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes asFloat_e1f95a71 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
.as-empty-e1f95a71 {
    padding: 50px;
    text-align: center;
    background: #fcfcfc;
    border-radius: 12px;
    color: #888;
    font-family: inherit;
    border: 2px dashed #eaeaea;
}
