.plugins-wholesale-goods-panel dd {
    height: auto !important;
    line-height: inherit !important;
}
.plugins-wholesale-goods-panel dd > ul {
    display: flex;
    justify-content: flex-start;
    gap: 4rem;
}
.plugins-wholesale-goods-panel dd > ul > li > .price > strong {
    font-size: 2.4rem;
    line-height: 2.6rem;
}
.plugins-wholesale-goods-panel dd > ul > li > .msg {
    color: #666;
}
.plugins-wholesale-goods-panel dd > ul > li > .price > .unit {
    color: #969696;
    font-size: 1rem;
}
.plugins-wholesale-goods-panel dd > .spec-tips {
    color: #ffefc0;
    border: 0.1rem solid #ff9800;
    background: #FF9800;
    padding: 0 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}
@media only screen and (max-width:1025px) {
    .plugins-wholesale-goods-panel dd > ul {
        gap: 2rem;
    }
}