{"id":902,"date":"2025-06-18T19:39:49","date_gmt":"2025-06-18T11:39:49","guid":{"rendered":"https:\/\/www.affectivechain.com\/?page_id=902"},"modified":"2026-03-18T23:21:12","modified_gmt":"2026-03-18T15:21:12","slug":"customer-service","status":"publish","type":"page","link":"https:\/\/www.affectivechain.com\/index.php\/customer-service\/","title":{"rendered":"\u5ba2\u670d\u652f\u6301"},"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    <title>\u670d\u52a1\u652f\u6301 &#8211; \u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280<\/title>\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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fc 0%, #eef2f8 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 0px;\n            min-height: 100vh;\n        }\n        \n        .support-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .support-header {\n            text-align: center;\n            margin: 30px 0 50px;\n            position: relative;\n        }\n        \n        .support-header h1 {\n            font-size: 2.8rem;\n            color: #1a2a6c;\n            margin-bottom: 15px;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .support-header h1::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3a7bd5, #00d2ff);\n            border-radius: 2px;\n        }\n        \n        .support-header p {\n            font-size: 1.2rem;\n            color: #555;\n            max-width: 700px;\n            margin: 20px auto 0;\n            line-height: 1.8;\n        }\n        \n        .support-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n        \n        .support-card {\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            padding: 35px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .support-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);\n        }\n        \n        .card-icon {\n            width: 70px;\n            height: 70px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 25px;\n            font-size: 28px;\n            color: white;\n        }\n        \n        .card-1 .card-icon { background: linear-gradient(135deg, #3a7bd5, #00d2ff); }\n        .card-2 .card-icon { background: linear-gradient(135deg, #FF416C, #FF4B2B); }\n        .card-3 .card-icon { background: linear-gradient(135deg, #11998e, #38ef7d); }\n        .card-4 .card-icon { background: linear-gradient(135deg, #654ea3, #da98b4); }\n        \n        .support-card h3 {\n            font-size: 1.8rem;\n            color: #1a2a6c;\n            margin-bottom: 20px;\n        }\n        \n        .support-card p {\n            color: #555;\n            margin-bottom: 25px;\n            flex-grow: 1;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 14px 30px;\n            background: linear-gradient(135deg, #1a2a6c, #2a5298);\n            color: white;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            text-align: center;\n            border: none;\n            cursor: pointer;\n            font-size: 1rem;\n            box-shadow: 0 4px 15px rgba(26, 42, 108, 0.2);\n        }\n        \n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(26, 42, 108, 0.3);\n            background: linear-gradient(135deg, #2a5298, #3a7bd5);\n        }\n        \n        .btn-outline {\n            background: transparent;\n            border: 2px solid #1a2a6c;\n            color: #1a2a6c;\n        }\n        \n        .btn-outline:hover {\n            background: #1a2a6c;\n            color: white;\n        }\n        \n        .faq-section {\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            padding: 40px;\n            margin-bottom: 50px;\n        }\n        \n        .faq-section h2 {\n            text-align: center;\n            font-size: 2.2rem;\n            color: #1a2a6c;\n            margin-bottom: 40px;\n            position: relative;\n        }\n        \n        .faq-section h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: linear-gradient(to right, #3a7bd5, #00d2ff);\n            border-radius: 2px;\n        }\n        \n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .faq-item {\n            border-bottom: 1px solid #eee;\n            padding: 20px 0;\n        }\n        \n        .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            padding: 10px 0;\n        }\n        \n        .faq-question h3 {\n            font-size: 1.3rem;\n            color: #1a2a6c;\n            font-weight: 600;\n        }\n        \n        .faq-icon {\n            font-size: 1.2rem;\n            color: #3a7bd5;\n            transition: transform 0.3s ease;\n        }\n        \n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            color: #555;\n            line-height: 1.8;\n            padding-left: 20px;\n            border-left: 3px solid #eef2f8;\n            margin-top: 5px;\n        }\n        \n        .faq-answer p {\n            margin-bottom: 15px;\n        }\n        \n        .faq-item.active .faq-answer {\n            max-height: 500px;\n            padding: 15px 0 10px 20px;\n        }\n        \n        .faq-item.active .faq-icon {\n            transform: rotate(180deg);\n        }\n        \n        .contact-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n        \n        .contact-form {\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            padding: 40px;\n        }\n        \n        .contact-form h2 {\n            font-size: 1.8rem;\n            color: #1a2a6c;\n            margin-bottom: 25px;\n        }\n        \n        .form-group {\n            margin-bottom: 25px;\n        }\n        \n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: #1a2a6c;\n        }\n        \n        .form-control {\n            width: 100%;\n            padding: 14px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n        }\n        \n        .form-control:focus {\n            border-color: #3a7bd5;\n            box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.1);\n            outline: none;\n        }\n        \n        textarea.form-control {\n            min-height: 150px;\n            resize: vertical;\n        }\n        \n        .contact-info-card {\n            background: linear-gradient(135deg, #1a2a6c, #2a5298);\n            border-radius: 15px;\n            padding: 40px;\n            color: white;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        .contact-info-card h2 {\n            font-size: 1.8rem;\n            margin-bottom: 30px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .contact-info-card h2::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #00d2ff;\n            border-radius: 2px;\n        }\n        \n        .contact-method {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 25px;\n        }\n        \n        .contact-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            font-size: 20px;\n            flex-shrink: 0;\n        }\n        \n        .contact-details h3 {\n            font-size: 1.3rem;\n            margin-bottom: 5px;\n        }\n        \n        .contact-details p {\n            opacity: 0.9;\n            line-height: 1.6;\n        }\n        \n        .hours {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 20px;\n            border-radius: 10px;\n            margin-top: 20px;\n        }\n        \n        .hours h3 {\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .hours ul {\n            list-style: none;\n        }\n        \n        .hours li {\n            display: flex;\n            justify-content: space-between;\n            padding: 8px 0;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        .hours li:last-child {\n            border-bottom: none;\n        }\n        \n        @media (max-width: 768px) {\n            .support-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .support-header p {\n                font-size: 1.1rem;\n            }\n            \n            .support-card, .contact-form, .contact-info-card {\n                padding: 25px;\n            }\n            \n            .faq-section {\n                padding: 30px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"support-container\">\n        <div class=\"support-header\">\n            <h1>\u5fc3\u94fe\u60c5\u667a\u670d\u52a1\u652f\u6301\u4e2d\u5fc3<\/h1>\n            <p>\u6211\u4eec\u968f\u65f6\u4e3a\u60a8\u63d0\u4f9b\u5e2e\u52a9\uff01\u65e0\u8bba\u662f\u4ea7\u54c1\u4f7f\u7528\u95ee\u9898\u3001\u6280\u672f\u652f\u6301\u8fd8\u662f\u670d\u52a1\u54a8\u8be2\uff0c\u6211\u4eec\u7684\u4e13\u4e1a\u56e2\u961f\u90fd\u5728\u8fd9\u91cc\u4e3a\u60a8\u89e3\u7b54\u3002<\/p>\n        <\/div>\n        \n        <div class=\"support-grid\">\n            <div class=\"support-card card-1\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-question-circle\"><\/i>\n                <\/div>\n                <h3>\u5e38\u89c1\u95ee\u9898\u89e3\u7b54<\/h3>\n                <p>\u67e5\u627e\u5173\u4e8eHeartSync\u8bbe\u5907\u3001XinSync\u3001\u6570\u636e\u5206\u6790\u62a5\u544a\u7b49\u5e38\u89c1\u95ee\u9898\u7684\u89e3\u7b54\uff0c\u5feb\u901f\u89e3\u51b3\u60a8\u7684\u95ee\u9898\u3002<\/p>\n                <a href=\"#faq\" class=\"btn\">\u67e5\u770b\u5e38\u89c1\u95ee\u9898<\/a>\n            <\/div>\n            \n            <div class=\"support-card card-2\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-headset\"><\/i>\n                <\/div>\n                <h3>\u5fc3\u7406\u54a8\u8be2\u9884\u7ea6<\/h3>\n                <p>\u6211\u4eec\u7684\u54a8\u8be2\u5e08\u5747\u5177\u5907\u4e13\u4e1a\u8d44\u8d28\u4e0e\u4e30\u5bcc\u7ecf\u9a8c\uff0c\u4e3a\u60a8\u63d0\u4f9b\u9ad8\u8d28\u91cf\u54a8\u8be2\u670d\u52a1\uff0c\u70b9\u51fb\u9884\u7ea6\u60a8\u7684\u4e13\u5c5e\u5fc3\u7406\u54a8\u8be2\u670d\u52a1\u3002<\/p>\n                <a href=\"https:\/\/www.affectivechain.com\/index.php\/psychological\/\" class=\"btn\">\u9884\u7ea6\u54a8\u8be2<\/a>\n            <\/div>\n                        \n            <div class=\"support-card card-2\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-headset\"><\/i>\n                <\/div>\n                <h3>\u5b9e\u65f6\u5ba2\u670d<\/h3>\n                <p>\u9700\u8981\u5373\u65f6\u5e2e\u52a9\uff1f\u6211\u4eec\u7684\u5728\u7ebf\u5ba2\u670d\u56e2\u961f\u968f\u65f6\u51c6\u5907\u4e3a\u60a8\u63d0\u4f9b\u4e00\u5bf9\u4e00\u7684\u5b9e\u65f6\u652f\u6301\u670d\u52a1\u3002<\/p>\n                <a href=\"https:\/\/work.weixin.qq.com\/kfid\/kfc2e44535ead9f74e5\" class=\"btn\">\u5f00\u59cb\u5728\u7ebf\u804a\u5929<\/a>\n            <\/div>\n\n            <div class=\"support-card card-3\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-envelope\"><\/i>\n                <\/div>\n                <h3>\u90ae\u4ef6\u652f\u6301<\/h3>\n                <p>\u53d1\u9001\u8be6\u7ec6\u7684\u95ee\u9898\u63cf\u8ff0\u5230\u6211\u4eec\u7684\u652f\u6301\u90ae\u7bb1\uff0c\u6211\u4eec\u5c06\u572824\u5c0f\u65f6\u5185\u56de\u590d\u60a8\u7684\u95ee\u9898\u5e76\u63d0\u4f9b\u89e3\u51b3\u65b9\u6848\u3002<\/p>\n                <a href=\"mailto:BD@heartchain.cn\" class=\"btn\">\u53d1\u9001\u90ae\u4ef6<\/a>\n            <\/div>\n            \n            <div class=\"support-card card-4\">\n                <div class=\"card-icon\">\n                    <i class=\"fas fa-phone-alt\"><\/i>\n                <\/div>\n                <h3>\u7535\u8bdd\u652f\u6301<\/h3>\n                <p>\u76f4\u63a5\u62e8\u6253\u6211\u4eec\u7684\u5ba2\u670d\u70ed\u7ebf\uff0c\u4e0e\u6280\u672f\u652f\u6301\u4e13\u5bb6\u8fdb\u884c\u7535\u8bdd\u6c9f\u901a\uff0c\u83b7\u5f97\u5373\u65f6\u7684\u95ee\u9898\u89e3\u7b54\u548c\u6307\u5bfc\u3002<\/p>\n                <a href=\"tel:13061933371\" class=\"btn\">021-298-8888<\/a>\n            <\/div>\n        <\/div>\n        \n        <div id=\"faq\" class=\"faq-section\">\n            <h2>\u5e38\u89c1\u95ee\u9898\u89e3\u7b54<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item active\">\n                    <div class=\"faq-question\">\n                        <h3>\u5982\u4f55\u6b63\u786e\u4f69\u6234HeartSync\u8bbe\u5907\u4ee5\u83b7\u5f97\u51c6\u786e\u6570\u636e\uff1f<\/h3>\n                        <span class=\"faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\u4e3a\u786e\u4fdd\u83b7\u5f97\u51c6\u786e\u7684\u751f\u7406\u4fe1\u53f7\u6570\u636e\uff0c\u8bf7\u9075\u5faa\u4ee5\u4e0b\u4f69\u6234\u6307\u5357\uff1a<\/p>\n                        <ul>\n                            <li>\u8bbe\u5907\u5e94\u4f69\u6234\u5728\u975e\u60ef\u7528\u624b\u8155\u4e0a\uff0c\u8ddd\u79bb\u8155\u9aa8\u7ea6\u4e00\u6307\u5bbd\u5ea6<\/li>\n                            <li>\u4f69\u6234\u65f6\u786e\u4fdd\u8bbe\u5907\u4e0e\u76ae\u80a4\u7d27\u5bc6\u63a5\u89e6\uff0c\u4f46\u4e0d\u8981\u8fc7\u7d27\u5f71\u54cd\u8840\u6db2\u5faa\u73af<\/li>\n                            <li>\u8fd0\u52a8\u65f6\u8bf7\u786e\u4fdd\u8bbe\u5907\u4e0d\u4f1a\u5728\u624b\u8155\u4e0a\u6ed1\u52a8<\/li>\n                            <li>\u6bcf\u5929\u6e05\u6d01\u8bbe\u5907\u4f20\u611f\u5668\u533a\u57df\uff0c\u907f\u514d\u6c57\u6db2\u6216\u6c61\u57a2\u5f71\u54cd\u51c6\u786e\u6027<\/li>\n                            <li>\u907f\u514d\u5728\u6781\u7aef\u6e29\u5ea6\u73af\u5883\uff08\u4f4e\u4e8e0\u00b0C\u6216\u9ad8\u4e8e45\u00b0C\uff09\u4e0b\u4f7f\u7528<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <h3>\u5982\u4f55\u89e3\u8bfb\u60c5\u7eea\u5206\u6790\u62a5\u544a\u4e2d\u7684\u538b\u529b\u6307\u6570\uff1f<\/h3>\n                        <span class=\"faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\u6211\u4eec\u7684\u538b\u529b\u6307\u6570\u662f\u57fa\u4e8e\u5fc3\u7387\u53d8\u5f02\u6027(HRV)\u548c\u76ae\u7535\u53cd\u5e94(EDA)\u7b49\u591a\u9879\u751f\u7406\u6307\u6807\u7684\u7efc\u5408\u5206\u6790\u7ed3\u679c\uff1a<\/p>\n                        <ul>\n                            <li><strong>0-30\uff1a\u4f4e\u538b\u529b<\/strong> &#8211; \u8eab\u5fc3\u653e\u677e\u72b6\u6001\uff0c\u9002\u5408\u8fdb\u884c\u521b\u9020\u6027\u5de5\u4f5c<\/li>\n                            <li><strong>31-60\uff1a\u6b63\u5e38\u538b\u529b<\/strong> &#8211; \u65e5\u5e38\u6d3b\u52a8\u72b6\u6001\uff0c\u8ba4\u77e5\u529f\u80fd\u6700\u4f73<\/li>\n                            <li><strong>61-80\uff1a\u4e2d\u5ea6\u538b\u529b<\/strong> &#8211; \u9700\u8981\u5173\u6ce8\uff0c\u5efa\u8bae\u8fdb\u884c\u547c\u5438\u7ec3\u4e60<\/li>\n                            <li><strong>81-100\uff1a\u9ad8\u538b\u529b<\/strong> &#8211; \u5efa\u8bae\u4f11\u606f\u5e76\u91c7\u53d6\u51cf\u538b\u63aa\u65bd<\/li>\n                        <\/ul>\n                        <p>\u8bf7\u6ce8\u610f\uff0c\u538b\u529b\u6307\u6570\u4ec5\u4f5c\u4e3a\u53c2\u8003\uff0c\u4e2a\u4f53\u5dee\u5f02\u8f83\u5927\uff0c\u5e94\u4e0e\u81ea\u6211\u611f\u53d7\u7ed3\u5408\u5224\u65ad\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <h3>\u5982\u4f55\u5bfc\u51fa\u6211\u7684\u751f\u7406\u6570\u636e\u7528\u4e8e\u4e2a\u4eba\u5065\u5eb7\u7ba1\u7406\uff1f<\/h3>\n                        <span class=\"faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\u60a8\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u6b65\u9aa4\u5bfc\u51fa\u539f\u59cb\u6570\u636e\uff1a<\/p>\n                        <ol>\n                            <li>\u767b\u5f55XinSync\u79fb\u52a8\u5e94\u7528\u6216\u7f51\u9875\u7248<\/li>\n                            <li>\u8fdb\u5165&#8221;\u6211\u7684\u6570\u636e&#8221;\u9875\u9762<\/li>\n                            <li>\u9009\u62e9\u9700\u8981\u5bfc\u51fa\u7684\u65e5\u671f\u8303\u56f4<\/li>\n                            <li>\u70b9\u51fb&#8221;\u5bfc\u51fa\u6570\u636e&#8221;\u6309\u94ae<\/li>\n                            <li>\u9009\u62e9\u5bfc\u51fa\u683c\u5f0f\uff08CSV\u6216JSON\uff09<\/li>\n                            <li>\u6570\u636e\u5c06\u53d1\u9001\u81f3\u60a8\u7684\u6ce8\u518c\u90ae\u7bb1<\/li>\n                        <\/ol>\n                        <p>\u5bfc\u51fa\u7684\u6570\u636e\u5305\u542b\u539f\u59cb\u751f\u7406\u4fe1\u53f7\u3001\u65f6\u95f4\u6233\u4ee5\u53ca\u8bbe\u5907\u91c7\u96c6\u65f6\u7684\u73af\u5883\u53c2\u6570\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <h3>\u8bbe\u5907\u65e0\u6cd5\u8fde\u63a5\u624b\u673a\u5e94\u7528\u600e\u4e48\u529e\uff1f<\/h3>\n                        <span class=\"faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\u5982\u679c\u9047\u5230\u8fde\u63a5\u95ee\u9898\uff0c\u8bf7\u5c1d\u8bd5\u4ee5\u4e0b\u89e3\u51b3\u65b9\u6848\uff1a<\/p>\n                        <ul>\n                            <li>\u786e\u4fdd\u624b\u673a\u84dd\u7259\u5df2\u5f00\u542f\uff0c\u4e14\u8bbe\u5907\u7535\u91cf\u5145\u8db3\uff08>20%\uff09<\/li>\n                            <li>\u91cd\u542f\u624b\u673a\u84dd\u7259\u529f\u80fd\u53caHeartSync\u8bbe\u5907<\/li>\n                            <li>\u68c0\u67e5\u624b\u673a\u7cfb\u7edf\u662f\u5426\u4e3a\u6700\u65b0\u7248\u672c<\/li>\n                            <li>\u786e\u4fddXinSync\u5e94\u7528\u5df2\u66f4\u65b0\u81f3\u6700\u65b0\u7248\u672c<\/li>\n                            <li>\u5c1d\u8bd5\u5c06\u8bbe\u5907\u9760\u8fd1\u624b\u673a\uff081\u7c73\u8303\u56f4\u5185\uff09<\/li>\n                            <li>\u5728\u5e94\u7528\u8bbe\u7f6e\u4e2d\u5220\u9664\u8bbe\u5907\u540e\u91cd\u65b0\u914d\u5bf9<\/li>\n                        <\/ul>\n                        <p>\u82e5\u95ee\u9898\u4ecd\u672a\u89e3\u51b3\uff0c\u8bf7\u8054\u7cfb\u6211\u4eec\u7684\u6280\u672f\u652f\u6301\u56e2\u961f\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <h3>\u5982\u4f55\u4fdd\u969c\u6211\u7684\u751f\u7406\u6570\u636e\u9690\u79c1\u5b89\u5168\uff1f<\/h3>\n                        <span class=\"faq-icon\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\u6211\u4eec\u91c7\u7528\u591a\u91cd\u5b89\u5168\u63aa\u65bd\u4fdd\u62a4\u60a8\u7684\u6570\u636e\u9690\u79c1\uff1a<\/p>\n                        <ul>\n                            <li>\u6570\u636e\u4f20\u8f93\u5168\u7a0b\u4f7f\u7528TLS 1.3\u52a0\u5bc6<\/li>\n                            <li>\u654f\u611f\u6570\u636e\u91c7\u7528\u56fd\u5bc6SM4\u7b97\u6cd5\u52a0\u5bc6\u5b58\u50a8<\/li>\n                            <li>\u6570\u636e\u4e2d\u5fc3\u901a\u8fc7\u7b49\u4fdd\u4e09\u7ea7\u8ba4\u8bc1<\/li>\n                            <li>\u4e25\u683c\u7684\u6743\u9650\u7ba1\u7406\u548c\u64cd\u4f5c\u5ba1\u8ba1<\/li>\n                            <li>\u5b9a\u671f\u5b89\u5168\u6e17\u900f\u6d4b\u8bd5<\/li>\n                            <li>\u7b26\u5408GDPR\u548c\u4e2d\u56fd\u300a\u4e2a\u4eba\u4fe1\u606f\u4fdd\u62a4\u6cd5\u300b\u8981\u6c42<\/li>\n                        <\/ul>\n                        <p>\u60a8\u7684\u539f\u59cb\u751f\u7269\u6570\u636e\u672a\u7ecf\u660e\u786e\u6388\u6743\u4e0d\u4f1a\u4e0e\u7b2c\u4e09\u65b9\u5171\u4eab\u3002<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"contact-section\">\n            <div class=\"contact-form\">\n                <h2>\u8054\u7cfb\u6211\u4eec<\/h2>\n                <form id=\"support-form\">\n                    <div class=\"form-group\">\n                        <label for=\"name\">\u60a8\u7684\u59d3\u540d<\/label>\n                        <input type=\"text\" id=\"name\" class=\"form-control\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"email\">\u7535\u5b50\u90ae\u7bb1<\/label>\n                        <input type=\"email\" id=\"email\" class=\"form-control\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"topic\">\u95ee\u9898\u7c7b\u578b<\/label>\n                        <select id=\"topic\" class=\"form-control\" required>\n                            <option value=\"\">\u8bf7\u9009\u62e9\u95ee\u9898\u7c7b\u578b<\/option>\n                            <option value=\"technical\">\u6280\u672f\u95ee\u9898<\/option>\n                            <option value=\"device\">\u8bbe\u5907\u95ee\u9898<\/option>\n                            <option value=\"software\">\u8f6f\u4ef6\u95ee\u9898<\/option>\n                            <option value=\"billing\">\u8d26\u5355\u95ee\u9898<\/option>\n                            <option value=\"data\">\u6570\u636e\u95ee\u9898<\/option>\n                            <option value=\"other\">\u5176\u4ed6\u95ee\u9898<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"message\">\u95ee\u9898\u63cf\u8ff0<\/label>\n                        <textarea id=\"message\" class=\"form-control\" required placeholder=\"\u8bf7\u8be6\u7ec6\u63cf\u8ff0\u60a8\u7684\u95ee\u9898\uff0c\u5305\u62ec\u8bbe\u5907\u578b\u53f7\u3001\u8f6f\u4ef6\u7248\u672c\u548c\u5177\u4f53\u73b0\u8c61...\"><\/textarea>\n                    <\/div>\n                    \n                    <button type=\"submit\" class=\"btn\">\u63d0\u4ea4\u95ee\u9898<\/button>\n                <\/form>\n            <\/div>\n            \n            <div class=\"contact-info-card\">\n                <h2>\u8054\u7cfb\u4fe1\u606f<\/h2>\n                \n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\n                        <i class=\"fas fa-phone-alt\"><\/i>\n                    <\/div>\n                    <div class=\"contact-details\">\n                        <h3>\u5ba2\u670d\u70ed\u7ebf<\/h3>\n                        <p>400-123-4567<\/p>\n                        <p>13061933371<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\n                        <i class=\"fas fa-envelope\"><\/i>\n                    <\/div>\n                    <div class=\"contact-details\">\n                        <h3>\u7535\u5b50\u90ae\u7bb1<\/h3>\n                        <p>Chris@heartchain.cn<\/p>\n                        <p>Chris@heartchain.cn<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\n                        <i class=\"fas fa-map-marker-alt\"><\/i>\n                    <\/div>\n                    <div class=\"contact-details\">\n                        <h3>\u516c\u53f8\u5730\u5740<\/h3>\n                        <p>\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u5f20\u6c5f\u9ad8\u79d1\u6280\u56ed\u533a\u5f20\u4e1c\u8def1387\u53f73\u5e62<\/p>\n                        <p>\u90ae\u7f16\uff1a201203<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"hours\">\n                    <h3>\u670d\u52a1\u65f6\u95f4<\/h3>\n                    <ul>\n                        <li><span>\u5468\u4e00\u81f3\u5468\u4e94<\/span> <span>9:00 &#8211; 21:00<\/span><\/li>\n                        <li><span>\u5468\u516d\u81f3\u5468\u65e5<\/span> <span>10:00 &#8211; 18:00<\/span><\/li>\n                        <li><span>\u6cd5\u5b9a\u8282\u5047\u65e5<\/span> <span>10:00 &#8211; 16:00<\/span><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ FAQ\u4ea4\u4e92\u529f\u80fd\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentElement;\n                item.classList.toggle('active');\n            });\n        });\n        \n        \/\/ \u8868\u5355\u63d0\u4ea4\u5904\u7406\n        document.getElementById('support-form').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            \/\/ \u83b7\u53d6\u8868\u5355\u6570\u636e\n            const formData = {\n                name: document.getElementById('name').value,\n                email: document.getElementById('email').value,\n                topic: document.getElementById('topic').value,\n                message: document.getElementById('message').value\n            };\n            \n            \/\/ \u8fd9\u91cc\u53ef\u4ee5\u6dfb\u52a0AJAX\u63d0\u4ea4\u903b\u8f91\n            \/\/ \u793a\u4f8b\uff1a\u6a21\u62df\u63d0\u4ea4\u6210\u529f\n            alert(`\u611f\u8c22\u60a8\u7684\u63d0\u4ea4\uff0c${formData.name}\uff01\\n\u6211\u4eec\u5df2\u6536\u5230\u60a8\u5173\u4e8e${formData.topic}\u7684\u95ee\u9898\uff0c\u5c06\u572824\u5c0f\u65f6\u5185\u56de\u590d\u81f3${formData.email}\u3002`);\n            \n            \/\/ \u91cd\u7f6e\u8868\u5355\n            this.reset();\n        });\n        \n        \/\/ \u5e73\u6ed1\u6eda\u52a8\u5230FAQ\n        document.querySelector('a[href=\"#faq\"]').addEventListener('click', function(e) {\n            e.preventDefault();\n            document.querySelector('#faq').scrollIntoView({\n                behavior: 'smooth'\n            });\n        });\n    <\/script>\n<\/body>\n<\/html> \n","protected":false},"excerpt":{"rendered":"<p>\u670d\u52a1\u652f\u6301 &#8211; \u5fc3\u94fe\u60c5\u667a\u6570\u636e\u79d1\u6280 \u5fc3\u94fe\u60c5\u667a\u670d\u52a1\u652f\u6301\u4e2d\u5fc3 \u6211\u4eec\u968f\u65f6\u4e3a\u60a8\u63d0\u4f9b\u5e2e\u52a9\uff01\u65e0\u8bba\u662f\u4ea7\u54c1\u4f7f\u7528\u95ee\u9898\u3001\u6280 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-902","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/902","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=902"}],"version-history":[{"count":35,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/902\/revisions"}],"predecessor-version":[{"id":2149,"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/pages\/902\/revisions\/2149"}],"wp:attachment":[{"href":"https:\/\/www.affectivechain.com\/index.php\/wp-json\/wp\/v2\/media?parent=902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}