.swiper-container .slide-txt { width: 100%; height: 40px; position: absolute; left: 0; bottom: 0px; z-index: 1;}
.swiper-container .slide-txt .txt_bg { width: 100%; height: 40px; background: #0f0f0f; opacity: 0.7;}
.swiper-container .slide-txt p {  width: 100%; box-sizing: border-box; height: 40px; line-height: 36px; font-size: 14px; overflow: hidden; color: #fff; position: absolute; left: 0; top: 0; white-space:nowrap; text-overflow: ellipsis; padding: 0 10px; margin: 0; }
.swiper-container .swiper-slide { position: relative; margin: 0; padding: 0;}
.swiper-container .swiper-slide img { width: 100%; height: 100%;}
.swiper-container-horizontal>.swiper-pagination-progress { top: auto; bottom: 0;}