.wy-nav-content {

    max-width: none;

}
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
}

.align-center {
    text-align: center;
}

/* 自定义正文行间距和字体大小 */
/* 自定义正文字体 */
p {
    font-size: 18px;
    line-height: 2;
}

/*table {
/*    font-size: 88px;
/*    line-height: 1.5;
/*}

/* 自定义标题字体 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wy-nav-content {
    background-color: #ffffff;
}


/* Adjust the sidebar width */
.wy-nav-side {
    width: auto;
    min-width: 320px; /* Minimum width of the sidebar */
    max-width: 600px; /* Maximum width of the sidebar */
}

/* Resizer styles */
.resizer {
    width: 5px;
    height: 100%;
    background: #ccc;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.wy-side-nav-search,
.wy-side-scroll,
.wy-menu {
    width: 100%;
}

/* Ensure the sidebar content does not wrap */
.wy-nav-side .toctree-l1 a {
    white-space: nowrap;
}

/* Adjust the main content area to accommodate the wider sidebar */
.wy-nav-content-wrap {
    margin-left: 320px; /* Initial value, will be updated by JavaScript */
}

.image-caption {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    color: #555;
    font-size: 0.9em; /* 可选：调整字体大小 */
}

p {
        white-space: pre-wrap; /* 或者使用 pre-line */
    }
