{"product_id":"cubot-kingkong-power-5-resistente-dual-sim-128-gb-negro-6-gb-10-gb-ram-15300-mah-android-16","title":"Cubot Kingkong Power 5 Rugged Dual SIM 128 GB Black 6 GB + 10 GB RAM 15300 mAh Android 15","description":"\u003cstyle\u003e\n    \/* 父容器：相对定位，让文字可以绝对定位居中 *\/\n    .hero-section {\n        position: relative;\n        width: 100%;\n    }\n    \/* 图片铺满 *\/\n    .hero-section img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n    .spec-banner .text-overlay{\n       top: 15%;\n    }\n    .spec-batter .text-overlay{\n       top: 8%;\n    }\n     .spec-que .text-overlay{\n       top: 8%;\n    }\n     .spec-onda .text-overlay{\n       top: 12%;\n    }\n    .spec-right .text-overlay{\n       top: 35%;\n       width: 50%;\n       left: 60%;\n    }\n    .spec-led  .text-overlay{\n       top: 10%;\n       width: 80%;\n    }\n    .spec-cer .text-overlay{\n       top: 12%;\n    }\n    .spec-tec .text-overlay{\n        width: 55%;\n        top: 9%;\n    }\n    .spec-no  .text-overlay{\n        top: 10%;\n        width: 80%;\n    }\n    .spec-pan  .text-overlay{\n         top: 40%;\n         width: 50%;\n         left: 65%;\n    }\n    .spec-tasa  .text-overlay{\n       top: 10%;\n    }\n    .spec-nits .text-overlay{\n       top: 5%;\n    }\n    .spec-motor .text-overlay{\n       top: 5%;\n    }\n    .spec-ram .text-overlay{\n       top: 6%;\n    }\n    .spec-hasta .text-overlay{\n       top: 6%;\n    }\n    .spec-an .text-overlay{\n       top: 10%;\n    }\n    .spec-cama .text-overlay{\n       top: 10%;\n    }\n    .spec-des .text-overlay{\n       top: 10%;\n    }\n    .spec-qui .text-overlay{\n       top: 10%;\n    }\n    \/* 文字：绝对定位，完美居中在图片上 *\/\n    .text-overlay {\n        position: absolute;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        text-align: center;\n        width: 70%;\n        padding: 0 20px;\n    }\n    .text-overlay h2 {\n        font-size: 60px;\n        font-weight: 700;\n        color:#fff;\n        margin-bottom: 24px;\n        line-height: 1.3;\n    }\n    .text-overlay span {\n         font-size: 60px;\n        background: linear-gradient(to right, #ed741f, #f2c613);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        font-weight: bold;\n    }\n    .text-overlay p {\n        font-size: 30px;\n        color: #fff;\n        line-height: 1.6;\n    }\n     \/* 文字模块：独立区域，和图片完全分离 *\/\n      .text-section {\n          padding: 40px 300px;\n          background: #0C0C0C;\n      }\n      .text-section h2 {\n          font-size: 60px;\n          font-weight: 700;\n          background: linear-gradient(to right, #ed741f, #f2c613);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n          margin-bottom: 24px;\n          line-height: 1.3;\n      }\n      .text-section span {\n          font-size: 40px;\n          color: #383838;\n      }\n      .text-section p {\n          font-size: 30px;\n          color: #fff;\n          line-height: 1.6;\n          max-width: 100%;\n      }\n      \/* 图片模块：独立区域，和文字完全分离 *\/\n      .image-section {\n          width: 100%;\n      }\n      .image-section img {\n          width: 100%;\n          height: auto;\n          display: block;\n      }\n\n    .container-aa {\n        display: flex;\n        justify-content: space-between;\n        padding: 0px 100px;\n        height: auto;\n        background-color: #000000;\n        gap:20px;\n    }\n    .box {\n        flex: 1 1 30%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n    video {\n        width: 100%;\n        height: auto;\n        display:block;\n        object-fit:cover;\n    }\n    \/* 移动端适配 *\/\n    @media (max-width: 768px) {\n        .spec-banner .text-overlay {\n            top: 20%;\n            width: 90%;\n        }\n        .spec-batter .text-overlay {\n            top: 3%;\n        }\n        .spec-onda .text-overlay {\n            top: 16%;\n        }\n        .spec-right .text-overlay {\n            top: 45%;\n        }\n        .spec-cer .text-overlay {\n            width: 90%;\n        }\n        .spec-no .text-overlay {\n            top: 10%;\n            width: 90%;\n        }\n        .spec-pan .text-overlay {\n            top: 50%;\n            width: 55%;\n        }\n        .spec-ram .text-overlay {\n            top: 10%;\n        }\n        .spec-tec .text-overlay {\n           width: 75%;\n           left: 55%;\n        }\n        .spec-qui .text-overlay {\n            top: 6%;\n        }\n        .text-overlay {\n            top:50%;\n            width:90%\n        }\n        .text-overlay h2 {\n            font-size: 20px;\n            margin-bottom: 0px;\n        }\n        .text-overlay span{\n          font-size: 16px;\n        }\n        .text-overlay p {\n            line-height: 1.2;\n            font-size: 14px;\n        }\n       .text-section {\n            padding: 10px 35px;\n        }\n        .text-section h2 {\n            font-size: 20px;\n            margin-bottom: 0px;\n        }\n        .text-section span {\n            font-weight: bold;\n            font-size: 16px;\n        }\n        .text-section p {\n            font-size: 14px;\n        }\n        \/* 移动端视频改为单列 *\/\n        .container-aa{\n            flex-direction:column;\n            padding:0 15px;\n        }\n        .box{\n            width:100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"hero-section spec-banner\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_01.jpg?v=1782874794\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003ch2\u003eKINGKONG POWER 5\u003c\/h2\u003e\n\n\u003cspan\u003eThree-in-One Super Armor\u003c\/span\u003e\n\u003cp\u003e15,300mAh Battery × Camping Light \u0026amp; Tactical Dual Beam × 5W Thunder Sound\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_02.jpg?v=1782874792\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_03.jpg?v=1782874792\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_04.jpg?v=1782874791\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_05.jpg?v=1782874792\"\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-batter\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_06.jpg?v=1782874795\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003ePower in your hands\u003c\/span\u003e\n\u003cp\u003eA 15,300mAh beast with reverse charging\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-que\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_07.jpg?v=1782874791\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eWhile common phones struggle to last a day, the Power 5 is a portable power station:\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-onda\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_08.jpg?v=1782874787\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003ePower wave\u003c\/span\u003e\n\u003cp\u003eFull charge for: 3 iPhones | 2 GoPros | 1 Military Thermal Camera\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-right\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_09.jpg?v=1782874791\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003eNight Conqueror System\u003c\/span\u003e\n\u003cp\u003eDual tactical lighting — Built to survive. Soft light mode — Your digital campfire, SOS signal programming (1200 lumens)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-led\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_10.jpg?v=1782874788\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eDual LED assault mode — 1000 lumen beam that cuts through storms, with 10 hours of continuous lighting.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-cer\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_11.jpg?v=1782874793\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003eIndestructible armor construction\u003c\/span\u003e\n\u003cp\u003eResistance certifications: IP68 | IP69K | MIL-STD-810H\u003cbr\u003eThis is not just \"waterproof\"; it's also dustproof, shockproof, and resistant to extreme temperatures.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_12.jpg?v=1782874794\"\u003e\u003c\/div\u003e\n\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"text-section\"\u003e\n\n\u003ch2\u003eExtreme durability test\u003c\/h2\u003e\n\n\u003cp\u003eResistant to 2-meter drops → Resistant to crushing on rocks → Resistant to high-pressure water jets\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n  \u003c!-- 视频区域修复：完整视频地址 + muted静音自动播放 --\u003e\n\u003cdiv class=\"container-aa\"\u003e\n\n\u003cdiv class=\"box\"\u003e\n\n\u003cvideo preload=\"metadata\" loop controls autoplay muted poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/aa.png\" class=\"video1\"\u003e\n    \u003csource src=\"https:\/\/cubot.net\/public\/cubot\/kk-power-5\/a.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"box\"\u003e\n\n\u003cvideo preload=\"metadata\" loop controls autoplay muted poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/ab.png\" class=\"video1\"\u003e\n    \u003csource src=\"https:\/\/cubot.net\/public\/cubot\/kk-power-5\/b.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"box\"\u003e\n\n\u003cvideo preload=\"metadata\" loop controls autoplay muted poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/ac.png\" class=\"video1\"\u003e\n    \u003csource src=\"https:\/\/cubot.net\/public\/cubot\/kk-power-5\/c.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e  \n\n\u003c\/div\u003e\n          \n\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"text-section\"\u003e\n\n\u003ch2\u003eScenario Dominator\u003c\/h2\u003e\n\n\u003cp\u003e5W ThunderBolt Speaker: Sound waves that break the silence\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-section\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_14.jpg?v=1782874794\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-tec\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_15.jpg?v=1782874795\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eWaterproof and shockproof technology — Maintains powerful sound even in torrential rain.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-no\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_16.jpg?v=1782874792\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eIt's not just music: it's the ultimate tool for flood alerts, rescue communications, and team coordination.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-pan\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_17.jpg?v=1782874791\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003eKing of outdoor screens\u003c\/span\u003e\n\u003cp\u003e6.88\" display with Corning® Gorilla® Glass – Resistant to any terrain.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-tasa\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_18.jpg?v=1782874792\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eUltra-smooth 120Hz refresh rate — Track moving targets with precision.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-nits\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_19.jpg?v=1782874789\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003e1000 nits brightness — Goodbye glare, even under the desert sun.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-motor\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_20.jpg?v=1782874795\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cspan\u003eTireless performance\u003c\/span\u003e\n\u003cp\u003eUltra-core MTK G100 engine — Built for action.\u003cbr\u003e6nm energy efficiency — 40% longer battery life compared to traditional rugged phones.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-ram\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_21.jpg?v=1782874790\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003e16GB RAM — Professional multitasking: satellite maps, walkie-talkie apps, and 4K video recording simultaneously.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-hasta\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_22.jpg?v=1782874792\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003e128GB + up to 1TB expansion — Plenty of space for offline maps and 500 hours of 4K recordings.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-an\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_23.jpg?v=1782874794\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003eLatest Android 15 — Smoother performance, smarter AI, and next-level security.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv\u003e\n\n\u003cdiv class=\"text-section\"\u003e\n\n\u003ch2\u003eTactical lens trio — Capture without limits\u003c\/h2\u003e\n\n\u003cp\u003eFrom towering peaks to the finest details of nature, every photo is a masterpiece with this unstoppable camera system.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-section\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_24.jpg?v=1782874795\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-cama\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_25.jpg?v=1782874792\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\n\n\u003cp\u003e64MP ultra-clear main camera — Capture the action and relive every adventure in stunning detail.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-des\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_26.jpg?v=1782874791\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\u003cspan\u003eHighlighted tactical specs\u003c\/span\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_27.jpg?v=1782874790\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-section spec-qui\"\u003e\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/kingkong-power-5_01_28.jpg?v=1782874794\"\u003e\n\u003cdiv class=\"text-overlay\"\u003e\u003cspan\u003eWho needs this power beast?\u003c\/span\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Cubot","offers":[{"title":"Default Title","offer_id":47859227164862,"sku":"kingkongPower5_MX","price":3999.0,"currency_code":"MXN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/4766\/0734\/files\/power5-_07.jpg?v=1786005974","url":"https:\/\/cubot.mx\/en\/products\/cubot-kingkong-power-5-resistente-dual-sim-128-gb-negro-6-gb-10-gb-ram-15300-mah-android-16","provider":"Cubot.mx","version":"1.0","type":"link"}