{"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                        <div class=\"carousel-indicators\">\n                                <button type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide-to=\"0\"\n                        class=\"active\"\n                        aria-current=\"true\"\n                        aria-label=\"Slide 1\"><\/button>\n                                <button type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide-to=\"1\"\n                        class=\"\"\n                        aria-current=\"false\"\n                        aria-label=\"Slide 2\"><\/button>\n                                <button type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide-to=\"2\"\n                        class=\"\"\n                        aria-current=\"false\"\n                        aria-label=\"Slide 3\"><\/button>\n                                <button type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide-to=\"3\"\n                        class=\"\"\n                        aria-current=\"false\"\n                        aria-label=\"Slide 4\"><\/button>\n                                <button type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide-to=\"4\"\n                        class=\"\"\n                        aria-current=\"false\"\n                        aria-label=\"Slide 5\"><\/button>\n                            <\/div>\n            \n            <!-- 轮播项目 -->\n            <div class=\"carousel-inner\">\n                                <div class=\"carousel-item active\">\n                    <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                        <img src=\"https:\/\/img.alicdn.com\/bao\/uploaded\/i1\/2212715957798\/O1CN01sgS1OH27TXWBalMGC_!!2212715957798.jpg\" class=\"d-block w-100\"\n                             alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\"\n                             title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"carousel-item \">\n                    <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                        <img src=\"https:\/\/apiv1.ponybuy.com\/storage\/20250529\/9f452f2ef2da5576d41c6342206d01f1d09de998.jpg\" class=\"d-block w-100\"\n                             alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\"\n                             title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"carousel-item \">\n                    <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                        <img src=\"https:\/\/apiv1.ponybuy.com\/storage\/20250529\/837566c27f171b4a8c83bfaba6b6f265661b3867.jpg\" class=\"d-block w-100\"\n                             alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\"\n                             title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"carousel-item \">\n                    <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                        <img src=\"https:\/\/apiv1.ponybuy.com\/storage\/20250529\/b643e9c6dc3687fb3e08cedca919632610b681aa.jpg\" class=\"d-block w-100\"\n                             alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\"\n                             title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"carousel-item \">\n                    <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                        <img src=\"https:\/\/apiv1.ponybuy.com\/storage\/20250529\/f1a17af751e9e15dad2a9ef2e5ea84860ddfe745.jpg\" class=\"d-block w-100\"\n                             alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\"\n                             title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">\n                    <\/a>\n                <\/div>\n                            <\/div>\n\n            <!-- 左右控制按钮，多图时显示 -->\n                        <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide=\"prev\">\n                <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"><\/span>\n                <span class=\"visually-hidden\">Previous<\/span>\n            <\/button>\n            <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#productCarousel\" data-bs-slide=\"next\">\n                <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"><\/span>\n                <span class=\"visually-hidden\">Next<\/span>\n            <\/button>\n                    <\/div>\n\n<!--        <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">-->\n<!--            <img src=\"https:\/\/img.alicdn.com\/bao\/uploaded\/i1\/2212715957798\/O1CN01sgS1OH27TXWBalMGC_!!2212715957798.jpg\" class=\"card-img-top\" alt=\"\"Autumn and winter's new coat with a fluttered letter.\"\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\">-->\n<!--        <\/a>-->\n    <\/div>\n\n    <div class=\"col-md-6\">\n        <h5 class=\"mb-2\">\n            <a href=\"javascript:;\" title=\"\"Autumn and winter's new coat with a fluttered letter.\"\" class=\"text-decoration-none fs-5 text-black\">\"Autumn and winter's new coat with a fluttered letter.\"<\/a>\n        <\/h5>\n        <div class=\"mb-2\">\n                        <div class=\"fw-light mb-2 text-wrap\" style=\"font-size: 0.85rem;\">\n                Size: S<br>Colour classification: Black            <\/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"}}