{"code":200,"message":"Success","data":{"content":"<style>\n    .description img {max-width: 100%}\n\n    .product-carousel .carousel-item img {\n        width: 100%;\n        height: auto;\n        object-fit: contain; \/* 完整显示图片，不裁剪 *\/\n        max-height: 400px;\n        background-color: #f8f9fa;\n    }\n    \/* 控制按钮简化，更清晰 *\/\n    .product-carousel .carousel-control-prev-icon,\n    .product-carousel .carousel-control-next-icon {\n        background-color: rgba(0,0,0,0.3);\n        border-radius: 50%;\n        padding: 15px;\n        background-size: 60% 60%;\n    }\n    .product-carousel .carousel-control-prev,\n    .product-carousel .carousel-control-next {\n        width: 5%;\n        opacity: 0.8;\n    }\n    .product-carousel .carousel-indicators button {\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        border: 1px solid #ddd;\n        background-color: #ccc;\n    }\n    .product-carousel .carousel-indicators .active {\n        background-color: #dc3545; \/* 与按钮红色呼应 *\/\n        border-color: #dc3545;\n    }\n<\/style>\n<div class=\"row\">\n    <div class=\"col-md-6\">\n        \n        <div id=\"productCarousel\" class=\"carousel slide product-carousel\" data-bs-ride=\"carousel\">\n            <!-- 指示器（小圆点），多图时显示 -->\n            \n            <!-- 轮播项目 -->\n            <div class=\"carousel-inner\">\n                                <div class=\"carousel-item active\">\n                    <a href=\"javascript:;\" title=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\">\n                        <img src=\"https:\/\/img.alicdn.com\/img\/ibank\/O1CN01c1O9dn1iHkyOk84Yl_!!2215472594388-0-cib.jpg\" class=\"d-block w-100\"\n                             alt=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\"\n                             title=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\">\n                    <\/a>\n                <\/div>\n                            <\/div>\n\n            <!-- 左右控制按钮，多图时显示 -->\n                    <\/div>\n\n<!--        <a href=\"javascript:;\" title=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\">-->\n<!--            <img src=\"https:\/\/img.alicdn.com\/img\/ibank\/O1CN01c1O9dn1iHkyOk84Yl_!!2215472594388-0-cib.jpg\" class=\"card-img-top\" alt=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\" title=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\">-->\n<!--        <\/a>-->\n    <\/div>\n\n    <div class=\"col-md-6\">\n        <h5 class=\"mb-2\">\n            <a href=\"javascript:;\" title=\"The new white shoes for men and women have been raised to the bottom of the new leather stars.\" class=\"text-decoration-none fs-5 text-black\">The new white shoes for men and women have been raised to the bottom of the new leather stars.<\/a>\n        <\/h5>\n        <div class=\"mb-2\">\n                        <div class=\"fw-light mb-2 text-wrap\" style=\"font-size: 0.85rem;\">\n                Colour: Silver<br>Size: 42 men            <\/div>\n            <div class=\"text-danger fw-bold\">\n                In Stock: 1            <\/div>\n        <\/div>\n        <div>\n            <a class=\"btn btn-danger d-inline-block\">Add to Bag<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n"}}