.b5o1rg4 {
    flex-direction: row;
    margin-top: 32px
}

.b5o1rg4,
.b5o1rg4 .crumbs {
    display: flex;
    align-items: center;
    gap: 4px
}

.b5o1rg4 .crumbs span {
    color: var(--text-tetriary)
}

.b5o1rg4 .crumbs .last {
    color: var(--text-primary)
}

.b5o1rg4 .icon-hevron_right_16:before {
    color: var(--text-tetriary)
}

.tfm1d2n.CategoryAppsContainer__title {
    color: var(--text-primary);
    margin-bottom: 8px;
    display: flex
}

@media screen and (max-width:769px) {
    .tfm1d2n.CategoryAppsContainer__title {
        margin-top: 17px
    }
}

@media screen and (min-width:769px) {
    .tfm1d2n.CategoryAppsContainer__title {
        margin-top: 32px
    }
}

.tfm1d2n.CategoryAppsContainer__title .amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-left: 8px;
    margin-top: 6px;
    color: var(--text-tetriary)
}

@media screen and (max-width:769px) {
    .tfm1d2n.CategoryAppsContainer__title .amount {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px
    }
}

.s1dbxmqd.CategoryAppsContainer__subtitle {
    color: var(--text-tetriary);
    max-width: 740px
}

@media screen and (max-width:769px) {
    .s1dbxmqd.CategoryAppsContainer__subtitle {
        margin-bottom: 17px
    }
}

@media screen and (min-width:769px) {
    .s1dbxmqd.CategoryAppsContainer__subtitle {
        margin-bottom: 32px
    }
}

.c1lco2cy.CategoryAppsWrapper__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    display: none;
}

@media screen and (max-width:1000px) {
    .c1lco2cy.CategoryAppsWrapper__list {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr))
    }
}

@media screen and (min-width:769px) {
    .c1lco2cy.CategoryAppsWrapper__list {
        grid-gap: 20px;
        margin-bottom: 64px
    }
}

@media screen and (max-width:769px) {
    .c1lco2cy.CategoryAppsWrapper__list {
        grid-gap: 16px
    }

    .c1lco2cy.CategoryAppsWrapper__list>a:last-child {
        margin-bottom: 16px
    }
}

/* .c1lco2cy.CategoryAppsWrapper__list .c36tyw0{
    display: none;
} */

 .ixoAax.ButtonCustomComponent {
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
}

.ixoAax.ButtonCustomComponent>.button {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    outline: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    padding: 12px 20px 12px 24px;
    width: fit-content;
    height: 56px;
    background: rgb(0, 150, 224);
    border-radius: 100px;
    flex: 0 0 auto;
    order: 1;
    -webkit-box-flex: 0;
    transition: background 0.3s ease-out 0s;
}

.ixoAax.ButtonCustomComponent>.button.only-text {
    padding: 16px 32px;
}

.ixoAax.ButtonCustomComponent>.button.md {
    height: 48px;
}

.bGHUtN .wrapBtn {
    padding: 4px 8px;
}

.cJOPC.ThemeSwitcher {
    cursor: pointer;
    height: 48px;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    display: inline-block;
    width: 56px;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.3s ease-out 0s;
    border-radius: 12px;
}

.cJOPC.ThemeSwitcher input#themeSwitcher {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.cJOPC.ThemeSwitcher>svg {
    fill: rgb(4, 6, 11);
    height: 100%;
}

.cJOPC.ThemeSwitcher:hover {
    color: var(--text-primary);
    background-color: var(--selection-alpha-024);
    border-radius: 12px;
}

