/* 产品详情页专属 SEO 优化：h2 完全继承父级 li.table_line 的样式，视觉与修改前一致 */
.abstract-h2 {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    display: block;
}

/* 产品列表样式 */
.pro_ li {
    line-height: 20px;
    border-bottom: solid 1px #dadada;
    padding: 10px 0px;
}

.pro_ li a {
    display: block;
    color: #333;
    padding: 0 0 0 38px;
}

.pro_ li a:hover {
    color: #f16424;
}

.p-intro strong {
    color: #ff0000;
}

.table_line tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}

.tel_pro a {
    color: #fff;
}

.g_pro h2 {
    padding-top: 10px;
}

/* 移动端修复：防止横向溢出 */
@media screen and (max-width: 992px) {
    .prut_content {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .prut_content .left-img #preview {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .prut_content .left-img #preview .jqzoom {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .prut_content .left-img #preview .jqzoom img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .prut_content .left-img .spec-scroll {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        position: relative !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }
    
    .prut_content .left-img .spec-scroll .prev,
    .prut_content .left-img .spec-scroll .next {
        position: relative !important;
        z-index: 100 !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
        min-width: 8px !important;
        width: 8px !important;
    }
    
    .prut_content .left-img .spec-scroll .items {
        width: calc(100% - 16px) !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll ul {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll li {
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
}
#page-title {
    background-color: #ffffff !important;
    background-image: none !important;
}

#page-title .breadcrumb-wrap {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
}

#page-title .breadcrumb-wrap .container {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

#page-title .breadcrumb-wrap .breadcrumb.d-flex {
    width: 1524px !important;
    max-width: 100% !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    list-style: none !important;
}

#page-title .breadcrumb-wrap .breadcrumb.d-flex a,
#page-title .breadcrumb-wrap .breadcrumb.d-flex li,
#page-title .breadcrumb-wrap .breadcrumb.d-flex .breadcrumb-item {
    color: #000000 !important;
    font-size: 16px !important;
    background-color: transparent !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

#page-title .breadcrumb-wrap .breadcrumb.d-flex li + li:before {
    padding-right: 10px !important;
    padding-left: 10px !important;
    vertical-align: baseline !important;
    line-height: inherit !important;
    font-size: inherit !important;
}

/* 响应式 - 面包屑 */
@media (max-width: 1524px) {
    #page-title .breadcrumb-wrap .breadcrumb.d-flex {
        width: 100% !important;
    }
}

/* 响应式 - 面包屑靠左对齐 */
@media (max-width: 1000px) {
    #page-title .breadcrumb-wrap .container {
        justify-content: flex-start !important;
        padding: 0 20px !important;
        text-align: left !important;
    }
    
    #page-title .breadcrumb-wrap .breadcrumb.d-flex {
        width: 100% !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

/* 响应式 - 小屏幕 */
@media (max-width: 992px) {
    #page-title .breadcrumb-wrap .breadcrumb.d-flex,
    #page-title .breadcrumb-wrap .breadcrumb.d-flex a,
    #page-title .breadcrumb-wrap .breadcrumb.d-flex li,
    #page-title .breadcrumb-wrap .breadcrumb.d-flex .breadcrumb-item {
        font-size: 14px !important;
    }
}

/* 右侧内容区域 */
.product-detail-right {
    width: 100% !important;
    max-width: 1524px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 产品图片和信息布局 */
.prut_content {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: flex-start !important;
}

/* 左侧图片区域 - 强制覆盖原有样式 */
.prut_content .left-img {
    flex: 1 !important;
    max-width: 50% !important;
    width: 50% !important;
    min-width: 280px !important;
    float: none !important;
    display: block !important;
    overflow: hidden !important;
}

.prut_content .left-img #preview {
    width: 100% !important;
    height: auto !important;
    max-width: 732px !important;
    max-height: 580px !important;
    margin: 0 auto !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    aspect-ratio: 732/580 !important;
}

