<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideBox .hdd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hdd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hdd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bdd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bdd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bdd img {
  width: 400px;
  height: 270px;
  display: block;
}</pre></body></html>