.hd_pop#hd-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.hd_pop#hd-banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hd_pop#hd-banner .slick-dots li {
  padding: 0 10px;
}
.hd_pop#hd-banner .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 0;
  font-size: 0;
  background: #fff;
}
.hd_pop#hd-banner .slick-dots .slick-active button {
  background: var(--theme-color);
}
.hd_pop#hd-banner .hd_pops_footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.hd_pop#hd-banner .hd_pops_footer .hd_pops_close,
.hd_pop#hd-banner .hd_pops_footer .hd_pops_reject {
  background: none;
}/*# sourceMappingURL=style.css.map */