@charset "UTF-8";

.viSimpleSlider, #testDiv {
  width: 100%;
  background-color: #eee;
  overflow: hidden;
}

.viSimpleSlider ul > li, #testDiv ul > li {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

.viSimpleSlider ul > li img, #testDiv ul > li img {
  width: 100%;
  height: auto;
}

.viSimpleSlider ul > li .slideTo, #testDiv ul > li .slideTo {
  background-color: #222;
  color: #fff;
}

.viSimpleSlider ul > li .slideTo.active, #testDiv ul > li .slideTo.active {
  background-color: green;
}

.viSimpleSlider ul > li .slideTo > div, #testDiv ul > li .slideTo > div {
  font-size: 14px;
  margin-top: -20px;
}

.viSimpleSlider ul > li .slideTo > img, #testDiv ul > li .slideTo > img {
  vertical-align: top;
}

.viSimpleSlider ul > li span.indexNumber, #testDiv ul > li span.indexNumber {
  display: block;
  position: absolute;
  z-index: 3;
  left: 80px;
  top: 200px;
  color: #fff;
  font-size: 16px;
}

.viSimpleSlider .indicate, #testDiv .indicate {
  width: 100%;
  bottom: 24px;
  z-index: 50;
  text-align: center;
  opacity:0.6
}

.viSimpleSlider .indicate > a, #testDiv .indicate > a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin-left: 8.5px;
  margin-right: 8.5px;
  -webkit-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  -ms-border-radius: 8.5px;
  -o-border-radius: 8.5px;
  border-radius: 8.5px;
}

.viSimpleSlider .indicate > a.active, #testDiv .indicate > a.active {
  background-color: #4dd1d4;
}

.viSimpleSlider .indicate:after, #testDiv .indicate:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}
