.line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

body .hljs {
  line-height: 1.8;
  font-family: Menlo, Monaco, Consolas, Courier, monospace;
  font-size: 12px;
  padding: 18px 24px;
  background-color: #fafafa;
  border: 1px solid #eaeefb;
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-font-smoothing: auto;
  display: inline-block;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #333;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
  margin: 50px 0 20px;
}

h4 {
  margin: 20px 0;
  font-size: 18px;
}

p {
  line-height: 1.5;
  margin: 10px 0;
  font-weight: normal;
  font-size: 14px;
  color: #5e6d82;
}

a {
  color: #409eff;
  text-decoration: none;
}

.demo-material {
  padding-top: 30px;
}

.tip {
  padding: 8px 16px;
  background-color: #ecf8ff;
  border-radius: 4px;
  border-left: 5px solid #50bfff;
  margin: 20px 0;
}

.element-doc h2 a, .element-doc h3 a, .element-doc h4 a, .element-doc h5 a {
  float: left;
  margin-left: -20px;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.element-doc {
  &>.dxx-doc-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 45px;
    line-height: 1.5em;
    border: 1px solid #e8eaec;

    thead{
      tr {
        background-color: #fafafa;
        color: #333;
      }
      th {
        font-weight: 700;
      }
    }

    tr {
      border-bottom: 1px solid #e8eaec;
    }

    th,td {
      padding: 15px 10px;
      text-align: center;
      line-height: 24px;
      max-width: 300px;
    }
  }
}