﻿#ScreenLegal {
  z-index: 11;
  overflow: initial;
  background-color: #0E3B58;
}
#ScreenLegal a {
  color: #fff;
  text-decoration: none;
}
#ScreenLegal #LegalTitle {
  position: absolute;
  top: 186px;
  left: 152px;
  width: 100%;
  height: 50px;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  z-index: 16;
}
#ScreenLegal #LegalBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#ScreenLegal #LegalBackground img {
  position: absolute;
  width: 100%;
}
#ScreenLegal .content-legal {
  position: absolute;
  top: 162px;
  left: 115px;
  height: 849px;
  width: 1680px;
  overflow: hidden;
  z-index: 15;
}
#ScreenLegal .content-legal .indicator {
  position: absolute;
  width: 30px;
  z-index: 5;
  top: 130px;
  right: 0px;
  height: 850px;
}
#ScreenLegal .content-legal .indicator .scroller {
  width: 30px;
  position: absolute;
  left: 0px;
  color: #000;
}
#ScreenLegal .content-legal .indicator .scroller-background {
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 592px;
  left: 14px;
}
#ScreenLegal .content-legal .scroll-envelop.content {
  width: 100%;
  height: 614px;
  top: 130px;
  left: 41px;
  overflow: hidden;
}
#ScreenLegal .content-legal .scroll-envelop.content .scroll-content {
  width: 100%;
  height: 99999px;
}
#ScreenLegal .content-legal .scroll-envelop.content .scroll-content .inner-content {
  width: 90%;
  position: relative;
}
#ScreenLegal .content-legal .scroll-envelop.content .scroll-content .inner-content .Text {
  font-size: 24px;
  color: #fff;
}
