.app-rule {
  width: 100%;
  height: 100%;
  background-color: #212426;
  color: rgba(241, 241, 241, 0.5);
}
.app-rule-content {
  position: relative;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}
.app-rule-inner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px 56px;
}
