.consignment-page {}

.consignment-page h1 {
    font-size: 2rem;
    line-height: 6rem;
 }

.consignment-category {
    width: 75.31rem;
    background: #161D85;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    color: #fff;
}

.consignment-category-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.empty-goods{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.consignment-category-list span {
    padding: 1rem 1.5rem;
    height: 1rem;
    background: #4609C3;
    box-shadow: 0rem 0rem 1rem 0rem rgba(68, 143, 241, 0.03);
    border-radius: 1.5rem;
    text-align: center;
    line-height: 1rem;
    letter-spacing: 0.15rem;
    cursor: pointer;
    margin-right: 1rem;
}

.category-active {
    background: linear-gradient(-10deg,#F0398D,#F09224) !important;
    letter-spacing: 0.15rem;
}

@media all and (max-device-width: 768px) {
    .consignment-category {
        width: 75.31rem;
        background: #161D85;
        border-radius: 1rem;
        margin-top: 1rem;
        padding: 0.8rem 4rem;
        color: #fff;
    }

    .consignment-category-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .consignment-category h1 {
        font-size: 3rem;
    }


    .consignment-category-list span {
        display: inline-block;
        padding: 1rem 2.5rem;
        height: 4rem;
        line-height: 4rem;
        background: #4609C3;
        text-align: center;
        margin-bottom: 2rem;
        border-radius: 3rem;
        margin-right: 2rem;
        font-size: 2.5rem;
    }

    .category-active {
        background: linear-gradient(-10deg,#F0398D,#F09224) !important;
        letter-spacing: 0.15rem;
    }

}


