xmp {
  display: none;
}
body {
  background-color: #fff;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 224px;
  right: 0;
  z-index: -1;
  background-color: #ececec;
}
.ane-layout {
  height: 100%;
  background: #ececec;
  position: relative;
}
.ane-layout-sider {
  float: left;
  width: 224px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
}
.ane-layout-sider:after {
  content: "";
  display: block;
  height: 60px;
}
.ane-layout-fixed-sider {
  height: auto;
  position: fixed;
  border-bottom: solid 30px #fff;
}
.ane-layout-fixed-sider .ane-layout-sider-inner {
  height: 100%;
  overflow: auto;
  border-bottom: solid 0 #fff;
  margin-top: 60px;
}
.ane-layout-header {
  height: 60px;
  background: aquamarine;
}
.ane-layout-fixed-header {
  position: fixed;
  width: 100%;
  z-index: 200;
}
.ane-layout-fixed-header ~ .ane-layout > .ane-layout-fixed-sider,
.ane-layout-fixed-header ~ .ane-layout-fixed-sider {
  border-bottom-width: 0;
}
.ane-layout-fixed-header ~ .ane-layout > .ane-layout-sider,
.ane-layout-fixed-header ~ .ane-layout-sider {
  margin-top: 60px;
}
.ane-layout-fixed-header ~ .ane-layout > .ane-layout-sider > .ane-layout-sider-inner,
.ane-layout-fixed-header ~ .ane-layout-sider > .ane-layout-sider-inner {
  margin-top: 0;
}
.ane-layout-fixed-header ~ .ane-layout > .ane-layout-content,
.ane-layout-fixed-header ~ .ane-layout-content {
  padding-top: 60px;
}
.ane-layout-content {
  margin-left: 224px;
  background-color: inherit;
}
.ane-layout-content:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 224px;
  right: 0;
  z-index: -1;
}
.ane-layout-content-wrapper {
  margin: 0 16px;
  background: #fff;
  margin-bottom: 16px;
  padding: 24px;
}
.ane-layout-footer {
  width: 100%;
  height: 30px;
  background: aquamarine;
  bottom: 0;
}
.ane-layout-fixed-footer {
  position: fixed;
  z-index: 200;
}
.ane-layout-fixed-footer ~ .ane-layout > .ane-layout-sider > .ane-layout-sider-inner,
.ane-layout-fixed-footer ~ .ane-layout-sider > .ane-layout-sider-inner {
  border-bottom-width: 30px;
}
.ane-layout-fixed-footer ~ .ane-layout > .ane-layout-content,
.ane-layout-fixed-footer ~ .ane-layout-content {
  padding-bottom: 30px;
}
