/*-------------------------------------------------------
	Education Common Page & Elements
------------------------------------------------------*/
#jialistt-scroll-to-top {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  bottom: 10px;
  right: 20px;
  border-radius: 4px;
  background: #333c56;
  color: #fff;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  text-align: center;
  text-decoration: none;
}
