.logo_image {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.d-flex {
    display: flex;
}

.flex {
    display: flex;
}


.flex-y {
    display: flex;
    flex-direction: column;
}

.flex-fw {
    flex-wrap: wrap;
}

.image-logo {
    width: 150px;
    height: 150px;
    border-radius: 120px;
}

.image-size-80 {
    width: 80px;
    height: 80px;
}

.image-size-60 {
    width: 60px;
    height: 60px;
}

.image-size-120 {
    width: 120px;
    height: 120px;
}

.el-row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.el-col {
    box-sizing: border-box;
    min-width: 0;
}

.el-col-20 {
    width: 83.33333333%;
}

.el-col-offset-2 {
    margin-left: 8.33333333%;
}

.helpCenter .main .wrap nav.article-category-nav {
    padding: 0;
    border-radius: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    position: static;
    top: auto;
    height: fit-content;
}

.helpCenter .main .wrap nav.article-category-nav > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li {
    margin: 0;
    padding: 12px 0;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li > a {
    display: block;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li > a > div {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0 26px;
    border: 0;
    background: transparent;
    color: #333;
    transition: color 0.2s ease;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li > a > div::before {
    display: none;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li .iconfont {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 20px !important;
    line-height: 32px;
    text-align: center;
    transition: color 0.2s ease;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li > a > div span:last-child {
    min-width: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li:hover {
    transform: translateY(-1px);
    background-color: rgba(72, 142, 255, 0.1);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.helpCenter .main .wrap nav.article-category-nav > ul > li:hover > a > div {
    color: var(--color-primary);
}

.helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div {
    color: #fff;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li.active .iconfont {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.helpCenter .main .wrap nav.article-category-nav > ul > li:hover .iconfont {
    color: var(--color-primary);
}

.helpCenter .main .wrap nav.article-category-nav > ul > li.active {
    background-color: var(--color-primary);
    box-shadow: 0 14px 28px rgba(72, 142, 255, 0.18);
}

.helpCenter .main .wrap nav.article-category-nav > ul > li.active:hover {
    background-color: var(--color-primary);
}

@media screen and (min-width: 769px) {
    .helpCenter .main .wrap nav.article-category-nav {
        margin-bottom: 0;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div {
        justify-content: flex-start;
        text-align: left;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div span:last-child,
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div .iconfont {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .helpCenter .main .wrap nav.article-category-nav {
        position: static;
        top: auto;
        padding: 10px;
        border-radius: 20px;
        border: 1px solid rgba(14, 182, 255, 0.16);
        background: #ffffff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 18px 36px rgba(15, 23, 42, 0.08);
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li {
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:hover,
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active,
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active:hover {
        background: transparent;
        box-shadow: none;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div {
        position: relative;
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr) 18px;
        align-items: center;
        column-gap: 10px;
        justify-content: initial;
        text-align: center;
        padding: 14px 12px !important;
        min-height: 64px;
        color: #333;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div::after {
        content: "";
        display: block;
        width: 18px;
        height: 1px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div {
        color: var(--color-primary);
        background: rgba(72, 142, 255, 0.08);
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li .iconfont,
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active .iconfont,
    .helpCenter .main .wrap nav.article-category-nav > ul > li:hover .iconfont {
        grid-column: 1;
        justify-self: center;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 14px !important;
        color: inherit;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div span:last-child {
        grid-column: 2;
        justify-self: center;
        width: 100%;
        text-align: center;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li {
        border-bottom: 1px solid #eef2f7;
        border-right: 1px solid #eef2f7;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:nth-child(2n) {
        border-right: 0;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:last-child,
    .helpCenter .main .wrap nav.article-category-nav > ul > li:nth-last-child(2):nth-child(odd) {
        border-bottom: 0;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:first-child > a > div {
        border-top-left-radius: 14px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:nth-child(2) > a > div {
        border-top-right-radius: 14px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:last-child > a > div {
        border-bottom-right-radius: 14px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:nth-last-child(2):nth-child(odd) > a > div,
    .helpCenter .main .wrap nav.article-category-nav > ul > li:last-child:nth-child(odd) > a > div {
        border-bottom-left-radius: 14px;
    }
}

@media screen and (max-width: 480px) {
    .helpCenter .main .wrap nav.article-category-nav {
        border-radius: 18px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul {
        grid-template-columns: 1fr;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li {
        border-right: 0;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div {
        min-height: 60px;
        border-radius: 0 !important;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:first-child > a > div {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li:last-child > a > div {
        border-bottom-left-radius: 14px !important;
        border-bottom-right-radius: 14px !important;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div span:last-child {
        font-size: 14px;
    }
}

.helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div span:last-child,
.helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div .iconfont {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div span:last-child,
    .helpCenter .main .wrap nav.article-category-nav > ul > li.active > a > div .iconfont {
        color: var(--color-primary);
    }
}

.helpCenter .main .wrap nav.article-category-nav > ul > li:hover .iconfont {
    color: var(--color-primary);
}

.image-size {
    width: 55px;
    height: 55px;
}

.image-size-40 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.image-logo-50 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.image-size-45 {
    width: 45px;
    height: 45px;
}

.image-size-30 {
    width: 30px;
    height: 30px;
}

.image-size-25 {
    width: 25px;
    height: 25px;
}

.image-size-20 {
    width: 20px;
    height: 20px;
}

.image-size-15 {
    width: 15px;
    height: 15px;
}

.image-size-10 {
    width: 10px;
    height: 10px;
}

.h100 {
    height: 100%;
}

.h70 {
    height: 70%;
}

.h98 {
    height: 98%;
}

.h96 {
    height: 96%;
}

.h85 {
    height: 85%;
}

.h80 {
    height: 80%;
}

.h7 {
    height: 7%;
}

.h5 {
    height: 5%;
}

.h95 {
    height: 95%;
}

.h90 {
    height: 90%;
}

.h93 {
    height: 93%;
}

.h10 {
    height: 10%;
}

.h50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.w15 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w23 {
    width: 23%;
}

.w24 {
    width: 24%;
}

.w25 {
    width: 25%;
}

.w28 {
    width: 28%;
}

.w30 {
    width: 30%;
}

.w32 {
    width: 32%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w46 {
    width: 46%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w96 {
    width: 96%;
}

.w98 {
    width: 98%;
}

.w99 {
    width: 99%;
}

.flex-gr {
    flex: 1;
}

.flex-ac {
    align-items: center;
}

.flex-jc {
    justify-content: center;
}

.flex-sb {
    justify-content: space-between;
}

.flex-start {
    justify-content: start
}

.flex-end {
    justify-content: flex-end
}

.flex-bottom-end {
    align-items: flex-end
}

.font__bold {
    font-weight: bold;
}

.bg_color_white {
    background-color: white;
}

.flex-shrink {
    flex-shrink: 0;
}

.font-size40 {
    font-size: 40px;
}


.font-size35 {
    font-size: 35px;
}


.font-size30 {
    font-size: 30px;
}

.font-size28 {
    font-size: 28px;
}

.font-size25 {
    font-size: 25px;
}

.font-size20 {
    font-size: 20px;
}

.font-size17 {
    font-size: 17px;
}

.font-size15 {
    font-size: 15px;
}

.font-size14 {
    font-size: 14px;
}

.font-size13 {
    font-size: 13px;
}

.font-size12 {
    font-size: 12px;
}

.font-size10 {
    font-size: 10px;
}

.font-color-blue {
    color: #409EFF;
}

.border-solid-color-blue {
    border: 1px solid #409EFF;
}

.font-color-white {
    color: white;
}

.font-color-red {
    color: #fa3534;
}

.font-color-Info {
    color: #909399;
}

.font-color-warning {
    color: #E6A23C;
}

.image-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.text-over-oneline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.text-over-twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-over-threeline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top__position {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 888;
}

.bottom__position {
    position: fixed;
    left: 0px;
    z-index: 888;
    bottom: 0px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-50 {
    border-radius: 50px;
}

.font-line-height-form {
    line-height: 20px;
    letter-spacing: 2px;
}

.bg-color-red {
    background-color: red;
}

.bg-color-bule {
    background-color: #2b85e4;
}

.bg-color-form-info {
    background-color: #e9e9eb;
}

.bg-color-form-bg {
    background-color: #F5F9FC;
}

.bg-color-theme-ruo {
    background-color: #FAFAFA;
}

.border-top-solid {
    border-top: 1px solid #e9e9eb;
}


.bg-color-zhenliao-bg {
    background-color: #FFFDEC;
}


.min-width-1200 {
    min-width: 1200px
}

.min-width-1400 {
    min-width: 1400px
}

.input-width {
    width: 200px;
}

.height-25 {
    height: 25px;
}

.pa-5 {
    padding: 5px;
}

.pa-10 {
    padding: 10px;
}

.pa-15 {
    padding: 15px;
}

.pa-20 {
    padding: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mobile-user-entry {
    display: none;
}

header .container .nav-right .nav_login {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

header .container .nav-right .nav_login button {
    min-width: 92px;
    height: 36px;
    padding: 0 18px;
    border: 1px solid var(--color-primary);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #5aa8ff 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(72, 142, 255, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

header .container .nav-right .nav_login button:hover {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(72, 142, 255, 0.24);
}

@media screen and (max-width: 768px) {
    header,
    footer,
    .fixed {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    header .container,
    footer .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    header {
        height: auto;
        min-height: 0;
        line-height: normal;
        overflow: visible;
    }

    header .container {
        display: flex;
        position: relative;
        height: auto;
        min-height: 0;
        padding: 10px 14px 8px;
        box-sizing: border-box;
        gap: 0;
        align-items: stretch;
        overflow: visible;
    }

    header .container > .d-flex {
        height: auto;
        min-height: 0;
        min-width: 0;
        flex: none;
        width: 100%;
        gap: 0;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
    }

    header .container > .d-flex > div:first-child {
        height: auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
        margin-bottom: 8px;
    }

    header .container > .d-flex > div:first-child .flex {
        height: auto;
        min-height: 0;
        justify-content: flex-start;
    }

    header .container .logo_image {
        height: 42px !important;
        width: auto;
        max-width: 148px;
        object-fit: contain;
    }

    header .container nav {
        height: auto;
        min-height: 0;
        flex: none;
        width: 100%;
        min-width: 0;
        padding: 0;
        overflow: hidden;
        padding-bottom: 2px;
    }

    header .container nav ul {
        display: flex;
        align-items: flex-start;
        height: auto;
        min-height: 0;
        justify-content: flex-start;
        gap: 8px 0;
        flex-wrap: wrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        min-width: 0;
        width: 100%;
    }

    header .container nav ul::-webkit-scrollbar {
        display: none;
    }

    header .container nav ul li {
        width: 33.3333%;
        min-width: 0;
        flex: 0 0 33.3333%;
        justify-content: center;
    }

    header .container nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        white-space: nowrap;
        line-height: 1;
        padding: 8px 0;
    }

    header .container .nav-right {
        display: none;
    }

    .mobile-user-entry {
        display: inline-flex;
        position: absolute;
        top: 12px;
        right: 14px;
        align-items: center;
        justify-content: center;
        min-width: 72px;
        height: 30px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(72, 142, 255, 0.1);
        color: var(--color-primary);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        box-shadow: inset 0 0 0 1px rgba(72, 142, 255, 0.12);
    }

    footer {
        padding: 28px 0 24px;
    }

    footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    footer .top {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding-bottom: 24px;
    }

    footer .top .logo {
        max-width: 100%;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }

    footer .top .logo img {
        width: 88px !important;
        height: 88px !important;
        margin: 0 auto;
        display: block;
        border-radius: 14px;
    }

    footer .top .logo p {
        margin: 14px 0 0;
        line-height: 1.8;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.82);
        width: 100%;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-all;
    }

    footer .top .about {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
        max-width: 100%;
    }

    footer .top .about div {
        padding-left: 0;
        padding: 16px 14px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.06);
    }

    footer .top .about div h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    footer .top .about div li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.6;
        word-break: break-word;
    }

    footer .bottom {
        padding-top: 16px;
    }

    footer .bottom ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    footer .bottom ul li img {
        width: 92px;
        height: 38px;
        margin-right: 0;
    }

    footer .bottom p {
        display: block;
        margin-top: 14px;
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    footer .bottom p span {
        display: inline-block;
        margin: 0 4px 4px;
        word-break: break-word;
    }

    footer .bottom p a {
        word-break: break-all;
    }

    footer .bottom p img {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: -3px;
        margin: 0 4px 4px 0;
    }

    .fixed {
        display: none;
    }

    .helpCenter .main .wrap nav.article-category-nav {
        position: static;
        top: auto;
        padding: 10px;
        border-radius: 20px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div {
        padding: 12px;
    }
}

@media screen and (max-width: 480px) {
    header .container,
    footer .container {
        width: 100%;
        max-width: 100%;
    }

    header {
        height: auto;
        min-height: 0;
        line-height: normal;
        overflow: visible;
    }

    header .container {
        height: auto;
        min-height: 0;
        padding: 10px 12px 8px;
        overflow: visible;
    }

    header .container .logo_image {
        height: 38px !important;
        max-width: 132px;
    }

    header .container nav ul {
        gap: 6px 0;
    }

    header .container nav ul li a {
        font-size: 13px;
    }

    .mobile-user-entry {
        top: 10px;
        right: 12px;
        min-width: 64px;
        height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }

    footer {
        padding: 24px 0 20px;
    }

    footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    footer .top {
        gap: 16px;
        padding-bottom: 20px;
    }

    footer .top .about {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    footer .top .about div {
        padding: 14px 12px;
    }

    .helpCenter .main .wrap nav.article-category-nav {
        border-radius: 18px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li .iconfont {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .helpCenter .main .wrap nav.article-category-nav > ul > li > a > div span:last-child {
        font-size: 14px;
    }

    footer .bottom ul li img {
        width: 84px;
        height: 34px;
    }

    footer .bottom p {
        font-size: 11px;
        line-height: 1.9;
        padding: 0 4px;
    }

    footer .bottom p span,
    footer .bottom p a {
        display: block;
        margin: 0 0 6px;
    }

    footer .bottom p img {
        display: block;
        margin: 0 auto 6px;
    }
}

/* 顶部卡券回收导航下拉 */
.top-recycle-nav{position:relative!important}
.top-recycle-nav--inline{display:inline-flex;align-items:center;height:100%}
.top-recycle-nav>.top-recycle-dropdown{position:absolute;top:calc(100% + 10px);left:50%;z-index:10000;width:532px;padding:10px 10px 9px;background:#fff;border:1px solid #eef1f5;border-radius:0 0 12px 12px;box-shadow:0 16px 36px rgba(15,23,42,.14);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(10px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;box-sizing:border-box}
.top-recycle-nav>.top-recycle-dropdown:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
.top-recycle-nav:hover>.top-recycle-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.top-recycle-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 11px}
.top-recycle-nav .top-recycle-dropdown a.top-recycle-card{display:flex!important;align-items:center!important;justify-content:space-between!important;width:auto!important;height:62px!important;min-width:0!important;margin:0!important;padding:10px 12px!important;border:0!important;border-radius:8px!important;text-decoration:none!important;overflow:hidden;box-shadow:none!important;transform:none!important;box-sizing:border-box}
.top-recycle-card:nth-child(8n+1){background:linear-gradient(135deg,#d9e8ff 0%,#cbc5ff 100%)}
.top-recycle-card:nth-child(8n+2){background:linear-gradient(135deg,#ffd8f1 0%,#fb8de1 100%)}
.top-recycle-card:nth-child(8n+3){background:linear-gradient(135deg,#c9ecff 0%,#6fc8ff 100%)}
.top-recycle-card:nth-child(8n+4){background:linear-gradient(135deg,#b7f6d4 0%,#79e4ba 100%)}
.top-recycle-card:nth-child(8n+5){background:linear-gradient(135deg,#ffc8c8 0%,#ff8d8a 100%)}
.top-recycle-card:nth-child(8n+6){background:linear-gradient(135deg,#9ff4e4 0%,#42ddbd 100%)}
.top-recycle-card:nth-child(8n+7){background:linear-gradient(135deg,#ffc3b4 0%,#ff8f73 100%)}
.top-recycle-card:nth-child(8n+8){background:linear-gradient(135deg,#ffe69a 0%,#ffc85d 100%)}
.top-recycle-card__copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:0}
.top-recycle-card__copy strong{display:block;max-width:70px;color:#2269ff!important;font-size:16px!important;line-height:1.1!important;font-weight:800!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-recycle-card:nth-child(8n+2) .top-recycle-card__copy strong,.top-recycle-card:nth-child(8n+5) .top-recycle-card__copy strong,.top-recycle-card:nth-child(8n+7) .top-recycle-card__copy strong{color:#ff4a37!important}
.top-recycle-card:nth-child(8n+4) .top-recycle-card__copy strong,.top-recycle-card:nth-child(8n+6) .top-recycle-card__copy strong{color:#10b981!important}
.top-recycle-card:nth-child(8n+8) .top-recycle-card__copy strong{color:#ff8a00!important}
.top-recycle-card__copy em{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:rgba(34,105,255,.56);color:#fff!important;font-size:12px!important;line-height:20px!important;font-style:normal!important;font-weight:700!important;white-space:nowrap}
.top-recycle-card:nth-child(8n+2) .top-recycle-card__copy em{background:rgba(255,74,185,.58)}
.top-recycle-card:nth-child(8n+3) .top-recycle-card__copy em{background:rgba(28,154,238,.58)}
.top-recycle-card:nth-child(8n+4) .top-recycle-card__copy em{background:rgba(16,185,129,.58)}
.top-recycle-card:nth-child(8n+5) .top-recycle-card__copy em{background:rgba(255,83,65,.58)}
.top-recycle-card:nth-child(8n+6) .top-recycle-card__copy em{background:rgba(14,184,154,.58)}
.top-recycle-card:nth-child(8n+7) .top-recycle-card__copy em{background:rgba(255,104,78,.58)}
.top-recycle-card:nth-child(8n+8) .top-recycle-card__copy em{background:rgba(255,160,24,.58)}
.top-recycle-card__icon{position:relative;z-index:1;width:42px!important;height:42px!important;margin:0!important;object-fit:contain!important;flex:0 0 auto;filter:drop-shadow(0 8px 10px rgba(0,0,0,.12))}
.top-recycle-hot{display:flex;align-items:center;gap:0;margin-top:10px;padding:7px 2px 0;border-top:1px solid #e5e7eb;color:#525b66;font-size:12px;line-height:22px;white-space:nowrap;overflow:hidden}
.top-recycle-hot strong{display:inline-flex;align-items:center;flex:0 0 auto;height:22px;margin:0 10px 0 0;padding:0;color:#3f4650;font-weight:700;font-size:12px;line-height:22px}
.top-recycle-hot__list{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;height:22px;line-height:22px;overflow:hidden}
.top-recycle-nav .top-recycle-hot a{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;height:22px!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#525b66!important;font-size:12px!important;line-height:22px!important;font-weight:400!important;text-decoration:none!important;transform:none!important;box-shadow:none!important}
.top-recycle-nav .top-recycle-hot a:hover{color:#ff6a2a!important}
@media (max-width:768px){.top-recycle-nav>.top-recycle-dropdown{display:none!important}}
