body {
    line-height: 1.6;
    color: #333;
    color: rgba(0,0,0,.85);
    font: 14px HarmonyOS, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'!important;
}

/* 自建footer */
.footer_duoduo {
    background-color: #ffffffab;
    color: #52616b;
    padding: 5px 5px 10px 5px;
    margin: auto 0 0 0;
}

.footer__links {
    margin-bottom: 1rem
}

.footer__link-item {
    color: #52616b;
    line-height: 2
}

.footer__link-item:hover {
    color: #7c7575
}

.footer__link-separator {
    margin: 0 
}

.footer__logo {
    margin-top: 1rem;
    max-width: var(--ifm-footer-logo-max-width)
}

.footer__title {
    color: #4d606e;
    font-weight: bold;
    margin-bottom: 15px
}

.footer__items {
    margin-bottom: 0;
}

.text--center {
    text-align: center
}

.clean-list {
    padding-left: 0;
    list-style: none;
}

.footer_col {
    width: 100%;
    flex: 1 0;
    margin-left: 0;
    max-width: 1440px;
}

.footer__bottom {
    margin-top: 25px;
}

.footer_container {
    margin: 0 auto;
    padding: 32px 15px 0px 15px;
}

.container--fluid {
    max-width: inherit
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--ifm-spacing-horizontal)*-1)
}

@media screen and (min-width: 1040px) {
    .footer_container {
        max-width: 66.66%;
    }
}

@media (max-width: 768px) {
    .footer_col {
        width:100%;
        margin-left: 0;
        flex-basis: 100%;
    }

    .colorModeToggle_DEke,.footer__link-separator,.navbar__item,.sidebar_re4s,.tableOfContents_bqdL {
        display: none
    }

    .footer__col {
        margin-bottom: 30px;
    }

    .footer__link-item {
        display: block
    }

}


/* 自建slogan@footer */

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

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

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

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

.grid {
    display: grid
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.gap-10px {
    gap: 10px;
}

.gap-20px {
    gap: 20px;
}

@media (max-width: 768px){
     .lt-lg\:gap-10px {
        gap: 10px
    }
    
    .lt-lg\:my-0px {
        margin-top: 0;
        margin-bottom: 0
    }
    
    .lt-lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.slogan-flex {
    display: flex
}

.items-center {
    align-items: center
}

.slogan-text {
    font-size: 1.1rem;
}

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.rounded-4px {
    border-radius: 4px;
}

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

.w-12em {
    width: 12em
}

.leading {
    line-height: 1em
}

.object-contain {
    object-fit: contain;
}

.square-45px {
    width: 45px;
    height: 45px
}

.whitespace-nowrap {
    white-space: nowrap
}

@media (max-width: 768px) {
    .lt-lg\:text-sm {
        font-size: 0.9rem;
    }
}

.bg-\#888888\/20 {
    background-color: #8883;
}

.w-full {
    width: 100%;
}

.h-1px {
    height: 1px;
}

/* END自建footer */

.shop-name-duoduo {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    transition: all .3s ease;
    cursor: pointer;
}

.shop-name-duoduo .shop-logo {
    width: 35px;
    height: 35px;
    margin-right: 6px;
}

.shop-name-duoduo .shop-title {
    font-size: 20px;
    font-weight: bolder;
    white-space: nowrap;
    color: #283c63;
    text-shadow: -1px -1px white, 1px 1px #333;
    letter-spacing: 0.15em;
}

#page-container.page-header-dark #page-header {
    background-color: rgba(255, 255, 255, .67) !important;
}

#notice-duoduo {
        padding: 25px 15px 15px 15px;
}

@media (max-width: 768px) {
    #notice-duoduo {
        padding: 25px 4px 35px 4px;
    }
}