{"product_id":"jennov-5mp-wireless-j-series-v18-nvr-with-monitor-for-home-security-system-no-poe-副本","title":"Jennov 5MP Wireless J-series V18 NVR with monitor for Home Security System 1TB HDD (No POE)","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f5f5f5;\n            color: #333;\n            line-height: 1.8;\n            padding: 0;\n            margin: 0;\n            font-size: 1.3rem; \/* 基础字体放大 *\/\n        }\n\n        .container {\n            max-width: 1600px; \/* 加宽容器 *\/\n            margin: 0 auto;\n            background-color: white;\n            padding: 0 30px; \/* 增加内边距 *\/\n        }\n\n        header {\n            padding: 50px 0; \/* 增加头部 padding *\/\n            border-bottom: 1px solid #eee;\n        }\n\n        h1 {\n            font-size: 3rem; \/* 大标题显著放大 *\/\n            color: #2c3e50;\n            line-height: 1.4;\n        }\n\n        .important-notes {\n            background-color: #fff8e1;\n            border-left: 4px solid #ffc107;\n            padding: 25px; \/* 增加 padding *\/\n            margin-bottom: 50px; \/* 增加底部间距 *\/\n            border-radius: 4px;\n        }\n\n        .important-notes strong {\n            color: #e65100;\n            font-size: 1.6rem; \/* 重要提示文字放大 *\/\n        }\n\n        .camera-models {\n            margin: 60px 0; \/* 增加上下间距 *\/\n        }\n\n        .model-intro {\n            margin-bottom: 35px; \/* 增加底部间距 *\/\n            font-size: 1.5rem; \/* 介绍文字放大 *\/\n            color: #555;\n        }\n\n        .model-links {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px; \/* 增加间距 *\/\n            margin-bottom: 50px; \/* 增加底部间距 *\/\n        }\n\n        .model-link-item {\n            flex: 1;\n            min-width: 320px; \/* 加宽链接卡片 *\/\n            background-color: #f9f9f9;\n            padding: 25px; \/* 增加 padding *\/\n            border-radius: 8px;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n\n        .model-link-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n\n        .model-link-item a {\n            color: #2196f3;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 1.4rem; \/* 链接文字放大 *\/\n        }\n\n        .model-link-item a:hover {\n            text-decoration: underline;\n        }\n\n        .model-link-item .model-name {\n            display: block;\n            margin-top: 15px;\n            font-weight: bold;\n            color: #333;\n            font-size: 1.5rem; \/* 型号名称放大 *\/\n        }\n\n        .camera-images {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 40px; \/* 增加图片间距 *\/\n            margin: 60px 0; \/* 增加上下间距 *\/\n        }\n\n        .camera-image-item {\n            text-align: center;\n            max-width: 350px; \/* 加大图片容器 *\/\n        }\n\n        .camera-image-item img {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        }\n\n        .camera-image-item .model-label {\n            margin-top: 20px; \/* 增加间距 *\/\n            font-weight: bold;\n            color: #333;\n            font-size: 1.6rem; \/* 图片标签放大 *\/\n        }\n\n        .disclaimer {\n            text-align: center;\n            color: #777;\n            font-style: italic;\n            margin: 30px 0 60px; \/* 增加间距 *\/\n            padding: 20px; \/* 增加 padding *\/\n            background-color: #f9f9f9;\n            border-radius: 4px;\n            font-size: 1.3rem; \/* 免责声明文字放大 *\/\n        }\n\n        .features-section {\n            margin: 80px 0; \/* 增加上下间距 *\/\n        }\n\n        .feature-card {\n            margin-bottom: 70px; \/* 增加卡片间距 *\/\n            padding: 40px; \/* 增加卡片 padding *\/\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: 0 3px 15px rgba(0,0,0,0.05);\n            transition: box-shadow 0.3s ease;\n        }\n\n        .feature-card:hover {\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .feature-title {\n            color: #2c3e50;\n            font-size: 2.2rem; \/* 特性标题放大 *\/\n            margin-bottom: 25px; \/* 增加底部间距 *\/\n            padding-bottom: 15px; \/* 增加下划线间距 *\/\n            border-bottom: 2px solid #3498db;\n            display: inline-block;\n        }\n\n        .feature-description {\n            font-size: 1.5rem; \/* 特性描述文字放大 *\/\n            color: #555;\n            margin-bottom: 35px; \/* 增加底部间距 *\/\n            line-height: 1.8;\n        }\n\n        .feature-image {\n            width: 100%;\n            max-width: 1000px;\n            height: auto;\n            border-radius: 8px;\n            margin: 0 auto;\n            display: block;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        }\n\n        .connection-diagram {\n            display: flex;\n            flex-direction: column;\n            gap: 30px; \/* 增加图表间距 *\/\n        }\n\n        .connection-diagram img {\n            width: 100%;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        footer {\n            background-color: #f9f9f9;\n            padding: 50px 0; \/* 增加底部 padding *\/\n            margin-top: 60px; \/* 增加顶部间距 *\/\n            text-align: center;\n            color: #777;\n            font-size: 1.3rem; \/* 页脚文字放大 *\/\n        }\n\n        \/* 响应式调整 - 确保在各种设备上字体都足够大 *\/\n        @media (max-width: 1400px) {\n            .container {\n                max-width: 1200px;\n            }\n            \n            h1 {\n                font-size: 2.7rem;\n            }\n        }\n\n        @media (max-width: 1024px) {\n            body {\n                font-size: 1.2rem;\n            }\n            \n            h1 {\n                font-size: 2.5rem;\n            }\n            \n            .feature-title {\n                font-size: 2rem;\n            }\n            \n            .feature-description {\n                font-size: 1.4rem;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 0 20px;\n            }\n\n            header {\n                padding: 40px 0;\n            }\n            \n            h1 {\n                font-size: 2.2rem;\n            }\n\n            .feature-title {\n                font-size: 1.8rem;\n            }\n\n            .feature-description {\n                font-size: 1.3rem;\n            }\n\n            .camera-images {\n                gap: 30px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            body {\n                font-size: 1.1rem;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .model-links {\n                flex-direction: column;\n                gap: 20px;\n            }\n\n            .feature-card {\n                padding: 25px 20px;\n            }\n\n            .feature-title {\n                font-size: 1.6rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\u003c\/header\u003e\n\u003cdiv class=\"important-notes\"\u003e\n\u003cdiv\u003e\u003cstrong\u003e1. \u003cspan style=\"text-decoration: underline;\"\u003eThe cameras are not included!!\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e2. \u003cspan style=\"text-decoration: underline;\"\u003eThis link is for V18 NVR only!!\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e3. The features available on the NVR depend on the specific camera model！\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e4. This NVR comes with a 1TB HDD pre-installed.\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/V1808-1150x470.jpg?v=1719311573\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"camera-models\"\u003e\n\u003cp class=\"model-intro\"\u003eIf you'd like to buy other J Series add on camera, you can click on the picture below or search for them in the store!\u003c\/p\u003e\n\u003cdiv class=\"model-links\"\u003e\n\u003cdiv class=\"model-link-item\"\u003e\n\u003ca href=\"https:\/\/jennovshop.com\/collections\/wifi-security-camera\/products\/5mp-add-on-cameras-for-jennov-ip-security-wireless-wifi-camera-system-nvr-j-series\" target=\"_blank\"\u003e \u003cimg height=\"292\" width=\"292\" alt=\"A95 Camera\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/7b7398d5-6943-47f8-8c15-6754d7729c56.png\"\u003e \u003c\/a\u003e \u003cspan class=\"model-name\"\u003e（A95）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-link-item\"\u003e\n\u003ca href=\"https:\/\/jennovshop.com\/collections\/wifi-security-camera\/products\/p31-5mp-outdoor-wifi-surveillance-camera-2-way-audio-color-nigh\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg height=\"254\" width=\"254\" alt=\"P31 Camera\" src=\"https:\/\/image.pushauction.com\/0\/0\/8d141256-82c4-4f29-8aed-c08db2a07fc5\/76b16e2a-39c5-4fc8-8943-297cda0e2456.jpg\"\u003e \u003c\/a\u003e \u003cspan class=\"model-name\"\u003e（P31）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"camera-images\"\u003e\n\u003cdiv class=\"camera-image-item\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003eThe following pictures and descriptions are for demonstration purposes only\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003e5MP UHD Video Capture\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eWith 5MP UHD video recording, you get a clear image to see exactly what is going on in the camera’s field of view.\u003c\/p\u003e\n\u003cimg class=\"feature-image\" alt=\"5MP UHD Video Capture\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/558134ee-91b9-4569-a26b-a9f57f2fef78.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmart IR-Cut Night Vision\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eWith LED lights and improved infrared radiation for 24-hour vigilance, IR-CUT auto switch day night mode. Darkness will never stop you see a thing. Featuring long range night vision, the powerful infrared capabilities of the Jennov wireless security camera allows you to clearly see up to 100ft \/ 30m in ambient night environments and up to 66ft \/ 20m away in complete darkness.\u003c\/p\u003e\n\u003cimg style=\"margin-top: 20px;\" class=\"feature-image\" alt=\"Night Vision Comparison\" src=\"https:\/\/image.pushauction.com\/0\/0\/586d3457-14f4-49b0-9f8e-834fcb2508bf\/08a18f95-a653-417e-a6c6-2d22ff9d06c6.png\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePlug \u0026amp; Play Connection\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003e1. Power the camera\u003cbr\u003e2. Power on NVR\u003cbr\u003e3. Connect display\u003cbr\u003e4. Match camera to show video \u003cimg class=\"feature-image\" alt=\"Connection Diagram Step 2\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/da7d352f-df8c-4a81-9308-7327add8ebe0.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHuman Motion Detection \u0026amp; Real Time Alerts\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eThe System can reduce false alarms with a human filtering function and receive instant alerts on your phone when motion is detected. Alert notifications will be sent to your phone immediately if human motion is detected. It supports adjusted sensibility to ensure you won't be disturbed by frequent alarms.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/390e6da1-a529-4fff-84d8-a9743439e861.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1758872317\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003e2-Way Talk\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eEasily speak to people on the other end of the camera using the built-in microphone and speaker.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/8d329250-9a12-4968-968e-3dfef3c65400.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1758872316\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eZone Detection\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eJennov's Zone Detection: A smart feature allowing you to set specific areas for motion detection. Minimize false alarms and enhance surveillance accuracy by focusing alerts to designated 'zones' such as entrances or driveways.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003e\u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/eBay-A.jpg?v=1757065432\" alt=\"Zone Detection\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmart Recording Modes\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eSave your time and energy over general motion detection. You can also set and apply general motion detection or 24\/7 recording as needed.\u003c\/p\u003e\n\u003cimg class=\"feature-image\" alt=\"Smart Recording Modes\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/3dd90aaf-ace3-47a4-a6b2-751b2089fcd3.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eIP66 Waterproof Metal Security Camera\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eThe camera's metal body can withstand temperatures as low as -4°F (-20°C), ensuring uninterrupted security surveillance year-round.\u003c\/p\u003e\n\u003cimg class=\"feature-image\" alt=\"IP66 Waterproof\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/745682ba-dec3-4151-aa0a-2f9013cd60cb.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eNVR Multi-Language Support\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eThe NVR support 11 languages, including Korean, Japanese, Portuguese, Spanish, German, etc.\u003c\/p\u003e\n\u003cimg class=\"feature-image\" alt=\"Multi-Language Support\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/ddb4ae03-1003-48b7-8ce7-8152d28f6e06.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eH.264+ Video Compression, More Save HDD Space\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eSaving up to 50% of storage space than H.264 coding without losing 5MP clarity. You will enjoy smooth \u0026amp; fast live stream without latency.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/9d553481-ff57-46f9-b4d4-6a6ffd47fd09.__CR0_0_1464_600_PT0_SX1464_V1.jpg?v=1758872316\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmart Playback\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eThe NVR works perfectly and efficiently with cameras to provide 24\/7 monitoring and recording for your home and business security surveillance. It allows for simultaneous recording of all channels, viewing of live video, playback of recorded events, backup of recorded footage, and remote access to the system via smartphone or tablet.\u003c\/p\u003e\n\u003cimg class=\"feature-image\" alt=\"Smart Playback\" src=\"https:\/\/image.pushauction.com\/0\/0\/34436c95-9f85-4792-ba47-5bd30201b64a\/bcbfad72-cf1e-46fc-8138-d2445ce5179b.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMultiuser and Smartphone Online at the Same Time\u003c\/h2\u003e\n\u003cp class=\"feature-description\"\u003eThis WiFi camera system supports users online at the same time. If you connect it to your home WiFi network, you can access it remotely via your phone (supports both Android and IOS). You can check the real-time status anywhere and anytime.\u003c\/p\u003e\n\u003cimg\u003e\u003cimg\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/Remote_access.jpg?v=1764743784\" alt=\"\"\u003e\u003cimg\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003eFor more information about J-Series cameras and compatible NVR systems, please contact our customer support.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Jennov","offers":[{"title":"Default Title","offer_id":52879170044015,"sku":"V1810J55-F-1","price":120.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0052\/4733\/6559\/files\/V1808.png?v=1758872008","url":"https:\/\/jennovshop.com\/fr\/products\/jennov-5mp-wireless-j-series-v18-nvr-with-monitor-for-home-security-system-no-poe-%e5%89%af%e6%9c%ac","provider":"Jennov ","version":"1.0","type":"link"}