.sun-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
}
.sun-slider a:hover {
  text-decoration: none;
}
.sun-slider .next, .sun-slider .prev {
  cursor: pointer;
  font-size: 20px;
  background-color: #F7F7F7;
  color: #565252;
  margin: 0;
  width: 24px;
  text-align: center;
  margin-right: 1px;
}
.sun-slider .next:hover, .sun-slider .prev:hover {
  text-decoration: none;
}
.sun-slider .slider-box {
  overflow: hidden;
  position: relative;
}
.sun-slider .slider-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.sun-slider .slider-box ul li {
  background-color: #F7F7F7;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 1px;
}
.sun-slider .slider-box ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
}
.sun-slider .slider-box ul li a .price {
  color: red;
  font-size: 10px;
}
.sun-slider .slider-box ul li a .price span {
  font-size: 14px;
}/*# sourceMappingURL=sun-slider.css.map */