<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app {
    min-height: 600px;
}


#home {
    padding-bottom: 60px;
}


/* ç§»åŠ¨ç«¯å¯¼èˆª */
.mobile_Nav {
    margin-bottom: 30px;
    display: none;
}

/* å¯¼èˆªé“¾æŽ¥ */
.mobile_Nav .tools {
    background: var(--colorW);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 16px;
    width: 100%;
}

.mobile_Nav .tools a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.mobile_Nav .tools a img {
    height: 28px;
    margin-bottom: 6px;
    width: 28px;
}

.mobile_Nav .tools a p {
    font-size: 12px;
}


/* å°å±æ—¶ */
@media screen and (max-width: 1024px) {
    #home .home_category {
        display: none !important;
        width: 0 !important;
    }

    .mobile_Nav {
        display: block !important;
    }

}

/* å¤§å±ä¸‹ */
@media screen and (min-width: 1024px) {}


.home_category .l {
    width: 310px;
    height: 420px;
    background-color: var(--colorW);
}

.home_category .r {
    padding: 10px 0 0 10px;
}

/* é¦–é¡µæ»šåŠ¨å›¾ */
.home_category .r .swiper_box {
    width: 740px;
    height: 410px;
}

/* å³ä¾§åˆ†ç±» */
.home_category .r .p_classify {
    height: 410px
}</pre></body></html>