* {
  font-family: 'Microsoft YaHei'
}

a,
a:hover {
  text-decoration: none !important;
}

.sidebar .active a {
  color: #42b983 !important;
}

.sidebar li>p>a {
  font-weight: 700;
  color: #364149;
  font-size: 15px;
  margin: 0;
}

td {
  min-width: 100px !important;
}

.markdown-section h2 {
  margin: 0 0 .8rem;
}

.markdown-section .tool-docs-header {
  position: absolute;
  top: -30px;
}

@media screen and (max-width: 768px) {
  .markdown-section .tool-docs-header {
    position: absolute;
    top: 0;
  }
}

.markdown-section .tool-tip {
  display: inline-block;
  position: relative;
}

.markdown-section h2 {
  font-size: 1.45rem !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}

.markdown-section h3 {
  font-size: 1.188rem !important;
  margin-top: 30px !important;
  margin-bottom: 18px !important;
}

.markdown-section table {
  margin-top: 20px !important;
}

.markdown-section blockquote {
  color: #34495e !important;
}