.swiper-container { height: auto; width: 100%; text-align: center; margin: 0 auto; position: relative; overflow: hidden; z-index: 5; background: #F8F8F8; }
.swiper-wrapper { position: relative; z-index: 10; }
.swiper-slide { position: relative; text-align: center; float: left; }
.swiper-slide a { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; }
.swiper-slide img { width: 100%; height: auto; vertical-align: middle; position: relative; }
.pagination { position: absolute; height: 3em;  bottom: 0.4em; z-index: 100; }
.pagination .swiper-pagination-switch { display: inline-block; height: 0.6em; width: 0.6em; background: #FFF; border-radius: 50%; margin-right: 1em; }
.pagination .swiper-active-switch { background: #fe5e52; }