.dTvmzU {
    border-radius: 12px;
    transition: background-color 0.3s ease-out 0s;
    position: relative;
    flex-direction: column;
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.dTvmzU:hover {
    color: var(--text-primary);
    background-color: var(--selection-alpha-024);
    border-radius: 12px;
}

.dTvmzU>span {
    cursor: pointer;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: unset;
}

.cYjfSL {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 11px;
    transition-duration: 0.3s;
}

.bGHUtN span {
    margin: 0px !important;
}

.bGHUtN {
    display: none;
}

.bGHUtN button {
    max-height: 40px;
    padding: 10px 16px !important;
    gap: 8px !important;
}

/* 侧边抽屉 */
.ewkYjz.open>div {
    right: 0px;
    transition: all 0.3s ease 0s;
}

.ewkYjz.close>div {
    right: -100vw;
    transition: all 0.3s ease 0s;
}

.inoYIQ {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    background: rgb(242, 242, 245);
    height: 100%;
    position: absolute;
    right: 0px;
    width: 392px;
    z-index: 9999;
    transform: translateX(0px);
    transition: all 0.3s ease 0s;
}


@media screen and (max-width: 1000px) {
    .inoYIQ {
        width: 100%;
    }
}


.jNweAt {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.hksoEy {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hksoEy .icons-wrap {
    display: flex;
    width: fit-content;
}

.hksoEy svg path {
    fill: rgb(0, 37, 56);
}


.cYjfSL svg>path {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
}

.gRNikT .sidebar__content .sidebar__content__links {
    transition: none 0s ease 0s !important;
}

.gRNikT .sidebar__content .sidebar__content__links li {
    height: 52px;
}

.gRNikT .sidebar__content .sidebar__content__links li a {
    padding: 12px 0px;
    color: rgb(4, 6, 11);
}


.l163ek5s:first-child {
    margin: 0;
}

.l163ek5s {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.l163ek5s a {
    font-size: 16px;
    line-height: 128%;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .3s ease;
    border-radius: 10px;
    position: relative;
}

.text-l2-semibold {
    font-size: 18px !important;
    line-height: 28px !important;
}

.text-l1-semibold,
.text-l2-semibold {
    font-style: normal !important;
    font-weight: 600 !important;
}

.w2yc3wo {
    position: relative;
}

.w2yc3wo .navigation__label {
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    gap: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.w2yc3wo .navigation__label .icon__wrapper {
    max-height: 24px;
    min-height: 24px;
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.d15k57xv {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--background-card);
    border: 1px solid var(--selection-alpha-024);
    box-sizing: border-box;
    box-shadow: 0 4px 32px 0 rgba(4, 6, 11, .04), 0 0 4px 0 rgba(4, 6, 11, .02);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    min-width: 120px;
    z-index: 1;
    padding: 4px;
}

.w2yc3wo .links__dropdown {
    position: absolute;
    top: calc(8px + 48px);
    z-index: 12;
    display: flex;
    flex-direction: column;
    border: 0.5px solid var(--selection-alpha-024);
    border-radius: 12px;
    min-width: 172px;
    padding: 4px;
    background-color: var(--background-dropdown);
    box-shadow: 0 4px 32px 0 rgba(4, 6, 11, .04), 0 0 4px 0 rgba(4, 6, 11, .02);
}

.w2yc3wo .links__dropdown .link__navigation {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.hYXKvp {
    border-radius: 12px;
    transition: background-color 0.3s ease-out 0s;
    position: relative;
    flex-direction: column;
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.hYXKvp>span {
    cursor: pointer;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

.hYXKvp>span .chevron {
    transform: rotate(180deg);
    display: block;
}

.hYXKvp>span svg {
    fill: var(--text-primary);
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1300px) {
    .bGHUtN {
        -webkit-box-align: center;
        align-items: center;
        margin-left: auto;
        display: flex !important;
    }

    .bGHUtN .wrapBtn {
        padding: 4px 8px;
    }

    .mtjpset {
        display: none;
    }

    .w2yc3wo .navigation__label {
        justify-content: space-between;
        padding: 12px 0;
        align-items: center;
        height: 52px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .w2yc3wo .links__dropdown {
        transition: .2s ease-in;
        box-shadow: none;
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        position: -webkit-sticky;
        position: sticky;
    }

    .w2yc3wo .links__dropdown .link__navigation a {
        max-height: 48px;
        height: 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 0;
    }
}

@media screen and (min-width: 769px) {
    .ixoAax.ButtonCustomComponent>.button {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

}

/* 搜索框蒙蔽层 */
.sdr4u4v .bg__search__bar {
    z-index: 77;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .52);
    display: block;
    animation: fadeStart-sdr4u4v .15s ease-in;
}

.sdr4u4v .active {
    border: 1px solid var(--accent);
}

.close-icon-container{
    cursor: pointer;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #555;
}

.load-more-btn {
    display: none;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}