html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}

.jz-scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 240px;
  right: 40px;
  bottom: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}

@supports (-moz-appearance: meterbar) {
  .jz-scrolltop-wrap {
    clip: rect(0, 60px, auto, 0);
  }
}
.jz-scrolltop-wrap a {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: -60px;
  margin-bottom: -60px;

  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.jz-scrolltop-wrap a svg {
  display: block;
}
.jz-scrolltop-wrap a svg path {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.jz-scrolltop-wrap a #scrolltop-arrow {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media print {
  .jz-scrolltop-wrap {
    display: none !important;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto !important;
}
html[amp] {
  height: auto t;
}

.jz-scrolltop-wrap a svg path {
  fill: #21759b;
}

*:focus,
*:focus-visible,
*:active {
  outline: none;
}
*:focus,
*:focus-visible,
*:active {
  outline: none;
}