.prut_content .left-img #preview .jqzoom {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.prut_content .left-img #preview img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* 响应式 - 小屏幕 */
@media (max-width: 992px) {
    .prut_content .left-img {
        overflow-x: hidden !important;
    }
    
    .prut_content .left-img #preview {
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img #preview .jqzoom {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img #preview img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll {
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 576px) {
    .prut_content .left-img {
        overflow-x: hidden !important;
    }
    
    .prut_content .left-img #preview {
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll {
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
}

.prut_content .left-img .spec-scroll {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-direction: row !important;
    overflow: hidden !important;
    height: 60px !important;
    max-height: 60px !important;
}

.prut_content .left-img .spec-scroll .prev,
.prut_content .left-img .spec-scroll .prev:link,
.prut_content .left-img .spec-scroll .prev:visited {
    order: 1 !important;
    flex: 0 0 8px !important;
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 60px !important;
    max-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    float: none !important;
    margin-right: 0 !important;
    position: relative !important;
    z-index: 100 !important;
}

.prut_content .left-img .spec-scroll .items {
    order: 2 !important;
    flex: 1 !important;
    min-width: 0 !important;
    float: none !important;
    overflow: hidden !important;
    height: 60px !important;
    max-height: 60px !important;
    position: relative !important;
}

.prut_content .left-img .spec-scroll .next,
.prut_content .left-img .spec-scroll .next:link,
.prut_content .left-img .spec-scroll .next:visited {
    order: 3 !important;
    flex: 0 0 8px !important;
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 60px !important;
    max-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    float: none !important;
    position: relative !important;
    z-index: 100 !important;
}

.prut_content .left-img .spec-scroll .prev:hover,
.prut_content .left-img .spec-scroll .next:hover {
    background: #e5e5e5 !important;
    border-color: #ccc !important;
}

.prut_content .left-img .spec-scroll ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 60px !important;
}

.prut_content .left-img .spec-scroll li {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    list-style: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.prut_content .left-img .spec-scroll li img {
    width: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    object-fit: contain !important;
}

/* 右侧产品信息 */
.prut_content .right-pinfo {
    flex: 1 !important;
    max-width: 50% !important;
    width: 50% !important;
    min-width: 280px !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
}

.prut_content .right-pinfo dl {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 80% !important;
    max-width: 600px !important;
}

.prut_content .right-pinfo dl:has(.tel_pro) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
}

.prut_content .right-pinfo .tel_pro {
    width: 260px !important;
    min-width: 182px !important;
    max-width: 260px !important;
    height: auto !important;
    display: flex !important;
    flex: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f16424 !important;
}

.prut_content .right-pinfo .tel_pro a {
    display: block !important;
    padding: 8px 15px !important;
    text-align: center !important;
    background: transparent !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    font-size: 14px !important;
}

