@media screen and (max-width: 1200px) {
  html,body,#content,#content .lbox,#content .rbox{
    height: 100%;
  }
  body .logo-bar{
    /* height: 92px; */
    /* overflow: hidden; */
    /*position: absolute;*/
    width: 100%;
    top: 0;
    display: flex;
  }
  #content {
    margin-top: 95px;
  }
  #content .lbox .bot-box{
    position: fixed;
    bottom:0;
  }
}
@media screen and (max-width: 680px) {

}
@media screen and (max-width: 480px) {
  .logo-bar .back-home{
    display: none;
  }
}
@media screen and (max-width: 360px) {
}
