
.pluignContainer {
  overflow-y: auto;
  background: #FFFFFF;
  height: 100vh;
  position: relative;
}


.contentLayout {
  height: 100vh;
  padding: 10px;
}

.sideBar {
  height: 100vh;
}

.helpWrap {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}