html {
  height: 100%;
}
:root {
  --side-bar-bg-color: #fff;
  --control-text-color: #777;
}
body,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 4px 0;
  margin: 4px 0;
}
a:link,
a:visited {
  text-decoration: none;
  color: #222222;
}
a:hover {
  color: #1890ff;
  opacity: 0.7;
}
body {
  height: 100%;
  background-color: #ffffff;
  line-height: 200%;
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  color: #222222;
  font-size: 14px;
}
.page {
  margin: 0 auto;
  max-width: 1200px;
  clear: both;
}
.header {
  height: 64px;
  box-shadow: 0 2px 8px #f0f1f2;
}
.header .header-wrap {
  display: flex;
  flex-direction: row;
  height: 64px;
  align-items: center;
}
.header .header-wrap .logo {
  width: 239px;
  font-size: 20px;
  margin-left: 15px;
}
.header .header-wrap .nav {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.body {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin-top: 4px;
}
.body .body-nav {
  width: 239px;
  min-width: 239px;
  border-right: 1px solid #f0f1f2;
}
.body .body-content {
  flex: 1;
  padding: 4px 0 10px 35px;
  width: 961px;
  max-width: 961px;
}
.header .nav .search .input-search {
  margin-left: 10px;
  width: 300px;
  height: 16px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 2px solid #c4c7ce;
  font-size: 16px;
}
.header .nav .search .input-search:focus {
  border: 2px solid #4e6ef2;
}
.header .nav .nav-content {
  flex: 1;
  text-align: right;
  padding-right: 20px;
}
.header .nav .nav-content .nav-item {
  padding: 18px 0;
}
.body-nav .title {
  margin-left: 15px;
}
.body-nav ul.nav-title li {
  padding: 4px 0 4px 30px;
}
.body-nav ul.nav-title li.active {
  background-color: #e6f7ff;
  border-right: 1px solid #1890ff;
}
.body-nav ul.nav-title li:hover {
  background-color: #e6f7ff;
  border-right: 1px solid #1890ff;
}
.body-nav ul.nav-title a {
  display: block;
}
.body-content a:link,
.body-content a:visited,
.body-content a:hover {
  color: #1890ff;
  opacity: 0.7;
}
.alert {
  border-radius: 4px;
  padding: 15px;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
pre {
  margin: 0 0 20px 0;
  padding: 0;
}
code {
  padding: 2px 0;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  word-break: break-all !important;
}
img {
  max-width: 901px;
}
.clear {
  clear: both;
}
table {
  word-break: normal;
  border: none;
  border-collapse: collapse;
}
table th {
  font-weight: 700;
  background: #fbfbfb;
  color: #000;
}
table th,
table td {
  padding: 8px;
  border: 1px solid #ebebeb;
}
table tr {
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 900px) {
  .body-nav {
    display: none;
  }
  .body-content {
    padding-left: 10px !important;
    width: 100%;
  }
}