@media (max-width: 1200px) {
    .prut_content .right-pinfo .tel_pro {
        width: 208px !important;
        min-width: 146px !important;
        max-width: 208px !important;
    }
    .prut_content .right-pinfo .tel_pro a {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 1000px) {
    .prut_content .right-pinfo dl:has(.tel_pro) {
        justify-content: center !important;
    }
    .prut_content .right-pinfo .tel_pro {
        width: 182px !important;
        min-width: 128px !important;
        max-width: 182px !important;
    }
    .prut_content .right-pinfo .tel_pro a {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
}

@media (max-width: 768px) {
    .prut_content .right-pinfo .tel_pro {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .prut_content .right-pinfo .tel_pro a {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }
}

.right-pinfo h1 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.4;
}

.right-pinfo ul {
    padding: 0;
    margin: 0;
}

.right-pinfo li {
    list-style: none;
    padding: 10px 0;
    border-bottom: none;
}

.right-pinfo li.table_line {
    line-height: 1.8;
}

.right-pinfo dl {
    margin: 0;
}

.right-pinfo dt {
    font-weight: bold;
    margin-bottom: 0;
}

.right-pinfo dd {
    margin: 10px 0;
}

/* 规格参数列表样式 - 表格形式 */
.prut_content .right-pinfo dl.specs-list {
    margin: 30px auto 0 auto !important;
    padding: 0 !important;
    border: none !important;
    background: #ffffff !important;
    display: block !important;
    width: 80% !important;
    max-width: 600px !important;
    float: none !important;
    clear: both !important;
}

.prut_content .right-pinfo dl.specs-list dt {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: bold !important;
    color: #333333 !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: transparent !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
}

.prut_content .right-pinfo dl.specs-list dd {
    font-family: 'Montserrat-Regular', sans-serif !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: transparent !important;
    width: 100% !important;
    float: none !important;
    box-shadow: none !important;
}

.prut_content .right-pinfo dl.specs-list dd .spec-name {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: normal !important;
    text-align: center !important;
    color: #333333 !important;
    width: 50% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.prut_content .right-pinfo dl.specs-list dd .spec-value {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: normal !important;
    text-align: center !important;
    color: #333333 !important;
    width: 50% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.prut_content .right-pinfo dl.specs-list dd:last-child {
    border-bottom: 1px solid #eeeeee !important;
}

/* 产品详情区域 */
.detail {
    width: 100%;
    margin-top: 30px;
}

.detail img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.detail-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #ffffff;
}

.detail-tabs.is-sticky {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    max-width: none;
    z-index: 99;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.detail-tabs a:hover,
.detail-tabs a.active {
    background: #f16424 !important;
    color: #ffffff !important;
}

.detail-tabs-placeholder {
    display: none;
}

.detail-tabs-placeholder.is-visible {
    display: block;
}

.detail-tabs a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.detail-tabs a:hover {
    background: #f16424;
    color: #fff;
}

.detail-tab-content {
    margin-bottom: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
}

.detail-tab-content h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #f16424;
}

.detail-tab-content .tab-content-inner {
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* 产品详情区域 */
.product-detail-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
}

.product-detail-section .section-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f16424;
}

.product-detail-section .section-content {
    line-height: 1.8;
    color: #666;
}

/* 规格参数表格 */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid #eee;
}

.specs-table td {
    padding: 12px 15px;
}

.specs-table .spec-name {
    width: 30%;
    background: #f5f5f5;
    font-weight: 500;
    color: #333;
}

.specs-table .spec-value {
    width: 70%;
    color: #666;
}

/* 详情模块区域 */
.detail-modules {
    margin-top: 20px;
}

.detail-module {
    margin-bottom: 25px;
}

.detail-module h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid #f16424;
}

.detail-module .module-content {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    line-height: 1.8;
}

/* 响应式调整 - 大屏幕 */
@media (max-width: 1400px) {
    .prut_content .left-img #preview {
        width: 100% !important;
        height: auto !important;
        max-width: 600px !important;
        max-height: 470px !important;
    }
    
    .prut_content .left-img #preview .jqzoom {
        width: 100% !important;
        height: 100% !important;
    }
}

