body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  position: relative;
}
.tab,
.bannel,
.flex-list-container,
.wf-pagination-container,
.search-api-container,
.navi-title,
.console-menubar {
  margin-left: 50px;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
  padding-left: 0;
}
a {
  text-decoration: none;
}
.navi-title {
  margin-bottom: 28px;
  display: block;
  margin-top: 50px;
}
.navi-title * {
  font-size: 16px;
}
.navi-title span {
  color: #333;
}
.navi-title a {
  color: #417dc9;
}
.navi-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
}
.main-container {
  padding: 0 20px;
}
.main-container.console-main-container {
  width: 960px;
  margin-left: 270px;
}
label {
  display: inline-block;
  margin-right: 10px;
}
.no-data {
  line-height: 300px;
  background: #fafafa;
}
.no-data p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.input-list {
  position: absolute;
  display: none;
  right: 0;
  top: 30px;
  z-index: 1;
  width: 250px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #ccc;
}
.input-list li {
  line-height: 20px;
  color: #666;
  padding-left: 5px;
}
.input-list li:hover {
  background: rgba(150, 185, 245, 0.7);
  cursor: pointer;
  color: #fff;
}
.input-list li.selected-item {
  background: rgba(150, 185, 245, 0.7);
  color: #fff;
}
.select-info {
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 20px;
  line-height: 20px;
}
.change-select-icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #666;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 0;
  margin: 10px 0;
}
.change-select-icon.up-icon {
  border-top: 0;
  border-bottom: 8px solid #666;
}
.api-table {
  width: 100%;
}
.api-table td,
.api-table th {
  text-align: left;
}
.tab {
  margin: 20px 0;
  border-bottom: 1px solid #a9a9a9;
  display: block;
}
.tab .tab-item {
  width: auto;
  height: 35px;
  line-height: 35px;
  color: #888;
  text-align: center;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -1px;
}
.tab .tab-item span,
.tab .tab-item a {
  color: #81c5ba;
  display: inline-block;
  height: 100%;
  padding: 0 35px;
}
.tab .tab-item.active {
  height: 36px;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-bottom: 1px solid #fff;
  color: #81c5ba;
}
.markdown-body ul li {
  list-style-type: unset;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.ali-icon {
  width: unset;
  height: unset;
  margin: 0 4px;
}
#md-preview h1,
#doc-preview h1,
#md-preview h2,
#doc-preview h2,
#md-preview h3,
#doc-preview h3,
#md-preview h4,
#doc-preview h4,
#md-preview h5,
#doc-preview h5,
#md-preview h6,
#doc-preview h6 {
  color: #333;
  font-weight: revert;
  font-size: revert;
}
input[type="radio"] {
  width: 20px;
}
