<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sponsors{
    padding-bottom: 32px;
}
.sponsors_swiper{
    width: 100%;
}
.sponsors_img{
    width: 524px;
    height: auto;
    display: inline-block;
}
.swiper .swiper-slide {
    width: 50%;
    height: 100%;
    /* æ–‡å­—åž‚ç›´å±…ä¸­ */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next::after{
    display: none;
}


/*è®¾è®¡å›¾å¾—pcä¸­é—´å†…å®¹å—æœ€å°å°ºå¯¸*/
@media screen and (min-width: 980px) {
    /*  */
}

@media screen and (max-width: 980px) {
    .sponsors{
        padding: 0 16px;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .sponsors_img{
        width: 285px;
    }
}</pre></body></html>