.scroll-container {
  position: relative;
  overflow: hidden; }

.scroll-vertical .scroll-cont-move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 12px; }

.scroll-transverse .scroll-cont-move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.scroll-sbar-box.scroll-vertical {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: #f0f0f0;
  box-sizing: border-box;
  z-index: 999; }

.scroll-sbar-box.scroll-transverse {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #f0f0f0;
  box-sizing: border-box;
  z-index: 999; }

.scroll-vertical .scroll-sbar-move {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #cacaca;
  background: #e4e4e4;
  cursor: pointer; }

.scroll-transverse .scroll-sbar-move {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #cacaca;
  background: #e4e4e4;
  cursor: pointer; }