{"product_id":"battery-camera-wireless-outdoor-security-f5","title":"ZUMIMALL Rechargeable Battery  Security Camera-F5（4 Pack）","description":"\u003cbody\u003e\n\u003cstyle\u003e\n   \/* Battery Powered Wire-Fee添加针对第五部分轮播的特殊样式 *\/\n  #carousel1.carousel-desktop .carousel-item {\n    min-width: 25%; \/* 一行显示4个 *\/\n  }\n  \n  \/* 桌面端隐藏箭头 *\/\n  @media (min-width: 768px) {\n    .carousel-control.mobile-only {\n      display: none;\n    }\n  }\n  \n  \/* 手机端显示箭头 *\/\n  @media (max-width: 767px) {\n    .carousel-control.mobile-only {\n      display: flex;\n    }\n    #carousel1.carousel-desktop .carousel-item {\n      min-width: 100%; \/* 手机端全宽 *\/\n    }\n  }\n  \/* 全局样式 - 使用品牌色调 *\/\n  :root {\n    --primary-dark-blue: #476C94;\n    --primary-teal: #2D9EA1;\n    --primary-light-blue: #97C5EC;\n    --text-color: #333;\n    --light-bg: #f9f9f9;\n    --border-radius: 8px;\n    --box-shadow: 0 4px 12px rgba(71, 108, 148, 0.1);\n  }\n  \n  \/* 基础样式 *\/\n  body {\n    font-family: 'Arial', sans-serif;\n    color: var(--text-color);\n    line-height: 1.6;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .product-section {\n    max-width: 90%;\n    margin: 40px auto;\n    padding: 0 5%;\n  }\n  \n  \/* 折叠面板样式 - 更新版 *\/\n  .collapsible {\n    background-color: white;\n    color: var(--primary-dark-blue);\n    cursor: pointer;\n    padding: 20px;\n    width: 100%;\n    border: 1px solid #e0e0e0;\n    text-align: left;\n    outline: none;\n    font-size: 18px;\n    font-weight: bold;\n    border-radius: var(--border-radius);\n    margin-bottom: 10px;\n    position: relative;\n    transition: all 0.3s ease;\n    box-shadow: var(--box-shadow);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  \n  .collapsible:hover {\n    background-color: var(--light-bg);\n    border-color: var(--primary-light-blue);\n  }\n  \n  .active, .collapsible.active:hover {\n    background-color: var(--light-bg);\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-color: var(--primary-light-blue);\n  }\n  \n  .collapsible .toggle-icon {\n    transition: transform 0.3s ease;\n    color: var(--primary-teal);\n    font-weight: bold;\n    margin-left: 10px;\n  }\n  \n  .active .toggle-icon {\n    transform: rotate(90deg);\n  }\n  \n  .content {\n    padding: 0;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-out;\n    background-color: white;\n    border: 1px solid #e0e0e0;\n    border-top: none;\n    border-bottom-left-radius: var(--border-radius);\n    border-bottom-right-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n  }\n  \n  .content-inner {\n    padding: 20px;\n  }\n  \n  \/* What's in the Box 特殊样式 *\/\n  .whats-in-box {\n    display: flex;\n    flex-wrap: wrap;\n  }\n  \n  .whats-in-box-img {\n    flex: 0 0 70%;\n    max-width: 70%;\n    padding-right: 20px;\n  }\n  \n  .whats-in-box-text {\n    flex: 0 0 30%;\n    max-width: 30%;\n    padding-left: 10px;\n  }\n  \n  .whats-in-box-img img {\n    width: 100%;\n    height: auto;\n    border-radius: var(--border-radius);\n  }\n  \n  \/* 响应式图片容器 *\/\n  .responsive-image {\n    width: 100%;\n    height: auto;\n    border-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n  }\n  \n  .desktop-img {\n    display: block;\n  }\n  \n  .mobile-img {\n    display: none;\n  }\n  \n  \/* 视频部分样式 *\/\n  .video-section {\n    text-align: center;\n  }\n  \n  .video-container {\n    position: relative;\n    padding-bottom: 56.25%; \/* 16:9 比例 *\/\n    height: 0;\n    overflow: hidden;\n    max-width: 1800px;\n    margin: 0 auto;\n    border-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n  }\n  \n  .video-container video {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  \n  \/* 图片部分样式 *\/\n  .image-section {\n    text-align: center;\n  }\n  \n  .image-section img {\n    max-width: 100%;\n    height: auto;\n    border-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n  }\n  \n  .section-title {\n    font-size: 28px;\n    font-weight: bold;\n    margin-bottom: 20px;\n    color: var(--primary-dark-blue);\n    text-align: center;\n    font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\n    position: relative;\n    padding-bottom: 10px;\n  }\n  \n  .section-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: var(--primary-teal);\n  }\n  \n  .section-subtitle {\n    font-size: 18px;\n    margin-bottom: 30px;\n    text-align: center;\n    color: var(--text-color);\n  }\n  \n  \/* 折叠内容带图片的样式 *\/\n  .feature-item {\n    margin-bottom: 30px;\n  }\n  \n  .feature-text {\n    margin-bottom: 20px;\n    color: var(--text-color);\n  }\n  \n  \/* 轮播图样式 *\/\n  .carousel {\n    position: relative;\n    max-width: 100%;\n    margin: 50px auto;\n    overflow: hidden;\n    border-radius: var(--border-radius);\n  }\n  \n  .carousel-inner {\n    display: flex;\n    transition: transform 0.5s ease;\n  }\n  \n  .carousel-item {\n    min-width: 100%;\n    box-sizing: border-box;\n    padding: 0 10px;\n  }\n  \n  .carousel-desktop .carousel-item {\n    min-width: 50%;\n  }\n  \n  .carousel img {\n    width: 100%;\n    height: auto;\n    border-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n  }\n  \n  .carousel-caption {\n    padding: 20px 15px;\n    text-align: center;\n  }\n  \n  .carousel-caption h3 {\n    font-weight: bold;\n    margin-bottom: 10px;\n    color: var(--primary-dark-blue);\n    font-size: 18px;\n  }\n  \n  .carousel-caption p {\n    color: var(--text-color);\n  }\n  \n  .carousel-control {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background-color: var(--primary-teal);\n    color: white;\n    border: none;\n    padding: 12px;\n    cursor: pointer;\n    border-radius: 50%;\n    z-index: 10;\n    width: 44px;\n    height: 44px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    opacity: 0.9;\n    transition: all 0.3s;\n  }\n  \n  .carousel-control:hover {\n    opacity: 1;\n    background-color: var(--primary-dark-blue);\n  }\n  \n  .carousel-control.prev {\n    left: 15px;\n  }\n  \n  .carousel-control.next {\n    right: 15px;\n  }\n\n  \/* 轮播分页指示器 *\/\n  .carousel-indicators {\n    display: flex;\n    justify-content: center;\n    margin-top: 15px;\n  }\n  \n  .carousel-indicator {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background-color: #ccc;\n    margin: 0 5px;\n    cursor: pointer;\n    transition: background-color 0.3s;\n  }\n  \n  .carousel-indicator.active {\n    background-color: var(--primary-teal);\n  }\n  \n  \/* 多图片带标题部分 *\/\n  .multi-image-section {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    margin: 50px 0;\n  }\n  \n  .multi-image-item {\n    width: 100%;\n    margin-bottom: 40px;\n    text-align: center;\n  }\n  \n  .multi-image-item img {\n    max-width: 100%;\n    height: auto;\n    border-radius: var(--border-radius);\n    box-shadow: var(--box-shadow);\n    transition: transform 0.3s;\n  }\n  \n  .multi-image-item img:hover {\n    transform: translateY(-5px);\n  }\n  \n  .multi-image-title {\n    font-size: 20px;\n    font-weight: bold;\n    margin-bottom: 15px;\n    color: var(--primary-dark-blue);\n    position: relative;\n    padding-bottom: 10px;\n  }\n  \n  .multi-image-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 50px;\n    height: 2px;\n    background: var(--primary-teal);\n  }\n  \n  \/* 按钮样式 *\/\n  .cta-button {\n    display: block;\n    width: 100%;\n    max-width: 400px;\n    margin: 50px auto;\n    padding: 16px;\n    background-color: var(--primary-teal);\n    color: white;\n    text-align: center;\n    font-size: 18px;\n    font-weight: bold;\n    border: none;\n    border-radius: var(--border-radius);\n    cursor: pointer;\n    text-decoration: none;\n    transition: all 0.3s;\n    box-shadow: 0 4px 8px rgba(45, 158, 161, 0.3);\n  }\n  \n  .cta-button:hover {\n    background-color: var(--primary-dark-blue);\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(45, 158, 161, 0.4);\n  }\n  \n  \/* 响应式调整 - 修改手机端样式 *\/\n  @media (max-width: 767px) {\n    body {\n      padding: 0;\n    }\n    \n    .product-section {\n      max-width: 100%;\n      padding: 0 2px;\n      margin: 5px auto;\n    }\n    \n    .section-title {\n      font-size: 22px;\n      margin-bottom: 10px;\n    }\n    \n    .section-subtitle {\n      font-size: 16px;\n      margin-bottom: 15px;\n    }\n    \n    .carousel-desktop .carousel-item {\n      min-width: 100%;\n    }\n    \n    .collapsible {\n      padding: 12px 8px;\n      font-size: 16px;\n      margin-bottom: 5px;\n    }\n    \n    .content-inner {\n      padding: 10px 8px;\n    }\n    \n    .feature-item {\n      margin-bottom: 15px;\n    }\n    \n    .carousel {\n      margin: 15px auto;\n    }\n    \n    .carousel-caption {\n      padding: 10px 5px;\n    }\n    \n    .carousel-caption h3 {\n      font-size: 16px;\n      margin-bottom: 5px;\n    }\n    \n    .carousel-caption p {\n      font-size: 14px;\n    }\n    \n    .multi-image-section {\n      margin: 15px 0;\n      gap: 15px;\n    }\n    \n    .multi-image-item {\n      margin-bottom: 15px;\n    }\n    \n    .whats-in-box-img, \n    .whats-in-box-text {\n      flex: 0 0 100%;\n      max-width: 100%;\n      padding: 0;\n    }\n    \n    .whats-in-box-text {\n      margin-top: 10px;\n    }\n    \n    .cta-button {\n      margin: 15px auto;\n      padding: 12px;\n      font-size: 16px;\n    }\n    \n    \/* 切换图片显示 *\/\n    .desktop-img {\n      display: none;\n    }\n    \n    .mobile-img {\n      display: block;\n    }\n  }\n  \n  @media (min-width: 768px) {\n    .multi-image-item {\n      width: 32%;\n    }\n    \n    \/* 确保桌面端显示正确的图片 *\/\n    .desktop-img {\n      display: block;\n    }\n    \n    .mobile-img {\n      display: none;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 第一部分：About this item 折叠栏 --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cbutton class=\"collapsible\" type=\"button\"\u003e \u003cspan style=\"font-size: 22px;\"\u003eAbout this item\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003e\u003cstrong\u003e【Updated! No Drilling! Magnetic Mount】\u003c\/strong\u003e: The security cameras wireless outdoor now includes a magnetic mount for easy, no-drill installation—perfect for bedrooms, front doors, yards, or garages. The design blends with any decor, making it ideal for indoor use without damaging walls. (Magnetic stand included)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【130° Angle View \u0026amp; 2K Color Night Vision \u0026amp; Spotlight】\u003c\/strong\u003e: The outdoor camera wireless battery powered features a new 2K lens, offering 4x the clarity of 1080P cameras with wider coverage. Outdoor security camera with advanced infrared light and spotlight, enjoy sharp color night vision even in low light\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【2.4G WiFi \u0026amp; Wireless \u0026amp; 2-Way Talk \u0026amp; Instant Siren】】\u003c\/strong\u003e: This battery-powered outdoor security camera is completely wireless, eliminating the need for cables and frequent charging. It offers long standby time with continuous recording capabilities. The built-in antenna ensures a stable 2.4G WiFi connection(Note: Does not support 5G Wi-Fi)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【7-Day Loop Cloud Storage \u0026amp; Live View \u0026amp; Multi-People Share】\u003c\/strong\u003e: Get a 7-day cloud loop recording with a 6-second video, Your privacy is safeguarded through encrypted cloud. You can also use a max 128GB Memory card (not included) for storage. Stay informed with live streaming, and share access with multiple devices so your entire family can monitor together\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【AI Analysis\/Smart Assistant Compatible\/Custom Mode】\u003c\/strong\u003e: The 2.4G WiFi camera outdoor wireless uses AI analysis to identify people, pets, vehicles, and packages. support customize up to 6 detection areas for better accuracy and fewer false alarms. Quickly activate the siren to deter intruders within 1 second. Compatible with Alexa for a seamless smart home experience\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【2 Install Ways \u0026amp; IP66 Waterproof】\u003c\/strong\u003e: Outdoor cameras for home security designed with IP66 waterproof materials, the standard operating temperature of -4°F to 120°F (-20°C to 50°C ) can show excellent performance. can be installed using either a magnetic mount or bracket, allowing you to place it anywhere without a power cord\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e【Two-Way Talk \u0026amp; Smart Instant Siren】\u003c\/strong\u003e: This wireless outdoor camera features a built-in microphone and speaker for real-time, two-way audio. Use the ZUMIMALL app to warn off intruders, screen visitors, or communicate with family and friends. The siren, flashing white light, and two-way talk provide effective ways to deter unwanted visitors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 5%;\"\u003e\n  \u003c!-- 电脑端: 父容器左右留空10% (基于max-width) 且居中 --\u003e\n  \u003cdiv style=\"position: relative; width: 100%; padding-top: 56.25%; \/* 16:9 高宽比 *\/ background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1);\"\u003e\n    \n    \u003c!-- 封面图片元素 (先显示, 由js控制点击隐藏) --\u003e\n    \u003cdiv id=\"video-cover\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; z-index: 10; background: #000 url('https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/zumimall-outdoor-security-camera-F5.webp?v=1773294972') no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: center;\"\u003e\n      \u003c!-- 播放按钮图标 (可选) 增加用户体验 --\u003e\n      \u003csvg style=\"width: 68px; height: 68px; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5)); opacity: 0.9;\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"white\" stroke-width=\"1.5\" fill=\"rgba(0,0,0,0.5)\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9 7.5L17 12L9 16.5V7.5Z\" fill=\"white\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- YouTube iframe 视频 (初始隐藏) --\u003e\n    \u003ciframe id=\"youtube-player\" width=\"100%\" height=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/T0oORjoam9M?si=nveGrsDissqZ8ps6\u0026amp;enablejsapi=1\u0026amp;autoplay=0\u0026amp;modestbranding=1\u0026amp;rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; border: 0;\"\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 简单JavaScript: 点击封面播放视频并隐藏封面 --\u003e\n\u003cscript\u003e\n  (function() {\n    var cover = document.getElementById('video-cover');\n    var iframe = document.getElementById('youtube-player');\n    if (cover \u0026\u0026 iframe) {\n      cover.addEventListener('click', function() {\n        \/\/ 隐藏封面\n        cover.style.display = 'none';\n        \/\/ 显示iframe\n        iframe.style.display = 'block';\n        \/\/ 可选: 通过iframe API自动播放 (注意: 某些浏览器可能需要用户手势, 点击事件已满足)\n        \/\/ 如果src尚未包含autoplay, 可以重新设置src追加autoplay (但点击后一般浏览器允许视频播放)\n        \/\/ 直接播放最简单方法: 重新加载src加上autoplay参数\n        \/\/ 但为了避免重新加载, 可以尝试使用YouTube API, 为了简化, 我们直接重新设置src使其自动播放\n        \/\/ 注意: 如果用户点击封面时, iframe的src尚未包含autoplay, 我们可以快速更新src:\n        var currentSrc = iframe.src;\n        \/\/ 检查是否已有autoplay, 若无则添加\n        if (currentSrc.indexOf('autoplay=1') === -1) {\n          \/\/ 保留原参数, 追加autoplay=1\n          if (currentSrc.indexOf('?') \u003e -1) {\n            iframe.src = currentSrc + '\u0026autoplay=1';\n          } else {\n            iframe.src = currentSrc + '?autoplay=1';\n          }\n        }\n      });\n    }\n  })();\n\u003c\/script\u003e\n\n\u003c!-- 手机端全宽样式 (通过媒体查询覆盖父容器内边距) --\u003e\n\u003cstyle\u003e\n  @media screen and (max-width: 768px) {\n    div[style*=\"max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 10%;\"] {\n      padding: 0 !important;   \/* 移除左右留白 *\/\n      max-width: 100% !important; \/* 允许宽度占满 *\/\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 第三部分：图片带标题 --\u003e\n\u003cdiv class=\"product-section image-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eZUMIMALL 2.4G WiFi Security Camera-F5\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eWireless Outdoor Battery\u0026amp;Solar Powered\u003c\/p\u003e\n\n  \u003cpicture\u003e \u003csource media=\"(min-width: 768px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/zumimall-outdoor-wireless-security-camera-f5.gif?v=1780369151\"\u003e \u003csource media=\"(max-width: 767px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/zumimall-outdoor-wireless-security-camera-f5.gif?v=1780369151\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/zumimall-outdoor-wireless-security-camera-f5.gif?v=1780369151\" alt=\"ZUMIMALL 2.4G WiFi Security Camera-F5\" class=\"responsive-image\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c!-- 第四部分：5个折叠栏带图片 --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003c!-- 第一个折叠项 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cbutton class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\"\u003ePIR Detection\u0026amp; Al Anlysis\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp class=\"feature-text\"\u003eQuickly identify detected objects and reduce false alerts\u003c\/p\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-4.png?v=1746695699\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-4.jpg?v=1753260742\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"PIR Detection\u0026amp; Al Anlysis\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-4.png?v=1746695699\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第二个折叠项 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cbutton class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\"\u003eTwo-Way Talk\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp class=\"feature-text\"\u003eTwo-way audio lets you talk to visitors or delivery drivers—safely from your phone.\u003c\/p\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-1.jpg?v=1746695697\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/3-1_F5.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Two-Way Talk\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-1.jpg?v=1746695697\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三个折叠项 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cbutton class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\"\u003eSpotlights and Sound Alarms\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp class=\"feature-text\"\u003eDeter Danger with a Flash and a Siren!\u003c\/p\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-2.jpg?v=1746695696\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-2_b1ab1574-80c8-4949-ab4d-a3927a91ee20.jpg?v=1753261021\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Spotlights and Sound Alarms\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-2.jpg?v=1746695696\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四个折叠项 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cbutton class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\"\u003eFlexible Storage Options\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp class=\"feature-text\"\u003eChoose between basic cloud storage with 7-day recording loops or Local storage via memory card for more flexible storage.\u003c\/p\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-5.jpg?v=1746695697\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-4_sd.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Flexible Storage Options\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-5.jpg?v=1746695697\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五个折叠项 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cbutton class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\"\u003eCustomize Protection Areas\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp class=\"feature-text\"\u003eCustomize zones to focus on your most vital areas and receive alerts you care about.\u003c\/p\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/3-1_42f05f6d-68d0-4f09-af06-1a57820c17d5.jpg?v=1753251222\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/3-1_1.jpg?v=1753260176\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Customize Protection Areas\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/3-1_42f05f6d-68d0-4f09-af06-1a57820c17d5.jpg?v=1753251222\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第六部分：9张图片轮播（电脑端一行1个，手机端全宽） --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv id=\"carousel2\" class=\"carousel\"\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003c!-- 轮播项1 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-2.jpg?v=1746695696\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-1_894f2622-003d-4d0a-bf56-096e01655dc3.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Indoor \u0026amp; Outdoor\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-2.jpg?v=1746695696\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eIndoor \u0026amp; Outdoor\u003c\/h3\u003e\n\u003cp\u003eWire-free design makes it easily mountable with a quick setup process, taking just a few minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项2 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-6.png?v=1746695699\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-5_320d6c47-b230-42f1-a073-036df7b0ae20.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Manage Recordings\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1-6.png?v=1746695699\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eManage Recordings\u003c\/h3\u003e\n\u003cp\u003eYou can easily view,download,and share everything that happened on any specific day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项3 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-4.jpg?v=1746695696\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_3-2_IP66.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"IP66 Weatherproof\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-4.jpg?v=1746695696\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eIP66 Weatherproof\u003c\/h3\u003e\n\u003cp\u003eSuitable for outdoor use under all weather conditions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项4 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-5.jpg?v=1746695696\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_3-3_2fd1b943-4b98-4a48-8dc6-b6f640ac9165.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Your Privacy,Our Priority\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_2-5.jpg?v=1746695696\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eYour Privacy,Our Priority\u003c\/h3\u003e\n\u003cp\u003eProtects your family's privacy with encrypted video. two-factor authenticatlon,and advanced data security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项5 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_3-1.png?v=1746695699\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_3-4_wifi.jpg?v=1753769711\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"2.4GHz WiFi\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_3-1.png?v=1746695699\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003e2.4GHz WiFi\u003c\/h3\u003e\n\u003cp\u003eThe ZUMIMALL F5 is designed to use the 2.4GHz WiFi band for long-range connectivity and flexible mounting options\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项6 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/Q6_2-2.jpg?v=1753251221\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/Q6_2-2_1.jpg?v=1753260099\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Color Night Vision\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/Q6_2-2.jpg?v=1753251221\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eColor Night Vision\u003c\/h3\u003e\n\u003cp\u003eTrue 3MP with spotlight for full-color night vision. See details clearly,even in darkness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项7 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/AOV_6-4.jpg?v=1749782593\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/6-4_dbd46008-c370-4fca-b5b6-bafc399f0918.jpg?v=1750150304\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Multi-Camera Management\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/AOV_6-4.jpg?v=1749782593\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eMulti-Camera Management\u003c\/h3\u003e\n\u003cp\u003eWatch 4 cameras lives at the same time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项8 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/X6K_3-4.jpg?v=1751522903\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/X6K_3-4_8bf8deb2-0c14-4113-8c2d-f4f6d6ec57b6.jpg?v=1751522917\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Multi-Users Sharing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/X6K_3-4.jpg?v=1751522903\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eMulti-Users Sharing\u003c\/h3\u003e\n\u003cp\u003eEasily grant unlimited camera access to family and friends with just one QR code,ensuring better monitoring and security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 轮播项9 --\u003e\n\u003cdiv class=\"carousel-item\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/BK05_5-3_aLEXA_afe5a887-9538-4411-a747-e14a7f1635a0.jpg?v=1750390626\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/BK05_5-3_alexa.jpg?v=1750390616\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Voice Assistant Linkage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/BK05_5-3_aLEXA_afe5a887-9538-4411-a747-e14a7f1635a0.jpg?v=1750390626\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003cdiv class=\"carousel-caption\"\u003e\n\u003ch3\u003eVoice Assistant Linkage\u003c\/h3\u003e\n\u003cp\u003eVoice control via Alexa\/Google，seamlessly connect to the smart home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"carousel-control prev\"\u003e❮\u003c\/button\u003e \u003cbutton class=\"carousel-control next\"\u003e❯\u003c\/button\u003e\n\u003cdiv id=\"carousel2-indicators\" class=\"carousel-indicators\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第七部分：1张图片 --\u003e\n\u003cdiv class=\"product-section image-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eEasy to install, Set up in Minutes.\u003c\/h2\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_4-1.png?v=1746695700\n\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_4-2.jpg?v=1753769711\n\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Easy to install, Set up in Minutes.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_4-1.png?v=1746695700\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c!-- 第七部分：1张图片 --\u003e\n\u003cdiv class=\"product-section image-section\"\u003e\n\u003cpicture\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_4-3.jpg?v=1746695696\" media=\"(min-width: 768px)\"\u003e \n  \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_connect.png?v=1753781949\n\" media=\"(max-width: 767px)\"\u003e \n  \u003cimg class=\"responsive-image\" alt=\"Easy to install, Set up in Minutes.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_4-3.jpg?v=1746695696%0A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003c\/div\u003e\n\u003c!-- 第八部分：What's in the Box 折叠栏 --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cbutton style=\"background-color: #f1f9f9;\" class=\"collapsible active\" type=\"button\"\u003e \u003cspan style=\"font-size: 22px;\"\u003eWhat's in the Box（F5）\u003c\/span\u003e \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv style=\"max-height: 1000px; background-color: #f1f9f9;\" class=\"content\"\u003e\n\u003cdiv class=\"content-inner whats-in-box\"\u003e\n\u003cdiv class=\"whats-in-box-img\"\u003e\u003cimg alt=\"What's in the Box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/4-1_F5.jpg?v=1753769711\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"whats-in-box-text\"\u003e\n\u003cp style=\"font-weight: bold; color: var(--primary-dark-blue);\"\u003eCamera*1\u003cbr\u003eCamera Backet*1\u003cbr\u003eTip Sticker*1\u003cbr\u003eInstruction Manual*1\u003cbr\u003eData Cable*1\u003cbr\u003eScrew Package*1\u003cbr\u003eMagnetic Mount*1\u003cbr\u003e3MP Tape*2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Specifications Section --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"stacked-foldable-container\"\u003e\n\u003c!-- 产品参数折叠栏 1 --\u003e\n\u003cdetails class=\"stacked-foldable\"\u003e\n\u003csummary class=\"stacked-foldable-summary\"\u003e\u003cspan class=\"stacked-foldable-title\"\u003eResolution\u003c\/span\u003e \u003cspan class=\"stacked-foldable-icon\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stacked-foldable-content\"\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eImage sensor\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e300WColor Sensor   1\/2.7CMOS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eAudio Input\/output\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eBuilt-in microphone and speaker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eLens\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e3.1mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eAngle of view\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e130 degree\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eDay \u0026amp; night\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eElectronic(IR-CUT filter with auto switch)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eVideo compression\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eH.264\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eBit rate\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e16Kbps~2Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eDual stream\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eImage resolution\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e2K\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eFrame rate\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e25fps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eAlarm trigger\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eIntelligent motion detection, support PIR\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 折叠栏 2 --\u003e\n\u003cdetails class=\"stacked-foldable\"\u003e\n\u003csummary class=\"stacked-foldable-summary\"\u003e\u003cspan class=\"stacked-foldable-title\"\u003eDesign\u003c\/span\u003e \u003cspan class=\"stacked-foldable-icon\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stacked-foldable-content\"\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eWireless Security\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eWEP, WPA, WPA2\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eRemote wakeup\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eSupport\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eWireless\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e2.4G WIFI(IEEE802.11b\/g\/n)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eSupported mobile phone OS\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eiOS 9  up,Adroid 4.0 up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eSecurity\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eUser authentication,software encryption\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 折叠栏 3 --\u003e\n\u003cdetails class=\"stacked-foldable\"\u003e\n\u003csummary class=\"stacked-foldable-summary\"\u003e\u003cspan class=\"stacked-foldable-title\"\u003ePower\u003c\/span\u003e \u003cspan class=\"stacked-foldable-icon\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"stacked-foldable-content\"\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eBattery\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e5200mA, 2pcs rechargeable 18650 batteries included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eStandby consumption\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e500µA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eWork consumption\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e220mA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eStandy time 6 months\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e6 months\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eWorking time\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e3 months(15 times wake up per day)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eOperating temperature\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e−20 °C to 50 °C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003ePower supply\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eSupport, optional, DC 5V\/2A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eIR distance\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eNight visibility up to 10m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e210g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eItem Dimension\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e58*54*107mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003ePackage Weight\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e400g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003ePackage Dimension\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003e138*128*70mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eZUMIMALL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-row\"\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eAPP\u003c\/div\u003e\n\u003cdiv class=\"stacked-foldable-col\"\u003eZUMIMALL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* Stacked Foldable Container Styles *\/\n    .stacked-foldable-container {\n      width: 100%;\n      max-width: 1200px;\n      margin: 30px auto;\n      font-family: 'Arial', sans-serif;\n    }\n    \n    .stacked-foldable {\n      border: 1px solid #e0e0e0;\n      border-radius: var(--border-radius);\n      margin-bottom: 10px;\n      overflow: hidden;\n      box-shadow: var(--box-shadow);\n      background-color: white;\n    }\n    \n    .stacked-foldable-summary {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 15px 20px;\n      cursor: pointer;\n      list-style: none;\n      font-weight: bold;\n      color: var(--primary-dark-blue);\n      background-color: white;\n      transition: all 0.3s;\n    }\n    \n    .stacked-foldable-summary:hover {\n      background-color: var(--light-bg);\n    }\n    \n    .stacked-foldable-title {\n      font-size: 16px;\n    }\n    \n    .stacked-foldable-icon {\n      transition: transform 0.3s;\n      color: var(--primary-teal);\n      font-weight: bold;\n      font-size: 18px;\n    }\n    \n    .stacked-foldable[open] .stacked-foldable-icon {\n      transform: rotate(90deg);\n    }\n    \n    .stacked-foldable-content {\n      padding: 15px 20px;\n      border-top: 1px solid #e0e0e0;\n    }\n    \n    .stacked-foldable-row {\n      display: flex;\n      padding: 8px 0;\n      border-bottom: 1px solid #f0f0f0;\n    }\n    \n    .stacked-foldable-row:last-child {\n      border-bottom: none;\n    }\n    \n    .stacked-foldable-col {\n      flex: 1;\n      font-size: 14px;\n      color: var(--text-color);\n    }\n    \n    .stacked-foldable-col:first-child {\n      font-weight: 500;\n      color: #666;\n    }\n    \n    @media (max-width: 767px) {\n      .stacked-foldable-summary {\n        padding: 12px 15px;\n      }\n      \n      .stacked-foldable-title {\n        font-size: 15px;\n      }\n      \n      .stacked-foldable-content {\n        padding: 10px 15px;\n      }\n      \n      .stacked-foldable-row {\n        flex-direction: column;\n      }\n      \n      .stacked-foldable-col {\n        padding: 3px 0;\n      }\n    }\n  \u003c\/style\u003e\n\u003c!-- Additional Resources Section --\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"resources-container\"\u003e\n\u003c!-- Cloud and AI Services --\u003e\n\u003cdiv class=\"accordion-container\"\u003e\n\u003cbutton class=\"accordion\"\u003e \u003cspan class=\"accordion-title\"\u003eZUMIMALL Cloud Storage\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/ZUMIMALL_Cloud_Storage_f5c790cc-fa5c-4aa5-b00d-101bd25c3a89.jpg\" class=\"responsive-image\" alt=\"Cloud Storage\"\u003e\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003e \u003cspan class=\"accordion-title\"\u003eZUMIMALL AI Services\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e›\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/ZUMIMALL_AI_d13f3958-2bdd-4338-a539-43aac8f90ece.jpg?v=1752747554%0A\" class=\"responsive-image\" alt=\"AI Services\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Downloads Section --\u003e\n\u003cdiv class=\"downloads-container\"\u003e\n\u003cdiv class=\"download-row\"\u003e\n\u003cdiv class=\"download-column\"\u003e\n\u003cdiv class=\"download-content\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/file-arrow-down-solid.svg?v=1742554573\" class=\"download-icon\" alt=\"Manual Download\"\u003e\n\u003cdiv class=\"download-text\"\u003e\n\u003ch3\u003eProduct Manual\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5_1e53317e-34a7-438a-83b9-84157f488c92.pdf?v=1733210355\" class=\"download-button\"\u003eDownload\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-column\"\u003e\n\u003cdiv class=\"download-content\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/cloud-arrow-down-solid.svg?v=1742554572\" class=\"download-icon\" alt=\"App Download\"\u003e\n\u003cdiv class=\"download-text\"\u003e\n\u003ch3\u003eApp Download\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-button-group\"\u003e\n\u003ca href=\"https:\/\/play.google.com\/store\/search?q=zumimall\u0026amp;c=apps\" class=\"download-button\"\u003eAPK\u003c\/a\u003e \u003ca href=\"https:\/\/apps.apple.com\/us\/app\/zumimall\/id1515849509\" class=\"download-button\"\u003eiOS\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n      \/* Accordion Container Styles *\/\n      .accordion-container {\n        width: 100%;\n        max-width: 1500px;\n        margin: 30px auto;\n      }\n      \n      .accordion {\n        width: 100%;\n        border: none;\n        border-bottom: 1px solid #e0e0e0;\n        outline: none;\n        transition: 0.3s;\n        background-color: white;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 15px 20px;\n        text-align: left;\n        border-radius: var(--border-radius);\n        margin-bottom: 10px;\n        box-shadow: var(--box-shadow);\n      }\n      \n      .accordion:first-of-type {\n        border-top: 1px solid #e0e0e0;\n      }\n      \n      .accordion-title {\n        font-weight: bold;\n        font-size: 16px;\n        color: var(--primary-dark-blue);\n        margin: 0;\n      }\n      \n      .accordion-icon {\n        font-size: 18px;\n        transition: transform 0.3s;\n        color: var(--primary-teal);\n        font-weight: bold;\n      }\n      \n      .accordion.active .accordion-icon {\n        transform: rotate(90deg);\n      }\n      \n      .accordion-content {\n        padding: 0;\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out;\n        margin-bottom: 15px;\n      }\n      \n      \/* Downloads Container Styles *\/\n      .downloads-container {\n        width: 100%;\n        max-width: 900px;\n        margin: 30px auto;\n      }\n      \n      .download-row {\n        display: flex;\n        gap: 15px;\n        margin-bottom: 15px;\n      }\n      \n      .download-column {\n        flex: 1;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        padding: 15px;\n        border-radius: var(--border-radius);\n        background-color: white;\n        box-shadow: var(--box-shadow);\n      }\n      \n      .download-content {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n      }\n      \n      .download-icon {\n        width: 20px;\n        height: 20px;\n        color: var(--primary-teal);\n      }\n      \n      .download-text h3 {\n        font-size: 15px;\n        margin: 0;\n        color: var(--text-color);\n        font-weight: 500;\n      }\n      \n      .download-button {\n        padding: 8px 15px;\n        background-color: var(--primary-teal);\n        color: white;\n        border: none;\n        border-radius: var(--border-radius);\n        cursor: pointer;\n        font-weight: bold;\n        font-size: 13px;\n        text-decoration: none;\n        transition: all 0.3s;\n      }\n      \n      .download-button:hover {\n        background-color: var(--primary-dark-blue);\n      }\n      \n      .download-button-group {\n        display: flex;\n        gap: 8px;\n      }\n      \n      @media (max-width: 767px) {\n        .download-row {\n          flex-direction: column;\n          gap: 10px;\n        }\n        \n        .accordion {\n          padding: 12px 15px;\n        }\n        \n        .accordion-title {\n          font-size: 15px;\n        }\n        \n        .download-column {\n          padding: 12px;\n        }\n        \n        .download-icon {\n          width: 18px;\n          height: 18px;\n        }\n        \n        .download-text h3 {\n          font-size: 14px;\n        }\n        \n        .download-button {\n          padding: 6px 12px;\n          font-size: 12px;\n        }\n      }\n    \u003c\/style\u003e\n\u003cscript\u003e\n  \/\/ Accordion functionality\n  document.querySelectorAll('.accordion').forEach(accordion =\u003e {\n    accordion.addEventListener('click', function() {\n      this.classList.toggle('active');\n      const content = this.nextElementSibling;\n      if (content.style.maxHeight) {\n        content.style.maxHeight = null;\n      } else {\n        content.style.maxHeight = content.scrollHeight + 'px';\n      }\n    });\n  });\n  \n  \/\/ Foldable functionality\n  document.querySelectorAll('.stacked-foldable').forEach(foldable =\u003e {\n    foldable.addEventListener('toggle', function() {\n      if (this.open) {\n        this.style.marginBottom = '15px';\n      } else {\n        this.style.marginBottom = '10px';\n      }\n    });\n  });\n\u003c\/script\u003e\n\u003c!-- 第九部分：按钮 --\u003e\n\u003cdiv class=\"product-section\"\u003e\u003ca class=\"cta-button\" href=\"https:\/\/www.zumimall.com\/pages\/videos-for-zumimall-battery-powered-camera-f5\"\u003e Videos for ZUMIMALL Battery Camera-F5 \u003c\/a\u003e\u003c\/div\u003e\n\n\u003cscript\u003e\n  \/\/ 折叠面板功能修正\n  document.addEventListener('DOMContentLoaded', function() {\n    var coll = document.getElementsByClassName(\"collapsible\");\n    for (var i = 0; i \u003c coll.length; i++) {\n      var button = coll[i];\n      var content = button.nextElementSibling;\n      \/\/ 默认展开\n      if (button.classList.contains(\"active\")) {\n        content.style.maxHeight = content.scrollHeight + \"px\";\n      } else {\n        content.style.maxHeight = null;\n      }\n      button.addEventListener(\"click\", function() {\n        var content = this.nextElementSibling;\n        this.classList.toggle(\"active\");\n        \/\/ 收起或展开\n        if (this.classList.contains(\"active\")) {\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        } else {\n          content.style.maxHeight = null;\n        }\n      });\n    }\n\n    \/\/ 初始化轮播\n    initCarousel('carousel1');\n    initCarousel('carousel2');\n    \/\/ 响应式重绘\n    window.addEventListener('resize', function() {\n      redrawCarousel('carousel1');\n      redrawCarousel('carousel2');\n    });\n\n    \/\/ 轮播按钮事件绑定\n    document.querySelectorAll('.carousel').forEach(function(carousel) {\n      const prevBtn = carousel.querySelector('.carousel-control.prev');\n      const nextBtn = carousel.querySelector('.carousel-control.next');\n      const id = carousel.id;\n      if (prevBtn) prevBtn.onclick = function() { moveCarousel(id, -1); };\n      if (nextBtn) nextBtn.onclick = function() { moveCarousel(id, 1); };\n\n      \/\/ 绑定滑动和拖动事件\n      addCarouselSwipeListeners(carousel, id);\n    });\n  });\n\n  \/\/ 轮播核心变量\n  const carouselStates = {};\n\n  \/\/ 轮播初始化\n  function initCarousel(carouselId) {\n    const carousel = document.getElementById(carouselId);\n    if (!carousel) return;\n    const inner = carousel.querySelector('.carousel-inner');\n    const items = carousel.querySelectorAll('.carousel-item');\n    let visibleCount = carousel.classList.contains('carousel-desktop') \u0026\u0026 window.innerWidth \u003e= 768 ? 2 : 1;\n    carouselStates[carouselId] = {\n      current: 0,\n      visible: visibleCount,\n      total: items.length\n    };\n    updateCarousel(carouselId, 0);\n    createIndicators(carouselId);\n  }\n\n  \/\/ 创建轮播指示器\n  function createIndicators(carouselId) {\n    const state = carouselStates[carouselId];\n    if (!state) return;\n    \n    const indicatorsContainer = document.getElementById(carouselId + '-indicators');\n    if (!indicatorsContainer) return;\n    \n    indicatorsContainer.innerHTML = '';\n    const totalPages = Math.ceil(state.total \/ state.visible);\n    \n    for (let i = 0; i \u003c totalPages; i++) {\n      const indicator = document.createElement('div');\n      indicator.className = 'carousel-indicator';\n      if (i === 0) indicator.classList.add('active');\n      indicator.onclick = function() {\n        updateCarousel(carouselId, i * state.visible);\n      };\n      indicatorsContainer.appendChild(indicator);\n    }\n  }\n\n  \/\/ 更新指示器状态\n  function updateIndicators(carouselId) {\n    const state = carouselStates[carouselId];\n    if (!state) return;\n    \n    const indicatorsContainer = document.getElementById(carouselId + '-indicators');\n    if (!indicatorsContainer) return;\n    \n    const indicators = indicatorsContainer.querySelectorAll('.carousel-indicator');\n    const currentPage = Math.floor(state.current \/ state.visible);\n    \n    indicators.forEach((indicator, index) =\u003e {\n      if (index === currentPage) {\n        indicator.classList.add('active');\n      } else {\n        indicator.classList.remove('active');\n      }\n    });\n  }\n\n  \/\/ 轮播移动（修正分页与循环）\n  function moveCarousel(carouselId, direction) {\n    const state = carouselStates[carouselId];\n    if (!state) return;\n    let {visible, total, current} = state;\n    const totalPages = Math.ceil(total \/ visible);\n    let curPage = Math.floor(current \/ visible);\n    curPage = (curPage + direction + totalPages) % totalPages;\n    let newIndex = curPage * visible;\n    if(newIndex \u003e= total) newIndex = 0;\n    updateCarousel(carouselId, newIndex);\n  }\n\n  \/\/ 轮播更新\n  function updateCarousel(carouselId, newIndex) {\n    const carousel = document.getElementById(carouselId);\n    const inner = carousel.querySelector('.carousel-inner');\n    const state = carouselStates[carouselId];\n    if (!carousel || !inner || !state) return;\n    state.current = newIndex;\n    state.visible = carousel.classList.contains('carousel-desktop') \u0026\u0026 window.innerWidth \u003e= 768 ? 2 : 1;\n    let items = inner.querySelectorAll('.carousel-item');\n    for (let item of items) {\n      item.style.minWidth = (100 \/ state.visible) + '%';\n    }\n    const totalPages = Math.ceil(state.total \/ state.visible);\n    let curPage = Math.floor(newIndex \/ state.visible);\n    const percent = -(100 * curPage);\n    inner.style.transform = `translateX(${percent}%)`;\n    inner.dataset.currentIndex = newIndex;\n    \n    \/\/ 更新指示器\n    updateIndicators(carouselId);\n  }\n\n  \/\/ 响应式重绘轮播\n  function redrawCarousel(carouselId) {\n    const carousel = document.getElementById(carouselId);\n    const state = carouselStates[carouselId];\n    if (!carousel || !state) return;\n    let oldVisible = state.visible;\n    state.visible = carousel.classList.contains('carousel-desktop') \u0026\u0026 window.innerWidth \u003e= 768 ? 2 : 1;\n    let curPage = Math.floor(state.current \/ oldVisible);\n    let newIndex = curPage * state.visible;\n    if (newIndex \u003e= state.total) newIndex = 0;\n    updateCarousel(carouselId, newIndex);\n    createIndicators(carouselId);\n  }\n\n  \/\/ 轮播滑动与拖动支持\n  function addCarouselSwipeListeners(carousel, carouselId) {\n    const inner = carousel.querySelector('.carousel-inner');\n    if (!inner) return;\n\n    \/\/ Touch events\n    let startX = 0, startY = 0, moved = false;\n\n    inner.addEventListener('touchstart', function(e) {\n      if (e.touches.length !== 1) return;\n      startX = e.touches[0].clientX;\n      startY = e.touches[0].clientY;\n      moved = false;\n    }, {passive: true});\n\n    inner.addEventListener('touchmove', function(e) {\n      if (e.touches.length !== 1) return;\n      const dx = e.touches[0].clientX - startX;\n      const dy = e.touches[0].clientY - startY;\n      moved = Math.abs(dx) \u003e 30 \u0026\u0026 Math.abs(dx) \u003e Math.abs(dy);\n      \/\/ 可选：阻止页面滚动\n      if (moved) e.preventDefault();\n    }, {passive: false});\n\n    inner.addEventListener('touchend', function(e) {\n      if (!moved) return;\n      const dx = e.changedTouches[0].clientX - startX;\n      if (dx \u003e 30) moveCarousel(carouselId, -1);\n      else if (dx \u003c -30) moveCarousel(carouselId, 1);\n      moved = false;\n    });\n\n    \/\/ Mouse drag events\n    let isDragging = false, dragStartX = 0, dragStartY = 0;\n    inner.addEventListener('mousedown', function(e) {\n      isDragging = true;\n      dragStartX = e.clientX;\n      dragStartY = e.clientY;\n      inner.style.cursor = 'grabbing';\n    });\n    inner.addEventListener('mousemove', function(e) {\n      if (!isDragging) return;\n      const dx = e.clientX - dragStartX;\n      const dy = e.clientY - dragStartY;\n      if (Math.abs(dx) \u003e 30 \u0026\u0026 Math.abs(dx) \u003e Math.abs(dy)) {\n        if (dx \u003e 0) moveCarousel(carouselId, -1);\n        else moveCarousel(carouselId, 1);\n        isDragging = false;\n        inner.style.cursor = '';\n      }\n    });\n    inner.addEventListener('mouseup', function() {\n      isDragging = false;\n      inner.style.cursor = '';\n    });\n    inner.addEventListener('mouseleave', function() {\n      isDragging = false;\n      inner.style.cursor = '';\n    });\n  }\n\n  \/\/ 暴露给HTML按钮\n  window.moveCarousel = moveCarousel;\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\n    \n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eZUMIMALL Security Camera Comparison\u003c\/title\u003e\n    \u003cstyle\u003e\n        .product-comparison-section {\n            width: 100%;\n            margin: 40px auto;\n            padding: 0 5px;\n            position: relative;\n            font-family: 'Segoe UI', Arial, sans-serif;\n        }\n        \n        .product-comparison-section h2 {\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 24px;\n            color: #2c3e50;\n            padding: 0 10px;\n            font-weight: 600;\n        }\n        \n        .comparison-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            margin: 0 -5px;\n            width: calc(100% + 10px);\n            position: relative;\n            border: 1px solid #e0e0e0;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-comparison-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            background: white;\n            min-width: 600px;\n            position: relative;\n        }\n        \n        .product-comparison-table th,\n        .product-comparison-table td {\n            padding: 12px 10px;\n            text-align: center;\n            border: 1px solid #e0e0e0;\n            font-size: 13px;\n            line-height: 1.4;\n            position: relative;\n        }\n        \n        \/* 固定第一列样式 *\/\n        .product-comparison-table thead tr th:first-child,\n        .product-comparison-table tbody tr td:first-child {\n            position: sticky;\n            left: 0;\n            z-index: 2;\n            background-color: #f5f7fa;\n            min-width: 120px;\n            max-width: 120px;\n            text-align: left;\n            padding-left: 15px;\n            font-weight: 600;\n            color: #2c3e50;\n            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-comparison-table thead tr th:first-child {\n            z-index: 3; \/* 确保表头在内容之上 *\/\n            background-color: #e8ebf0;\n        }\n        \n        .product-comparison-table th {\n            background-color: #f8f9fa;\n            font-weight: 600;\n            color: #34495e;\n            padding: 15px 10px;\n        }\n        \n        .feature-header {\n            background-color: #e8ebf0 !important;\n            text-align: left !important;\n            min-width: 120px;\n            max-width: 120px;\n            font-size: 13px;\n            padding-left: 15px;\n        }\n        \n        .product-image {\n            max-width: 90px;\n            height: auto;\n            display: block;\n            margin: 0 auto 8px;\n            border-radius: 4px;\n            transition: transform 0.2s;\n        }\n        \n        .product-image:hover {\n            transform: scale(1.03);\n        }\n        \n        .product-link {\n            color: #3498db;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 13px;\n            transition: color 0.2s;\n        }\n        \n        .product-link:hover {\n            color: #2980b9;\n            text-decoration: underline;\n        }\n        \n        .view-more-link {\n            display: inline-block;\n            margin-top: 8px;\n            font-size: 12px;\n            color: #e74c3c;\n            text-decoration: none;\n            font-weight: 600;\n            padding: 4px 10px;\n            border: 1px solid #e74c3c;\n            border-radius: 4px;\n            transition: all 0.2s;\n        }\n        \n        .view-more-link:hover {\n            background-color: #e74c3c;\n            color: white;\n            text-decoration: none;\n        }\n        \n        .checkmark {\n            color: #27ae60;\n            font-weight: bold;\n            font-size: 16px;\n        }\n        \n        .crossmark {\n            color: #c0392b;\n            font-weight: bold;\n            font-size: 16px;\n        }\n        \n        .scroll-indicator {\n            text-align: center;\n            margin-top: 15px;\n            color: #7f8c8d;\n            font-size: 13px;\n            display: none;\n            font-style: italic;\n        }\n        \n        .price-tag {\n            font-weight: 600;\n            color: #e74c3c;\n            font-size: 14px;\n        }\n        \n        \/* 移动端样式 *\/\n        @media (max-width: 768px) {\n            .product-comparison-section {\n                padding: 0 3px;\n            }\n            \n            .product-comparison-section h2 {\n                font-size: 20px;\n            }\n            \n            .comparison-table-container {\n                margin: 0 -3px;\n                width: calc(100% + 6px);\n            }\n            \n            .product-comparison-table th,\n            .product-comparison-table td {\n                padding: 10px 6px;\n                font-size: 12px;\n            }\n            \n            .product-comparison-table thead tr th:first-child,\n            .product-comparison-table tbody tr td:first-child {\n                min-width: 100px;\n                max-width: 100px;\n                font-size: 12px;\n                padding-left: 10px;\n            }\n            \n            .feature-header {\n                min-width: 100px;\n                max-width: 100px;\n                font-size: 12px;\n                padding-left: 10px;\n            }\n            \n            .product-image {\n                max-width: 70px;\n            }\n            \n            .scroll-indicator {\n                display: block;\n            }\n        }\n        \n        \/* 小屏手机样式 *\/\n        @media (max-width: 480px) {\n            .product-comparison-table th,\n            .product-comparison-table td {\n                padding: 8px 4px;\n                font-size: 11px;\n            }\n            \n            .product-comparison-table thead tr th:first-child,\n            .product-comparison-table tbody tr td:first-child {\n                min-width: 90px;\n                max-width: 90px;\n                font-size: 11px;\n                padding-left: 8px;\n            }\n            \n            .feature-header {\n                min-width: 90px;\n                max-width: 90px;\n                font-size: 11px;\n                padding-left: 8px;\n            }\n            \n            .product-image {\n                max-width: 60px;\n            }\n            \n            .view-more-link {\n                font-size: 11px;\n                padding: 3px 6px;\n            }\n            \n            .price-tag {\n                font-size: 12px;\n            }\n        }\n        \n        \/* 超小屏手机样式 *\/\n        @media (max-width: 360px) {\n            .product-comparison-table th,\n            .product-comparison-table td {\n                padding: 6px 3px;\n                font-size: 10px;\n            }\n            \n            .product-comparison-table thead tr th:first-child,\n            .product-comparison-table tbody tr td:first-child {\n                min-width: 80px;\n                max-width: 80px;\n                font-size: 10px;\n                padding-left: 6px;\n            }\n            \n            .feature-header {\n                min-width: 80px;\n                max-width: 80px;\n                font-size: 10px;\n                padding-left: 6px;\n            }\n            \n            .product-image {\n                max-width: 50px;\n            }\n            \n            .view-more-link {\n                font-size: 10px;\n                padding: 2px 4px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-comparison-section\"\u003e\n        \u003ch2\u003eExplore more security cameras from ZUMIMALL\u003c\/h2\u003e\n        \n        \u003cdiv class=\"comparison-table-container\"\u003e\n            \u003ctable class=\"product-comparison-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth class=\"feature-header\"\u003eFeatures\u003c\/th\u003e\n                        \u003c!-- 产品列将由JavaScript动态生成 --\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003c!-- 各行数据将由JavaScript动态生成 --\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"scroll-indicator\"\u003e\n            \u003cspan\u003e← Scroll to see more →\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ 产品数据 - 移除了Battery Camera F5\n            const products = [\n                {\n                    picture: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/A60_AOV.jpg?v=1752829362\",\n                    link: \"https:\/\/www.zumimall.com\/products\/zumimall-aov-solar-powered-wireless-security-camera-24-7-recording\",\n                    price: \"From $79.99\",\n                    model: \"AOV Camera A60\",\n                    powerSource: \"Solar\/Battery\",\n                    resolution: \"3MP\",\n                    wifi: \"2.4GHz only\",\n                    nightVision: \"Color\/Infrared\",\n                    recording: \"✔\",\n                    sirenAlarm: \"✔\",\n                    rotatable: \"✔\",\n                    zoom: \"4X digital zoom\",\n                    interface: \"Type C Port\",\n                    detectionDistance: \"\u003e32FT\",\n                    app: \"ZUMIMALL\"\n                },\n                {\n                    picture: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/X2K_Wireless_security_outdoor_camera_13_0b64744c-e06b-4fff-be21-f92445319240.jpg?v=1754992364\",\n                    link: \"https:\/\/www.zumimall.com\/products\/2k-ptz-solar-wireless-security-camera-gx2k\",\n                    price: \"From $49.99\",\n                    model: \"Battery Camera X2\",\n                    powerSource: \"Solar\/Battery\",\n                    resolution: \"3MP\",\n                    wifi: \"2.4GHz only\",\n                    nightVision: \"Color\/Infrared\",\n                    recording: \"✘\",\n                    sirenAlarm: \"✔\",\n                    rotatable: \"✔\",\n                    zoom: \"4X digital zoom\",\n                    interface: \"Type C Port\",\n                    detectionDistance: \"\u003e32FT\",\n                    app: \"ZUMIMALL\"\n                },\n                {\n                    picture: \"https:\/\/www.zumimall.com\/cdn\/shop\/files\/BK05B-3MP-1.jpg?v=1753337495\u0026width=493\",\n                    link: \"https:\/\/www.zumimall.com\/products\/5mp-5g-2-4g-wifi-360-ptz-auto-tracking-security-camera-plug-in-power-bk05b\",\n                    price: \"From $29.99\",\n                    model: \"Wired Camera BK05B\",\n                    powerSource: \"Plug-in\",\n                    resolution: \"3MP\/5MP\",\n                    wifi: \"5GHz\/2.4GHz\",\n                    nightVision: \"Color\/Infrared\",\n                    recording: \"✔\",\n                    sirenAlarm: \"✔\",\n                    rotatable: \"✔\",\n                    zoom: \"4X digital zoom\",\n                    interface: \"Type C Port\",\n                    detectionDistance: \"\u003e32FT\",\n                    app: \"ZUMIMALL\"\n                },\n                {\n                    picture: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/P10_0caf45c4-fa5a-4b40-9702-18bf40901eb8.jpg?v=1750930402\",\n                    link: \"https:\/\/www.zumimall.com\/products\/zumimall-dual-lens-video-doorbell-camera-with-chime-p10-worldwide-sales\",\n                    price: \"From $79.98\",\n                    model: \"Doorbell Camera P10\",\n                    powerSource: \"Battery\",\n                    resolution: \"3MP\",\n                    wifi: \"2.4GHz only\",\n                    nightVision: \"Color\/Infrared\",\n                    recording: \"✘\",\n                    sirenAlarm: \"✔\",\n                    rotatable: \"✘\",\n                    zoom: \"4X digital zoom\",\n                    interface: \"Type C Port\",\n                    detectionDistance: \"\u003e32FT\",\n                    app: \"ZUMIMALL\"\n                }\n            ];\n\n            \/\/ 创建表格列（产品）\n            const theadRow = document.querySelector('.product-comparison-table thead tr');\n            const tbody = document.querySelector('.product-comparison-table tbody');\n            \n            \/\/ 添加产品列标题\n            products.forEach(product =\u003e {\n                const th = document.createElement('th');\n                th.innerHTML = `\n                    \u003ca href=\"${product.link}\" target=\"_blank\"\u003e\n                        \u003cimg src=\"${product.picture}\" alt=\"${product.model}\" class=\"product-image\"\u003e\n                    \u003c\/a\u003e\n                  \n                    \u003ca href=\"${product.link}\" target=\"_blank\" class=\"view-more-link\"\u003eView Details\u003c\/a\u003e\n                `;\n                theadRow.appendChild(th);\n            });\n            \n            \/\/ 创建价格行\n            const priceRow = document.createElement('tr');\n            const priceHeader = document.createElement('td');\n            priceHeader.textContent = 'Price';\n            priceHeader.className = 'feature-header';\n            priceRow.appendChild(priceHeader);\n            \n            \/\/ 添加价格单元格\n            products.forEach(product =\u003e {\n                const priceCell = document.createElement('td');\n                priceCell.innerHTML = `\u003cspan class=\"price-tag\"\u003e${product.price}\u003c\/span\u003e`;\n                priceRow.appendChild(priceCell);\n            });\n            \n            tbody.appendChild(priceRow);\n            \n            \/\/ 创建型号行\n            const modelRow = document.createElement('tr');\n            const modelHeader = document.createElement('td');\n            modelHeader.textContent = 'Model';\n            modelHeader.className = 'feature-header';\n            modelRow.appendChild(modelHeader);\n            \n            products.forEach(product =\u003e {\n                const modelCell = document.createElement('td');\n                modelCell.innerHTML = `\u003ca href=\"${product.link}\" target=\"_blank\" class=\"product-link\"\u003e${product.model}\u003c\/a\u003e`;\n                modelRow.appendChild(modelCell);\n            });\n            \n            tbody.appendChild(modelRow);\n            \n            \/\/ 添加其他特性行\n            const features = [\n                { key: 'powerSource', label: 'Power Source' },\n                { key: 'resolution', label: 'Resolution' },\n                { key: 'wifi', label: 'Wi-Fi' },\n                { key: 'nightVision', label: 'Night Vision' },\n                { key: 'recording', label: '24\/7 Recording' },\n                { key: 'sirenAlarm', label: 'Siren Alarm' },\n                { key: 'rotatable', label: 'Rotatable' },\n                { key: 'zoom', label: 'Zoom' },\n                { key: 'interface', label: 'Interface' },\n                { key: 'detectionDistance', label: 'Detection Distance' },\n                { key: 'app', label: 'APP' }\n            ];\n            \n            features.forEach(feature =\u003e {\n                const row = document.createElement('tr');\n                const header = document.createElement('td');\n                header.textContent = feature.label;\n                header.className = 'feature-header';\n                row.appendChild(header);\n                \n                products.forEach(product =\u003e {\n                    const cell = document.createElement('td');\n                    let value = product[feature.key];\n                    \n                    \/\/ 特殊处理勾选和叉号标记\n                    if (value === '✔') {\n                        cell.innerHTML = '\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e';\n                    } else if (value === '✘') {\n                        cell.innerHTML = '\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e';\n                    } else {\n                        cell.textContent = value;\n                    }\n                    \n                    row.appendChild(cell);\n                });\n                \n                tbody.appendChild(row);\n            });\n            \n            \/\/ 检测是否需要显示滚动提示\n            function checkScrollIndicator() {\n                const container = document.querySelector('.comparison-table-container');\n                if (container.scrollWidth \u003e container.clientWidth) {\n                    document.querySelector('.scroll-indicator').style.display = 'block';\n                } else {\n                    document.querySelector('.scroll-indicator').style.display = 'none';\n                }\n            }\n            \n            \/\/ 初始检查和窗口调整时检查\n            checkScrollIndicator();\n            window.addEventListener('resize', checkScrollIndicator);\n        });\n    \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"ZUMIMALL","offers":[{"title":"4 Pack Cam(White) | No SD Card","offer_id":49246992105776,"sku":"F5*4","price":139.99,"currency_code":"USD","in_stock":true},{"title":"4 Pack Cam(White) | 4x 64G SD Card","offer_id":50461461381424,"sku":"(F5+64G)*4","price":219.99,"currency_code":"USD","in_stock":true},{"title":"4 Pack Cam(Black) | No SD Card","offer_id":66514248433968,"sku":"F5b*4","price":139.99,"currency_code":"USD","in_stock":true},{"title":"4 Pack Cam(Black) | 4x 64G SD Card","offer_id":66514248466736,"sku":"(F5b+64G)*4","price":219.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/F5-4PCS.jpg?v=1766720075","url":"https:\/\/www.zumimall.com\/en-it\/products\/battery-camera-wireless-outdoor-security-f5","provider":"ZUMIMALL","version":"1.0","type":"link"}