/* 响应式调整 - 中等屏幕 */
@media (max-width: 1200px) {
    .product-detail-right {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .prut_content {
        gap: 25px;
    }
    
    .prut_content .left-img {
        flex: 1 !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    
    .prut_content .right-pinfo {
        flex: 1 !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    
    .right-pinfo li.table_line {
        line-height: 1.6;
    }
}

/* 响应式调整 - 1000px断点 */
@media (max-width: 1000px) {
    .product-detail-right {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .prut_content {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .prut_content .left-img {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .prut_content .left-img #preview {
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
    }
    
    .prut_content .right-pinfo {
        width: 100% !important;
        max-width: 500px !important;
        flex: none !important;
        margin: 0 auto !important;
    }
    
    .right-pinfo li.table_line {
        line-height: 1.4;
    }
}

/* 响应式调整 - 平板 */
@media (max-width: 992px) {
    .product-detail-right {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .prut_content {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .prut_content .left-img {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .prut_content .left-img #preview {
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
    }
    
    .prut_content .left-img #preview .jqzoom {
        width: 100% !important;
        height: auto !important;
    }
    
    .prut_content .left-img #preview img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    
    .prut_content .right-pinfo {
        width: 100% !important;
        flex: none !important;
    }
    
    .prut_content .right-pinfo h1 {
        font-size: 22px;
    }
    
    .prut_content .left-img .spec-scroll {
        width: 100% !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        flex-direction: row !important;
        overflow: hidden !important;
        height: 60px !important;
        max-height: 60px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .prut_content .left-img .spec-scroll .prev {
        order: 1 !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: 1px solid #ddd !important;
        cursor: pointer !important;
        text-decoration: none !important;
        color: #666 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .prut_content .left-img .spec-scroll .next {
        order: 3 !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: 1px solid #ddd !important;
        cursor: pointer !important;
        text-decoration: none !important;
        color: #666 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .specs-table .spec-name {
        width: 40%;
    }
    
    .specs-table .spec-value {
        width: 60%;
    }
}

/* 响应式调整 - 小平板 */
@media (max-width: 768px) {
    .product-detail-right {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .prut_content {
        gap: 20px !important;
    }
    
    .prut_content .left-img {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll {
        width: 100% !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        flex-direction: row !important;
        overflow: hidden !important;
        height: 60px !important;
        max-height: 60px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll .items {
        order: 2 !important;
        height: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
        flex: 1 !important;
        max-width: calc(100% - 20px) !important;
    }
    
    .prut_content .left-img .spec-scroll ul {
        height: 60px !important;
        max-height: 60px !important;
        align-items: center !important;
        display: flex !important;
        overflow: visible !important;
        flex-wrap: nowrap !important;
    }
    
    .prut_content .left-img .spec-scroll li {
        flex: 0 0 60px !important;
        width: 60px !important;
        height: 60px !important;
        max-height: 60px !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        margin: 0 5px !important;
    }
    
    .prut_content .left-img .spec-scroll li img {
        width: 60px !important;
        height: 60px !important;
        max-height: 60px !important;
        object-fit: contain !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll .prev {
        order: 1 !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: 1px solid #ddd !important;
        cursor: pointer !important;
        text-decoration: none !important;
        color: #666 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .prut_content .left-img .spec-scroll .next {
        order: 3 !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 60px !important;
        max-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f5f5f5 !important;
        border: 1px solid #ddd !important;
        cursor: pointer !important;
        text-decoration: none !important;
        color: #666 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .prut_content .left-img .spec-scroll .next,
    .prut_content .left-img .spec-scroll .prev {
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .right-pinfo h1 {
        font-size: 20px;
    }
    
    .product-detail-section {
        padding: 15px;
    }
    
    .product-detail-section .section-title {
        font-size: 16px;
    }
    
    .detail-module h4 {
        font-size: 14px;
    }
    
    .specs-table td {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .specs-table .spec-name {
        width: 45%;
    }
    
    .specs-table .spec-value {
        width: 55%;
    }
}

/* 响应式调整 - 手机 */
@media (max-width: 576px) {
    .product-detail-right {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .prut_content {
        gap: 15px !important;
    }
    
    .prut_content .left-img {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .prut_content .left-img #preview {
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll {
        height: 40px !important;
        max-height: 40px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll .items {
        height: 40px !important;
        max-height: 40px !important;
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll ul {
        height: 40px !important;
        max-height: 40px !important;
        align-items: center !important;
        display: flex !important;
        overflow: hidden !important;
    }
    
    .prut_content .left-img .spec-scroll li {
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
        max-height: 40px !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll li img {
        width: 40px !important;
        height: 40px !important;
        max-height: 40px !important;
        object-fit: contain !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll .next,
    .prut_content .left-img .spec-scroll .prev {
        height: 40px !important;
        max-height: 40px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .prut_content .right-pinfo h1 {
        font-size: 18px;
    }
    
    .product-detail-section {
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .specs-table {
        font-size: 13px;
    }
    
    .specs-table td {
        padding: 6px 8px;
        word-break: break-word;
    }
    
    .specs-table .spec-name {
        width: 50%;
    }
    
    .specs-table .spec-value {
        width: 50%;
    }
}

/* detail-tabs 响应式调整 */
@media (max-width: 991.98px) {
    .detail-tabs.sticky {
        top: 60px;
    }
}

/* 超小屏幕响应式调整 (≤402px) */
@media (max-width: 402px) {
    .prut_content .left-img {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img #preview {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img #preview .jqzoom {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img #preview .jqzoom img {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll .prev,
    .prut_content .left-img .spec-scroll .next {
        min-width: 8px !important;
        width: 8px !important;
        height: 35px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 100 !important;
    }
    
    .prut_content .left-img .spec-scroll .items {
        width: calc(100% - 16px) !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll li {
        flex: 0 0 35px !important;
        width: 35px !important;
        height: 35px !important;
        box-sizing: border-box !important;
    }
    
    .prut_content .left-img .spec-scroll li img {
        width: 35px !important;
        height: 35px !important;
        object-fit: contain !important;
        box-sizing: border-box !important;
    }
}