<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollbar {
  position: fixed;
  width: 85px;
  height: 240px;
  top: 280px;
  left: calc((100% - 1050px) / 2 + 1120px);
  border: 1px solid #e1e1e1;
  transition: all .4s;
  background: #fff;
  z-index: 999;
  font-size:14px;
}

.scrollbar.indexscrollbar {
  left: calc((100% - 1050px) / 2 + 1160px);
  /*display: none;*/
}
@media (max-width:1080px) {
	.scrollbar {
  position: fixed;
  width: 85px;
  height: 240px;
  top: 280px;
  left: calc((100% - 550px) / 2 + 600px);
  border: 1px solid #e1e1e1;
  transition: all .4s;
  background: #fff;
  z-index: 999;
  font-size:14px;
}

.scrollbar.indexscrollbar {
  left: calc((100% - 550px) / 2 + 620px);
  /*display: none;*/
}
}

.scrollbar.themebar {
  display: none;
}

.scrollbar &gt; div {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  height: calc((100% - 20px) / 3);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.scrollbar &gt; div i {
  font-size: 30px;
}

.scrollbar &gt; div:last-child {
  border-bottom: none;
}

.scrollbar &gt; div img {
  display: none;
  position: absolute;
  left: -140px;
  border: 1px solid #a1a1a1;
  width: 155%;
  top: 0;
  transition: all .4s;
  z-index: 2;
}

.scrollbar &gt; p {
  width: 100%;
  text-align: center;
  background: #2d64b5;
  color: #fff;
  border: 1px solid #522c91;
  height: 20px;
  line-height: 16px;
  cursor: pointer;
}</pre></body></html>