.hiSlider-pages,
.hiSlider-title {
  position: absolute;
  z-index: 3;
}

.hiSlider-title {
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  color: #fff;
  text-indent: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  font: 14px/2 "Microsoft YaHei", Arial, Tahoma;
}
.hiSlider-pages {
  bottom: 8px;
  right: 10px;
  text-align: right;
}
.hiSlider-pages a {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  font-size: 0;
  border-radius: 50%;
  background: #ddd;
}
.hiSlider-pages a.active {
  background: #5472bf;
}
