

/* 主页幻灯片 */
#mobile {width:100%; overflow:hidden; position:relative; top:30px;}
#mobile .swiper-slide { width:100%; height:auto; }
#mobile .swiper-slide a { width:100%; height:auto; display:block; }
#mobile .swiper-slide a img { width:100%; }
#mobile .swiper-pagination { width:100%!important; left:0!important; text-align:center; margin-bottom:5px; }
#mobile .swiper-pagination .swiper-pagination-bullet { width:10px; height:6px; margin:0 0 0 4px!important; opacity:1; background:#fff; border-radius:4px; font-size:0px; }
#mobile .swiper-pagination .swiper-pagination-bullet-active { width:15px; background:coral; }
