.post-content .table-scroll-wrap {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
}

.post-content .table-scroll-guide {
    margin: 0 0 8px;
    font-size: 14px;
    color: #666;
}

.post-content .table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

.post-content .table-scroll table {
    min-width: 900px;
}

.post-content .table-scroll table tr:first-child > th,
.post-content .table-scroll table tr:first-child > td {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}

.post-content .table-scroll table tr > th:first-child,
.post-content .table-scroll table tr > td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    background: #fff;
}

.post-content .table-scroll table tr:first-child > th:first-child,
.post-content .table-scroll table tr:first-child > td:first-child {
    z-index: 5;
}

.post-content {
    width: 100%;
    line-height: 1.9;
    word-break: keep-all;
}

.post-content p.editor-body-normal {
    line-height: 1.6;
    margin-bottom: 1em;
}

.post-content p.editor-body-tight {
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.post-content p.editor-body-loose {
    line-height: 2;
    margin-bottom: 1.8em;
}