﻿#ScreenContext {
  z-index: 13;
  overflow: initial;
  width: 200px;
  height: 1080px;
}
#ScreenContext .content-context {
  position: absolute;
  top: 111px;
  left: 62px;
  width: 200px;
}
#ScreenContext .content-context .scroll-envelop.content {
  position: absolute;
  width: 540px;
  height: 1000px;
  top: 0px;
  left: 0px;
}
#ScreenContext .content-context .scroll-envelop.content .scroll-content {
  width: 61px;
  height: 99999px;
}
#ScreenContext .content-context .scroll-envelop.content .inner-content {
  position: relative;
  overflow: hidden;
  display: block;
  width: 45px;
  height: 45px;
  opacity: 0.5;
  padding-top: 25px;
  padding-bottom: 25px;
}
#ScreenContext .content-context .scroll-envelop.content .inner-content.inner-focus {
  opacity: 1;
}
