body {
    --overall-main-width: 90%;
    --overall-main-max-width: 1700px;
    --md-main-max-width: 1140px;
    --sm-main-max-width: 840px;
    --xs-main-max-width: 90%;
    --xl-banner-text-width: 1340px;
    --xl-panel-heading-horiz: 20px;
    --md-panel-heading-horiz: 10px;
    --overall-revi-colla-size: 19px;
}
.layout-main {
    padding-bottom: 0;
}
.bg-lightgrey {
    background-color: #f2f3f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.panel-group .panel {
    border-radius: 8px;
    box-shadow: none;
    border: none;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
.dnl-mask.show-mask {
    display: block;
}
.dnl-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.56);
    z-index: 100;
}
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.dnl-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.dnl-loading::before {
    content: "";
    width: 45px;
    height: 45px;
    border: 3px solid #0068b6;
    border-top-color: transparent;
    border-radius: 100%;
    position: absolute;
    top: -58px;
    left: 45%;
    animation: circle infinite .75s linear;
}
.dl-page-modal .dl-page-modal-dialog {
    top: 20%;
}
.dl-page-modal .modal-content {
    padding: 5px 0 15px;
    border-radius: 8px;
}
.dl-page-modal button.close {
    font-size: 26px;
    font-weight: bold;
}
.dl-page-modal .checkbox input {
    margin: 6px 0 0;
}
#ZipViewModalDialog .modal-content {
    padding: 10px 10px 40px 20px;
    background-color: #0d0d0d;
    font-size: 16px;
    color: #ced5e0;
    text-align: center;
}
#ZipViewModalDialog .modal-header {
    padding: 10px 15px 0 0;
    border: none;
}
#ZipViewModalDialog button.close {
    width: 24px;
    height: 24px;
    font-size: 20px;
    border-radius: 24px;
    background-color: #c4c4c4;
    opacity: 1;
}
#ZipViewModalDialog button.close:focus, #ZipViewModalDialog button.close:hover {
    opacity: .8;
}
#ZipViewModalForm .zip-modal-text {
    padding: 17px 0 25px;
}
#ZipViewModalForm .zip-modal-dl-button {
    display: inline-block;
    width: 40%;
    padding: 2% 0;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: none;
}
#ZipViewModalForm .zip-modal-dl-button svg {
    position: relative;
    top: 2px;
}
#ZipViewModalForm .zip-modal-dl-button:hover, #ZipViewModalForm .zip-modal-dl-button:focus, #ZipViewModalForm .zip-modal-dl-button:active {
    color: #fff;
    background-color: #0068b6;
}
#ZipViewModalForm .zip-modal-dl-button:hover svg path, #ZipViewModalForm .zip-modal-dl-button:focus svg path, #ZipViewModalForm .zip-modal-dl-button:active svg path {
    fill: #fff;
}
#ZipViewModalForm .zip-modal-dl-button.disabled, #ZipViewModalForm .zip-modal-dl-button.disabled:hover {
    pointer-events: none;
    background-color: #b5b5b5;
    color: #333;
    cursor: not-allowed;
}
.dl-page-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    color: #fff;
}
.dl-page-banner-text1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 18px;
}
.dl-page-banner-text2 {
    font-size: 26px;
    line-height: 36px;
}
.dl-page-header1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.dl-page-header1:hover, .dl-page-header1:focus {
    color: #333;
}
.dl-page-header2 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: normal;
    cursor: pointer;
}
.dl-page-context {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 28px;
}
.dl-page-context:hover, .dl-page-context:focus {
    color: #666;
}
.wrapper {
    overflow: initial;
}
#dlPageNav {
    position: sticky;
    top: 110px;
    z-index: 10;
}
#dlFilterBox, #dlButtonBox {
    position: sticky;
    top: 150px;
    z-index: 5;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 6px;
}
.dl-page-sticky-buttonbox {
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
}
@media screen and (max-width: 768px) {
    #dlPageNav {
        top: 84px;
    }
    #dlFilterBox {
        position: unset;
        padding-top: 0;
        padding-bottom: 0;
    }
    #dlButtonBox {
        top: 124px;
        padding-top: 16px;
        transform: none!important;
    }
}
.page-nav {
    position: relative;
    width: 100%;
    height: 40px;
    min-height: 40px;
    background-color: #346;
    border-radius: 0;
}
.page-nav ul {
    margin: 0;
    margin-left: var(--header-wrapper-left);
}
.page-nav li:after {
    background: #ff6d65;
}
.page-nav li a {
    padding: 9px 16px 10px;
    color: #fff;
}
.page-nav li a:hover, .page-nav li a:active, .page-nav li a:focus {
    color: #fff;
    background-color: inherit;
}
.page-nav li a.active {
    color: #fff;
    background-color: #ff6d65;
}
.dl-page-container {
    width: var(--overall-main-width);
    max-width: var(--overall-main-max-width);
    margin: 40px auto;
}
.dl-page-exp-wrapper {
    position: relative;
    padding: 12px 42px 12px 20px;
    border-radius: 8px;
}
.dl-page-exp-in {
    display: none;
}
.dl-page-exp-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}
.dl-page-exp-in:checked+.dl-page-exp-text {
    -webkit-line-clamp: 999;
}
.dl-page-exp-label {
    position: absolute;
    right: 12px;
    bottom: 0;
    color: #025cdc;
    cursor: pointer;
}
.dl-page-exp-label::before {
    font-family: "FontAwesome";
    content: '';
    color: #067db7;
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
}
.dl-page-exp-in:checked~.dl-page-exp-label::before {
    content: '';
}
.dl-page-exp-in:not(:checked)~.dl-page-exp-label.label-hidden {
    display: none;
}
.dl-page-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.dl-page-column1 {
    width: 350px;
    margin-right: 30px;
}
.dl-page-column2 {
    width: calc(100% - 380px);
}
.dl-page-column1 .panel-group {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.dl-page-column1 div:first-child {
    border-radius: 8px;
}
.dl-page-column1 .panel-group:last-child {
    border-bottom: none;
}
.panel-filter {
    padding: 8px 0;
}
.panel-filter .panel-collapse {
    padding: 0 23px 5px;
}
a.dl-page-filter-exp, a.dl-page-filter-unexp {
    position: relative;
    display: inline-block;
    width: calc(100% - 30px);
}
a.dl-page-filter-exp:after {
    position: absolute;
    top: 0;
    right: -20px;
    font-family: "FontAwesome";
    content: "";
    color: #333;
    font-size: 32px;
    line-height: 22px;
    font-weight: 400;
}
a.dl-page-filter-exp.collapsed:after {
    content: "";
    right: -17px;
}
.dl-page-ic-check {
    display: flex;
    column-gap: 6px;
    padding: 5px 0;
    align-items: flex-start;
}
.dl-page-ic-check input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: #0068b6;
    margin-top: 6px;
}
.dl-page-filter-unexp.active, .dl-page-ic-check input[type="radio"]:checked+a {
    color: #0068b6;
}
.panel-collapse label {
    margin: 0 0 0 3px;
    font-weight: normal;
}
.button-enabled:hover {
    background-color: #2a8ad1;
}
.dl-page-dl-button, .dl-page-dl-button[disabled] {
    position: relative;
    padding: 8px;
    background-color: #b5b5b5;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: not-allowed;
}
.button-enabled {
    background-color: #0068b6;
    cursor: pointer;
}
.dl-page-dl-button svg {
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.dl-page-list {
    padding-top: 20px;
}
.dl-page-no-file {
    margin: 20px auto;
    text-align: center;
    font-size: 22px;
    color: #2d80c1;
}
.dl-page-no-file-note {
    padding-top: 10px;
}
.dl-page-list .panel-group {
    position: relative;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    box-sizing: border-box;
}
.dl-page-list .panel-group::before, .dl-page-list .panel-group::after {
    content: "";
    width: 8px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    z-index: 1;
}
.dl-page-list .panel-group::before {
    left: -4px;
}
.dl-page-list .panel-group::after {
    right: -4px;
}
.dl-page-list .panel-heading {
    padding: 10px var(--xl-panel-heading-horiz);
}
.dl-page-file {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    border-bottom: 1px solid #e8eaed;
    margin-bottom: -1px;
    border-top: 1px solid #e8eaed;
    margin-top: -1px;
    padding: 8px var(--xl-panel-heading-horiz);
}
.dl-page-file-block {
    display: block;
}
.dl-page-file-block .dl-page-file-extra {
    justify-self: start;
}
.dl-page-revision-collapse {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    width: var(--overall-revi-colla-size);
    height: var(--overall-revi-colla-size);
    margin-right: 2px;
}
.dl-page-revision-collapse::after {
    font-family: 'FontAwesome';
    content: "";
    font-size: 22px;
    color: #1b1b1b;
}
.dl-page-revision-collapse[aria-expanded="true"]::after {
    content: "";
}
.dl-page-file-title, .dl-page-file-desc {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: 1;
}
.dl-page-file-title {
    grid-row: 1;
    align-self: end;
    width: fit-content;
}
.dl-page-file-desc {
    grid-row: 2;
    align-self: start;
    line-height: 22px;
}
.dl-page-file-name {
    text-decoration-line: underline!important;
    text-underline-offset: 2px;
    overflow-wrap: anywhere;
    line-height: 28px;
    cursor: pointer;
}
.dl-page-file-name:active, .dl-page-file-name:hover, .dl-page-file-name:focus, .dl-page-file-name:active .dl-page-file-icon path, .dl-page-file-name:focus .dl-page-file-icon path, .dl-page-file-name:hover .dl-page-file-icon path {
    color: #0068b6!important;
    fill: #0068b6;
}
.dl-page-checkbox[type="checkbox"], .dl-page-checkbox[type="checkbox"]:focus {
    position: relative;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 7px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 1px solid #1b1b1b;
    background: transparent;
    border-radius: 2px;
}
.dl-page-checkbox[type="checkbox"][disabled] {
    background-color: #efefef;
    border: 1px solid #dfdfdf;
}
.dl-page-checkbox[type="checkbox"]:checked {
    background-color: transparent;
}
.dl-page-checkbox[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: solid #1b1b1b;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.dl-page-file-icon {
    position: relative;
    top: 3px;
    left: 5px;
}
.dl-page-file-extra {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 8px;
    grid-column: 2;
    grid-row: 1/span 2;
    justify-self: end;
    padding: 5px 0;
}
.dl-page-file-extra .dl-page-file-size, .dl-page-file-extra .dl-page-file-vers, .dl-page-file-extra .dl-page-file-date {
    padding: 2px 8px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.dl-page-file-extra .dl-page-file-size {
    display: none;
}
.dl-page-file-extra .dl-page-file-date {
    width: 116px;
    padding: 2px 0;
    text-align: center;
}
.margin-right-loose {
    margin-left: 42px;
}
.margin-right-tight {
    margin-left: 22px;
}
.dl-page-revs-box {
    width: 100%;
    padding-left: var(--xl-panel-heading-horiz);
}
.dl-page-revs-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #666;
}
.dl-page-revs-table td {
    padding: 12px 20px;
    border: 1px solid #eaecee;
    box-sizing: border-box;
}
.dl-page-revs-table tr:first-child td {
    border-top: none;
}
.dl-page-revs-table tr:last-child td {
    border-bottom: none;
}
.dl-page-revs-table tr td:first-child {
    width: 44px;
    vertical-align: top;
    border-right: none;
}
.dl-page-revs-table tr td:nth-child(2) {
    width: 164px;
    vertical-align: top;
    padding-left: 0;
    border-left: none;
}
.dl-page-revs-table tr td:nth-child(2) * {
    font-size: 16px;
    color: #666;
}
.dl-page-revs-table tr td:last-child {
    width: 156px;
    text-align: center;
    border-right: none;
    box-sizing: border-box;
}
.dl-page-revs-table tr td:last-child span {
    display: inline-block;
    width: 116px;
    line-height: 28px;
    padding: 2px 0;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.dl-page-revs-table tr td:last-child span.dl-page-revs-size {
    display: none;
    margin-right: 8px;
}
.dl-page-tooltip-main {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dl-page-tooltip-main * {
    display: inline;
}
.dl-page-tooltip-main.enable-tooltip {
    cursor: pointer;
}
.dl-page-revs-table tr td:nth-child(3) {
    position: relative;
}
.dl-page-tooltip-pop {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 90%;
    min-width: 240px;
    padding: 8px 10px;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    z-index: 100;
}
.dl-page-tooltip-pop::before {
    position: absolute;
    top: -.6rem;
    left: 50%;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 .6rem .6rem;
    border-bottom-color: #666;
}
.dl-page-tooltip-main.enable-tooltip:hover+.dl-page-tooltip-pop {
    display: block;
}
.more-file-wrapper {
    border-bottom: 1px solid #e8eaed;
}
.dl-page-file-load, .dl-page-file-load:hover, .dl-page-file-load:focus {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #0068b6;
    cursor: pointer;
}
.dl-page-file-load::before {
    padding-right: 10px;
}
.dl-page-file-load.zh-area::before {
    content: "上拉收起";
}
.dl-page-file-load.zh-area.collapsed::before {
    content: "加载更多";
}
.dl-page-file-load.en-area::before {
    content: "Show Less";
}
.dl-page-file-load.en-area.collapsed::before {
    content: "Show More";
}
.dl-page-file-load::after {
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #0068b6;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.000000' height='26.000000' viewBox='0 0 26 26' fill='none'%3E%3Cdefs/%3E%3Cpath id='矢量 63' d='' fill-rule='nonzero' fill='%23FFFFFF'/%3E%3Cpath id='矢量 63' d='M20 16L12.5 9L5 16' stroke='%230068B6' stroke-width='2.000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.dl-page-file-load.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.000000' height='26.000000' viewBox='0 0 26 26' fill='none'%3E%3Cdefs/%3E%3Cpath id='矢量 63' d='' fill-rule='nonzero' fill='%23FFFFFF'/%3E%3Cpath id='矢量 63' d='M20 10L12.5 17L5 10' stroke='%230068B6' stroke-width='2.000000'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1300px) {
    .dl-page-banner-text1 {
        font-size: 46px;
    }
    .dl-page-banner-text2 {
        font-size: 24px;
    }
    .dl-page-column1 {
        width: 280px;
    }
    .dl-page-column2 {
        width: calc(100% - 310px);
    }
    .dl-page-list .panel-heading {
        padding: 10px var(--md-panel-heading-horiz);
    }
    .dl-page-file {
        padding: 8px var(--md-panel-heading-horiz);
    }
    .dl-page-revs-table td {
        padding: 12px 10px;
    }
    .dl-page-revs-table tr td:first-child {
        width: 32px;
    }
    .dl-page-revs-table tr td:nth-child(2) {
        width: 176px;
    }
    .dl-page-revs-table tr td:last-child {
        width: 136px;
    }
}
@media screen and (max-width: 992px) {
    .dl-page-banner-text1 {
        font-size: 36px;
        line-height: 44px;
    }
    .dl-page-banner-text2 {
        font-size: 22px;
        line-height: 28px;
    }
    .dl-page-column1 {
        width: 250px;
    }
    .dl-page-column2 {
        width: calc(100% - 280px);
    }
    #getcode {
        margin-top: 16px;
    }
    .dl-page-revs-table tr td:nth-child(2) {
        width: 158px;
    }
}
@media screen and (max-width: 768px) {
    .topbanner source, .topbanner img {
        display: block;
        width: 200%;
        margin-left: -100%;
        height: 100%;
        object-fit: cover;
    }
    .dl-page-banner-text {
        width: 95%;
        left: 2%;
    }
    .dl-page-banner-text1 {
        font-size: 24px;
        line-height: 34px;
    }
    .dl-page-banner-text2 {
        font-size: 14px;
        line-height: 20px;
    }
    .dl-page-header1 {
        font-size: 16px;
    }
    .dl-page-header2 {
        font-size: 16px;
    }
    .dl-page-context {
        font-size: 14px;
        line-height: 23px;
    }
    .dl-page-nav-ul li {
        float: left;
    }
    .page-nav li a {
        font-size: 14px;
        padding: 9px 10px 10px;
    }
    .dl-page-exp-wrapper {
        line-height: 24px;
    }
    .dl-page-row {
        display: block;
    }
    .dl-page-column1 {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .dl-page-column2 {
        width: 100%;
    }
    .dl-page-ic-check input[type="radio"] {
        width: 12px;
        height: 12px;
    }
    .dl-page-list {
        padding-top: 10px;
    }
    .dl-page-no-file {
        font-size: 18px;
    }
    .dl-page-file-item {
        flex: 1;
    }
    .dl-page-file-load {
        font-size: 14px;
    }
    .dl-page-file-load::after {
        width: 14px;
        height: 14px;
    }
    .dl-page-revs-table {
        font-size: 14px;
    }
    .dl-page-revs-table td {
        padding: 10px;
    }
    .dl-page-revs-table tr td:nth-child(2) {
        width: auto;
    }
    .dl-page-revs-table tr td:nth-child(2) * {
        font-size: 14px;
    }
    .dl-page-revs-table tr td:nth-child(3) {
        display: none;
    }
    .dl-page-revs-table tr td:last-child {
        width: 116px;
    }
    .dl-page-file-extra .dl-page-file-date {
        width: 96px;
    }
    .dl-page-revs-table tr td:last-child span {
        width: 96px;
        line-height: 23px;
    }
    .dl-page-tooltip-pop {
        padding: 6px 8px;
        line-height: 18px;
    }
}