{"id":3638,"date":"2025-11-25T10:16:20","date_gmt":"2025-11-25T10:16:20","guid":{"rendered":"https:\/\/call2destiny.com\/?page_id=3638"},"modified":"2025-12-08T07:25:28","modified_gmt":"2025-12-08T07:25:28","slug":"mothersdaygift","status":"publish","type":"page","link":"https:\/\/call2destiny.com\/index.php\/mothersdaygift\/","title":{"rendered":"\u5c0a\u69ae\u6bcd\u89aa\u6728\u88fd\u8863\u67b6"},"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>\u5c0a\u69ae\u6bcd\u89aa\u79ae\u7269 | \u6587\u5275\u5c55\u793a<\/title>\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/font-awesome@4.7.0\/css\/font-awesome.min.css\" rel=\"stylesheet\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --primary-color: #eb592b !important;\n            --accent-color: #eb592b !important;\n            --text-color: #333 !important;\n            --light-bg: #f8f9fa !important;\n            --border-color: #e9ecef !important;\n            --white-color: #ffffff !important;\n            --text-light: rgba(51, 51, 51, 0.7) !important;\n            --primary-light: rgba(235, 89, 43, 0.1) !important;\n            --primary-lighter: rgba(235, 89, 43, 0.05) !important;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            color: var(--text-color);\n            background-color: var(--white-color);\n            line-height: 1.6;\n        }\n        \n        .container1 {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 16px;\n        }\n        \n        \/* \u4e3b\u89c6\u89c9\u533a\u6837\u5f0f *\/\n        .hero-section {\n            padding: 80px 0 50px;\n            background-color: var(--light-bg);\n        }\n        \n        .hero-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 30px;\n        }\n\n       .hero-image-container {\n              display: flex;\n    justify-content: center;\n    align-items: center\n}\n\n       .hero-image-container img {\n          width:90%;\n}\n        \n        @media (min-width: 768px) {\n            .hero-container {\n                flex-direction: row;\n                gap: 60px;\n            }\n        }\n        \n        .hero-content {\n            width: 100%;\n        }\n        \n        @media (min-width: 768px) {\n            .hero-content {\n                width: 50%;\n            }\n        }\n        \n        .hero-title {\n            font-size: clamp(2.5rem, 5vw, 4rem);\n            font-weight: 300;\n            line-height: 1.2;\n            margin-bottom: 24px;\n            color: var(--text-color);\n        }\n        \n        .hero-title span {\n            font-weight: 500;\n            color: var(--primary-color);\n        }\n        \n        .hero-description {\n            font-size: 1.125rem;\n            color: var(--text-light);\n            max-width: 490px;\n            margin-bottom: 32px;\n            text-wrap: balance;\n            text-align: justify;\n        }\n        \n        .hero-image-container {\n            width: 100%;\n            position: relative;\n        }\n        \n        @media (min-width: 768px) {\n            .hero-image-container {\n                width: 50%;\n            }\n        }\n        \n        .hero-image {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n\n            object-fit: cover;\n            max-width: 360px;\n            margin: 0 auto;\n            display: block;\n        }\n        \n        .hero-image-bg-1 {\n            position: absolute;\n            bottom: -24px;\n            left: -24px;\n            width: 96px;\n            height: 96px;\n            background-color: var(--primary-light);\n            border-radius: 50%;\n            z-index: -1;\n        }\n        \n        .hero-image-bg-2 {\n            position: absolute;\n            top: -24px;\n            right: -24px;\n            width: 128px;\n            height: 128px;\n            background-color: rgba(233, 236, 239, 0.2);\n            border-radius: 50%;\n            z-index: -1;\n        }\n        \n        \/* \u529f\u6548\u5c55\u793a\u533a\u6837\u5f0f *\/\n        .effects-section {\n            padding: 50px 0;\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 64px;\n        }\n        \n        .section-title {\n            font-size: clamp(1.8rem, 3vw, 2.5rem);\n            font-weight: 300;\n            margin-bottom: 16px;\n        }\n        \n        .section-title span {\n            font-weight: 500;\n            color: var(--primary-color);\n        }\n        \n        .section-divider {\n            width: 80px;\n            height: 4px;\n            background-color: rgba(235, 89, 43, 0.3);\n            margin: 0 auto;\n        }\n        \n        .effects-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 32px;\n        }\n        \n        @media (min-width: 768px) {\n            .effects-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (min-width: 1024px) {\n            .effects-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        \n        .effect-card {\n            background-color: var(--white-color);\n            padding: 32px;\n            border-radius: 8px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n        }\n        \n        .effect-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .effect-icon-container {\n            width: 64px;\n            height: 64px;\n            background-color: var(--primary-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n        }\n        \n        .effect-icon {\n            color: var(--primary-color);\n            font-size: 2rem;\n        }\n        \n        .effect-title {\n            font-size: 1.25rem;\n            font-weight: 500;\n            margin-bottom: 12px;\n        }\n        \n        .effect-description {\n            color: var(--text-light);\n        }\n        \n        \/* \u65b0\u589eBanner\u6837\u5f0f *\/\n        .banner-section {\n            width: 100%;\n            margin: 50px 0;\n        }\n        \n        .banner-image {\n            width: 100%;\n            height: 300px;\n            object-fit: cover;\n            display: block;\n        }\n        \n        \/* \u6807\u8bed\u533a\u6837\u5f0f *\/\n        .slogan-section {\n            padding: 60px 0;\n            background-color: var(--primary-lighter);\n        }\n        \n        .slogan-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            text-align: center;\n            padding: 0 16px;\n        }\n        \n        .slogan-text {\n            font-size: clamp(1.3rem, 3vw, 2rem);\n            font-weight: 300;\n            line-height: 1.8;\n            margin-bottom: 32px;\n        }\n        \n        .slogan-subtext {\n            color: rgba(51, 51, 51, 0.6);\n            font-size: 1.125rem;\n            margin-bottom: 40px;\n        }\n        \n        .slogan-button {\n            display: inline-block;\n            padding: 12px 32px;\n            border: 1px solid var(--primary-color);\n            color: var(--primary-color);\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n        \n        .slogan-button:hover {\n            background-color: var(--primary-color);\n            color: var(--white-color);\n        }\n        \n        \/* \u9999\u6c14\u4f53\u9a8c\u533a\u6837\u5f0f *\/\n        .aroma-section {\n            padding: 50px 0;\n        }\n        \n        .aroma-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 60px;\n        }\n        \n        @media (min-width: 1024px) {\n            .aroma-container {\n                flex-direction: row;\n            }\n        }\n        \n        .aroma-content {\n            width: 100%;\n        }\n        \n        @media (min-width: 1024px) {\n            .aroma-content {\n                width: 50%;\n                order: 2;\n            }\n        }\n        \n        .aroma-title {\n            font-size: clamp(1.5rem, 3vw, 2.2rem);\n            font-weight: 300;\n            margin-bottom: 24px;\n        }\n        \n        .aroma-title span {\n            font-weight: 500;\n            color: var(--primary-color);\n        }\n        \n        .aroma-description {\n            color: var(--text-light);\n            margin-bottom: 32px;\n            text-align: justify;\n        }\n        \n        .aroma-features {\n            list-style: none;\n        }\n        \n        .aroma-feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 16px;\n        }\n        \n        .aroma-feature-icon {\n            color: var(--primary-color);\n            margin-top: 4px;\n            margin-right: 12px;\n        }\n        \n        .aroma-feature-text {\n            color: rgba(51, 51, 51, 0.8);\n        }\n        \n        .aroma-image-container {\n            width: 100%;\n        }\n        \n        @media (min-width: 1024px) {\n            .aroma-image-container {\n                width: 50%;\n                order: 1;\n            }\n        }\n        \n        .aroma-image {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- \u4e3b\u89c6\u89c9\u533a -->\n    <section class=\"hero-section\">\n        <div class=\"container1 hero-container\">\n            <div class=\"hero-content\">\n                <h1 class=\"hero-title\">\n                    <span>\u5c0a\u69ae\u6bcd\u89aa<\/span><br>\u6728\u88fd\u8863\u67b6\u79ae\u7269\n                <\/h1>\n                <p class=\"hero-description\">\n              \u5152\u5973\u8eab\u4efd\u662f\u4e0a\u5e1d\u5275\u9020\u4eba\u4f86\u5230\u4e16\u4e0a\u7d66\u8207\u7684\u7b2c\u4e00\u500b\u8eab\u4efd\uff0c\u4e5f\u662f\u6210\u9577\u5f8c\u767c\u5c55\u4e0d\u540c\u8eab\u4efd\u7684\u6700\u91cd\u8981\u6839\u57fa\u3002\u64c1\u62b1\u5730\u4e0a\u5152\u5973\u8eab\u4efd\u53ca\u624e\u6839\u5bb6\u5ead\u571f\u58e4\uff0c\u4e0d\u4f46\u6709\u52a9\u78ba\u8a8d\u4e0a\u5e1d\u5275\u9020\u7684\u5fc3\u610f\uff0c\u5b78\u7fd2\u7528\u4e0a\u5e1d\u773c\u5149\u770b\u81ea\u5df1\u7684\u6210\u9577\u53ca\u7236\u6bcd\uff0c\u812b\u96e2\u5b64\u5152\u7684\u5fc3\u614b\uff0c\u4e5f\u662f\u6211\u5011\u6301\u7e8c\u9032\u5165\u53ec\u547d\u7684\u61c9\u8a31\u78ba\u64da\u3002\n<br><br>\u5c0a\u69ae\u5abd\u5abd\uff0c\u4e0d\u50c5\u662f\u5728\u7279\u5225\u7bc0\u65e5\u9001\u4e0a\u79ae\u7269\uff0c\u66f4\u662f\u8981\u7528\u4e0a\u5e1d\u7684\u773c\u5149\uff0c\u770b\u898b\u5979\u65e5\u591c\u64cd\u52de\u7684\u96d9\u624b\u3001\u4e0d\u7720\u5b88\u5019\u7684\u8eab\u5f71\uff0c\u4ee5\u53ca\u90a3\u4efd\u7121\u689d\u4ef6\u63a5\u7d0d\u6211\u5011\u7684\u611b\u3002\u5979\u7684\u611b\uff0c\u662f\u795e\u570b\u6cd5\u5247\u5728\u5730\u4e0a\u6700\u7f8e\u7684\u9ad4\u73fe\u3002\u8b93\u6211\u5011\u7528\u884c\u52d5\u8207\u8a00\u8a9e\uff0c\u80af\u5b9a\u5979\u7684\u50f9\u503c\uff0c\u8b93\u9019\u4efd\u5c0a\u69ae\u6210\u70ba\u5bb6\u5ead\u4e2d\u6700\u6eab\u6696\u7684\u5149\u8292\u3002\n                <\/p>\n            <\/div>\n            <div class=\"hero-image-container\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/motherday4.png\" \n                alt=\"\u5c0a\u69ae\u6bcd\u89aa\uff0c\u6728\u88fd\u8863\u67b6\u79ae\u7269\" \n                     class=\"hero-image\">\n                <div class=\"hero-image-bg-1\"><\/div>\n                <div class=\"hero-image-bg-2\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u529f\u6548\u5c55\u793a\u533a -->\n    <section class=\"effects-section\">\n        <div class=\"container1\">\n            <div class=\"section-header\">\n                <h2 class=\"section-title\">\u624e\u6839\u5152\u5973\u8eab\u4efd\uff0c\u5c0d\u9f4a\u795e\u570b\u6cd5\u5247\uff0c<span>\u958b\u555f\u547d\u5b9a\u4eba\u751f<\/span><\/h2>\n                <div class=\"section-divider\"><\/div>\n            <\/div>\n            \n            <div class=\"effects-grid\">\n                <!-- \u529f\u6548\u5361\u7247 1 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                        <i class=\"fa fa-magic effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u6982\u5ff5\u96d5\u523b<\/h3>\n                    <p class=\"effect-description\">\u8863\u67b6\u4e0a\u7cbe\u5fc3\u96d5\u523b\u7ecf\u6587\uff0c\u6bcf\u6b21\u639b\u4e0a\u8863\u7269\uff0c\u90fd\u662f\u4e00\u6b21\u5c0d\u5bb6\u5ead\u50f9\u503c\u8207\u8eab\u4efd\u8a8d\u540c\u7684\u63d0\u9192\u8207\u8e10\u884c\u3002<\/p>\n                <\/div>\n                \n                <!-- \u529f\u6548\u5361\u7247 2 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                        <i class=\"fa fa-map-signs effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u6af8\u6728\u7cbe\u9078<\/h3>\n                    <p class=\"effect-description\">\u56b4\u9078\u5929\u7136\u6af8\u6728\u88fd\u6210\uff0c\u6750\u8cea\u5805\u56fa\u8010\u7528\uff0c\u8868\u9762\u6253\u78e8\u5149\u6ed1\u7d30\u81a9\uff0c\u8272\u6fa4\u6eab\u6f64\uff0c\u5b8c\u7f8e\u878d\u5408\u5be6\u7528\u6027\u8207\u81ea\u7136\u7f8e\u611f\u3002<\/p>\n                <\/div>\n                \n                <!-- \u529f\u6548\u5361\u7247 3 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                       <i class=\"fa fa-book effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u5bd3\u610f\u6df1\u9060<\/h3>\n                    <p class=\"effect-description\">\u4e00\u5957\u4e09\u500b\uff08\u5927\u4e2d\u5c0f\uff09\uff0c\u8c61\u5fb5\u7236\u6bcd\u8207\u5b69\u5b50\uff0c\u5bd3\u610f\u300c\u639b\u4f4f\u5abd\u5abd\u300d\u8207\u5bb6\u4eba\u7684\u611b\uff0c\u63d0\u9192\u6211\u5011\u6642\u523b\u73cd\u8996\u5bb6\u5ead\u9023\u7d50\uff0c\u662f\u6975\u5177\u6eab\u5ea6\u7684\u6587\u5275\u79ae\u54c1\u3002<\/p>\n                <\/div>\n                \n                <!-- \u529f\u6548\u5361\u7247 4 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                       <i class=\"fa fa-object-group effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u7cbe\u7dfb\u5de5\u85dd<\/h3>\n                    <p class=\"effect-description\">\u63a1\u7528\u9ad8\u7cbe\u5ea6\u96f7\u5c04\u96d5\u523b\u6280\u8853\uff0c\u78ba\u4fdd\u6587\u5b57\u6e05\u6670\u6df1\u523b\uff0c\u4e0d\u6613\u78e8\u640d\u892a\u8272\uff0c\u5c55\u73fe\u51fa\u5320\u5fc3\u7368\u904b\u7684\u7d30\u7bc0\u8655\u7406\u3002<\/p>\n                <\/div>\n                \n                <!-- \u529f\u6548\u5361\u7247 5 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                        <i class=\"fa fa-shield effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u5c08\u5c6c\u8a02\u88fd<\/h3>\n                    <p class=\"effect-description\">\u63d0\u4f9b\u500b\u4eba\u5316\u523b\u5b57\u670d\u52d9\uff0c\u53ef\u6dfb\u52a0\u5bb6\u5ead\u6210\u54e1\u540d\u5b57\u3001\u7279\u5225\u65e5\u671f\u6216\u795d\u798f\u7d93\u6587\uff0c\u6253\u9020\u5c08\u5c6c\u60a8\u5bb6\u5ead\u7684\u7368\u4e00\u7121\u4e8c\u7d00\u5ff5\u54c1\u3002<\/p>\n                <\/div>\n                \n                <!-- \u529f\u6548\u5361\u7247 6 -->\n                <div class=\"effect-card\">\n                    <div class=\"effect-icon-container\">\n                        <i class=\"fa fa-tint effect-icon\"><\/i>\n                    <\/div>\n                    <h3 class=\"effect-title\">\u624e\u5be6\u8010\u7528<\/h3>\n                    <p class=\"effect-description\">\u8863\u67b6\u8a2d\u8a08\u7b26\u5408\u4eba\u9ad4\u5de5\u5b78\uff0c\u80fd\u5920\u59a5\u5584\u4fdd\u8b77\u8863\u7269\u4e0d\u8b8a\u5f62\uff0c\u6af8\u6728\u6750\u8cea\u78ba\u4fdd\u627f\u91cd\u529b\u5f37\uff0c\u7d93\u4e45\u8010\u7528\uff0c\u662f\u5bb6\u5c45\u6536\u7d0d\u7684\u597d\u5e6b\u624b\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u65b0\u589eBanner\u533a\u57df -->\n    <section class=\"banner-section\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/motherdaybanner.png\" alt=\"\u5c0a\u69ae\u6bcd\u89aa\u6728\u88fd\u8863\u67b6\" class=\"banner-image\">\n    <\/section>\n\n    <!-- \u6807\u8bed\u533a -->\n    <section class=\"slogan-section\">\n        <div class=\"slogan-container\">\n            <h2 class=\"slogan-text\">\n                \u7528\u795e\u773c\u5149\u770b\u6210\u9577\uff0c\u56de\u5e94\u5abd\u5abd\u7684\u611b\uff0c\u8b93\u5bb6\u5145\u6eff\u5149\u8292<br class=\"hidden md:block\">\u5c0a\u69ae\u7236\u6bcd\u70ba\u884c\uff0c\u6301\u7e8c\u9032\u5165\u795e\u53ec\u547d\n            <\/h2>\n            <p class=\"slogan-subtext\">\u9019\u5957\u7368\u7279\u7684\u6af8\u6728\u8863\u67b6\uff0c\u5c07\u300c\u5152\u5973\u8eab\u4efd\u300d\u8207\u300c\u5c0a\u69ae\u7236\u6bcd\u300d\u7684\u6df1\u9060\u5bd3\u610f\u878d\u5165\u65e5\u5e38\u5bb6\u5c45\u7528\u54c1\u3002\u4e00\u5957\u4e09\u500b\u4e0d\u540c\u5c3a\u5bf8\uff0c\u8c61\u5fb5\u8457\u5bb6\u5ead\u4e2d\u4e0d\u540c\u89d2\u8272\u7684\u9023\u7d50\u8207\u611b\u3002<\/p>\n            <a href=\"#\" class=\"slogan-button\">\n                \u67e5\u770b\u7cfb\u5217\u4ea7\u54c1\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <!-- \u8b93\u5fc3\u6b78\u5bb6 -->\n    <section class=\"aroma-section\">\n        <div class=\"container1 aroma-container\">\n            <div class=\"aroma-content\">\n                <h2 class=\"aroma-title\">\n                    \u5c0a\u69ae\u5abd\u5abd\uff1a<span>\u7528\u884c\u52d5\u56de\u61c9\u90a3\u4efd\u7121\u76e1\u611b<\/span>\n                <\/h2>\n                <p class=\"aroma-description\">\n                    \u5abd\u5abd\u7684\u611b\uff0c\u662f\u795e\u570b\u6cd5\u5247\u5728\u5730\u4e0a\u6700\u7f8e\u7684\u9ad4\u73fe\u3002   <\/p> \n<p class=\"aroma-description\">\n\u6211\u5011\u5e38\u5e38\u770b\u898b\u5979\u65e5\u591c\u64cd\u52de\u7684\u96d9\u624b\u3001\u4e0d\u7720\u5b88\u5019\u7684\u8eab\u5f71\uff0c\u90a3\u4efd\u7121\u689d\u4ef6\u7684\u63a5\u7d0d\u8207\u4ed8\u51fa\uff0c\u662f\u6211\u5011\u6210\u9577\u6700\u91cd\u8981\u7684\u6839\u57fa\u3002\u5c0a\u69ae\u5979\uff0c\u4e0d\u53ea\u662f\u5728\u7279\u5225\u7bc0\u65e5\u9001\u4e0a\u79ae\u7269\uff0c\u66f4\u662f\u8981\u7528\u884c\u52d5\u8207\u8a00\u8a9e\uff0c\u80af\u5b9a\u5979\u7684\u50f9\u503c\u3002\u653e\u4e0b\u624b\u6a5f\uff0c\u7d66\u5979\u4e00\u500b\u6eab\u6696\u7684\u64c1\u62b1\uff1b\u89aa\u53e3\u8aaa\u51fa\u611f\u8b1d\uff0c\u6216\u662f\u70ba\u5979\u5206\u64d4\u5bb6\u52d9\u3002\u9019\u4e9b\u5fae\u5c0f\u7684\u8209\u52d5\uff0c\u90fd\u80fd\u8b93\u9019\u4efd\u5c0a\u69ae\u6210\u70ba\u5bb6\u5ead\u4e2d\u6700\u6eab\u6696\u3001\u6700\u6301\u4e45\u7684\u5149\u8292\u3002\u4eca\u5929\u5c31\u884c\u52d5\u5427\uff0c\u8b93\u611b\u4e0d\u518d\u53ea\u662f\u8a00\u8a9e\uff01\n                <\/p>             \n            <\/div>\n            <div class=\"aroma-image-container\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/12\/motherday5.png\" alt=\"\u5c0a\u69ae\u5abd\u5abd\" class=\"aroma-image\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ \u5e73\u6ed1\u6eda\u52a8\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    window.scrollTo({\n                        top: target.offsetTop - 80,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u5c0a\u69ae\u6bcd\u89aa\u79ae\u7269 | \u6587\u5275\u5c55\u793a \u5c0a\u69ae\u6bcd\u89aa\u6728\u88fd\u8863\u67b6\u79ae\u7269 \u5152\u5973\u8eab\u4efd\u662f\u4e0a\u5e1d\u5275\u9020\u4eba\u4f86\u5230\u4e16\u4e0a\u7d66\u8207\u7684\u7b2c\u4e00\u500b\u8eab\u4efd\uff0c\u4e5f\u662f\u6210\u9577\u5f8c\u767c\u5c55 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":35,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3638","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/3638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/comments?post=3638"}],"version-history":[{"count":17,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/3638\/revisions"}],"predecessor-version":[{"id":3900,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/3638\/revisions\/3900"}],"wp:attachment":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/media?parent=3638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}