body{
    background: #f1f1f1;
}

.exist-main{
    width: 100%;
    margin-top: 0.9rem;
}

.not-exist{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
}

.not-exist-icon{
    width: 3rem;
}

.not-exist-tip{
    font-size: 0.26rem;
    color: #999999;
    text-align: center;
    margin-top: 0.2rem;
    letter-spacing: 0.01rem;
}

.product-list{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item{
    width: 49%;
    background-color: #ffffff;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.product-item-img{
    width: 3.52rem;
    height: 3.52rem;
}

.product-item-name{
    padding: 0 0.15rem;
    margin-top: 0.1rem;
    font-size: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item-price{
    padding: 0 0.15rem;
    font-size: 0.23rem;
    color: #fe4c4d;
    margin-bottom: 0.1rem;
}

.product-item-price em{
    font-size: 0.31rem;
}
