<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollSlider .latest-tips__item{
  width: 300px;
  max-width: 300px;
  margin: 0 0px;  
}

.scrollSlider .latest-tips__item:last-child {
    margin-right: 30px;
}

.scrollSlider div.viewport {
  width: 100%;
  height: 100%;
  overflow-x: hidden; 
}

.scrollSlider div.viewport div.overview {
  width: 10000px;
  height: 100%;
  border-radius: 0px;
  background-color: transparent;
  margin: 0;
  padding: 0 0px 0 0px;
  border: none;

}
    
.scrollSlider div.viewport div.overview li {
  display: block;
  float: left;
  height: 100%;
  margin-right: 5px; 
}

.scrollSlider div.viewport div.overview li:last-child {
  margin-right: 0; 
}
    
.scrollSlider div.viewport div.overview:after {
  content: '';
  display: block;
  width: 100%;
  clear: both; 
}
.scrollSlider div.scrollbar {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: 6px;
  background-color: #e6e6e6; 
}

.scrollSlider div.scrollbar div.track {
  width: 300px;
  height: 6px;
  background-color: #ef9d00;
  cursor: move; 
}</pre></body></html>