@import url(/www/base.css);
.webStack{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.webStack>.main-content{
    position: relative;
    min-width: 280px;
    flex-grow: 8;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.webStack>.main-content>.beauty-scroll{
    position: relative;
    height: 100%;
    overflow: auto;
}

.sidebar-menu.toggle{
    height: 100%;
}
.sidebar-menu.toggle  .mobile-menu-toggle>img{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.navList{
    display: flex;
    align-items: center;
    align-content: baseline;
    flex-wrap: wrap;
    position: relative;
    min-height: calc(100% - 3rem);
}

.navList> .loading{
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: none;
}


.navList>.loading.isLoading{
    display: flex;
}


.navList>.loading .icon-loading{
    font-size: 4rem;
    color: #999999;
    animation:fadenum 1.5s infinite;
}


@keyframes fadenum {
    100% {
        transform: rotate(360deg);
    }
}


.item-card{
    width: 33%;
    padding: 6px 24px;
    max-width: 400px;

}

.sidebar-menu .menuMark{
    display: none;
}

@media screen and (max-width: 530px){
    .item-card{
        width: 100%;
        padding: 6px 24px;
    }
}

@media screen and (min-width: 1200px) {
    .item-card{
        width: 33%;
        padding: 6px 24px;
    }
}

@media screen and (min-width: 800px)  and (max-width: 1199px){
    .item-card{
        width: 50%;
        padding: 6px 24px;
    }
}

    .item-card{
        width: 50%;
        padding: 6px 24px;
    }

   .PCNav .main-content .mt_content{
        padding-top: 5rem;
    }


@media screen and (max-width: 530px){
    .item-card{
        width: 100%;
        padding: 6px 24px;
    }
}




