.container {
  background: #e7e7ec url("../img/bg.png") no-repeat top center / contain;
}
.container .dot {
  width: 0.05rem;
  height: 0.05rem;
  margin: 0 0.035rem;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #DBA050;
}
.container .dot.current {
  width: 0.15rem;
  background-image: linear-gradient(225deg, #fcea92 0, #f8d97d 37%, #eeaf48 100%);
  border-radius: 0.09rem;
}
/*# sourceMappingURL=index.css.map */