<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*轮播主框样式*/
.xl-spot-swiper-box{width: 100%;height: 420px;margin:0 auto;}
.swiper-container{width: 1190px; height: 420px; position: absolute; left: 50%; margin-left: -595px; }
.swiper-container img{width: 1190px;height: 420px;}
/*处理轮播点*/
.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #fff;opacity: 0.7;}
.swiper-pagination-bullet-active {opacity: 1;background-color: #fff;}


</pre></body></html>