<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*轮播图*/
#slider .swiper-slide { background-position: center; background-size: cover; }
#slider .swiper-pagination-bullets { bottom: 2px;}
#slider .swiper-pagination-bullet { width: 13px; height: 13px;background-color: #fff;opacity: 1;}
#slider .swiper-pagination-bullet-active { background-color: #0071db; }

.index-sb .swiper-slide { background-position: center; background-size: cover; }
.index-sb .swiper-pagination-bullets { bottom: 2px;}
.index-sb .swiper-pagination-bullet { width: 13px; height: 13px;background-color: #d2d3d8;opacity: 1;}
.index-sb .swiper-pagination-bullet-active { background-color: #0071db; }
/**/
#proslider { border: solid 1px #cccccc; border-radius: 5px; }
#proslider .swiper-slide { background-position: center; background-size: cover; }
#proslider .swiper-pagination-bullets { bottom: 2px; }
#proslider .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 3px; }
#proslider .swiper-pagination-bullet-active { background-color: #0071db; }
</pre></body></html>