.my-bullet {
  background: #fff;
  display: block;
  width: .1rem;
  height: .1rem;
  cursor: pointer;
  border-radius: .01rem;
}

.my-bullet + .my-bullet {
  margin-left: .15rem;
}

.my-bullet-active {
  background: #FFC718;
}