/* CSS Document */
/*---open app---------*/
.shows{position: fixed;  left: 0;   bottom: 0;   width: 100%;   height: 56px;background: #fff;z-index: 999999999999;border-top:1px solid #E2E2E2;}
.shows #floor_div{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;padding:0px 0px;}
.shows #lefticon {   display: flex;   justify-content: space-between;  align-items: center;margin-left:15px;}
.shows #lefticon img { border-radius:5px; display: block;    width: 68px;   margin-right: 12px;}
.shows #lefticon p span {    color: #666666;    font-size: 13px;    display: block; line-height: 17px;}
.shows #downloadicon{margin-right: 15px;}
.shows #downloadicon .dl {    display: block;    width: 72px;    height: 27px;}
.shows #downloadicon .dl img{width:100%;height:100%;vertical-align:middle;}

.shows #lefticon{width: 69%;}
.shows #downloadicon{display:flex;}
.swiper-slide{display: flex;}
.swiper-slide .img{height:44px;display:flex!important;}
.swiper-slide img{max-height:44px;}
.swiper-slide .txt{display:flex;width: 100%;margin-left:8px; height:36px; position: relative; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;line-height:16px; -webkit-box-orient: vertical;}
.swiper-slide .txt a{font-size:14px;color:#666;text-decoration: none;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:-4px;left: 0; width: 100%;}
.swiper-pagination-bullet {width: 12px;height: 2px;display: inline-block;border-radius:0!important;background: #ccc;opacity:1;}
.swiper-pagination-bullet-active {opacity: 1;background: #D02D2D;}