.productList-item {
    width: 25%;
    padding: .5em;
    cursor: pointer;
}

.productLIst-box {
    height: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.productList-title {
    display: flex;
    align-items: center;
    font-size: .4rem;
    color: #333;
}

.productList-title::before {
    content: "";
    height: .4rem;
    background: #D33E3F;
    width: .15rem;
    display: inline-block;
    margin-right: .2rem;
}

.productLIst-box::-webkit-scrollbar {
    display: none;
}

.productLIst-tag {
    cursor: pointer;
    margin: 0 1em;
}

.productLIst-tag1 {
    display: inline-block;
    cursor: pointer;
    padding: 0.2em 1.2em;
    border-radius: 1em;
    background: #EFF4F5;
    color: #333;
}

.productLIst-ul>ul {
    height: 20%;
    justify-content: start;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 1em;
}

.productLIst-ul-tag {
    background: #B62F32;
    color: #fff;
    padding: .5em 1em;
    display: none;
    cursor: default;
}