/* 批发价格样式 */
.wholesale-price-notice {
    margin: 15px 0;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wholesale-price {
    background-color: #ff7800;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    display: inline-block;
}