#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
}