.menu-page {
    position: relative;
    display: flex;
    padding-bottom: 60px;
    width: 84%;
    margin: 20px auto 0;
    z-index: 10;
    margin-top: -100px;
    min-height: 100vh;
    color: #fff;
}

.menu-page .menu-side {
    width: 20%;
}

.menu-page .menu-side-float {
    position: fixed;
    top: 420px;
    left: 0;
    width: 30%;
    z-index: 100;
    padding: 25px;
    box-sizing: border-box;
}

.menu-page .menu-content {
    width: 80%;
}

.menu-page .menu-article-title {
    display: flex;
    align-items: center;
}

.menu-page .menu-article-title .iconfont {
    font-size: 34px;
    color: #6da7ff;
    margin-right: 12px;
}

.menu-page .menu-article-title-0 {
    font-size: 30px;
    text-align: center;
    margin: 35px auto 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #fefefe90;
    color: #6da7ff;
}

.menu-page .menu-article-title-1 {
    font-weight: bold;
    font-size: 24px;
    /* padding-left: 15px; */
    box-sizing: border-box;
    color: #f7872c;
    margin-top: 10px;
    font-family: 'Kanit', sans-serif;
}

.menu-page .menu-article-title-2 {
    font-weight: bold;
    font-size: 18px;
    /* padding-left: 30px; */
    box-sizing: border-box;
    margin-top: 10px;
    font-style: italic;
    padding-left: 20px;
    font-family: 'Kanit', sans-serif;
}

.menu-page .menu-article-title-3 {
    font-weight: bold;
    font-size: 16px;
    /* padding-left: 45px; */
    box-sizing: border-box;
    margin-top: 10px;
}

.menu-page .menu-article-text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
    font-weight: lighter;
    padding-left: 20px;
    box-sizing: border-box;
    font-family: 'NunitoLight';
    color: #eee;
}

.menu-page .menu-article-text b {
    font-family: 'NunitoBolder';
    font-size: 16px;
    font-weight: bolder;
    color: #8eadf7;
}

.menu-page .menu-article-text-bold {
    font-weight: bold;
    color: #ffffff;
    font-family: 'KanitBold';
}

.menu-page .menu-article-image {
    width: 80%;
    margin: 20px auto;
}

.menu-page .menu-article-image img {
    width: 100%;
}

.menu-page .menu-article-image-group {
    width: 80%;
    margin: 20px auto;
}

.menu-page .menu-article-image-group-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.menu-page .menu-article-image-group-content img {
    width: 100%;
    /* background-color: #fff; */
}

.menu-page .menu-article-image-desc {
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #999;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-page .menu-article-image-desc-item {
    flex: 1;
}

.menu-page .menu-article-markdown {
    padding-left: 20px;
    box-sizing: border-box;
    /* font-family: 'NunitoLight'; */
    color: #eee;
}

.menu-page .menu-article-markdown h1,
.menu-page .menu-article-markdown h2,
.menu-page .menu-article-markdown h3,
.menu-page .menu-article-markdown h4,
.menu-page .menu-article-markdown h5,
.menu-page .menu-article-markdown h6 {
    font-size: 18px;
    font-family: 'NunitoBolder';
}

.menu-page .menu-article-markdown p {
    font-weight: light;
    font-family: 'NunitoLight';
    font-size: 16px;
}

.menu-page .menu-article-markdown p strong {
    font-weight: bold;
    font-family: 'NunitoBolder';
    font-size: 18px;
    color: #05a05f;
}

.menu-page .menu-article-code {
    /* padding: 20px; */
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid #fb870c;
}

.menu-page .menu-article-code-lang {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f7872c;
}

.menu-page .menu-article-code pre {
    padding: 10px 20px;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 0px !important;
    box-sizing: border-box;
}

.menu-page .menu-article-table {
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    margin: 20px auto;
    border-radius: 10px;
    overflow-x: auto;
    border: 1px solid #fb870c;
    font-size: 16px;
}

.menu-page .menu-article-table table {
    width: 100%;
    border-collapse: collapse;
}

.menu-page .menu-article-table table tr:nth-child(even) {
    background-color: #fb870c20;
}

.menu-page .menu-article-table table th,
.menu-page .menu-article-table table td {
    /* border: 1px solid #fb870c70; */
    padding: 8px;
    text-align: center;
    border-left: 1px solid #fb870c;
    font-size: 14px;
}

.menu-page .menu-article-table table td:first-child {
    border-left: none;
}

.menu-page .menu-article-table table th {
    background-color: #fb870c;

}


.menu-page .menu-article-pdf {
    width: 100%;
    height: 600px;
    margin-top: 15px;
}

.menu-page .menu-article-iframe {
    width: 100%;
    height: 600px;
    margin-top: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-line {
    height: 1px;
    background-color: #fff;
    margin: 20px auto;
}

.menu-end {
    margin-top: 25px;
    font-size: 26px;
    font-weight: bold;
}

.menu-nav {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 300px;
    display: flex;
    align-items: center;
    height: 30px;
    box-sizing: border-box;
    background-color: transparent;
    transition: all 0.6s ease-in-out;
    border-radius: 0px;
    font-family: 'Kanit', sans-serif;
    margin-top: 5px;
    /* font-weight: normal; */
    /* padding: 5px 14px; */
}

.menu-nav a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    /* background-color: yellow; */
    padding: 5px 14px;
}

.menu-page .menu-nav-active {
    color: #fff;
    background-color: #1958cf;
    border-radius: 20px;
    /* padding: 5px 14px; */
    transition: all 0.6s ease-in-out;
}


.menu-page .menu-nav:hover {
    color: #fff;
    background-color: #1958cf;
    border-radius: 20px;
    /* padding: 5px 14px; */
    transition: all 0.6s ease-in-out;
}


.menu-nav-img {
    width: 14px;
    height: 14px;
    margin-right: 1px;
    display: flex;
    align-items: center;

}


.menu-nav-img img {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.menu-nav-title {
    width: 260px;
    font-size: 16px;
    color: #fff;
    word-wrap: nowrap;
    font-weight: bold;
    white-space: nowrap;
    /* 文本不换行 */
    overflow: hidden;
    /* 隐藏溢出部分 */
    text-overflow: ellipsis;
    /* 溢出显示省略号 */
    padding: 0;
    padding-left: 7px;
}

.menu-nav-title a {
    text-decoration: none;
    color: #fff;
}



.menu-nav-0 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: 'KanitBold', sans-serif;
}

.menu-nav-1 {
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
}

.menu-nav-2 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 40px;
}

.menu-nav-3 {
    font-size: 10px;
    font-weight: bold;
    margin-left: 60px;
}

.menu-nav-size-0 {
    font-size: 14px;
}

.menu-nav-size-1 {
    font-size: 13px;
}

.menu-nav-size-2 {
    font-size: 13px;
}

.menu-nav-size-3 {
    font-size: 13px;
}

.menu-article img {
    cursor: pointer;
}

.menu-article-image-preview-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100001;
    cursor: pointer;
}

.menu-article-image-preview {
    position: relative;
    width: 80%;
    height: 60%;
}

.menu-article-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-article-image-preview-close {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    /* border-radius: 50px; */

    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(218, 86, 86);
}

.menu-article-image-preview-close:hover {
    background-color: rgb(249, 89, 89);
}