.product-detail-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.e_breadcrumb-127 {
    padding: 20px 0;
}

.e_breadcrumb-127 .p_breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #666;
}
.e_container-64 h2,h3{
    font-size: 16px;
}
.response-transition figure{
    max-width: 800px;
}
.e_richText-208 table{
    margin-bottom: 10px;
}
.e_richText-208 th{
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
.e_breadcrumb-127 .p_breadcrumb li {
    display: inline;
}

.e_breadcrumb-127 .p_breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.e_breadcrumb-127 .p_breadcrumb a:hover {
    color: #FFA400;
}

.e_breadcrumb-127 .p_breadcrumb .active_a {
    color: #333;
}

.e_h1-130 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 20px 0 30px;
    line-height: 1.4;
}

.e_container-33 {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.e_container-33 > .p_item {
    flex: 1;
}

.e_container-33 .cbox-33-0 {
    flex: 0 0 50%;
    max-width: 560px;
}

.e_container-33 .cbox-33-1 {
    flex: 1;
}

.e_magnifier-77 {
    width: 100%;
}

.e_text-199,
.e_text-202,
.e_text-205,
.e_text-207 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 0 0 16px;
}

.e_text-199 .icon,
.e_text-202 .icon,
.e_text-205 .icon,
.e_text-207 .icon {
    width: 28px;
    height: 28px;
    fill:#4ec548;
}

.e_richText-200,
.e_richText-203,
.e_richText-206,
.e_richText-208 {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
}

.e_richText-200 img,
.e_richText-203 img,
.e_richText-206 img,
.e_richText-208 img {
    max-width: 100%;
    height: auto;
}

.e_container-198,
.e_container-201,
.e_container-204 {
    margin-bottom: 20px;
}

.e_line-36,
.e_line-42,
.e_line-60 {
    border: none;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.e_container-103,
.e_container-106 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.e_container-103 .cbox-103-0,
.e_container-106 .cbox-106-0 {
    flex: 0 0 70px;
    color: #888;
}

.e_container-103 .cbox-103-1,
.e_container-106 .cbox-106-1 {
    flex: 1;
    color: #333;
}

.e_text-105,
.e_text-109 {
    margin: 0;
}

.e_text-141,
.e_text-108 {
    margin: 0;
}

.e_loop_sub-107 .p_loopItem {
    display: inline-block;
}

.e_container-63,
.e_container-64 {
    margin-bottom: 30px;
}

.product-prev-next {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 30px 0;
}

.product-pn-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 6px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-pn-item:hover {
    background: #FFF5E6;
    color: #FFA400;
}

.product-pn-label {
    flex-shrink: 0;
    font-weight: bold;
    color: #999;
    margin-right: 10px;
}

.product-pn-item:hover .product-pn-label {
    color: #FFA400;
}

.product-pn-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-recommend {
    margin: 40px 0;
}

.product-recommend-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-recommend-title::before {
    content: '';
    width: 4px;
    height: 22px;
    background: #FFA400;
    border-radius: 2px;
}

.product-recommend-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product-recommend-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.product-recommend-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #FFA400;
}

.product-recommend-thumb {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #fafafa;
}

.product-recommend-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-recommend-item:hover .product-recommend-thumb img {
    transform: scale(1.05);
}

.product-recommend-info {
    padding: 12px 14px;
}

.product-recommend-name {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.product-recommend-item:hover .product-recommend-name {
    color: #FFA400;
}
.response-transition td{
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1600px) and (min-width: 1025px) {
    .product-detail-page {
        max-width: 1100px;
    }
    .response-transition h3{
        font-size: 16px;
    }
    .e_h1-130 {
        font-size: 24px;
        margin: 8px 0 14px;
    }

    .e_container-33 {
        gap: 30px;
        margin-bottom: 30px;
    }

    .e_text-199,
    .e_text-202,
    .e_text-205,
    .e_text-207 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .e_text-199 .icon,
    .e_text-202 .icon,
    .e_text-205 .icon,
    .e_text-207 .icon {
        width: 24px;
        height: 24px;
    }

    .e_richText-200,
    .e_richText-203,
    .e_richText-206,
    .e_richText-208 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .np-gallery {
        max-width: 480px;
    }

    .np-thumb-item {
        width: 70px;
        height: 70px;
    }

    .product-recommend-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-recommend-grid {
        gap: 16px;
    }

    .product-recommend-name {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .product-detail-page {
        max-width: 960px;
        padding: 0 15px;
    }

    .e_h1-130 {
        font-size: 22px;
        margin: 14px 0 20px;
    }

    .e_container-33 {
        gap: 24px;
        margin-bottom: 24px;
    }

    .e_container-33 .cbox-33-0 {
        flex: 0 0 45%;
        max-width: 420px;
    }

    .e_text-199,
    .e_text-202,
    .e_text-205,
    .e_text-207 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .e_text-199 .icon,
    .e_text-202 .icon,
    .e_text-205 .icon,
    .e_text-207 .icon {
        width: 22px;
        height: 22px;
    }

    .e_richText-200,
    .e_richText-203,
    .e_richText-206,
    .e_richText-208 {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .np-gallery {
        max-width: 420px;
    }

    .np-thumb-item {
        width: 60px;
        height: 60px;
    }

    .product-prev-next {
        padding: 18px 0;
        margin: 24px 0;
        gap: 16px;
    }

    .product-pn-item {
        font-size: 13px;
        padding: 10px 14px;
    }

    .product-recommend {
        margin: 30px 0;
    }

    .product-recommend-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .product-recommend-title::before {
        height: 18px;
    }

    .product-recommend-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .product-recommend-name {
        font-size: 13px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .product-detail-page {
        padding: 0 12px;
    }
    .response-transition h3,h2{
        font-size: 15px;
    }

    .e_breadcrumb-127 {
        padding: 12px 0;
    }

    .e_breadcrumb-127 .p_breadcrumb {
        font-size: 12px;
    }

    .e_h1-130 {
        font-size: 20px;
        margin: 12px 0 18px;
    }

    .e_container-33 {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 24px;
    }

    .e_container-33 .cbox-33-0 {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .e_text-199,
    .e_text-202,
    .e_text-205,
    .e_text-207 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .e_text-199 .icon,
    .e_text-202 .icon,
    .e_text-205 .icon,
    .e_text-207 .icon {
        width: 22px;
        height: 22px;
    }

    .e_richText-200,
    .e_richText-203,
    .e_richText-206,
    .e_richText-208 {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .e_container-103,
    .e_container-106 {
        font-size: 13px;
    }

    .e_container-103 .cbox-103-0,
    .e_container-106 .cbox-106-0 {
        flex: 0 0 60px;
    }

    .product-prev-next {
        flex-direction: column;
        gap: 10px;
        padding: 16px 0;
        margin: 20px 0;
    }

    .product-pn-item {
        font-size: 13px;
        padding: 10px 12px;
    }

    .product-recommend {
        margin: 24px 0;
    }

    .product-recommend-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .product-recommend-title::before {
        height: 18px;
    }

    .product-recommend-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-recommend-info {
        padding: 10px 12px;
    }

    .product-recommend-name {
        font-size: 13px;
        height: 40px;
    }
}
