.mall-m-prod-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mall-m-prod-grid > li {
    width: calc(50% - 0.16rem);
    list-style: none;
    display: flex;
}
.mall-m-prod-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 0.013rem solid #e5e8ec;
    border-radius: 0.213rem;
    overflow: hidden;
}
.mall-m-prod-card__media {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.mall-m-prod-card__pic {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.mall-m-prod-card__media .positionLeftLabel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.24rem;
    min-width: auto;
    height: 0.48rem;
    padding: 0 0.16rem;
    color: #ffffff;
    border-radius: 0.213rem 0 0.163rem 0;
}
.mColor {
    background: linear-gradient(270deg, #F9991E 0%, #FFC422 100%);
}
.yColor {
    background: linear-gradient(270deg, #D73624 0%, #FF7226 100%);
}
.dColor {
    background: linear-gradient(to right, #A0D4FF 0%, #0277EF 100%);
}
.hColor {
    background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}
.mall-m-prod-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.21rem 0.24rem 0.27rem;
    border-top: 0.013rem solid #e5e8ec;
    min-height: 2.08rem;
    box-sizing: border-box;
}
.mall-m-prod-card__title-row {
    min-height: 0.934rem;
}
.mall-m-prod-card__free {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.08rem;
    height: 0.373rem;
    padding: 0 0.08rem;
    line-height: 0.373rem;
    border-radius: 0.053rem;
    font-size: 0.247rem;
    font-weight: 500;
    color: #fafafa;
    background: #00b277;
}
.mall-m-prod-card__title {
    margin: 0;
    font-size: 0.347rem;
    font-weight: 500;
    line-height: 0.467rem;
    color: #263b5e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.mall-m-prod-card__sub {
    margin-top: 0.08rem;
    font-size: 0.347rem;
    font-weight: 500;
    color: #263b5e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mall-m-prod-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.08rem;
    margin-top: auto;
    padding-top: 0.16rem;
}
.mall-m-prod-card__price {
    display: inline-flex;
    align-items: baseline;
    color: #f64646;
    white-space: nowrap;
    line-height: 1;
}
.mall-m-prod-card__price-symbol,
.mall-m-prod-card__price-unit {
    font-size: 0.267rem;
    font-weight: 500;
}
.mall-m-prod-card__price-num {
    font-size: 0.32rem;
    font-weight: 600;
}
.mall-m-prod-card__price--inquiry {
    font-size: 0.293rem;
    font-weight: 400;
    color: #6a7695;
}
.mall-m-prod-card__meta {
    font-size: 0.24rem;
    color: #b6bdca;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mall-m-prod-card__meta .star-tag {
    color: #f9bf11;
}
