    .pd-sm {
        padding: 1rem;
    }

    .ml-sm {
        margin-left: 1rem;
    }

    .mr-sm {
        margin-right: 1rem;
    }

    #download-outside {
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background: #c3c3c3a8;
        z-index: 98;
    }

    #download-popup {
        position: fixed;
        width: 50%;
        max-width: 400px;
        left: 50vw;
        height: fit-content;
        transform: translate(-50%, -50%);
        top: 50vh;
        background: #fff;
        z-index: 99;
        padding: 20px;
    }

    #download-popup #close-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 1.75rem;
    }

    .searchf input {
        overflow: visible;
        border-radius: 3px;
        border: 0px solid #adadad;
        width: 300px;
        line-height: 38px;
        padding: 2px 16px;
        font-size: 14px;
    }

    .table tr td i {
        cursor: pointer;
        background: #efefef;
        font-size: 1rem;
        width: 2.25rem;
        height: 2.25rem;
        text-align: center;
        line-height: 2.25rem;
        font-weight: 600;
        border-radius: 0.75rem;
        color: #8b7d7e;
    }

    .table tr.firmwareFileList td {
        border-top: unset;
        border-bottom: unset;
    }

    .table thead tr:nth-child(1) {
        transition: 0.2s;
        position: sticky;
        top: 60px;
        z-index: 1;
        background: #f9f9f9;
        box-shadow: 0px 1px 1px #ff8695;
    }

    .table tr:nth-child(1) th {
        border-top: unset;
    }

    .table tr th,
    .table tr td {
        text-align: left;
        border-left: 1px solid #efefef;
    }

    .table tr th:nth-child(1),
    .table tr td:nth-child(1) {
        border-left: unset;
    }

    .table thead tr th {
        cursor: pointer;
    }

    .same-model {
        border-top: 0px !important;
        opacity: 0;
    }

    .fa {
        font-size: 14px;
        transition: 0.2s;
    }

    tbody tr td:nth-child(2) {
        text-align: left !important;
    }

    tbody tr td:nth-child(1) {
        position: relative;
    }

    tbody tr td a {
        transition: 0.2s;
    }

    tbody tr td a:hover {
        color: #ff8695;
    }

    .mr-sm {
        margin-right: 1rem;
    }

    .mt-xs {
        margin-top: 0.5rem;
    }

    .mt-sm {
        margin-top: 1rem !important;
    }

    .mt-2 {
        margin-top: 2rem !important;
    }

    .mt-3 {
        margin-top: 3rem !important;
    }

    td h6 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .badge-primary {
        background: #ff8695 !important;
    }

    #no-results {
        display: none !important;
    }

    #no-results.active {
        display: table-row !important;
    }

    .filelist {
        display: none;
    }

    .filelist.active {
        display: block;
    }

    .page-item.active .page-link {
        background-color: #ee8780;
        border-color: #ee8780;
    }

    .page-link {
        color: #ee8780;
        border: unset;
    }

    #oldLink h6 {
        margin-bottom: 0;
    }


    #filter-product-type .btn.btn--sm.btn--outline,
    #filter-document .btn.btn--sm.btn--outline {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }


    /* 底部 */
    *[data-toggle] {
        cursor: pointer;
    }

    *[data-toggle]::after {
        content: "+";
    }

    *[data-toggle][aria-expanded="true"]::after {
        content: "-";
    }

    .cert {
        padding-left: 2rem;
        margin-top: 1rem;
    }