@charset "utf-8"; /* CSS Document */ #certify { position: relative; width: 100%; } #certify .swiper-container { padding-bottom: 20px; } #certify .swiper-slide { text-align: center; font-size: 18px; background: #fff; } #certify .swiper-slide img { display: block; width: 100%; height: 210px; } #certify .swiper-slide p { height: 50px; line-height: 50px; color: #101010; font-size: 16px; text-align: center; } #certify .swiper-pagination { width: 100%; bottom: 5px; background-color: #fff; } #certify .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; background-color: #c6c9cb; width: 10px; height: 10px; opacity: 1; } #certify .swiper-pagination-bullets .swiper-pagination-bullet-active { background-color: #777777; } #certify .swiper-button-prev { top: 40%; width: 30px; height: 30px; /* background: url(http://pic1.cdn.sw-healthcare.com/arrowL.png) no-repeat; */ background: url(http://pic1.cdn.sw-healthcare.com/o_1fad2p4ce5n4t1m1981u501dh09.png) no-repeat; background-position: 0 0; background-size: 18px 18px; background-position: 5px 6px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); } #certify .swiper-button-prev:hover { background-color: rgba(0, 0, 0, 0.4); } #certify .swiper-button-next { top: 40%; width: 30px; height: 30px; /* background: url(http://pic1.cdn.sw-healthcare.com/arrowR.png) no-repeat; */ background: url(http://pic1.cdn.sw-healthcare.com/o_1fad2pn6k1pug13he9n7ebj1lq5e.png) no-repeat; background-size: 18px 18px; background-position: 4px 6px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); } #certify .swiper-button-next:hover { background-color: rgba(0, 0, 0, 0.4); } .swiper-button-next:after, .swiper-button-prev:after { font-size: 0px; } #certify .swiper-slide.swiper-slide-active p { display: block; }