{"id":3,"date":"2025-05-22T16:15:16","date_gmt":"2025-05-22T08:15:16","guid":{"rendered":"http:\/\/www.affectivechain.com\/?page_id=3"},"modified":"2025-07-22T17:47:00","modified_gmt":"2025-07-22T09:47:00","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/www.affectivechain.com\/index.php\/privacy-policy\/","title":{"rendered":"\u9690\u79c1\u653f\u7b56"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: \"PingFang SC\", \"Microsoft YaHei\", sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fc 0%, #eef2f8 100%);\n            color: #333;\n            line-height: 1.7;\n            min-height: 100vh;\n            padding-bottom: 0px;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 30px auto;\n            padding: 0 30px;\n            display: grid;\n            grid-template-columns: 280px 1fr;\n            gap: 40px;\n        }\n        \n        .sidebar {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            padding: 30px;\n            align-self: start;\n            position: sticky;\n            top: 30px;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .sidebar-logo {\n            display: block;\n            margin: 0 auto 30px;\n            width: 160px;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n        }\n        \n        .sidebar-logo:hover {\n            transform: scale(1.05);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .language-switcher {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 25px;\n            gap: 15px;\n        }\n        \n        .lang-btn {\n            padding: 8px 15px;\n            background: #f0f7ff;\n            border: 1px solid #3a7bd5;\n            border-radius: 20px;\n            color: #2a5298;\n            font-weight: 500;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .lang-btn.active {\n            background: #3a7bd5;\n            color: white;\n        }\n        \n        .lang-btn:hover {\n            background: #2a5298;\n            color: white;\n        }\n        \n        .sidebar h3 {\n            color: #1a2a6c;\n            font-size: 22px;\n            margin-bottom: 25px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #eef2f8;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .sidebar ul {\n            list-style: none;\n        }\n        \n        .sidebar li {\n            margin-bottom: 15px;\n        }\n        \n        .sidebar a {\n            color: #2a5298;\n            text-decoration: none;\n            display: block;\n            padding: 12px 15px;\n            border-radius: 8px;\n            transition: all 0.2s ease;\n            font-weight: 500;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .sidebar a:hover, .sidebar a.active {\n            background: #f0f7ff;\n            color: #1a2a6c;\n            padding-left: 20px;\n        }\n        \n        .content {\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n        \n        .card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            padding: 45px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);\n        }\n        \n        .card h2 {\n            color: #1a2a6c;\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 3px solid #eef2f8;\n            position: relative;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .card h2::after {\n            content: \"\";\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: #3a7bd5;\n        }\n        \n        .card h3 {\n            color: #2a5298;\n            font-size: 26px;\n            margin: 35px 0 20px;\n            padding-left: 15px;\n            border-left: 4px solid #3a7bd5;\n        }\n        \n        .card h4 {\n            color: #1a2a6c;\n            font-size: 22px;\n            margin: 25px 0 15px;\n            padding-left: 10px;\n        }\n        \n        .card p {\n            margin-bottom: 20px;\n            color: #444;\n            font-size: 17px;\n            line-height: 1.8;\n        }\n        \n        .card ul, .card ol {\n            padding-left: 35px;\n            margin-bottom: 25px;\n        }\n        \n        .card li {\n            margin-bottom: 15px;\n            position: relative;\n            font-size: 17px;\n            line-height: 1.7;\n        }\n        \n        .card li::before {\n            content: \"\u2022\";\n            color: #3a7bd5;\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n            font-size: 20px;\n            vertical-align: middle;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, rgba(74, 144, 226, 0.08), rgba(116, 180, 255, 0.08));\n            border-left: 4px solid #3a7bd5;\n            padding: 25px 30px;\n            margin: 30px 0;\n            border-radius: 0 10px 10px 0;\n            font-size: 18px;\n            line-height: 1.8;\n        }\n        \n        .highlight strong {\n            color: #1a2a6c;\n        }\n        \n        .legal-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 25px 0;\n        }\n        \n        .legal-item {\n            background: #f8fbff;\n            border: 1px solid #e1edff;\n            border-radius: 10px;\n            padding: 25px;\n            transition: all 0.3s ease;\n        }\n        \n        .legal-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-color: #3a7bd5;\n        }\n        \n        .legal-item h4 {\n            color: #1a2a6c;\n            font-size: 20px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .contact-box {\n            background: linear-gradient(135deg, #f0f7ff 0%, #e3eeff 100%);\n            border: 1px solid #d0e3ff;\n            border-radius: 12px;\n            padding: 30px;\n            margin-top: 40px;\n        }\n        \n        .contact-box h3 {\n            color: #1a2a6c;\n            margin-bottom: 25px;\n            font-size: 26px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n        \n        .contact-item {\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .contact-icon {\n            width: 50px;\n            height: 50px;\n            background: #3a7bd5;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        .contact-icon i {\n            color: white;\n            font-size: 22px;\n        }\n        \n        .contact-details {\n            flex-grow: 1;\n        }\n        \n        .contact-details strong {\n            display: block;\n            color: #1a2a6c;\n            font-size: 19px;\n            margin-bottom: 5px;\n        }\n        \n        .contact-details p {\n            color: #2a5298;\n            font-size: 17px;\n            line-height: 1.6;\n            margin-bottom: 0;\n        }\n        \n        .privacy-section {\n            margin-bottom: 40px;\n        }\n        \n        .privacy-section-title {\n            font-size: 24px;\n            color: #1a2a6c;\n            margin: 30px 0 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #eef2f8;\n        }\n        \n        .privacy-content {\n            background: #f8fbff;\n            border-radius: 8px;\n            padding: 25px;\n            margin: 15px 0;\n            border-left: 3px solid #3a7bd5;\n        }\n        \n        .lang-content {\n            display: none;\n        }\n        \n        .lang-content.active {\n            display: block;\n        }\n        \n        \/* \u54cd\u5e94\u5f0f\u8bbe\u8ba1 *\/\n        @media (max-width: 1200px) {\n            .container {\n                grid-template-columns: 1fr;\n            }\n            \n            .sidebar {\n                position: relative;\n                top: 0;\n            }\n        }\n        \n        @media (max-width: 992px) {\n            .card {\n                padding: 35px;\n            }\n            \n            .card h2 {\n                font-size: 28px;\n            }\n            \n            .sidebar-logo {\n                width: 140px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .card {\n                padding: 25px;\n            }\n            \n            .card h2 {\n                font-size: 26px;\n            }\n            \n            .contact-info {\n                grid-template-columns: 1fr;\n            }\n            \n            .container {\n                margin: 20px auto;\n                padding: 0 20px;\n                gap: 30px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .card {\n                padding: 20px;\n            }\n            \n            .card h2 {\n                font-size: 24px;\n            }\n            \n            .card h3 {\n                font-size: 22px;\n            }\n            \n            .legal-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .container {\n                margin: 15px auto;\n                padding: 0 15px;\n                gap: 25px;\n            }\n            \n            .sidebar {\n                padding: 0px;\n            }\n            \n            .language-switcher {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"sidebar\">\n            <a href=\"https:\/\/www.affectivechain.com\" class=\"sidebar-logo-container\">\n                <img decoding=\"async\" src=\"https:\/\/www.affectivechain.com\/wp-content\/uploads\/2025\/07\/\u5fc3\u94fe\u79d1\u6280\u53d5\u53c8\u552e\u540e_\u753b\u677f-1-scaled-e1753153418875.png\" \n                     alt=\"\u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280\" \n                     class=\"sidebar-logo\">\n            <\/a>\n            \n            <div class=\"language-switcher\">\n                <div class=\"lang-btn active\" data-lang=\"zh\">\u4e2d\u6587<\/div>\n                <div class=\"lang-btn\" data-lang=\"en\">English<\/div>\n            <\/div>\n            \n            <h3><i class=\"fas fa-gavel\"><\/i> \u5fc3\u94fe\u6570\u79d1\u58f0\u660e<\/h3>\n            <ul>\n                <li><a href=\"#intellectual-property\" class=\"active\"><i class=\"fas fa-copyright\"><\/i> \u77e5\u8bc6\u4ea7\u6743\u58f0\u660e<\/a><\/li>\n                <li><a href=\"#copyright\"><i class=\"fas fa-file-alt\"><\/i> \u7248\u6743\u5f52\u5c5e\u4e0e\u6388\u6743<\/a><\/li>\n                <li><a href=\"#prohibitions\"><i class=\"fas fa-ban\"><\/i> \u7981\u6b62\u884c\u4e3a<\/a><\/li>\n                <li><a href=\"#disclaimer\"><i class=\"fas fa-exclamation-triangle\"><\/i> \u514d\u8d23\u58f0\u660e<\/a><\/li>\n                <li><a href=\"#technical-limits\"><i class=\"fas fa-microchip\"><\/i> \u6280\u672f\u5c40\u9650\u6027<\/a><\/li>\n                <li><a href=\"#privacy\"><i class=\"fas fa-user-shield\"><\/i> \u9690\u79c1\u6743\u4fdd\u62a4<\/a><\/li>\n                <li><a href=\"#security\"><i class=\"fas fa-shield-alt\"><\/i> \u5b89\u5168\u63aa\u65bd<\/a><\/li>\n                <li><a href=\"#user-rights\"><i class=\"fas fa-user-check\"><\/i> \u7528\u6237\u6743\u5229<\/a><\/li>\n                <li><a href=\"#legal-jurisdiction\"><i class=\"fas fa-balance-scale\"><\/i> \u6cd5\u5f8b\u7ba1\u8f96\u4e0e\u4e89\u8bae<\/a><\/li>\n                <li><a href=\"#contact\"><i class=\"fas fa-headset\"><\/i> \u4fb5\u6743\u4e3e\u62a5\u4e0e\u8054\u7cfb<\/a><\/li>\n            <\/ul>\n        <\/div>\n        \n        <div class=\"content\">\n            <!-- \u77e5\u8bc6\u4ea7\u6743\u90e8\u5206 -->\n            <div class=\"card\" id=\"intellectual-property\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-copyright\"><\/i> \u77e5\u8bc6\u4ea7\u6743\u58f0\u660e<\/h2>\n                    <p>\u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280\uff08\u4e0a\u6d77\uff09\u6709\u9650\u516c\u53f8\uff08\u4ee5\u4e0b\u7b80\u79f0&#8221;\u5fc3\u94fe\u6570\u79d1&#8221;\uff09\u662f\u672c\u7f51\u7ad9\u53ca\u6240\u63d0\u4f9b\u4ea7\u54c1\u548c\u670d\u52a1\u7684\u77e5\u8bc6\u4ea7\u6743\u6743\u5229\u4eba\u3002\u672c\u7f51\u7ad9\u5185\u6240\u6709\u7684\u4ea7\u54c1\u3001\u6280\u672f\u3001\u8f6f\u4ef6\u3001\u7a0b\u5e8f\u3001\u6570\u636e\u53ca\u5176\u4ed6\u4fe1\u606f\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6587\u5b57\u3001\u56fe\u50cf\u3001\u56fe\u7247\u3001\u7167\u7247\u3001\u97f3\u9891\u3001\u89c6\u9891\u3001\u56fe\u8868\u3001\u8272\u5f69\u3001\u7248\u9762\u8bbe\u8ba1\u3001\u7535\u5b50\u6587\u6863\uff09\u7684\u6240\u6709\u6743\u5229\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u7248\u6743\u3001\u5546\u6807\u6743\u3001\u4e13\u5229\u6743\u3001\u5546\u4e1a\u79d8\u5bc6\u53ca\u5176\u4ed6\u6240\u6709\u76f8\u5173\u6743\u5229\uff09\u5747\u5f52\u5fc3\u94fe\u6570\u79d1\u6216\u76f8\u5173\u6743\u5229\u4eba\u6240\u6709\u3002<\/p>\n                    \n                    <p>\u672a\u7ecf\u5fc3\u94fe\u6570\u79d1\u4e66\u9762\u8bb8\u53ef\uff0c\u4efb\u4f55\u4eba\u4e0d\u5f97\u64c5\u81ea\u4f7f\u7528\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u901a\u8fc7\u4efb\u4f55\u673a\u5668\u4eba\u3001\u8718\u86db\u7b49\u7a0b\u5e8f\u6216\u8bbe\u5907\u76d1\u89c6\u3001\u590d\u5236\u3001\u4f20\u64ad\u3001\u5c55\u793a\u3001\u955c\u50cf\u3001\u4e0a\u8f7d\u3001\u4e0b\u8f7d\u672c\u7f51\u7ad9\u4e2d\u7684\u5185\u5bb9\uff09\u3002<\/p>\n                    \n                    <p>\u5fc3\u94fe\u6570\u79d1\u5c0a\u91cd\u77e5\u8bc6\u4ea7\u6743\uff0c\u53cd\u5bf9\u5e76\u6253\u51fb\u4fb5\u72af\u77e5\u8bc6\u4ea7\u6743\u7684\u884c\u4e3a\u3002\u4efb\u4f55\u7ec4\u7ec7\u6216\u4e2a\u4eba\u8ba4\u4e3a\u672c\u7f51\u7ad9\u7684\u5185\u5bb9\u53ef\u80fd\u4fb5\u72af\u5176\u5408\u6cd5\u6743\u76ca\uff0c\u8bf7\u53ca\u65f6\u5411\u5fc3\u94fe\u6570\u79d1\u63d0\u51fa\u4e66\u9762\u6743\u5229\u901a\u77e5\uff0c\u5e76\u63d0\u4f9b\u8eab\u4efd\u8bc1\u660e\u3001\u6743\u5c5e\u8bc1\u660e\u3001\u5177\u4f53\u94fe\u63a5\uff08URL\uff09\u53ca\u8be6\u7ec6\u4fb5\u6743\u60c5\u51b5\u8bc1\u660e\u3002\u5fc3\u94fe\u6570\u79d1\u5728\u6536\u5230\u4e0a\u8ff0\u6cd5\u5f8b\u6587\u4ef6\u540e\uff0c\u5c06\u4f1a\u4f9d\u6cd5\u5c3d\u5feb\u5904\u7406\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-copyright\"><\/i> Intellectual Property Statement<\/h2>\n                    <p>AffectiveChain Data Technology (Shanghai) Co., Ltd. (hereinafter referred to as &#8220;AffectiveChain&#8221;) is the intellectual property rights owner of this website and the products and services provided. All rights (including but not limited to copyright, trademark rights, patent rights, trade secrets and all other related rights) to all products, technologies, software, programs, data and other information (including but not limited to text, images, pictures, photos, audio, video, charts, colors, layout designs, electronic documents) on this website belong to AffectiveChain or related right holders.<\/p>\n                    \n                    <p>Without the written permission of AffectiveChain, no one may use it without authorization (including but not limited to monitoring, copying, disseminating, displaying, mirroring, uploading, downloading content from this website through any robot, spider and other programs or devices).<\/p>\n                    \n                    <p>AffectiveChain respects intellectual property rights and opposes and combats acts of infringing intellectual property rights. If any organization or individual believes that the content of this website may infringe its legitimate rights and interests, please promptly send a written notice of rights to AffectiveChain, providing identity proof, ownership proof, specific links (URL) and detailed proof of infringement. AffectiveChain will handle it as soon as possible in accordance with the law after receiving the above legal documents.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u7248\u6743\u5f52\u5c5e\u4e0e\u6388\u6743\u90e8\u5206 -->\n            <div class=\"card\" id=\"copyright\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-file-alt\"><\/i> \u7248\u6743\u5f52\u5c5e\u4e0e\u6388\u6743<\/h2>\n                    <p>\u672c\u7f51\u7ad9\u5185\u6240\u6709\u5185\u5bb9\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6587\u5b57\u3001\u56fe\u7247\u3001\u97f3\u9891\u3001\u89c6\u9891\u3001\u8f6f\u4ef6\u3001\u7a0b\u5e8f\u3001\u56fe\u8868\u3001\u8272\u5f69\u3001\u7248\u9762\u8bbe\u8ba1\u3001\u7535\u5b50\u6587\u6863\u7b49\uff0c\u5747\u53d7\u300a\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u8457\u4f5c\u6743\u6cd5\u300b\u300a\u4fe1\u606f\u7f51\u7edc\u4f20\u64ad\u6743\u4fdd\u62a4\u6761\u4f8b\u300b\u7b49\u76f8\u5173\u6cd5\u5f8b\u6cd5\u89c4\u7684\u4fdd\u62a4\uff0c\u5176\u7248\u6743\u5f52\u5c5e\u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280\uff08\u4e0a\u6d77\uff09\u6709\u9650\u516c\u53f8\u6216\u76f8\u5173\u6743\u5229\u4eba\u6240\u6709\u3002<\/p>\n                    \n                    <p>\u672a\u7ecf\u5fc3\u94fe\u6570\u79d1\u4e66\u9762\u8bb8\u53ef\uff0c\u4efb\u4f55\u5355\u4f4d\u53ca\u4e2a\u4eba\u4e0d\u5f97\u64c5\u81ea\u4f7f\u7528\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u901a\u8fc7\u4efb\u4f55\u673a\u5668\u4eba\u3001\u8718\u86db\u7b49\u7a0b\u5e8f\u6216\u8bbe\u5907\u76d1\u89c6\u3001\u590d\u5236\u3001\u4f20\u64ad\u3001\u5c55\u793a\u3001\u955c\u50cf\u3001\u4e0a\u8f7d\u3001\u4e0b\u8f7d\u672c\u7f51\u7ad9\u7684\u5185\u5bb9\uff09\u3002<\/p>\n                    \n                    <p>\u83b7\u5f97\u6388\u6743\u7684\u7528\u6237\uff0c\u5e94\u5728\u6388\u6743\u8303\u56f4\u5185\u4f7f\u7528\uff0c\u4e0d\u5f97\u8d85\u51fa\u6388\u6743\u8303\u56f4\u5b9e\u65bd\u4fb5\u6743\u884c\u4e3a\uff0c\u5426\u5219\u9700\u627f\u62c5\u76f8\u5e94\u7684\u6cd5\u5f8b\u8d23\u4efb\u3002<\/p>\n                    \n                    <div class=\"highlight\">\n                        <p><strong>\u7279\u522b\u58f0\u660e\uff1a<\/strong>\u672c\u7f51\u7ad9\u63d0\u4f9b\u7684\u60c5\u667a\u6570\u636e\u5206\u6790\u6280\u672f\u53ca\u76f8\u5173\u7b97\u6cd5\u3001\u6a21\u578b\u3001\u62a5\u544a\u7b49\u5185\u5bb9\uff0c\u5747\u4e3a\u5fc3\u94fe\u6570\u79d1\u72ec\u7acb\u7814\u53d1\u6216\u83b7\u5f97\u5408\u6cd5\u6388\u6743\uff0c\u53d7\u6cd5\u5f8b\u4fdd\u62a4\uff0c\u672a\u7ecf\u4e66\u9762\u8bb8\u53ef\uff0c\u4efb\u4f55\u5355\u4f4d\u548c\u4e2a\u4eba\u4e0d\u5f97\u64c5\u81ea\u590d\u5236\u3001\u4f20\u64ad\u3001\u8f6c\u8ba9\u3001\u8bb8\u53ef\u6216\u7528\u4e8e\u5176\u4ed6\u5546\u4e1a\u7528\u9014\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-file-alt\"><\/i> Copyright Ownership and Authorization<\/h2>\n                    <p>All content on this website, including but not limited to text, images, audio, video, software, programs, charts, colors, layout designs, and electronic documents, is protected by relevant laws and regulations such as the Copyright Law of the People&#8217;s Republic of China and the Regulations on the Protection of the Right to Network Dissemination of Information. The copyright belongs to AffectiveChain Data Technology (Shanghai) Co., Ltd. or related right holders.<\/p>\n                    \n                    <p>Without the written permission of AffectiveChain, no unit or individual may use it without authorization (including but not limited to monitoring, copying, disseminating, displaying, mirroring, uploading, downloading the content of this website through any robot, spider and other programs or devices).<\/p>\n                    \n                    <p>Authorized users shall use within the scope of authorization and shall not commit infringement beyond the scope of authorization, otherwise they shall bear corresponding legal responsibilities.<\/p>\n                    \n                    <div class=\"highlight\">\n                        <p><strong>Special Statement:<\/strong> The affective intelligence data analysis technology and related algorithms, models, reports and other contents provided on this website are independently developed by AffectiveChain or legally authorized, and are protected by law. Without written permission, no unit or individual may copy, disseminate, transfer, license or use them for other commercial purposes without authorization.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- \u7981\u6b62\u884c\u4e3a\u90e8\u5206 -->\n            <div class=\"card\" id=\"prohibitions\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-ban\"><\/i> \u7981\u6b62\u884c\u4e3a<\/h2>\n                    <p>\u7528\u6237\u5728\u4f7f\u7528\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u65f6\uff0c\u4e0d\u5f97\u5b9e\u65bd\u4ee5\u4e0b\u4efb\u4f55\u884c\u4e3a\uff1a<\/p>\n                    \n                    <ul>\n                        <li>\u672a\u7ecf\u8bb8\u53ef\uff0c\u4fb5\u5165\u672c\u7f51\u7ad9\u670d\u52a1\u5668\u3001\u6570\u636e\u5e93\u6216\u5176\u4ed6\u76f8\u5173\u7cfb\u7edf<\/li>\n                        <li>\u5bf9\u672c\u7f51\u7ad9\u7684\u5185\u5bb9\u8fdb\u884c\u4efb\u4f55\u5f62\u5f0f\u7684\u4fee\u6539\u3001\u6b6a\u66f2\u3001\u7be1\u6539\u6216\u7834\u574f<\/li>\n                        <li>\u4f20\u64ad\u542b\u6709\u8272\u60c5\u3001\u66b4\u529b\u3001\u6050\u6016\u3001\u4ec7\u6068\u3001\u717d\u52a8\u6027\u6216\u8fdd\u6cd5\u4fe1\u606f\u7684\u5185\u5bb9<\/li>\n                        <li>\u5229\u7528\u672c\u7f51\u7ad9\u4ece\u4e8b\u4efb\u4f55\u8fdd\u6cd5\u72af\u7f6a\u6d3b\u52a8\u6216\u4fb5\u72af\u4ed6\u4eba\u5408\u6cd5\u6743\u76ca\u7684\u884c\u4e3a<\/li>\n                        <li>\u672a\u7ecf\u6388\u6743\uff0c\u6536\u96c6\u3001\u51fa\u552e\u6216\u6cc4\u9732\u672c\u7f51\u7ad9\u7528\u6237\u7684\u4e2a\u4eba\u4fe1\u606f<\/li>\n                        <li>\u4f7f\u7528\u4efb\u4f55\u81ea\u52a8\u5316\u5de5\u5177\uff08\u5982\u722c\u866b\uff09\u5927\u91cf\u83b7\u53d6\u672c\u7f51\u7ad9\u5185\u5bb9<\/li>\n                        <li>\u4f2a\u9020\u6216\u6b6a\u66f2\u4fe1\u606f\uff0c\u6563\u5e03\u8c23\u8a00\uff0c\u6270\u4e71\u793e\u4f1a\u79e9\u5e8f<\/li>\n                        <li>\u5192\u7528\u4ed6\u4eba\u540d\u4e49\u6216\u4f7f\u7528\u865a\u5047\u8eab\u4efd\u4f7f\u7528\u672c\u7f51\u7ad9\u670d\u52a1<\/li>\n                        <li>\u5176\u4ed6\u8fdd\u53cd\u6cd5\u5f8b\u6cd5\u89c4\u3001\u516c\u5e8f\u826f\u4fd7\u6216\u672c\u58f0\u660e\u89c4\u5b9a\u7684\u884c\u4e3a<\/li>\n                        <li>\u5728\u76f8\u5173\u9886\u57df\u6ce8\u518c&#8221;\u5fc3\u8c10&#8221;\u3001&#8221;XinSync&#8221;\u3001&#8221;HeartSync&#8221;\u3001&#8221;Affectivechain\u201d\u7b49\u8fd1\u4f3c\u5546\u6807<\/li>\n                        <li>\u4f7f\u7528&#8221;\u5fc3\u94fe\u60c5\u667a&#8221;\u3001&#8221;HCAI Tech&#8221;\u3001&#8221;XinSync&#8221;\u3001&#8221;HeartSync&#8221;\u7b49\u4f5c\u4e3a\u4f01\u4e1a\u540d\u79f0\u5b57\u53f7<\/li>\n                        <li>\u5728\u4ea7\u54c1\u5305\u88c5\u4e0a\u4f7f\u7528\u76f8\u4f3c\u8bbe\u8ba1\u98ce\u683c<\/li>\n                        <li>\u57df\u540d\u62a2\u6ce8\u6216\u4f7f\u7528\u76f8\u4f3c\u57df\u540d<\/li>\n                    <\/ul>\n                    \n                    <p>\u5bf9\u4e8e\u8fdd\u53cd\u4e0a\u8ff0\u7981\u6b62\u884c\u4e3a\u7684\u7528\u6237\uff0c\u5fc3\u94fe\u6570\u79d1\u6709\u6743\u91c7\u53d6\u9650\u5236\u4f7f\u7528\u3001\u5c01\u7981\u8d26\u53f7\u7b49\u63aa\u65bd\uff0c\u5e76\u4fdd\u7559\u8ffd\u7a76\u5176\u6cd5\u5f8b\u8d23\u4efb\u7684\u6743\u5229\u3002\u5982\u56e0\u6b64\u7ed9\u5fc3\u94fe\u6570\u79d1\u6216\u7b2c\u4e09\u65b9\u9020\u6210\u635f\u5931\u7684\uff0c\u7528\u6237\u5e94\u627f\u62c5\u76f8\u5e94\u7684\u8d54\u507f\u8d23\u4efb\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-ban\"><\/i> Prohibited Behaviors<\/h2>\n                    <p>Users shall not engage in any of the following behaviors when using this website and related services:<\/p>\n                    \n                    <ul>\n                        <li>Intruding into the server, database or other related systems of this website without permission<\/li>\n                        <li>Modifying, distorting, tampering with or destroying the content of this website in any form<\/li>\n                        <li>Spreading content containing pornographic, violent, terrorist, hateful, inciting or illegal information<\/li>\n                        <li>Using this website to engage in any illegal or criminal activities or acts that infringe upon the legitimate rights and interests of others<\/li>\n                        <li>Collecting, selling or disclosing personal information of users of this website without authorization<\/li>\n                        <li>Using any automated tools (such as crawlers) to obtain a large amount of content from this website<\/li>\n                        <li>Forging or distorting information, spreading rumors, and disrupting social order<\/li>\n                        <li>Using this website service in the name of others or using false identities<\/li>\n                        <li>Other behaviors that violate laws and regulations, public order and good customs or the provisions of this statement<\/li>\n                    <\/ul>\n                    \n                    <p>For users who violate the above prohibited behaviors, AffectiveChain has the right to take measures such as restricting use and blocking accounts, and reserves the right to pursue their legal responsibilities. If any loss is caused to AffectiveChain or a third party, the user shall bear corresponding compensation liability.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u514d\u8d23\u58f0\u660e\u90e8\u5206 -->\n            <div class=\"card\" id=\"disclaimer\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-exclamation-triangle\"><\/i> \u514d\u8d23\u58f0\u660e<\/h2>\n                    <p>\u672c\u7f51\u7ad9\u6240\u63d0\u4f9b\u7684\u4fe1\u606f\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u6784\u6210\u4efb\u4f55\u4e13\u4e1a\u5efa\u8bae\u3002\u5fc3\u94fe\u6570\u79d1\u5bf9\u56e0\u4f7f\u7528\u672c\u7f51\u7ad9\u4fe1\u606f\u800c\u5bfc\u81f4\u7684\u4efb\u4f55\u76f4\u63a5\u6216\u95f4\u63a5\u635f\u5931\u4e0d\u627f\u62c5\u8d23\u4efb\u3002<\/p>\n                    \n                    <p>\u7528\u6237\u4f7f\u7528\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u5373\u8868\u793a\u540c\u610f\uff0c\u5fc3\u94fe\u6570\u79d1\u4e0d\u5bf9\u4efb\u4f55\u56e0\u4e0d\u53ef\u6297\u529b\u3001\u8ba1\u7b97\u673a\u75c5\u6bd2\u6216\u9ed1\u5ba2\u653b\u51fb\u7b49\u539f\u56e0\u9020\u6210\u7684\u670d\u52a1\u4e2d\u65ad\u6216\u4fe1\u606f\u4e22\u5931\u627f\u62c5\u8d23\u4efb\u3002<\/p>\n                    \n                    <p>\u672c\u7f51\u7ad9\u53ef\u80fd\u5305\u542b\u94fe\u63a5\u5230\u7b2c\u4e09\u65b9\u7f51\u7ad9\u7684\u94fe\u63a5\uff0c\u8fd9\u4e9b\u7f51\u7ad9\u7684\u5185\u5bb9\u4e0d\u53d7\u5fc3\u94fe\u6570\u79d1\u63a7\u5236\uff0c\u5fc3\u94fe\u6570\u79d1\u5bf9\u4efb\u4f55\u7b2c\u4e09\u65b9\u7f51\u7ad9\u7684\u5185\u5bb9\u3001\u9690\u79c1\u653f\u7b56\u6216\u5176\u4ed6\u65b9\u9762\u4e0d\u627f\u62c5\u8d23\u4efb\u3002<\/p>\n                    \n                    <p>\u5fc3\u94fe\u6570\u79d1\u63d0\u4f9b\u7684\u60c5\u667a\u6570\u636e\u5206\u6790\u7ed3\u679c\u4ec5\u4f5c\u4e3a\u53c2\u8003\uff0c\u4e0d\u80fd\u66ff\u4ee3\u4e13\u4e1a\u533b\u7597\u8bca\u65ad\u3001\u5fc3\u7406\u8bc4\u4f30\u7b49\u4e13\u4e1a\u670d\u52a1\u3002\u7528\u6237\u5728\u505a\u51fa\u4efb\u4f55\u51b3\u7b56\u524d\uff0c\u5e94\u54a8\u8be2\u76f8\u5173\u4e13\u4e1a\u4eba\u58eb\u7684\u610f\u89c1\u3002<\/p>\n                    \n                    <p>\u672c\u514d\u8d23\u58f0\u660e\u9002\u7528\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6cd5\u5f8b\uff0c\u82e5\u4e0e\u76f8\u5173\u6cd5\u5f8b\u6cd5\u89c4\u76f8\u62b5\u89e6\uff0c\u4ee5\u6cd5\u5f8b\u6cd5\u89c4\u4e3a\u51c6\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-exclamation-triangle\"><\/i> Disclaimer<\/h2>\n                    <p>The information provided on this website is for reference only and does not constitute any professional advice. AffectiveChain shall not be liable for any direct or indirect losses resulting from the use of information on this website.<\/p>\n                    \n                    <p>By using this website and related services, users agree that AffectiveChain shall not be liable for any service interruption or information loss caused by force majeure, computer viruses, hacker attacks, or other reasons.<\/p>\n                    \n                    <p>This website may contain links to third-party websites, the content of which is not controlled by AffectiveChain, and AffectiveChain shall not be liable for the content, privacy policy or other aspects of any third-party website.<\/p>\n                    \n                    <p>The affective intelligence data analysis results provided by AffectiveChain are for reference only and cannot replace professional services such as professional medical diagnosis and psychological assessment. Users should consult relevant professionals before making any decisions.<\/p>\n                    \n                    <p>This disclaimer shall be governed by the laws of the People&#8217;s Republic of China. In case of any conflict with relevant laws and regulations, the laws and regulations shall prevail.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u6280\u672f\u5c40\u9650\u6027\u90e8\u5206 -->\n            <div class=\"card\" id=\"technical-limits\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-microchip\"><\/i> \u6280\u672f\u5c40\u9650\u6027<\/h2>\n                    <p>\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u6240\u91c7\u7528\u7684\u6280\u672f\u5b58\u5728\u4e00\u5b9a\u5c40\u9650\u6027\uff0c\u7528\u6237\u5e94\u4e86\u89e3\u5e76\u8ba4\u53ef\u4ee5\u4e0b\u5185\u5bb9\uff1a<\/p>\n                    \n                    <p>\u5fc3\u94fe\u6570\u79d1\u63d0\u4f9b\u7684\u60c5\u667a\u6570\u636e\u5206\u6790\u6280\u672f\u57fa\u4e8e\u5f53\u524d\u7684\u79d1\u5b66\u7814\u7a76\u548c\u6280\u672f\u6c34\u5e73\uff0c\u5176\u5206\u6790\u7ed3\u679c\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u80fd\u5b8c\u5168\u66ff\u4ee3\u4e13\u4e1a\u7684\u533b\u7597\u8bca\u65ad\u3001\u5fc3\u7406\u8bc4\u4f30\u7b49\u4e13\u4e1a\u670d\u52a1\u3002<\/p>\n                    \n                    <p>\u7531\u4e8e\u7f51\u7edc\u73af\u5883\u3001\u8bbe\u5907\u6027\u80fd\u3001\u6570\u636e\u8d28\u91cf\u7b49\u56e0\u7d20\u7684\u5f71\u54cd\uff0c\u672c\u7f51\u7ad9\u7684\u670d\u52a1\u53ef\u80fd\u4f1a\u51fa\u73b0\u5ef6\u8fdf\u3001\u4e2d\u65ad\u6216\u7ed3\u679c\u504f\u5dee\u7b49\u60c5\u51b5\u3002<\/p>\n                    \n                    <p>\u5fc3\u94fe\u6570\u79d1\u5c06\u4e0d\u65ad\u6539\u8fdb\u6280\u672f\uff0c\u4f46\u4e0d\u5bf9\u6280\u672f\u7684\u5b8c\u7f8e\u6027\u3001\u51c6\u786e\u6027\u6216\u9002\u7528\u6027\u505a\u51fa\u4efb\u4f55\u660e\u793a\u6216\u6697\u793a\u7684\u4fdd\u8bc1\u3002<\/p>\n                    \n                    <p>\u7528\u6237\u5728\u4f9d\u636e\u672c\u7f51\u7ad9\u6280\u672f\u670d\u52a1\u505a\u51fa\u51b3\u7b56\u65f6\uff0c\u5e94\u7ed3\u5408\u81ea\u8eab\u60c5\u51b5\u548c\u4e13\u4e1a\u610f\u89c1\uff0c\u8c28\u614e\u5224\u65ad\u3002<\/p>\n                    \n                    <div class=\"highlight\">\n                        <p><strong>\u91cd\u8981\u63d0\u793a\uff1a<\/strong>\u5fc3\u94fe\u6570\u79d1\u7684\u60c5\u611f\u8ba1\u7b97\u548c\u4eba\u5de5\u667a\u80fd\u6280\u672f\u4ecd\u5728\u4e0d\u65ad\u53d1\u5c55\u4e2d\uff0c\u5176\u6027\u80fd\u53ef\u80fd\u53d7\u591a\u79cd\u56e0\u7d20\u5f71\u54cd\uff0c\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u6570\u636e\u8d28\u91cf\u3001\u73af\u5883\u5e72\u6270\u3001\u4e2a\u4f53\u5dee\u5f02\u7b49\u3002\u56e0\u6b64\uff0c\u6280\u672f\u8f93\u51fa\u7ed3\u679c\u53ef\u80fd\u5b58\u5728\u4e00\u5b9a\u8bef\u5dee\uff0c\u7528\u6237\u5e94\u7406\u6027\u770b\u5f85\u5e76\u5408\u7406\u4f7f\u7528\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-microchip\"><\/i> Technical Limitations<\/h2>\n                    <p>The technology adopted by this website and related services has certain limitations, and users should understand and recognize the following:<\/p>\n                    \n                    <p>The affective intelligence data analysis technology provided by AffectiveChain is based on current scientific research and technical level, and its analysis results are for reference only and cannot completely replace professional services such as professional medical diagnosis and psychological assessment.<\/p>\n                    \n                    <p>Due to the influence of network environment, equipment performance, data quality and other factors, the service of this website may have delays, interruptions or result deviations.<\/p>\n                    \n                    <p>AffectiveChain will continuously improve its technology, but does not make any express or implied guarantee for the perfection, accuracy or applicability of the technology.<\/p>\n                    \n                    <p>When making decisions based on the technical services of this website, users should combine their own situation and professional opinions and make prudent judgments.<\/p>\n                    \n                    <div class=\"highlight\">\n                        <p><strong>Important Note:<\/strong> AffectiveChain&#8217;s emotion computing and artificial intelligence technologies are still under continuous development, and their performance may be affected by various factors, including but not limited to data quality, environmental interference, individual differences, etc. Therefore, there may be certain errors in the technical output results, and users should view and use them rationally.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- \u9690\u79c1\u6743\u4fdd\u62a4\u90e8\u5206 -->\n            <div class=\"card\" id=\"privacy\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-user-shield\"><\/i> \u9690\u79c1\u6743\u4fdd\u62a4<\/h2>\n                    \n                    <div class=\"highlight\">\n                        <p>\u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280\uff08\u4e0a\u6d77\uff09\u6709\u9650\u516c\u53f8\uff08\u4ee5\u4e0b\u7b80\u79f0&#8221;\u6211\u4eec&#8221;\uff09\u6df1\u77e5\u4e2a\u4eba\u4fe1\u606f\u5bf9\u60a8\u7684\u91cd\u8981\u6027\uff0c\u6211\u4eec\u5c06\u6309\u6cd5\u5f8b\u6cd5\u89c4\u8981\u6c42\uff0c\u91c7\u53d6\u76f8\u5e94\u5b89\u5168\u4fdd\u62a4\u63aa\u65bd\uff0c\u5c3d\u529b\u4fdd\u62a4\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u5b89\u5168\u53ef\u63a7\u3002<\/p>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u5f15\u8a00<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u672c\u9690\u79c1\u653f\u7b56\u65e8\u5728\u5e2e\u52a9\u60a8\u4e86\u89e3\u4ee5\u4e0b\u5185\u5bb9\uff1a<\/p>\n                            <ol>\n                                <li>\u6211\u4eec\u5982\u4f55\u6536\u96c6\u548c\u4f7f\u7528\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/li>\n                                <li>\u6211\u4eec\u5982\u4f55\u4f7f\u7528Cookie\u548c\u540c\u7c7b\u6280\u672f<\/li>\n                                <li>\u6211\u4eec\u5982\u4f55\u5171\u4eab\u3001\u8f6c\u8ba9\u3001\u516c\u5f00\u62ab\u9732\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/li>\n                                <li>\u6211\u4eec\u5982\u4f55\u4fdd\u62a4\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/li>\n                                <li>\u60a8\u7684\u6743\u5229<\/li>\n                                <li>\u6211\u4eec\u5982\u4f55\u5904\u7406\u513f\u7ae5\u7684\u4e2a\u4eba\u4fe1\u606f<\/li>\n                                <li>\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u5982\u4f55\u5728\u5168\u7403\u8303\u56f4\u8f6c\u79fb<\/li>\n                                <li>\u672c\u653f\u7b56\u5982\u4f55\u66f4\u65b0<\/li>\n                                <li>\u5982\u4f55\u8054\u7cfb\u6211\u4eec<\/li>\n                            <\/ol>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e00\u3001\u6211\u4eec\u5982\u4f55\u6536\u96c6\u548c\u4f7f\u7528\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u4e2a\u4eba\u4fe1\u606f\u662f\u6307\u4ee5\u7535\u5b50\u6216\u8005\u5176\u4ed6\u65b9\u5f0f\u8bb0\u5f55\u7684\u4e0e\u5df2\u8bc6\u522b\u6216\u8005\u53ef\u8bc6\u522b\u7684\u81ea\u7136\u4eba\u6709\u5173\u7684\u5404\u79cd\u4fe1\u606f\uff0c\u4e0d\u5305\u62ec\u533f\u540d\u5316\u5904\u7406\u540e\u7684\u4fe1\u606f\u3002<\/p>\n                            \n                            <h4>1. \u6211\u4eec\u6536\u96c6\u7684\u4e2a\u4eba\u4fe1\u606f<\/h4>\n                            <p>\u5728\u60a8\u4f7f\u7528\u6211\u4eec\u7684\u4ea7\u54c1\u548c\u670d\u52a1\u65f6\uff0c\u6211\u4eec\u9700\u8981\/\u53ef\u80fd\u9700\u8981\u6536\u96c6\u548c\u4f7f\u7528\u7684\u4e2a\u4eba\u4fe1\u606f\u5305\u62ec\u5982\u4e0b\u4e24\u79cd\uff1a<\/p>\n                            <ul>\n                                <li><strong>\u8d26\u6237\u4fe1\u606f<\/strong>\uff1a\u4e3a\u6210\u4e3a\u6211\u4eec\u7684\u7528\u6237\uff0c\u60a8\u9700\u8981\u63d0\u4f9b\u624b\u673a\u53f7\u7801\u3001\u7535\u5b50\u90ae\u7bb1\u5730\u5740\uff0c\u5e76\u521b\u5efa\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002<\/li>\n                                <li><strong>\u8bbe\u5907\u4fe1\u606f<\/strong>\uff1a\u6211\u4eec\u4f1a\u6839\u636e\u60a8\u5728\u8f6f\u4ef6\u5b89\u88c5\u53ca\u4f7f\u7528\u4e2d\u6388\u4e88\u7684\u5177\u4f53\u6743\u9650\uff0c\u63a5\u6536\u5e76\u8bb0\u5f55\u60a8\u6240\u4f7f\u7528\u7684\u8bbe\u5907\u76f8\u5173\u4fe1\u606f\u3002<\/li>\n                                <li><strong>\u65e5\u5fd7\u4fe1\u606f<\/strong>\uff1a\u5f53\u60a8\u4f7f\u7528\u6211\u4eec\u7684\u670d\u52a1\u65f6\uff0c\u6211\u4eec\u4f1a\u81ea\u52a8\u6536\u96c6\u60a8\u5bf9\u6211\u4eec\u670d\u52a1\u7684\u8be6\u7ec6\u4f7f\u7528\u60c5\u51b5\uff0c\u4f5c\u4e3a\u6709\u5173\u7f51\u7edc\u65e5\u5fd7\u4fdd\u5b58\u3002<\/li>\n                                <li><strong>\u751f\u7269\u7279\u5f81\u4fe1\u606f<\/strong>\uff1a\u5728\u60a8\u4f7f\u7528HeartSync\u8bbe\u5907\u65f6\uff0c\u6211\u4eec\u4f1a\u6536\u96c6\u5fc3\u7387\u3001\u76ae\u7535\u53cd\u5e94\u7b49\u751f\u7269\u7279\u5f81\u4fe1\u606f\u3002<\/li>\n                            <\/ul>\n                            \n                            <h4>2. \u4e2a\u4eba\u4fe1\u606f\u7684\u4f7f\u7528<\/h4>\n                            <p>\u6211\u4eec\u4e25\u683c\u9075\u5b88\u6cd5\u5f8b\u6cd5\u89c4\u7684\u89c4\u5b9a\u53ca\u4e0e\u7528\u6237\u7684\u7ea6\u5b9a\uff0c\u5c06\u6536\u96c6\u7684\u4fe1\u606f\u7528\u4e8e\u4ee5\u4e0b\u7528\u9014\uff1a<\/p>\n                            <ul>\n                                <li>\u5411\u60a8\u63d0\u4f9b\u670d\u52a1<\/li>\n                                <li>\u5b89\u5168\u4fdd\u969c<\/li>\n                                <li>\u4ea7\u54c1\u5f00\u53d1\u548c\u670d\u52a1\u4f18\u5316<\/li>\n                                <li>\u7ba1\u7406\u8f6f\u4ef6<\/li>\n                                <li>\u9080\u8bf7\u60a8\u53c2\u4e0e\u6709\u5173\u6211\u4eec\u670d\u52a1\u7684\u8c03\u67e5<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e8c\u3001\u6211\u4eec\u5982\u4f55\u4f7f\u7528Cookie\u548c\u540c\u7c7b\u6280\u672f<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u4e3a\u786e\u4fdd\u7f51\u7ad9\u6b63\u5e38\u8fd0\u8f6c\uff0c\u6211\u4eec\u4f1a\u5728\u60a8\u7684\u8ba1\u7b97\u673a\u6216\u79fb\u52a8\u8bbe\u5907\u4e0a\u5b58\u50a8\u540d\u4e3aCookie\u7684\u5c0f\u6570\u636e\u6587\u4ef6\u3002<\/p>\n                            <p>\u6211\u4eec\u4e0d\u4f1a\u5c06Cookie\u7528\u4e8e\u672c\u653f\u7b56\u6240\u8ff0\u76ee\u7684\u4e4b\u5916\u7684\u4efb\u4f55\u7528\u9014\u3002\u60a8\u53ef\u6839\u636e\u81ea\u5df1\u7684\u504f\u597d\u7ba1\u7406\u6216\u5220\u9664Cookie\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e09\u3001\u6211\u4eec\u5982\u4f55\u5171\u4eab\u3001\u8f6c\u8ba9\u3001\u516c\u5f00\u62ab\u9732\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/h3>\n                        <div class=\"privacy-content\">\n                            <h4>1. \u5171\u4eab<\/h4>\n                            <p>\u6211\u4eec\u4e0d\u4f1a\u4e0e\u4efb\u4f55\u516c\u53f8\u3001\u7ec4\u7ec7\u548c\u4e2a\u4eba\u5171\u4eab\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u4f46\u4ee5\u4e0b\u60c5\u51b5\u9664\u5916\uff1a<\/p>\n                            <ul>\n                                <li>\u5728\u83b7\u53d6\u660e\u786e\u540c\u610f\u7684\u60c5\u51b5\u4e0b\u5171\u4eab<\/li>\n                                <li>\u5728\u6cd5\u5b9a\u60c5\u5f62\u4e0b\u7684\u5171\u4eab<\/li>\n                                <li>\u4e0e\u6388\u6743\u5408\u4f5c\u4f19\u4f34\u5171\u4eab<\/li>\n                            <\/ul>\n                            \n                            <h4>2. \u8f6c\u8ba9<\/h4>\n                            <p>\u6211\u4eec\u4e0d\u4f1a\u5c06\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u8f6c\u8ba9\u7ed9\u4efb\u4f55\u516c\u53f8\u3001\u7ec4\u7ec7\u548c\u4e2a\u4eba\uff0c\u4f46\u4ee5\u4e0b\u60c5\u51b5\u9664\u5916\uff1a<\/p>\n                            <ul>\n                                <li>\u5728\u83b7\u53d6\u660e\u786e\u540c\u610f\u7684\u60c5\u51b5\u4e0b\u8f6c\u8ba9<\/li>\n                                <li>\u5728\u6d89\u53ca\u5408\u5e76\u3001\u6536\u8d2d\u6216\u7834\u4ea7\u6e05\u7b97\u65f6<\/li>\n                            <\/ul>\n                            \n                            <h4>3. \u516c\u5f00\u62ab\u9732<\/h4>\n                            <p>\u6211\u4eec\u4ec5\u4f1a\u5728\u4ee5\u4e0b\u60c5\u51b5\u4e0b\uff0c\u516c\u5f00\u62ab\u9732\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff1a<\/p>\n                            <ul>\n                                <li>\u83b7\u5f97\u60a8\u660e\u786e\u540c\u610f\u540e<\/li>\n                                <li>\u57fa\u4e8e\u6cd5\u5f8b\u7684\u62ab\u9732<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u56db\u3001\u6211\u4eec\u5982\u4f55\u4fdd\u62a4\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u6211\u4eec\u5df2\u4f7f\u7528\u7b26\u5408\u4e1a\u754c\u6807\u51c6\u7684\u5b89\u5168\u9632\u62a4\u63aa\u65bd\u4fdd\u62a4\u60a8\u63d0\u4f9b\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u9632\u6b62\u6570\u636e\u906d\u5230\u672a\u7ecf\u6388\u6743\u8bbf\u95ee\u3001\u516c\u5f00\u62ab\u9732\u3001\u4f7f\u7528\u3001\u4fee\u6539\u3001\u635f\u574f\u6216\u4e22\u5931\u3002<\/p>\n                            <p>\u5728\u53d1\u751f\u4e2a\u4eba\u4fe1\u606f\u5b89\u5168\u4e8b\u4ef6\u540e\uff0c\u6211\u4eec\u5c06\u6309\u7167\u6cd5\u5f8b\u6cd5\u89c4\u7684\u8981\u6c42\uff0c\u53ca\u65f6\u5411\u60a8\u544a\u77e5\uff1a\u5b89\u5168\u4e8b\u4ef6\u7684\u57fa\u672c\u60c5\u51b5\u548c\u53ef\u80fd\u7684\u5f71\u54cd\u3001\u6211\u4eec\u5df2\u91c7\u53d6\u6216\u5c06\u8981\u91c7\u53d6\u7684\u5904\u7f6e\u63aa\u65bd\u3001\u60a8\u53ef\u81ea\u4e3b\u9632\u8303\u548c\u964d\u4f4e\u98ce\u9669\u7684\u5efa\u8bae\u3001\u5bf9\u60a8\u7684\u8865\u6551\u63aa\u65bd\u7b49\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e94\u3001\u60a8\u7684\u6743\u5229<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u6309\u7167\u4e2d\u56fd\u76f8\u5173\u7684\u6cd5\u5f8b\u3001\u6cd5\u89c4\u3001\u6807\u51c6\uff0c\u4ee5\u53ca\u5176\u4ed6\u56fd\u5bb6\u3001\u5730\u533a\u7684\u901a\u884c\u505a\u6cd5\uff0c\u6211\u4eec\u4fdd\u969c\u60a8\u5bf9\u81ea\u5df1\u7684\u4e2a\u4eba\u4fe1\u606f\u884c\u4f7f\u4ee5\u4e0b\u6743\u5229\uff1a<\/p>\n                            \n                            <div class=\"legal-grid\">\n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-eye\"><\/i> \u8bbf\u95ee\u6743<\/h4>\n                                    <p>\u60a8\u6709\u6743\u8bbf\u95ee\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u6cd5\u5f8b\u6cd5\u89c4\u89c4\u5b9a\u7684\u4f8b\u5916\u60c5\u51b5\u9664\u5916\u3002<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-edit\"><\/i> \u66f4\u6b63\u6743<\/h4>\n                                    <p>\u60a8\u6709\u6743\u66f4\u6b63\u4e0d\u51c6\u786e\u6216\u4e0d\u5b8c\u6574\u7684\u4e2a\u4eba\u4fe1\u606f\u3002<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-trash-alt\"><\/i> \u5220\u9664\u6743<\/h4>\n                                    <p>\u5728\u7279\u5b9a\u60c5\u5f62\u4e0b\uff0c\u60a8\u6709\u6743\u8981\u6c42\u5220\u9664\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u3002<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-ban\"><\/i> \u64a4\u56de\u540c\u610f\u6743<\/h4>\n                                    <p>\u60a8\u6709\u6743\u968f\u65f6\u64a4\u56de\u5df2\u540c\u610f\u7684\u4e2a\u4eba\u4fe1\u606f\u5904\u7406\u6388\u6743\u3002<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u516d\u3001\u6211\u4eec\u5982\u4f55\u5904\u7406\u513f\u7ae5\u7684\u4e2a\u4eba\u4fe1\u606f<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u6211\u4eec\u7684\u4ea7\u54c1\u3001\u7f51\u7ad9\u548c\u670d\u52a1\u4e3b\u8981\u9762\u5411\u6210\u4eba\u3002\u5982\u679c\u6ca1\u6709\u7236\u6bcd\u6216\u76d1\u62a4\u4eba\u7684\u540c\u610f\uff0c\u513f\u7ae5\u4e0d\u5f97\u521b\u5efa\u81ea\u5df1\u7684\u7528\u6237\u8d26\u6237\u3002<\/p>\n                            <p>\u5bf9\u4e8e\u7ecf\u7236\u6bcd\u540c\u610f\u800c\u6536\u96c6\u513f\u7ae5\u4e2a\u4eba\u4fe1\u606f\u7684\u60c5\u51b5\uff0c\u6211\u4eec\u53ea\u4f1a\u5728\u53d7\u5230\u6cd5\u5f8b\u5141\u8bb8\u3001\u7236\u6bcd\u6216\u76d1\u62a4\u4eba\u660e\u786e\u540c\u610f\u6216\u8005\u4fdd\u62a4\u513f\u7ae5\u6240\u5fc5\u8981\u7684\u60c5\u51b5\u4e0b\u4f7f\u7528\u6216\u516c\u5f00\u62ab\u9732\u6b64\u4fe1\u606f\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e03\u3001\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u5982\u4f55\u5728\u5168\u7403\u8303\u56f4\u8f6c\u79fb<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u539f\u5219\u4e0a\uff0c\u6211\u4eec\u5728\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u5883\u5185\u6536\u96c6\u548c\u4ea7\u751f\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u5c06\u5b58\u50a8\u5728\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u5883\u5185\u3002<\/p>\n                            <p>\u7531\u4e8e\u6211\u4eec\u901a\u8fc7\u904d\u5e03\u5168\u7403\u7684\u8d44\u6e90\u548c\u670d\u52a1\u5668\u63d0\u4f9b\u4ea7\u54c1\u6216\u670d\u52a1\uff0c\u8fd9\u610f\u5473\u7740\uff0c\u5728\u83b7\u5f97\u60a8\u7684\u6388\u6743\u540c\u610f\u540e\uff0c\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u53ef\u80fd\u4f1a\u88ab\u8f6c\u79fb\u5230\u60a8\u4f7f\u7528\u4ea7\u54c1\u6216\u670d\u52a1\u6240\u5728\u56fd\u5bb6\/\u5730\u533a\u7684\u5883\u5916\u7ba1\u8f96\u533a\uff0c\u6216\u8005\u53d7\u5230\u6765\u81ea\u8fd9\u4e9b\u7ba1\u8f96\u533a\u7684\u8bbf\u95ee\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u516b\u3001\u672c\u653f\u7b56\u5982\u4f55\u66f4\u65b0<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u6211\u4eec\u7684\u9690\u79c1\u653f\u7b56\u53ef\u80fd\u53d8\u66f4\u3002\u672a\u7ecf\u60a8\u660e\u786e\u540c\u610f\uff0c\u6211\u4eec\u4e0d\u4f1a\u524a\u51cf\u60a8\u6309\u7167\u672c\u9690\u79c1\u653f\u7b56\u6240\u5e94\u4eab\u6709\u7684\u6743\u5229\u3002<\/p>\n                            <p>\u5bf9\u4e8e\u91cd\u5927\u53d8\u66f4\uff0c\u6211\u4eec\u8fd8\u4f1a\u63d0\u4f9b\u66f4\u4e3a\u663e\u8457\u7684\u901a\u77e5\uff08\u5305\u62ec\u5bf9\u4e8e\u67d0\u4e9b\u670d\u52a1\uff0c\u6211\u4eec\u4f1a\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u53d1\u9001\u901a\u77e5\uff0c\u8bf4\u660e\u9690\u79c1\u653f\u7b56\u7684\u5177\u4f53\u53d8\u66f4\u5185\u5bb9\uff09\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">\u4e5d\u3001\u5982\u4f55\u8054\u7cfb\u6211\u4eec<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>\u5982\u679c\u60a8\u5bf9\u672c\u9690\u79c1\u653f\u7b56\u6709\u4efb\u4f55\u7591\u95ee\u3001\u610f\u89c1\u6216\u5efa\u8bae\uff0c\u8bf7\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u4e0e\u6211\u4eec\u8054\u7cfb\uff1a<\/p>\n                            <p>\u90ae\u7bb1\uff1aprivacy@hcaitech.cn<\/p>\n                            <p>\u7535\u8bdd\uff1a400-888-8888<\/p>\n                            <p>\u4e00\u822c\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u5c06\u5728\u5341\u4e94\u5929\u5185\u56de\u590d\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-user-shield\"><\/i> Privacy Protection<\/h2>\n                    \n                    <div class=\"highlight\">\n                        <p>AffectiveChain Data Technology (Shanghai) Co., Ltd. (hereinafter referred to as &#8220;we&#8221;) understands the importance of personal information to you. We will take corresponding security protection measures as required by laws and regulations to protect the security and controllability of your personal information.<\/p>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">Introduction<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>This Privacy Policy aims to help you understand:<\/p>\n                            <ol>\n                                <li>How we collect and use your personal information<\/li>\n                                <li>How we use cookies and similar technologies<\/li>\n                                <li>How we share, transfer, and disclose your personal information<\/li>\n                                <li>How we protect your personal information<\/li>\n                                <li>Your rights<\/li>\n                                <li>How we handle children&#8217;s personal information<\/li>\n                                <li>How your personal information is transferred globally<\/li>\n                                <li>How this policy is updated<\/li>\n                                <li>How to contact us<\/li>\n                            <\/ol>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">1. How We Collect and Use Your Personal Information<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>Personal information refers to various information recorded electronically or otherwise related to identified or identifiable natural persons, excluding anonymized information.<\/p>\n                            \n                            <h4>1.1 Personal Information We Collect<\/h4>\n                            <p>When you use our products and services, we need\/may need to collect and use personal information including the following two types:<\/p>\n                            <ul>\n                                <li><strong>Account Information<\/strong>: To become our user, you need to provide your mobile phone number, email address, and create a username and password.<\/li>\n                                <li><strong>Device Information<\/strong>: Based on the specific permissions you grant during software installation and use, we receive and record information about the device you use.<\/li>\n                                <li><strong>Log Information<\/strong>: When you use our services, we automatically collect detailed usage information about our services as network logs.<\/li>\n                                <li><strong>Biometric Information<\/strong>: When you use HeartSync devices, we collect biometric information such as heart rate and skin electrical response.<\/li>\n                            <\/ul>\n                            \n                            <h4>1.2 Use of Personal Information<\/h4>\n                            <p>We strictly comply with the provisions of laws and regulations and agreements with users, using the collected information for the following purposes:<\/p>\n                            <ul>\n                                <li>Providing services to you<\/li>\n                                <li>Security assurance<\/li>\n                                <li>Product development and service optimization<\/li>\n                                <li>Software management<\/li>\n                                <li>Inviting you to participate in surveys about our services<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">2. How We Use Cookies and Similar Technologies<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>To ensure the normal operation of the website, we store small data files called cookies on your computer or mobile device.<\/p>\n                            <p>We will not use cookies for any purpose other than those described in this policy. You can manage or delete cookies based on your preferences.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">3. How We Share, Transfer, and Disclose Your Personal Information<\/h3>\n                        <div class=\"privacy-content\">\n                            <h4>3.1 Sharing<\/h4>\n                            <p>We will not share your personal information with any company, organization or individual, except in the following circumstances:<\/p>\n                            <ul>\n                                <li>Sharing with explicit consent<\/li>\n                                <li>Sharing under statutory circumstances<\/li>\n                                <li>Sharing with authorized partners<\/li>\n                            <\/ul>\n                            \n                            <h4>3.2 Transfer<\/h4>\n                            <p>We will not transfer your personal information to any company, organization or individual, except in the following circumstances:<\/p>\n                            <ul>\n                                <li>Transfer with explicit consent<\/li>\n                                <li>In connection with mergers, acquisitions or bankruptcy liquidation<\/li>\n                            <\/ul>\n                            \n                            <h4>3.3 Public Disclosure<\/h4>\n                            <p>We will only publicly disclose your personal information under the following circumstances:<\/p>\n                            <ul>\n                                <li>With your explicit consent<\/li>\n                                <li>Disclosure based on law<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">4. How We Protect Your Personal Information<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>We have used security protection measures that comply with industry standards to protect the personal information you provide, preventing data from unauthorized access, public disclosure, use, modification, damage or loss.<\/p>\n                            <p>After a personal information security incident occurs, we will promptly inform you in accordance with the requirements of laws and regulations: the basic situation of the security incident and its possible impact, the measures we have taken or will take, suggestions for self-prevention and risk reduction, and remedial measures for you.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">5. Your Rights<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>In accordance with China&#8217;s relevant laws, regulations, standards, and common practices in other countries and regions, we guarantee your exercise of the following rights regarding your personal information:<\/p>\n                            \n                            <div class=\"legal-grid\">\n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-eye\"><\/i> Right to Access<\/h4>\n                                    <p>You have the right to access your personal information, except as required by law.<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-edit\"><\/i> Right to Correction<\/h4>\n                                    <p>You have the right to correct inaccurate or incomplete personal information.<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-trash-alt\"><\/i> Right to Deletion<\/h4>\n                                    <p>In specific circumstances, you have the right to request the deletion of your personal information.<\/p>\n                                <\/div>\n                                \n                                <div class=\"legal-item\">\n                                    <h4><i class=\"fas fa-ban\"><\/i> Right to Withdraw Consent<\/h4>\n                                    <p>You have the right to withdraw your consent to the processing of personal information at any time.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">6. How We Handle Children&#8217;s Personal Information<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>Our products, websites and services are mainly aimed at adults. Children may not create their own user accounts without parental consent.<\/p>\n                            <p>For the collection of children&#8217;s personal information with parental consent, we will only use or publicly disclose this information when permitted by law, with the explicit consent of parents or guardians, or when necessary to protect children.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">7. How Your Personal Information is Transferred Globally<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>In principle, personal information collected and generated within the territory of the People&#8217;s Republic of China will be stored within China.<\/p>\n                            <p>Since we provide products or services through resources and servers distributed around the world, this means that after obtaining your authorization and consent, your personal information may be transferred to jurisdictions outside the country\/region where you use the product or service, or accessed from these jurisdictions.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">8. How This Policy is Updated<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>Our Privacy Policy may change. Without your explicit consent, we will not reduce your rights under this Privacy Policy.<\/p>\n                            <p>For major changes, we will also provide more prominent notice (including for certain services, we will send notices by email explaining the specific changes to the Privacy Policy).<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"privacy-section\">\n                        <h3 class=\"privacy-section-title\">9. How to Contact Us<\/h3>\n                        <div class=\"privacy-content\">\n                            <p>If you have any questions, comments or suggestions about this Privacy Policy, please contact us by:<\/p>\n                            <p>Email: privacy@hcaitech.cn<\/p>\n                            <p>Phone: 400-888-8888<\/p>\n                            <p>Generally, we will reply within fifteen days.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- \u5b89\u5168\u63aa\u65bd\u90e8\u5206 -->\n            <div class=\"card\" id=\"security\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-shield-alt\"><\/i> \u5b89\u5168\u63aa\u65bd<\/h2>\n                    <p>\u5fc3\u94fe\u6570\u79d1\u91cd\u89c6\u7528\u6237\u4fe1\u606f\u548c\u670d\u52a1\u5b89\u5168\uff0c\u91c7\u53d6\u4e86\u4e00\u7cfb\u5217\u5408\u7406\u7684\u5b89\u5168\u63aa\u65bd\u4fdd\u62a4\u7528\u6237\u6743\u76ca\uff1a<\/p>\n                    \n                    <ul>\n                        <li>\u91c7\u7528\u52a0\u5bc6\u6280\u672f\u4fdd\u62a4\u7528\u6237\u6570\u636e\u5728\u4f20\u8f93\u548c\u5b58\u50a8\u8fc7\u7a0b\u4e2d\u7684\u5b89\u5168\u6027<\/li>\n                        <li>\u5efa\u7acb\u5b8c\u5584\u7684\u8bbf\u95ee\u63a7\u5236\u673a\u5236\uff0c\u9650\u5236\u5bf9\u7528\u6237\u6570\u636e\u7684\u8bbf\u95ee\u6743\u9650<\/li>\n                        <li>\u5b9a\u671f\u8fdb\u884c\u5b89\u5168\u6f0f\u6d1e\u68c0\u6d4b\u548c\u7cfb\u7edf\u7ef4\u62a4\uff0c\u9632\u8303\u6f5c\u5728\u7684\u5b89\u5168\u98ce\u9669<\/li>\n                        <li>\u5236\u5b9a\u6570\u636e\u5907\u4efd\u548c\u707e\u96be\u6062\u590d\u65b9\u6848\uff0c\u4fdd\u969c\u6570\u636e\u7684\u5b8c\u6574\u6027\u548c\u53ef\u6062\u590d\u6027<\/li>\n                        <li>\u5bf9\u5458\u5de5\u8fdb\u884c\u5b89\u5168\u57f9\u8bad\u548c\u7ba1\u7406\uff0c\u9632\u6b62\u5185\u90e8\u4fe1\u606f\u6cc4\u9732<\/li>\n                        <li>\u5efa\u7acb\u5b89\u5168\u4e8b\u4ef6\u5e94\u6025\u54cd\u5e94\u673a\u5236\uff0c\u53ca\u65f6\u5904\u7406\u5b89\u5168\u95ee\u9898<\/li>\n                        <li>\u5bf9\u751f\u7269\u7279\u5f81\u6570\u636e\u7b49\u654f\u611f\u4fe1\u606f\u91c7\u53d6\u7279\u6b8a\u4fdd\u62a4\u63aa\u65bd<\/li>\n                    <\/ul>\n                    \n                    <p>\u5c3d\u7ba1\u91c7\u53d6\u4e86\u4e0a\u8ff0\u5b89\u5168\u63aa\u65bd\uff0c\u4f46\u7f51\u7edc\u5b89\u5168\u662f\u4e00\u4e2a\u52a8\u6001\u8fc7\u7a0b\uff0c\u5fc3\u94fe\u6570\u79d1\u4e0d\u80fd\u5b8c\u5168\u4fdd\u8bc1\u4fe1\u606f\u7684\u7edd\u5bf9\u5b89\u5168\u3002\u7528\u6237\u5e94\u59a5\u5584\u4fdd\u7ba1\u81ea\u5df1\u7684\u8d26\u53f7\u4fe1\u606f\uff0c\u534f\u52a9\u7ef4\u62a4\u8d26\u6237\u5b89\u5168\u3002<\/p>\n                    \n                    <p>\u5982\u60a8\u53d1\u73b0\u4efb\u4f55\u5b89\u5168\u6f0f\u6d1e\u6216\u53ef\u7591\u60c5\u51b5\uff0c\u8bf7\u53ca\u65f6\u901a\u8fc7security@hcaitech.cn\u4e0e\u6211\u4eec\u8054\u7cfb\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-shield-alt\"><\/i> Security Measures<\/h2>\n                    <p>AffectiveChain attaches great importance to user information and service security, and has taken a series of reasonable security measures to protect user rights and interests:<\/p>\n                    \n                    <ul>\n                        <li>Adopt encryption technology to protect the security of user data during transmission and storage<\/li>\n                        <li>Establish a sound access control mechanism to restrict access rights to user data<\/li>\n                        <li>Regularly conduct security vulnerability detection and system maintenance to prevent potential security risks<\/li>\n                        <li>Formulate data backup and disaster recovery plans to ensure data integrity and recoverability<\/li>\n                        <li>Provide security training and management for employees to prevent internal information leakage<\/li>\n                        <li>Establish a security incident emergency response mechanism to handle security issues in a timely manner<\/li>\n                        <li>Take special protection measures for sensitive information such as biometric data<\/li>\n                    <\/ul>\n                    \n                    <p>Despite the above security measures, network security is a dynamic process, and AffectiveChain cannot fully guarantee the absolute security of information. Users should properly keep their account information and assist in maintaining account security.<\/p>\n                    \n                    <p>If you find any security vulnerabilities or suspicious situations, please contact us through security@hcaitech.cn in a timely manner.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u7528\u6237\u6743\u5229\u90e8\u5206 -->\n            <div class=\"card\" id=\"user-rights\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-user-check\"><\/i> \u7528\u6237\u6743\u5229<\/h2>\n                    <p>\u5728\u4f7f\u7528\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u8fc7\u7a0b\u4e2d\uff0c\u7528\u6237\u4f9d\u6cd5\u4eab\u6709\u4ee5\u4e0b\u6743\u5229\uff1a<\/p>\n                    \n                    <div class=\"legal-grid\">\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-info-circle\"><\/i> \u77e5\u60c5\u6743<\/h4>\n                            <p>\u7528\u6237\u6709\u6743\u4e86\u89e3\u672c\u7f51\u7ad9\u6536\u96c6\u3001\u4f7f\u7528\u5176\u4e2a\u4eba\u4fe1\u606f\u7684\u76ee\u7684\u3001\u65b9\u5f0f\u548c\u8303\u56f4\uff0c\u4ee5\u53ca\u76f8\u5173\u670d\u52a1\u7684\u529f\u80fd\u3001\u89c4\u5219\u7b49\u5185\u5bb9\u3002<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-sliders-h\"><\/i> \u9009\u62e9\u6743<\/h4>\n                            <p>\u7528\u6237\u6709\u6743\u9009\u62e9\u662f\u5426\u63d0\u4f9b\u4e2a\u4eba\u4fe1\u606f\uff0c\u662f\u5426\u4f7f\u7528\u7279\u5b9a\u670d\u52a1\u529f\u80fd\uff0c\u4ee5\u53ca\u5bf9\u4e2a\u4eba\u4fe1\u606f\u7684\u4f7f\u7528\u8303\u56f4\u8fdb\u884c\u8bbe\u7f6e\u3002<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-redo-alt\"><\/i> \u66f4\u6b63\u6743<\/h4>\n                            <p>\u5f53\u7528\u6237\u53d1\u73b0\u672c\u7f51\u7ad9\u5b58\u50a8\u7684\u5176\u4e2a\u4eba\u4fe1\u606f\u5b58\u5728\u9519\u8bef\u65f6\uff0c\u6709\u6743\u8981\u6c42\u8fdb\u884c\u66f4\u6b63\u3002<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-undo-alt\"><\/i> \u64a4\u56de\u540c\u610f\u6743<\/h4>\n                            <p>\u7528\u6237\u6709\u6743\u64a4\u56de\u5bf9\u4e2a\u4eba\u4fe1\u606f\u6536\u96c6\u3001\u4f7f\u7528\u7684\u540c\u610f\u6388\u6743\uff0c\u4f46\u53ef\u80fd\u4f1a\u5f71\u54cd\u90e8\u5206\u670d\u52a1\u7684\u6b63\u5e38\u4f7f\u7528\u3002<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-download\"><\/i> \u6570\u636e\u5bfc\u51fa\u6743<\/h4>\n                            <p>\u7528\u6237\u6709\u6743\u8981\u6c42\u6211\u4eec\u63d0\u4f9b\u5176\u4e2a\u4eba\u4fe1\u606f\u7684\u526f\u672c\uff0c\u4ee5\u4fbf\u5728\u5408\u7406\u8303\u56f4\u5185\u4f7f\u7528\u3002<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-user-times\"><\/i> \u8d26\u6237\u6ce8\u9500\u6743<\/h4>\n                            <p>\u7528\u6237\u6709\u6743\u7533\u8bf7\u6ce8\u9500\u5176\u5728\u672c\u7f51\u7ad9\u7684\u8d26\u6237\uff0c\u6211\u4eec\u5c06\u5728\u6838\u5b9e\u8eab\u4efd\u540e\u6309\u7167\u89c4\u5b9a\u6d41\u7a0b\u5904\u7406\u3002<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <p>\u7528\u6237\u884c\u4f7f\u4e0a\u8ff0\u6743\u5229\u65f6\uff0c\u53ef\u901a\u8fc7\u672c\u7f51\u7ad9\u63d0\u4f9b\u7684\u8054\u7cfb\u65b9\u5f0f\u4e0e\u5fc3\u94fe\u6570\u79d1\u53d6\u5f97\u8054\u7cfb\uff0c\u5fc3\u94fe\u6570\u79d1\u5c06\u5728\u6cd5\u5f8b\u6cd5\u89c4\u89c4\u5b9a\u7684\u65f6\u9650\u5185\u4e88\u4ee5\u56de\u5e94\u548c\u5904\u7406\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-user-check\"><\/i> User Rights<\/h2>\n                    <p>During the use of this website and related services, users enjoy the following rights in accordance with the law:<\/p>\n                    \n                    <div class=\"legal-grid\">\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-info-circle\"><\/i> Right to Know<\/h4>\n                            <p>Users have the right to know the purpose, method and scope of collecting and using their personal information by this website, as well as the functions and rules of related services.<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-sliders-h\"><\/i> Right to Choose<\/h4>\n                            <p>Users have the right to choose whether to provide personal information, whether to use specific service functions, and to set the scope of use of personal information.<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-redo-alt\"><\/i> Right to Correction<\/h4>\n                            <p>When users find that their personal information stored on this website is incorrect, they have the right to request correction.<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-undo-alt\"><\/i> Right to Withdraw Consent<\/h4>\n                            <p>Users have the right to withdraw their consent to the collection and use of personal information, but it may affect the normal use of some services.<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-download\"><\/i> Right to Data Export<\/h4>\n                            <p>Users have the right to request us to provide copies of their personal information for use within a reasonable scope.<\/p>\n                        <\/div>\n                        <div class=\"legal-item\">\n                            <h4><i class=\"fas fa-user-times\"><\/i> Right to Account Cancellation<\/h4>\n                            <p>Users have the right to apply for cancellation of their accounts on this website, and we will handle it in accordance with the specified procedures after verifying their identities.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <p>When exercising the above rights, users can contact AffectiveChain through the contact information provided on this website, and AffectiveChain will respond and handle within the time limit specified by laws and regulations.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u6cd5\u5f8b\u7ba1\u8f96\u4e0e\u4e89\u8bae\u90e8\u5206 -->\n            <div class=\"card\" id=\"legal-jurisdiction\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-balance-scale\"><\/i> \u6cd5\u5f8b\u7ba1\u8f96\u4e0e\u4e89\u8bae\u89e3\u51b3<\/h2>\n                    <p>\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u7684\u6240\u6709\u58f0\u660e\u3001\u89c4\u5219\u5747\u9002\u7528\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6cd5\u5f8b\uff08\u4e0d\u5305\u62ec\u51b2\u7a81\u6cd5\u89c4\u5219\uff09\u3002<\/p>\n                    \n                    <p>\u56e0\u4f7f\u7528\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u6240\u5f15\u8d77\u7684\u4efb\u4f55\u4e89\u8bae\uff0c\u9996\u5148\u5e94\u901a\u8fc7\u53cb\u597d\u534f\u5546\u89e3\u51b3\uff1b\u534f\u5546\u4e0d\u6210\u7684\uff0c\u4efb\u4f55\u4e00\u65b9\u5747\u6709\u6743\u5411\u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280\uff08\u4e0a\u6d77\uff09\u6709\u9650\u516c\u53f8\u4f4f\u6240\u5730\u6709\u7ba1\u8f96\u6743\u7684\u4eba\u6c11\u6cd5\u9662\u63d0\u8d77\u8bc9\u8bbc\u3002<\/p>\n                    \n                    <p>\u5728\u8bc9\u8bbc\u8fc7\u7a0b\u4e2d\uff0c\u9664\u4e89\u8bae\u4e8b\u9879\u5916\uff0c\u53cc\u65b9\u5e94\u7ee7\u7eed\u5c65\u884c\u5176\u4ed6\u65e0\u4e89\u8bae\u7684\u6761\u6b3e\u3002<\/p>\n                    \n                    <p>\u5982\u672c\u58f0\u660e\u7684\u4efb\u4f55\u6761\u6b3e\u88ab\u8ba4\u5b9a\u4e3a\u65e0\u6548\u6216\u4e0d\u53ef\u6267\u884c\uff0c\u4e0d\u5f71\u54cd\u5176\u4ed6\u6761\u6b3e\u7684\u6548\u529b\u3002<\/p>\n                    \n                    <p>\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u53ef\u80fd\u6d89\u53ca\u8de8\u5883\u4f7f\u7528\uff0c\u82e5\u60a8\u5728\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u5883\u5916\u4f7f\u7528\u672c\u7f51\u7ad9\u53ca\u76f8\u5173\u670d\u52a1\u7684\uff0c\u60a8\u5e94\u9075\u5b88\u5f53\u5730\u6cd5\u5f8b\u6cd5\u89c4\u7684\u8981\u6c42\u3002<\/p>\n                <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-balance-scale\"><\/i> Legal Jurisdiction and Dispute Resolution<\/h2>\n                    <p>All statements and rules of this website and related services shall be governed by the laws of the People&#8217;s Republic of China (excluding conflict of law rules).<\/p>\n                    \n                    <p>Any dispute arising from the use of this website and related services shall first be resolved through friendly negotiation; if negotiation fails, either party has the right to file a lawsuit with the people&#8217;s court with jurisdiction in the domicile of AffectiveChain Data Technology (Shanghai) Co., Ltd.<\/p>\n                    \n                    <p>In the course of litigation, both parties shall continue to perform other undisputed clauses except for the disputed matters.<\/p>\n                    \n                    <p>If any clause of this statement is deemed invalid or unenforceable, it shall not affect the validity of other clauses.<\/p>\n                    \n                    <p>This website and related services may involve cross-border use. If you use this website and related services outside the People&#8217;s Republic of China, you shall comply with the requirements of local laws and regulations.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u4fb5\u6743\u4e3e\u62a5\u4e0e\u8054\u7cfb\u90e8\u5206 -->\n            <div class=\"card\" id=\"contact\">\n                <div class=\"lang-content zh active\">\n                    <h2><i class=\"fas fa-headset\"><\/i> \u4fb5\u6743\u4e3e\u62a5\u4e0e\u8054\u7cfb<\/h2>\n                    <p>\u5982\u60a8\u8ba4\u4e3a\u672c\u7f51\u7ad9\u7684\u5185\u5bb9\u4fb5\u72af\u4e86\u60a8\u7684\u5408\u6cd5\u6743\u76ca\uff0c\u6216\u53d1\u73b0\u4efb\u4f55\u8fdd\u53cd\u672c\u58f0\u660e\u7684\u884c\u4e3a\uff0c\u8bf7\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u8fdb\u884c\u4e3e\u62a5\uff1a<\/p>\n                    \n                    <div class=\"contact-box\">\n                        <h3><i class=\"fas fa-envelope\"><\/i> \u4e3e\u62a5\u65b9\u5f0f<\/h3>\n                        <div class=\"contact-info\">\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-at\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u4e3e\u62a5\u90ae\u7bb1<\/strong>\n                                    <p>infringement@hcaitech.cn<\/p>\n                                    <p>\u8bf7\u5728\u90ae\u4ef6\u4e2d\u8bf4\u660e\u4fb5\u6743\u5185\u5bb9\u3001\u60a8\u7684\u8eab\u4efd\u4fe1\u606f\u53ca\u76f8\u5173\u8bc1\u660e\u6750\u6599<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-phone\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u4e3e\u62a5\u7535\u8bdd<\/strong>\n                                    <p>400-888-8888 \u8f6c 3<\/p>\n                                    <p>\u5de5\u4f5c\u65f6\u95f4\uff1a\u5468\u4e00\u81f3\u5468\u4e94 9:00-18:00\uff08\u6cd5\u5b9a\u8282\u5047\u65e5\u9664\u5916\uff09<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-box\" style=\"margin-top: 20px;\">\n                        <h3><i class=\"fas fa-comments\"><\/i> \u5176\u4ed6\u54a8\u8be2<\/h3>\n                        <div class=\"contact-info\">\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-envelope-open\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u5ba2\u670d\u90ae\u7bb1<\/strong>\n                                    <p>service@hcaitech.cn<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-phone-alt\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u5ba2\u670d\u7535\u8bdd<\/strong>\n                                    <p>400-888-8888<\/p>\n                                    <p>\u5de5\u4f5c\u65f6\u95f4\uff1a\u5468\u4e00\u81f3\u5468\u65e5 9:00-21:00<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-building\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u516c\u53f8\u5730\u5740<\/strong>\n                                    <p>\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u5f20\u6c5f\u9ad8\u79d1\u6280\u56ed\u533a\u535a\u4e91\u8def2\u53f7<\/p>\n                                <\/div><\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-weixin\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>\u5fae\u4fe1\u516c\u4f17\u53f7<\/strong>\n                                    <p>\u60c5\u611f\u4e91\u8231<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                <div class=\"lang-content en\">\n                    <h2><i class=\"fas fa-headset\"><\/i> Infringement Reporting and Contact<\/h2>\n                    <p>If you believe that the content of this website infringes your legitimate rights and interests, or find any behavior that violates this statement, please report it through the following methods:<\/p>\n                    \n                    <div class=\"contact-box\">\n                        <h3><i class=\"fas fa-envelope\"><\/i> Reporting Methods<\/h3>\n                        <div class=\"contact-info\">\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-at\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>Reporting Email<\/strong>\n                                    <p>infringement@hcaitech.cn<\/p>\n                                    <p>Please indicate the infringing content, your identity information and relevant supporting materials in the email<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-phone\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>Reporting Phone<\/strong>\n                                    <p>400-888-8888 ext. 3<\/p>\n                                    <p>Working hours: Monday to Friday 9:00-18:00 (excluding legal holidays)<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-box\" style=\"margin-top: 20px;\">\n                        <h3><i class=\"fas fa-comments\"><\/i> Other Inquiries<\/h3>\n                        <div class=\"contact-info\">\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-envelope-open\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>Customer Service Email<\/strong>\n                                    <p>service@hcaitech.cn<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-phone-alt\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>Customer Service Phone<\/strong>\n                                    <p>400-888-8888<\/p>\n                                    <p>Working hours: Monday to Sunday 9:00-21:00<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-building\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>Company Address<\/strong>\n                                    <p>No. 2 Boyun Road, Zhangjiang High-Tech Park, Pudong New Area, Shanghai<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"contact-item\">\n                                <div class=\"contact-icon\">\n                                    <i class=\"fas fa-weixin\"><\/i>\n                                <\/div>\n                                <div class=\"contact-details\">\n                                    <strong>WeChat Official Account<\/strong>\n                                    <p>AffectiveChain Technology<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <p>We will process and reply within 15 working days after receiving the report or inquiry.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u8bed\u8a00\u5207\u6362\u529f\u80fd\n        document.querySelectorAll('.lang-btn').forEach(button => {\n            button.addEventListener('click', function() {\n                \/\/ \u66f4\u65b0\u6309\u94ae\u72b6\u6001\n                document.querySelectorAll('.lang-btn').forEach(btn => {\n                    btn.classList.remove('active');\n                });\n                this.classList.add('active');\n                \n                \/\/ \u83b7\u53d6\u9009\u62e9\u7684\u8bed\u8a00\n                const lang = this.getAttribute('data-lang');\n                \n                \/\/ \u5207\u6362\u5185\u5bb9\u663e\u793a\n                document.querySelectorAll('.lang-content').forEach(content => {\n                    content.classList.remove('active');\n                });\n                \n                document.querySelectorAll(`.lang-content.${lang}`).forEach(content => {\n                    content.classList.add('active');\n                });\n            });\n        });\n        \n        \/\/ \u5e73\u6ed1\u6eda\u52a8\u5230\u951a\u70b9\n        document.querySelectorAll('.sidebar a').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                \n                const targetId = this.getAttribute('href');\n                const targetElement = document.querySelector(targetId);\n                \n                if (targetElement) {\n                    window.scrollTo({\n                        top: targetElement.offsetTop - 100,\n                        behavior: 'smooth'\n                    });\n                    \n                    \/\/ \u66f4\u65b0\u6d3b\u52a8\u72b6\u6001\n                    document.querySelectorAll('.sidebar a').forEach(a => a.classList.remove('active'));\n                    this.classList.add('active');\n                }\n            });\n        });\n        \n        \/\/ \u9875\u9762\u6eda\u52a8\u65f6\u66f4\u65b0\u6d3b\u52a8\u5bfc\u822a\n        window.addEventListener('scroll', function() {\n            const sections = document.querySelectorAll('.card');\n            let currentSection = '';\n            \n            sections.forEach(section => {\n                const sectionTop = section.offsetTop;\n                if (pageYOffset >= sectionTop - 150) {\n                    currentSection = section.getAttribute('id');\n                }\n            });\n            \n            document.querySelectorAll('.sidebar a').forEach(a => {\n                a.classList.remove('active');\n                if (a.getAttribute('href') === '#' + currentSection) {\n                    a.classList.add('active');\n                }\n            });\n        });\n        \n        \/\/ \u786e\u4fdd\u9875\u9762\u52a0\u8f7d\u65f6\u6d3b\u52a8\u72b6\u6001\u6b63\u786e\n        document.addEventListener('DOMContentLoaded', function() {\n            const hash = window.location.hash;\n            if (hash) {\n                const targetElement = document.querySelector(hash);\n                if (targetElement) {\n                    setTimeout(() => {\n                        window.scrollTo({\n                            top: targetElement.offsetTop - 100,\n                            behavior: 'smooth'\n                        });\n                    }, 100);\n                }\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u4e2d\u6587 English \u5fc3\u94fe\u6570\u79d1\u58f0\u660e \u77e5\u8bc6\u4ea7\u6743\u58f0\u660e \u7248\u6743\u5f52\u5c5e\u4e0e\u6388\u6743 \u7981\u6b62\u884c\u4e3a \u514d\u8d23\u58f0\u660e \u6280\u672f\u5c40\u9650\u6027 \u9690\u79c1\u6743\u4fdd\u62a4  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":31,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":1203,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/3\/revisions\/1203"}],"wp:attachment":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}