.scrollDiv{ width:100%; overflow: hidden; position: relative; }
.scrollDiv > ul{ letter-spacing: -0.25em; word-spacing: -0.25em; font-size: 0; }
.scrollDiv > ul > li{ list-style: none; font-size: 1em; letter-spacing: normal; word-spacing: normal;
  display:inline-block; }
.scrollDiv > ul > li > img{ display: inline-block; width:100%; }
#swiper_dot{ width:100%; position:absolute; left:0; bottom:5%;  text-align:center; height:3em; line-height:3em;}

.swiperDotSpan{ width:10px; height:10px; display:inline-block; background:#eee; border-radius:5em;
	transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; margin:0 5px; }
.swiperDotSpanActive{ width:10px; height:10px; display:inline-block; background:#fc899c; border-radius:5em;
	ansition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }