.product-details{
    font-family: "PingFang SC";
    margin-left: 60px;
    height: 100%;
}
@media (max-width:991px){
    .product-details{
        margin-left: 0px;
    }
}

.product{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
    opacity: 0.95;
    margin-top: 30px;

}

.details{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    margin-top: 15px;
}

.point-detail{
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    justify-content: start;
    align-items:start ;
    max-height: 83%;
    flex-wrap: wrap;

}


.card{
    /* width: calc((100% - 40px) / 10); */
    width: 100%;
    height:fit-content;
    background: #ffffff14 !important;
    margin: 2px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:1250px){
    .card{
        /* width:calc((100% - 8*4px) / 8) */
    }
}
@media (max-width:1000px){
    .card{
        /* width:calc((100% - 5*4px ) / 5) */
    }
}

@media (max-width:735px){
    .card{
        /* width:calc(100% - 4px) */
    }
}
.sign-in{
    margin-left: 32px;
}

.sign{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.date{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #dddee287;
}

.points{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #88cb9a;
    margin-right: 32px;

}

.points.negative {
    color: #ffafaf
}

.no-record {
    color: #fff;
    font-size: 2em;
}

