<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  {// 罸鋇�ゝ�∫�蕁級�処�綣��ョ�������桁��上��④紊�}  */

/* 羯����育ゞ����button�桁� */
a#scrollUp {
  background: var(--commonButton) none repeat scroll 0 0;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  bottom: 50px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  /* transition: all 0.3s ease 0s; */
  width: 40px;
  z-index: 1000 !important;
}

a#scrollUp:hover {
  background-color: var(--commonHover);
}

a#scrollUp i {
  font-size: 20px;
}
</pre></body></html>