/* layout */
html,
body {
  min-height: 100%;
}
#docsRoot {
  position: relative;
  height: 100%;
}
#docsContent {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding-left: 350px;
  box-sizing: border-box;
  background-color: #f7f8f8;
}

#mArticle {
  position: relative;
  z-index: 5;
  width: 964px;
  margin: 32px 32px 50px 32px;
  background-color: #fff;
}

#__layout__ .menu_side {
  top: 128px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 828px) {
  #docsContent {
    padding-left: 0;
  }

  #mArticle {
    margin: 0 auto 0;
  }
}

@media only screen and (max-width: 828px) {
  #docsContent {
    padding-left: 0;
    margin-top: 55px;
  }

  #docsRoot {
  }

  #__layout__ .menu_side {
    top: 54px;
    padding-bottom: 0px;
  }
  #mArticle {
    width: unset;
    margin: 0;
  }
}
