.purchase-content.showP{
    z-index: 9999;
    opacity: 1;
    transition: .5s ease all;
}
.purchase-content {
    position: fixed;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    left: 20px;
    bottom: 20px;
    margin: 0 -9px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    opacity: 0;
    z-index: -1;
}
.ordeRight {
    padding-left: 10px;
}
.purchase-item {
    display: flex;
    width: 300px;
    padding: 10px;
}
.purchase-item .close-purchase {
    color: #999;
    font-size: 14px;
    right: 5px;
    top: 1px;
    z-index: 9;
    position: absolute;
}
.purchase-c-name, .purchase-p-name{
    font-size: 13px;
    line-height: 20px;
}
.purchase-p-name{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.purchase-item img {
    height: 85px;
    width: 75px;
    object-fit: cover;
}
.producfake-title{
    font-weight: 600;
}