html,
body {
  height: 100%;
}
header {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.side-bar {
  width: 240px;
  margin: 20px 0;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  height: 100%;
}
.side-bar li {
  margin-bottom: 10px;
}
.ui-menu-title {
  padding: 10px 0 5px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 20px 10px 0;
  font-size: 20px;
  font-weight: bolder;
}
.content {
  width: 100%;
  height: 100%;
  padding-left: 260px;
  padding-top: 20px;
  padding-right: 20px;
  float: left;
  box-sizing: border-box;
  overflow-y: scroll;
}
.ui-info {
  margin-bottom: 40px;
  font-size: 14px;
}
.ui-container {
  margin-bottom: 50px;
}
.ui-title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.ui-group {
  margin-bottom: 30px;
}
.ui-group:last-child {
  margin-bottom: 0;
}
.ui-show {
  padding: 10px 20px;
  border: 1px solid #bfcaea;
  background: #dfe5f7;
  margin-bottom: 10px;
}
.ui-bg {
  background: #fff;
}
.ui-tips {
  font-size: 14px;
}
.ui-introduce {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.ui-code {
  padding: 10px 20px;
  border: 1px solid #e9ebc3;
  background: #f7f8e6;
  margin-bottom: 10px;
  font-size: 14px
}
.ui-code pre{
  margin: 0;
  padding: 0;
  color: #848927;
  line-height: 1.5;
  text-indent: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ui-col {
  padding: 10px 5px;
}
.ui-col p {
  background: #fff;
}
footer {
  background: #282A2B;
  text-align: center;
  color: #eee;
  height: 80px;
  line-height: 80px;
}
.ui-show .j-nav-container,
.ui-show .j-footer-container {
  width: 100%;
}
.ui-show .btn-box,
.ui-show .tag-box,
.ui-show .form-box {
  margin-bottom: 10px;
}
.ui-show .j-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ui-show .j-accordion {
  background: #fff;
  padding: 0 10px;
}
.ui-toast {
  position: static;
  transform: translate(0, 0);
}
.ui-icon {
  padding: 10px 0;
}
.ui-icon-des {
  margin-top: 10px
}
.ui-radius {
  width: 100px;
}
.ui-block {
  width: 140px;
  background: #fff;
  padding: 5px 0;
}
.ui-card {
  background: #f2f2f2;
}
.ui-card-content {
  background: #fff;
  height: 100px;
}
.ui-btn {
  background: #fff;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
}
.ui-display-container {
  padding: 5px;
  margin: 5px;
}
.ui-display {
  padding: 5px;
  margin: 5px;
  background: #FFF;
}

@media(min-width: 768px) {
  .desktop-none {
    display: none;
  }
}

@media(max-width: 768px) {
  .mobile-none {
    display: none;
  }
  .side-bar {
    display: none
  }
  .container {
    width: 100%
  }
  .content {
    margin: 20px 0;
    padding: 0 16px;
  }
}
