.topbar .logo {
  float: none;
}
.config-doc .main-nav {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hot-tag-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 968px;
  padding: 0 134px 20px 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hot-tag-container h3 {
  padding: 10px;
  font-size: 14px;
  background-color: #e4e4e4;
}
.hot-tag-container ul {
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.hot-tag-container ul li {
  margin-right: 30px;
}
table {
  border: 1px solid #e4e4e4;
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table tr:last-child {
  border-bottom: 0;
}
table td,
table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-right: 1px solid #e4e4e4;
  word-break: break-all;
  width: 170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
table td:last-child,
table th:last-child {
  border-right: 0;
}
table td.selected,
table th.selected {
  background-color: #e4edf1;
}
.main-container {
  padding-left: 134px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}
.main-nav-container .inner {
  width: 124px;
  background-color: #f6f6f6;
  text-align: center;
  overflow: overlay;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-nav-container .inner a {
  display: block;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  line-height: 28px;
}
.main-nav-container .inner a.selected,
.main-nav-container .inner a:hover {
  background-color: #0099cc;
  color: #fff;
}
.main-table-container {
  position: relative;
}
.main-table-container .table-body table {
  border-top: 0;
}
.main-table-container .table-body td:first-child {
  background-color: #f6f6f6;
}
.main-table-container .config-title {
  border-bottom: 1px solid #e4e4e4;
}
.main-table-container .config-title td {
  background-color: #f6f6f6;
  border: 0;
}
.fixed-top th.selected {
  background-color: #e4edf1;
}
.fixed-top,
.fixed-left {
  z-index: 998;
}
.fixed-left-top {
  z-index: 999;
}
.fixed-left-top th,
.fixed-left td {
  background-color: #f6f6f6;
}
.fixed-left table {
  border-top: 0;
}
.config-name {
  color: #0099cc;
}
body .u {
  z-index: 10000;
}
