*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.8;font-size:16px;padding-bottom:80px}.container{max-width:677px;margin:0 auto;background-color:#fff;min-height:100vh}.content{padding:20px 16px}.main-title{font-size:24px;font-weight:700;color:#c00000;text-align:center;margin:20px 0 15px;line-height:1.5;padding:15px 20px;background:linear-gradient(135deg,#fff5f5,#ffe6e6);border-radius:12px;border-left:4px solid #c00000;box-shadow:0 2px 8px #c000001a}.sub-title{font-size:17px;font-weight:600;color:#c00000;text-align:center;margin-bottom:25px;line-height:1.6;padding:12px 15px;background:linear-gradient(to right,transparent,rgba(192,0,0,.05),transparent);position:relative}.sub-title:before,.sub-title:after{content:"";position:absolute;top:50%;width:30px;height:1px;background:linear-gradient(to right,transparent,#c00000)}.sub-title:before{left:20px}.sub-title:after{right:20px;background:linear-gradient(to left,transparent,#c00000)}.paragraph{margin-bottom:15px;text-align:justify;color:#333}.paragraph strong{color:#333}.highlight{color:#c00000;font-weight:700}.image-container{margin:20px 0;text-align:center}.image-container img{max-width:100%;height:auto;border-radius:4px}.divider{height:1px;background-color:#e5e5e5;margin:25px 0}.section-title{font-size:18px;font-weight:700;color:#333;margin:20px 0 15px;padding-left:10px;border-left:4px solid #07c160}.sub-section-title{font-size:16px;font-weight:700;color:#333;margin:15px 0 10px}.patient-story{background-color:#f8f8f8;padding:15px;border-radius:8px;margin:15px 0}.patient-story .story-title{font-size:17px;font-weight:700;color:#c00000;margin-bottom:10px}.theory-box{background-color:#fffbe6;border:1px solid #ffe58f;border-radius:8px;padding:15px;margin:15px 0}.theory-box .theory-title{font-size:16px;font-weight:700;color:#d48806;margin-bottom:10px}.theory-item{margin:10px 0;padding-left:15px}.theory-item strong{color:#c00000}.bold-text{font-weight:700}.message-toast{position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:#00000059;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:6px;z-index:1001;opacity:0;transition:all .3s ease;max-width:85%;box-shadow:0 4px 15px #0003,inset 0 1px 1px #ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);pointer-events:none}.message-toast.show{opacity:1}.message-toast .toast-icon{font-size:16px;animation:bell-shake .5s ease}@keyframes bell-shake{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.message-toast .toast-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fixed-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#07c160,#06ad56);padding:12px 16px;display:flex;align-items:center;justify-content:center;box-shadow:0 -2px 10px #0000001a;z-index:1000}.fixed-bottom-bar .consult-content{display:flex;align-items:center;justify-content:space-between;max-width:677px;width:100%}.fixed-bottom-bar .consult-text{color:#fff;font-size:14px;line-height:1.4}.fixed-bottom-bar .consult-text .main-text{font-size:15px;font-weight:700;margin-bottom:2px}.fixed-bottom-bar .consult-text .sub-text{opacity:.9}.fixed-bottom-bar .contact-info{margin-top:8px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.fixed-bottom-bar .contact-item{display:inline-flex;align-items:center;background:#fff3;padding:4px 10px;border-radius:15px;font-size:13px}.fixed-bottom-bar .contact-icon{margin-right:5px;font-size:14px}.fixed-bottom-bar .contact-value{color:#fff;font-weight:500}.fixed-bottom-bar .consult-btn{background:linear-gradient(135deg,#fff,#f0fff0);color:#07c160;padding:10px 25px;border-radius:25px;font-weight:700;font-size:15px;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #00000026;animation:pulse 1.5s ease-in-out infinite;position:relative;overflow:hidden}.fixed-bottom-bar .consult-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 2s infinite}.fixed-bottom-bar .consult-btn:hover{transform:scale(1.08);box-shadow:0 4px 15px #07c16066;animation:none}@keyframes pulse{0%{transform:scale(1);box-shadow:0 2px 8px #00000026}50%{transform:scale(1.05);box-shadow:0 4px 20px #07c16080}to{transform:scale(1);box-shadow:0 2px 8px #00000026}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.comments-section{margin-top:30px;border-top:1px solid #e5e5e5;padding-top:20px;padding-bottom:20px}.comments-title{font-size:16px;color:#999;margin-bottom:15px}.comment-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.comment-header{display:flex;align-items:center;margin-bottom:8px}.comment-avatar{width:40px;height:40px;border-radius:4px;margin-right:12px;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-info{flex:1}.comment-name{font-size:15px;color:#576b95;font-weight:500}.comment-tag{display:inline-block;font-size:12px;color:#999;margin-left:8px;padding:1px 6px;background-color:#f5f5f5;border-radius:3px}.comment-date{font-size:12px;color:#999;margin-top:2px}.comment-content{font-size:15px;color:#333;line-height:1.6;margin-left:52px}.comment-like{display:flex;align-items:center;margin-left:52px;margin-top:8px;color:#999;font-size:13px;cursor:pointer}.comment-like-icon{margin-right:4px;font-size:16px}.comment-reply{margin-left:52px;margin-top:10px;padding:10px 12px;background-color:#f8f8f8;border-radius:4px}.comment-reply-name{color:#576b95;font-size:14px;font-weight:500}.comment-reply-content{font-size:14px;color:#333;margin-top:5px;line-height:1.5}.comment-reply-date{font-size:12px;color:#999;margin-top:5px}.footer-stats{display:flex;align-items:center;justify-content:flex-end;padding:20px 0;color:#999;font-size:14px}.footer-stats span{margin-left:20px}.footer-stats .emoji{margin-right:5px}.contact-section{background:linear-gradient(135deg,#07c160,#06ad56);color:#fff;padding:20px;border-radius:8px;margin:20px 0;text-align:center}.contact-section h3{font-size:18px;margin-bottom:10px}.contact-section p{font-size:14px;opacity:.9}.contact-code{display:inline-block;background-color:#fff;color:#07c160;padding:8px 20px;border-radius:20px;margin-top:15px;font-weight:700;font-size:16px}@media screen and (max-width:677px){.container{max-width:100%}.fixed-bottom-bar .consult-content{padding:0 10px}.fixed-bottom-bar .consult-text .main-text{font-size:14px}.fixed-bottom-bar .consult-text .sub-text{font-size:12px}.fixed-bottom-bar .consult-btn{padding:8px 18px;font-size:14px}}.promo-page-body{background-color:#f5f5f5}.promo-wrapper{max-width:480px;margin:0 auto;padding:16px 12px 24px}.promo-card{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0000000f;overflow:hidden;border:1px solid #ffd6c2}.promo-header{background:linear-gradient(180deg,#ff7254,#ff4b36);padding:14px 12px 10px;text-align:center;color:#fff}.promo-title-main{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:8px}.promo-sub-btn{display:inline-block;padding:6px 22px;border-radius:999px;background:#ffd94d;color:#c00000;font-size:14px;font-weight:700;box-shadow:0 3px #cc6600b3}.promo-body{background:linear-gradient(180deg,#fff7f2,#ffe9dd 40%,#fff);padding:14px 12px 16px}.promo-device-block{background:#fff;border-radius:12px;padding:10px}.promo-device-image{text-align:center;margin-bottom:8px}.promo-device-image img{max-width:100%;height:auto;border-radius:10px;display:block;margin:0 auto}.promo-desc-small{font-size:12px;color:#777;line-height:1.6;text-align:center}.promo-footer-cta{margin-top:16px;text-align:center}.promo-cta-btn{display:inline-block;width:100%;padding:12px 0;border-radius:999px;background:linear-gradient(180deg,#ffde4d,#ffb400);color:#c00000;font-size:18px;font-weight:800;letter-spacing:2px;text-decoration:none;box-shadow:0 4px #c60c}
