{"id":98,"date":"2026-06-13T14:57:15","date_gmt":"2026-06-13T06:57:15","guid":{"rendered":"https:\/\/pharma.hk\/?page_id=98"},"modified":"2026-06-13T16:55:16","modified_gmt":"2026-06-13T08:55:16","slug":"products","status":"publish","type":"page","link":"https:\/\/pharma.hk\/?page_id=98","title":{"rendered":"\u7522\u54c1\u9078\u8cfc"},"content":{"rendered":"\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    \n  .section-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }\n  .section-title { text-align: center; margin-bottom: 48px; }\n  .section-title h2 { font-size: 1.8rem; font-weight: 700; color: #111; display: flex; align-items: center; justify-content: center; gap: 8px; }\n  .section-title p  { color: #666; margin-top: 8px; }\n\n  .stores-section { background: #fff; padding: 64px 16px; }\n  .stores-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; max-width: 1200px; margin: 0 auto; }\n  .store-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,.08); border: 1px solid rgba(193,154,107,.12); overflow: hidden; transition: box-shadow .3s; }\n  .store-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.14); }\n  .store-card-header { padding: 20px; display: flex; align-items: center; gap: 12px; }\n  .store-card:nth-child(1) .store-card-header { background: linear-gradient(90deg,#C19A6B,#D4A574); }\n  .store-card:nth-child(2) .store-card-header { background: linear-gradient(90deg,#B8895A,#C9A06B); }\n  .store-card:nth-child(3) .store-card-header { background: linear-gradient(90deg,#A67A4D,#B8905E); }\n  .store-icon-wrap { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n  .store-card-header h3 { color: #fff; font-weight: 700; font-size: 15px; line-height: 1.4; }\n  .store-card-body { padding: 24px; }\n  .store-address { display: flex; gap: 10px; margin-bottom: 20px; }\n  .store-address p { font-size: 14px; color: #555; line-height: 1.6; }\n  .btn-map { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 10px; border-radius: 10px; border: 1.5px solid #C19A6B; color: #C19A6B; background: transparent; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; cursor: pointer; }\n  .btn-map:hover { background: #C19A6B; color: #fff; }\n\n  .online-section { background: #fff; padding: 64px 16px; }\n  .online-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; max-width: 1200px; margin: 0 auto; }\n  .online-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,.08); border: 1px solid #f0f0f0; overflow: hidden; transition: transform .3s, box-shadow .3s; position: relative; }\n  .online-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.14); }\n  .online-card-badge { position: absolute; top: 14px; right: 14px; z-index: 2; background: rgba(211,47,47,.08); border: 1px solid rgba(211,47,47,.2); color: #D32F2F; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 999px; }\n  .online-card-logo { display: flex; align-items: center; justify-content: center; padding: 32px; min-height: 140px; }\n  .online-card-logo.hktv  { background: #FF6600; }\n  .online-card-logo.tmall { background: #FF4400; }\n  .online-card-logo.jd    { background: #E1251B; }\n  .online-card-body { padding: 24px; }\n  .online-card-body h3 { font-size: 1.15rem; font-weight: 700; color: #111; margin-bottom: 6px; }\n  .online-card-body p  { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 20px; }\n  .btn-buy { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 12px; border-radius: 12px; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s; box-shadow: 0 2px 8px rgba(0,0,0,.18); cursor: pointer; }\n  .btn-buy:hover { opacity: .88; color: #fff; }\n  .btn-buy.hktv  { background: linear-gradient(90deg,#FF6600,#FF8533); }\n  .btn-buy.tmall { background: linear-gradient(90deg,#FF4400,#FF6633); }\n  .btn-buy.jd    { background: linear-gradient(90deg,#E1251B,#FF3333); }\n\n  .trust-section { background: linear-gradient(90deg,rgba(193,154,107,.1),rgba(212,165,116,.1)); border-top: 1px solid rgba(193,154,107,.2); border-bottom: 1px solid rgba(193,154,107,.2); padding: 48px 16px; }\n  .trust-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 800px; margin: 0 auto; text-align: center; }\n  @media(min-width:600px){ .trust-grid { grid-template-columns: repeat(4,1fr); } }\n  .trust-item .t-icon { font-size: 2rem; margin-bottom: 8px; }\n  .trust-item strong { display: block; font-size: 13px; color: #111; margin-bottom: 4px; }\n  .trust-item span { font-size: 12px; color: #888; }\n  @media(max-width:640px){ .stores-grid, .online-grid { grid-template-columns: 1fr; } }\n\n  \/* ===== \u5168\u5c4f\u80cc\u666f\u5ef6\u4f38 ===== *\/\n  .page-id-98 .entry-content,\n  .page-id-98 .post-content-wrap,\n  .page-id-98 .post-content {\n    max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important;\n  }\n  .stores-section, .online-section, .trust-section {\n    width: 100vw; margin-left: calc(-50vw + 50%); padding-left: calc(50vw - 50% + 16px); padding-right: calc(50vw - 50% + 16px);\n  }\n  .section-wrap, .stores-grid, .online-grid, .trust-grid {\n    max-width: 1200px; margin-left: auto; margin-right: auto;\n  }\n    .product-hero { background: linear-gradient(135deg, #FFF8E7, #F5E6D3); padding: 120px 20px 60px; text-align: center; }\n  .product-hero h1 { font-size: 2.5rem; color: #1a1a1a; margin: 0 0 1.5rem; font-weight: 700; }\n  .product-divider { width: 96px; height: 4px; background: #C72525; margin: 0 auto 1.5rem; border-radius: 2px; }\n  .product-hero .tagline { font-size: 1.2rem; color: #C19A6B; font-weight: 600; margin-bottom: .75rem; }\n  .product-hero .subtitle { font-size: 1rem; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.7; }\n<\/style>\n\n<!-- \u7522\u54c1\u9078\u8cfc Hero -->\n<div class=\"product-hero\">\n  <h1>\u7522\u54c1\u9078\u8cfc<\/h1>\n  <div class=\"product-divider\"><\/div>\n  <p class=\"tagline\">\u666e\u6fa4\u5929\u7136 \u00b7 \u4ec1\u5fc3\u6fdf\u4e16<\/p>\n  <p class=\"subtitle\">\u9999\u6c5f\u88fd\u85e5\uff08\u9999\u6e2f\uff09\u6709\u9650\u516c\u53f8 \u2014\u2014 \u50b3\u627f\u56db\u767e\u5e74\u990a\u751f\u667a\u6167\uff0c\u878d\u5408\u73fe\u4ee3\u79d1\u6280<\/p>\n<\/div>\n<!-- \u7dda\u4e0b\u9580\u5e02 -->\n<section class=\"stores-section\">\n  <div class=\"section-wrap\">\n    <div class=\"section-title\">\n      <h2>\ud83d\udccd \u7dda\u4e0b\u9580\u5e02<\/h2>\n      <p>\u89aa\u81e8\u666e\u4ec1\u5802\u9999\u6e2f\u5be6\u9ad4\u9580\u5e97\uff0c\u5c08\u696d\u9867\u554f\u70ba\u60a8\u63d0\u4f9b\u4e00\u5c0d\u4e00\u7522\u54c1\u8aee\u8a62\u670d\u52d9<\/p>\n    <\/div>\n    <div class=\"stores-grid\">\n      <div class=\"store-card\">\n        <div class=\"store-card-header\"><div class=\"store-icon-wrap\">\ud83d\udccd<\/div><h3>\u6c5f\u6c0f\u7f85\u68ee\u5821\u5927\u85e5\u884c<\/h3><\/div>\n        <div class=\"store-card-body\">\n          <div class=\"store-address\"><span>\ud83d\udccd<\/span><p>\u9999\u6e2f\u4e5d\u9f8d\u6df1\u6c34\u57d7\u9577\u6c99\u7063\u9053102-108\u865f\u77f3\u5b89\u5927\u5ec8\u5730\u4e0bA\u548cB\u92ea<\/p><\/div>\n          <a class=\"btn-map\" href=\"https:\/\/maps.google.com\/?q=\u9999\u6e2f\u4e5d\u9f8d\u6df1\u6c34\u57d7\u9577\u6c99\u7063\u9053102-108\u865f\u77f3\u5b89\u5927\u5ec8\" target=\"_blank\" rel=\"noopener noreferrer\">\ud83d\udccd \u67e5\u770b\u5730\u5716<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"store-card\">\n        <div class=\"store-card-header\"><div class=\"store-icon-wrap\">\ud83d\udccd<\/div><h3>\u6c5f\u6c0f\u7f85\u68ee\u5821\u5927\u85e5\u884c<\/h3><\/div>\n        <div class=\"store-card-body\">\n          <div class=\"store-address\"><span>\ud83d\udccd<\/span><p>\u9999\u6e2f\u4e5d\u9f8d\u5c16\u6c99\u5480\u5e87\u905367\u865f\u534a\u5cf6\u4e2d\u5fc3\u5730\u4e0b\u5546\u5834G20\u865f<\/p><\/div>\n          <a class=\"btn-map\" href=\"https:\/\/maps.google.com\/?q=\u9999\u6e2f\u4e5d\u9f8d\u5c16\u6c99\u5480\u5e87\u905367\u865f\u534a\u5cf6\u4e2d\u5fc3\" target=\"_blank\" rel=\"noopener noreferrer\">\ud83d\udccd \u67e5\u770b\u5730\u5716<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"store-card\">\n        <div class=\"store-card-header\"><div class=\"store-icon-wrap\">\ud83d\udccd<\/div><h3>\u9f0e\u8c50\u85e5\u696d\u6709\u9650\u516c\u53f8<\/h3><\/div>\n        <div class=\"store-card-body\">\n          <div class=\"store-address\"><span>\ud83d\udccd<\/span><p>\u9999\u6e2f\u4e5d\u9f8d\u5c16\u6c99\u5480\u5e87\u905367\u865f\u534a\u5cf6\u4e2d\u5fc3\u5730\u4e0b\u5546\u5834G23\u865f<\/p><\/div>\n          <a class=\"btn-map\" href=\"https:\/\/maps.google.com\/?q=\u9999\u6e2f\u4e5d\u9f8d\u5c16\u6c99\u5480\u5e87\u905367\u865f\u534a\u5cf6\u4e2d\u5fc3\" target=\"_blank\" rel=\"noopener noreferrer\">\ud83d\udccd \u67e5\u770b\u5730\u5716<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u7dda\u4e0a\u8cfc\u8cb7 -->\n<section class=\"online-section\">\n  <div class=\"section-wrap\">\n    <div class=\"section-title\">\n      <h2>\ud83d\udecd\ufe0f \u7dda\u4e0a\u8cfc\u8cb7<\/h2>\n      <p>\u8db3\u4e0d\u51fa\u6236\uff0c\u5373\u53ef\u8cfc\u8cb7\u666e\u4ec1\u5802\u6b63\u54c1\u864e\u4e73\u9748\u829d\uff0c\u4eab\u53d7\u4fbf\u6377\u914d\u9001\u670d\u52d9<\/p>\n    <\/div>\n    <div class=\"online-grid\">\n      <div class=\"online-card\">\n        <div class=\"online-card-badge\">\u9999\u6e2f\u914d\u9001<\/div>\n        <div class=\"online-card-logo hktv\">\n          <svg viewBox=\"0 0 200 80\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"160\" height=\"64\">\n            <rect width=\"200\" height=\"80\" rx=\"8\" fill=\"#FF6600\"\/>\n            <text x=\"12\" y=\"46\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"34\" fill=\"white\" letter-spacing=\"-1\">hktv<\/text>\n            <rect x=\"118\" y=\"16\" width=\"70\" height=\"36\" rx=\"4\" fill=\"white\"\/>\n            <text x=\"122\" y=\"43\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"26\" fill=\"#FF6600\" letter-spacing=\"-1\">mall<\/text>\n            <text x=\"20\" y=\"67\" font-family=\"Arial,sans-serif\" font-size=\"10\" fill=\"white\" opacity=\"0.85\">Hong Kong&#8217;s Online Mall<\/text>\n          <\/svg>\n        <\/div>\n        <div class=\"online-card-body\">\n          <h3>HKTVmall<\/h3>\n          <p>\u9999\u6e2f\u6700\u5927\u7db2\u8cfc\u5e73\u53f0\uff0c\u63d0\u4f9b\u6b63\u54c1\u4fdd\u969c\u53ca\u5feb\u901f\u672c\u5730\u914d\u9001<\/p>\n          <a class=\"btn-buy hktv\" href=\"https:\/\/www.hktvmall.com\/hktv\/zh\/main\/%E9%A6%99%E6%B1%9F%E8%A3%BD%E8%97%A5%E6%99%AE%E4%BB%81%E5%A0%82%E6%97%97%E8%89%A6%E5%BA%97\/s\/B1770001?q=::store:B1770001\" target=\"_blank\" rel=\"noopener noreferrer\">\u7acb\u5373\u524d\u5f80\u8cfc\u8cb7 \u2197<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"online-card\">\n        <div class=\"online-card-badge\">\u5167\u5730\u914d\u9001<\/div>\n        <div class=\"online-card-logo tmall\">\n          <svg viewBox=\"0 0 220 80\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"176\" height=\"64\">\n            <rect width=\"220\" height=\"80\" rx=\"8\" fill=\"#FF4400\"\/>\n            <text x=\"12\" y=\"48\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"36\" fill=\"white\" letter-spacing=\"-1\">\u5929\u8c93<\/text>\n            <rect x=\"126\" y=\"16\" width=\"82\" height=\"36\" rx=\"4\" fill=\"white\"\/>\n            <text x=\"131\" y=\"43\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"26\" fill=\"#FF4400\" letter-spacing=\"-1\">\u570b\u969b<\/text>\n            <text x=\"20\" y=\"71\" font-family=\"Arial,sans-serif\" font-size=\"10\" fill=\"white\" opacity=\"0.85\">Tmall Global \u00b7 \u5929\u8c93\u570b\u969b<\/text>\n          <\/svg>\n        <\/div>\n        <div class=\"online-card-body\">\n          <h3>\u5929\u8c93\u570b\u969b<\/h3>\n          <p>\u963f\u91cc\u5df4\u5df4\u65d7\u4e0b\uff0c\u6b63\u54c1\u884c\u8ca8\uff0c\u652f\u63f4\u652f\u4ed8\u5bf6\u4ed8\u6b3e<\/p>\n          <a class=\"btn-buy tmall\" href=\"https:\/\/detail.tmall.hk\/hk\/item.htm?id=1005517959793\" target=\"_blank\" rel=\"noopener noreferrer\">\u7acb\u5373\u524d\u5f80\u8cfc\u8cb7 \u2197<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"online-card\">\n        <div class=\"online-card-badge\">\u5167\u5730\u914d\u9001<\/div>\n        <div class=\"online-card-logo jd\">\n          <svg viewBox=\"0 0 220 80\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"176\" height=\"64\">\n            <rect width=\"220\" height=\"80\" rx=\"8\" fill=\"#E1251B\"\/>\n            <text x=\"12\" y=\"50\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"42\" fill=\"white\" letter-spacing=\"-2\">JD<\/text>\n            <rect x=\"88\" y=\"16\" width=\"120\" height=\"36\" rx=\"4\" fill=\"white\"\/>\n            <text x=\"94\" y=\"43\" font-family=\"Arial Black,Arial\" font-weight=\"900\" font-size=\"24\" fill=\"#E1251B\" letter-spacing=\"-1\">\u5168\u7403\u8cfc<\/text>\n            <text x=\"20\" y=\"73\" font-family=\"Arial,sans-serif\" font-size=\"10\" fill=\"white\" opacity=\"0.85\">JD Worldwide \u00b7 \u6b63\u54c1\u76f4\u4f9b<\/text>\n          <\/svg>\n        <\/div>\n        <div class=\"online-card-body\">\n          <h3>\u4eac\u6771\u5168\u7403\u8cfc<\/h3>\n          <p>\u4eac\u6771\u65d7\u4e0b\uff0c\u5feb\u901f\u7269\u6d41\u914d\u9001\uff0c\u652f\u63f4\u5fae\u4fe1\uff0f\u4eac\u6771\u652f\u4ed8<\/p>\n          <a class=\"btn-buy jd\" href=\"https:\/\/npcitem.jd.hk\/10209623363454.html\" target=\"_blank\" rel=\"noopener noreferrer\">\u7acb\u5373\u524d\u5f80\u8cfc\u8cb7 \u2197<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u4fdd\u969c\u6b04 -->\n<section class=\"trust-section\">\n  <div class=\"trust-grid\">\n    <div class=\"trust-item\"><div class=\"t-icon\">\u2705<\/div><strong>\u6b63\u54c1\u4fdd\u8b49<\/strong><span>\u539f\u88dd\u6b63\u54c1\uff0c\u5047\u4e00\u8ce0\u5341<\/span><\/div>\n    <div class=\"trust-item\"><div class=\"t-icon\">\ud83d\udd12<\/div><strong>\u5b89\u5168\u652f\u4ed8<\/strong><span>\u591a\u7a2e\u5b89\u5168\u652f\u4ed8\u65b9\u5f0f<\/span><\/div>\n    <div class=\"trust-item\"><div class=\"t-icon\">\ud83d\ude9a<\/div><strong>\u5feb\u901f\u914d\u9001<\/strong><span>\u9999\u6e2f\u53ca\u5168\u7403\u914d\u9001<\/span><\/div>\n    <div class=\"trust-item\"><div class=\"t-icon\">\ud83d\udcac<\/div><strong>\u5c08\u696d\u5ba2\u670d<\/strong><span>7\u00d712\u5c0f\u6642\u5728\u7dda\u670d\u52d9<\/span><\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>\u7522\u54c1\u9078\u8cfc \u666e\u6fa4\u5929\u7136 \u00b7 \u4ec1\u5fc3\u6fdf\u4e16 \u9999\u6c5f\u88fd\u85e5\uff08\u9999\u6e2f\uff09\u6709\u9650\u516c\u53f8 \u2026<\/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-98","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/pages\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pharma.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=98"}],"version-history":[{"count":7,"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/pages\/98\/revisions"}],"predecessor-version":[{"id":149,"href":"https:\/\/pharma.hk\/index.php?rest_route=\/wp\/v2\/pages\/98\/revisions\/149"}],"wp:attachment":[{"href":"https:\/\/pharma.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}