
/* 容器样式（模拟图片中的卡片效果） */
.detail-overview_richText__15RYH {

    background: #f9f9f9;
    padding: 15px;

    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

    color: #333;
    margin-top: 15px;
}

/* 标题层级样式（还原图片中的标题大小/权重） */
.detail-overview_richText__15RYH h2 {
    font-size: 14px;        /* 一级标题（产品概述） */
    font-weight: 700;       /* 加粗 */
    margin-bottom: 25px;    /* 与下方内容的间距 */
    color: #2c3e50;         /* 深灰蓝，突出标题 */
}

.detail-overview_richText__15RYH h3 {
    font-size: 16px;        /* 二级标题（引言/封装/性能等） */
    font-weight: 600;       /* 半加粗 */
    margin-top: 30px;       /* 与上方内容的间距 */
    margin-bottom: 15px;    /* 与下方内容的间距 */
    color: #2c3e50;
    line-height: 0px;
    text-align: left;
}

.detail-overview_richText__15RYH h4 {
    font-size: 18px;        /* 三级标题（主要规格/关键指标） */
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

/* 段落样式（还原图片中的段落间距/颜色） */
.detail-overview_richText__15RYH p {
    font-size: 14px;        /* 正文大小 */
    margin-bottom: 15px;    /* 段落间距 */
    color: #555;            /* 浅灰，降低阅读疲劳 */
}

/* 列表样式（还原图片中的列表结构） */
.detail-overview_richText__15RYH ul {
    margin-left: 20px;      /* 列表缩进 */
    margin-bottom: 15px;    /* 列表与下方内容的间距 */
}
.detail-overview_richText__15RYH ul:hover {
    background-color: #f9f9f9 !important;
}


.detail-overview_richText__15RYH li {
    font-size: 14px;        /* 列表项大小 */
    margin-bottom: 8px;     /* 列表项间距 */
    color: #555;
}

/* 强调文字样式（还原图片中的加粗重点） */
.detail-overview_richText__15RYH strong {
    font-weight: 700;       /* 加粗 */
    color: #333;            /* 深灰，突出重点 */
    font-size: 14px;
}




.price-range.price-list {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.toggle-more-container {
    text-align: center;
    padding: 10px 0;
}

.toggle-more-btn {
    color: #1890ff;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.toggle-more-btn:hover {
    color: #40a9ff;
}

.toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}





.warehouse-wrapper {
    width: 480px;
    margin-top: 10px;
}

.warehouse-header {
    width: 480px; background-color: #f1f1f1;border-top-left-radius: 5px; border-top-right-radius: 5px;margin-top: 10px;
}

.header-content {
    display: flex;
}

.warehouse-container {
    width: 480px;
    background-color: #FAFAFA;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.warehouse-content {

    overflow: hidden;
    transition: max-height 0.3s ease;
}

.warehouse-row {
    display: flex;

}

.warehouse-row:last-child {
    border-bottom: none;
}

.warehouse-name {
    width: 180px;
    padding: 5px 15px;
    margin: 0;
    font-size: 13px;
    color: #333;
}

.warehouse-quantity {
    padding: 5px 15px;
    margin: 0;
    font-size: 13px;

}

.toggle-more-containeradd {
    text-align: center;
    padding-bottom: 10px;

}

.toggle-more-btnadd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #1890ff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.toggle-more-btnadd:hover {
    color: #40a9ff;
    background-color: #f0f8ff;
}
