.notScroll {
  position: relative;
}

.scroll {
  /* background: var(--dot_white);
  position: relative; */
}

/*
.scroll::after {
  box-shadow: 0 0 6px var(--zd_dark10);
  border-radius: 100px / 10px;
  content: '';
  left: 50px;
  position: absolute;
  right: 50px;
  display: block;
  z-index: -1;
  height: 1px;
  bottom: 0;
} */