/* 批发价 */
.wholesale{
    margin: 0px;
}
.wholesale span{
    color: #888989;
    font-size: 12px;
}
.wholesale .price{
    text-decoration:line-through;
}




/* 普通会员 */
.tradeNameMember{
    display: flex;
    margin-left: 18px;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
/* 白金会员 */
.tradeNameMember .tradeNameMember-platinum{
    width: 68px;
    height: 18px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    display: flex;
    background-image: url(../img/bj_03.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
}
.tradeNameMember .member-dis span{
    color: #cca962;
    font-size: 12px;
}
/* 白银会员 */
.tradeNameMember .tradeNameMember-silver{
    width: 68px;
    height: 18px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    display: flex;
    background-image: url(../img/by.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
}
.tradeNameMember .silver-dis span{
    color: #8da6b5;
    font-size: 12px;
}
/* 钻石会员 */
.tradeNameMember .tradeNameMember-diamond{
    width: 68px;
    height: 18px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    display: flex;
    background-image: url(../img/zs_03.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
}
.tradeNameMember .diamond-dis span{
    color: #7a5841;
    font-size: 12px;
}
/* 黄金会员 */
.tradeNameMember .tradeNameMember-gold{
    width: 68px;
    height: 18px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    display: flex;
    background-image: url(../img/hj_03.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
}
.tradeNameMember .gold-dis span{
    color: #edb20a;
    font-size: 12px;
}
/* 普通会员 */
.tradeNameMember .tradeNameMember-ordinary{
    width: 68px;
    height: 18px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    display: flex;
    background-image: url(../img/pt_03.png);
    background-repeat: no-repeat;
    background-size: 68px 18px;
}
.tradeNameMember .ordinary-dis span{
    color: #db9c5a;
    font-size: 12px;
}


/* 商家会员 */
.merchantsMember{
    display: flex;
    margin-left: 18px;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
/* vip1普通 */
.merchantsMember .merchantsMember-vip1{
    width: 38px;
    height: 18px;
    background-image: url(../img/sjpt_03.png);
    background-repeat: no-repeat;
    background-size: 38px 18px;
}
.merchantsMember .vip1-dis span{
    color: #db9c5a;
    font-size: 12px;
}
/* vip2白银 */
.merchantsMember .merchantsMember-vip2{
    width: 38px;
    height: 18px;
    background-image: url(../img/sjby_03.png);
    background-repeat: no-repeat;
    background-size: 38px 18px;
}
.merchantsMember .vip2-dis span{
    color: #8da6b5;
    font-size: 12px;
}
/* vip3黄金 */
.merchantsMember .merchantsMember-vip3{
    width: 38px;
    height: 18px;
    background-image: url(../img/sjhj_03.png);
    background-repeat: no-repeat;
    background-size: 38px 18px;
}
.merchantsMember .vip3-dis span{
    color: #edb20a;
    font-size: 12px;
}
/* vip4白金 */
.merchantsMember .merchantsMember-vip4{
    width: 38px;
    height: 18px;
    background-image: url(../img/sjbj_03.png);
    background-repeat: no-repeat;
    background-size: 38px 18px;
}
.merchantsMember .vip4-dis span{
    color: #cca962;
    font-size: 12px;
}
/* vip5钻石 */
.merchantsMember .merchantsMember-vip5{
    width: 38px;
    height: 18px;
    background-image: url(../img/sjzs_03.png);
    background-repeat: no-repeat;
    background-size: 38px 18px;
}
.merchantsMember .vip5-dis span{
    color: #7a5841;
    font-size: 12px;
}








