.hk_scroll_top {
/*   display: block; */
  height: 50px;
  width: 50px;
  border-radius: 25px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background: url(../img/scroll_top.png) no-repeat;
}