.neo-page .title {
    line-height: 30px;
    font-family: var(--default-font-family);
    font-size: 28px;
    font-weight: bolder;
    color: white;
    letter-spacing: 0;
    text-align: center;
    padding-top: 106px;
}

.knowledge-list li {
    margin-bottom: 48px;
}

.knowledge-list h2 {
    font-size: 22px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px;
}

.knowledge-list h2 a {
    color: #3D3D3D;
}

.knowledge-list h2 a:hover {
    color: #1ac0c9;
}

.knowledge-list span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #3D3D3D;
}

.knowledge-null {
    font-size: 32px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0;
    color: #3D3D3D;
    text-align: center;
}

.knowledge-container {
    position: relative;
}

.knowledge-detail-container .nav_title {
    width: min-content;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: var(--default-font-family);
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0;
    color: #F9FAFF;
    border-radius: 5px;
    background-color: #4BD8E0;
    margin-bottom: 30px;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.knowledge-detail-container .nav_title a {
    color: #F9FAFF;
}

.knowledge-detail-container .nav_title a:hover {
    text-decoration: underline;
}

.knowledge-detail-container .title_msg {
    margin-bottom: 30px;
}

.knowledge-detail-container .title_msg p {
    font-family: var(--default-font-family);
    font-size: 18px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
}

.knowledge-list h3:hover {
    color: #4ad1cd;
}

.bt-page li a {
    border: solid 1px #155861;
    border-radius: 16px;
    margin: 2px;
    color: #155861;
}

.pagination {
    margin-left: 54px;
}

.pagination > .active > a {
    background-color: #4ad1cd;
}

.pagination > li > a:hover {
    background-color: #4ad1cd;
    border: solid 1px #155861;
}

.type-menu {
    margin-top: 18px;
    padding-right: 30px;
    padding-left: 100px;
}

.type-menu li {
    display: block;
    background-color: #cfe6eb;
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    font-weight: bolder;
    line-height: 32px;
    letter-spacing: 0;
    color: white;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.type-menu li.active, .type-menu li:hover {
    background-color: #173b47;
    color: #4bd8e0;
}

.type-menu .footer-div .row p, .knowledge-list ul li {
    margin-bottom: 65px;
}

.article-side {
    width: 100%;
    height: 0;
    background-color: transparent;
    position: sticky;
    top: -206px;
    z-index: 10;
}

.article-side__position {
    position: absolute;
    top: 306px;
    left: -300px;
    z-index: 99;
}

.article-side__position .article-side__open {
    width: 34px;
    height: 34px;
    color: white;
    background-color: #43bcc4;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;

    position: absolute;
    top: 0;
    left: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-side__position.show {
    left: 12px;
}

.article-side__position.show .article-side__open {
    left: -50px;
}

.article-side__position .article-side__close {
    font-size: 26px;
    color: white;
    cursor: pointer;

    position: absolute;
    top: 14px;
    right: 20px;
}

.article-side__position .article-side__box {
    width: 240px;
    border-radius: 5px;
    background-color: #f9faff;
}

.article-side__box .title {
    height: 50px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #43bcc4;
    padding: 10px 20px;
    text-align: left;
}

.article-side__box .article-menu__ul {
    padding: 20px !important;
    overflow: auto;
}

.article-side__box .article-menu__ul .article-menu__li {
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    list-style: none !important;
}

.article-side__box .article-menu__ul .article-menu__li + li {
    margin-top: 10px;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__info .article-menu-h2 {
    font-weight: bolder;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__info i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
    margin-left: 8px;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__info i:hover {
    background: #e2e8f0;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__children {
    display: none;
    margin-top: 8px;
    padding: 0 10px;
}

.article-side__box .article-menu__ul .article-menu__li.expanded .article-menu__children {
    display: block;
}

.article-side__box .article-menu__ul .article-menu__li.expanded .article-menu__info i {
    transform: rotate(90deg);
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__children .article-menu-h3 {
    display: flex;
    align-items: center;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__children .article-menu-h3 + li {
    margin-top: 4px;
}

.article-side__box .article-menu__info .article-menu-h2.active, .article-side__box .article-menu-h3.active,
.article-side__box .article-menu__info .article-menu-h2:hover, .article-side__box .article-menu-h3:hover {
    color: #43bcc4;
}

.article-side__box .article-menu__ul .article-menu__li .article-menu__children .article-menu-h3 i {
    margin-right: 6px;
}

table.table-release-note {
    width: 100% !important;
    border: unset;
    border-radius: 8px;
    border-collapse: collapse;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

table.table-release-note thead {
    background: #f8fafc;
}

table.table-release-note th {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-right: unset;
    border-bottom: 1px solid #eef2f6;
    padding: 14px 20px;
}

table.table-release-note th:nth-child(1), table.table-release-note td:nth-child(1) {
    width: 160px !important;
}

table.table-release-note th:nth-child(2), table.table-release-note td:nth-child(2) {
    width: 120px !important;
}

table.table-release-note th:last-child, table.table-release-note td:last-child {
    width: unset !important;
}

table.table-release-note td {
    padding: 14px 20px;
    font-size: 14px;
    color: #475569;
    border-right: unset;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

table.table-release-note tr:last-child td {
    border-bottom: none;
}

table.table-release-note tr:hover {
    background-color: #f8fafc;
}

@media (min-width: 1602px) {
    .knowledge-page .container {
        width: 1349px;
    }

    .knowledge-detail-container .container {
        width: 1349px;
    }
}

@media (max-width: 1601px) {
    /* 	字体大小start */
    .knowledge-list h3 {
        font-size: 22px;
    }

    .knowledge-list span {
        font-size: 16px;
    }

    .knowledge-page .nav_title {
        font-size: 18px;
    }

    .knowledge-page input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .knowledge-page input:-moz-placeholder {
        font-size: 16px;
    }

    .knowledge-page input::-moz-placeholder {
        font-size: 16px;
    }

    .knowledge-page input:-ms-input-placeholder {
        font-size: 16px;
    }

    .title_msg h1 {
        font-size: 24px;
    }

    .title_msg p {
        font-size: 16px;
    }

    /* 	字体大小end */
}

@media (min-width: 1441px) and (max-width: 1601px) {
    .knowledge-page .container {
        width: 77%;
    }

    .knowledge-detail-container .container {
        width: 77%;
    }
}

@media (min-width: 1360px) and (max-width: 1440px) {
    .knowledge-page .container {
        width: 1120px;
    }

    .knowledge-detail-container .container {
        width: 1120px;
    }
}

@media (max-width: 991px) {
    .knowledge-page .nav_title {
        margin-left: 38px;
    }

    .knowledge-detail-container .col-md-12 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .knowledge-detail-container .col-md-12 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 414px) {
    .knowledge-null .info {
        font-size: 20px;
    }

    .knowledge-page .nav_title {
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 18px !important;
    }

    .knowledge-list h3 {
        font-size: 18px;
    }

    .type-menu {
        margin: 0;
        padding: 0 0 30px;
    }
}
