html,body {
    width: 100%;
    margin: 0;
}
.api_centerR .api-title {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    margin-bottom: 15px;
}
.api_centerR .api-doc {
    font-size: 16px;
    color: #666666;
}
.api_centerR .api-doc-text {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}
.api_centerR .api-doc-text b {
    font-weight: 600;
    color: #333333;
}
.api_centerR .api-doc-h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 35px 0 5px;
}
.scroll-container {
    width: 100%;
    /* overflow-x: scroll; */
}
/* .scroll-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    box-shadow: inset 0 0 6px #0003;
}
.scroll-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
} */
.api-message-container {
    display: flex;
}
.api-message-container .api-message-item {
    flex: 0 0 33.333%;
    font-size: 16px;
    padding-left: 24px;
    box-sizing: border-box;
}
.api-message-container .message-item-title {
    color: #333333;
    line-height: 22px;
    word-break: break-all;
    padding: 20px 0 20px 24px;
}
.api-message-container .message-item-p {
    margin: 0;
    color: #666666;
    line-height: 22px;
    padding: 20px 0;
    word-break: break-all;
    /* white-space: nowrap; */
}
.table-container {
    position: relative;
    overflow: hidden;
}
.table-container .table-title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
    margin: 40px 0 24px;
}
.table-container .api-status-doc {
    font-size: 14px;
    color: #999999;
    margin: -16px 0 24px;
}
.table-content {
    width: 100%;
}
.table-content thead th {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    background-color: #EEF2F6;
    text-align: left;
    word-break: break-all;
    padding: 20px 0 20px 14px;
    min-width: 90px;
}
.table-content thead tr th:first-child {
    min-width: 110px;
}
.table-container tbody tr {
    border-bottom: 1px solid #E1E9EB;
}
.table-container tbody tr:last-child {
    border-bottom: none;
}
.table-content tbody td p {
    text-align: left;
    padding: 12px 0 12px 14px;
    margin: 0;
    color: #666666;
    line-height: 22px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.table-content tr th:last-child,
.table-content tr td:last-child p {
    padding-right: 14px;
}

.sample-code {
    border-radius: 4px;
    overflow: hidden;
}
.sample-code pre {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #262626 !important;
}

@media (max-width: 768px){
    .api_centerR .api-title {
        margin-bottom: unset;
    }
}