.ruyi-contact,
.ruyi-contact * { box-sizing: border-box; letter-spacing: 0; }
.ruyi-contact { width: 100%; margin: 0; padding: 36px 24px; border-top: 1px solid #d7e4da; background: #f1f7f3; color: #234e3b; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; text-align: left; }
.ruyi-contact .ruyi-contact-inner { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 28px; width: 100%; max-width: 1132px; margin: 0 auto; }
.ruyi-contact h2 { margin: 0; font-size: 22px; line-height: 1.6; color: #234e3b; }
.ruyi-contact p { margin: 0 0 10px; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; color: #234e3b; }
.ruyi-contact p:last-child { margin-bottom: 0; }
.ruyi-contact strong { font-size: inherit; color: inherit; }
.ruyi-contact a { display: inline-block; color: #234e3b; text-decoration: underline; text-underline-offset: 4px; }
.ruyi-contact .ruyi-contact-benefit { color: #66512a; }
body.wechat-contact-open { overflow: hidden; }
.wechat-contact-dialog:not([open]) { display: none; }
.wechat-contact-dialog { box-sizing: border-box; position: fixed; inset: 0; width: min(440px, calc(100% - 32px)); max-width: none; max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 26px 24px 24px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid #d7e4da; border-radius: 8px; background: #fff; color: #234e3b; box-shadow: 0 20px 70px rgb(0 0 0 / 20%); text-align: center; letter-spacing: 0; }
.wechat-contact-dialog::backdrop { background: rgb(15 29 22 / 58%); }
.wechat-contact-dialog h2 { margin: 0 28px 4px; font-size: 22px; line-height: 1.5; letter-spacing: 0; }
.wechat-contact-dialog p { margin: 0 0 4px; font-size: 14px; color: #64746b; }
.wechat-contact-close { position: absolute; top: 6px; right: 6px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 8px; background: #fff; color: #53695b; font-size: 28px; line-height: 1; cursor: pointer; }
.wechat-contact-close:hover { background: #eef5f0; }
.wechat-contact-qr { display: block; width: auto; height: auto; max-width: 100%; max-height: 440px; max-height: min(440px, 53dvh); margin: 0 auto; object-fit: contain; }
.wechat-contact-phone { display: block; margin: 6px 0 16px; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.wechat-contact-dialog .wechat-contact-save { width: 100%; min-height: 44px; margin: 0; padding: 10px 16px; border-radius: 8px; background: #2f6f4e; color: #fff; font-size: 14px; line-height: 1.5; }
.wechat-contact-entry { margin: -8px 0 24px; }
.wechat-contact-entry .button { border-color: #b8d3c0; background: #fff; color: #2f6f4e; white-space: normal; }
.ruyi-contact a:focus-visible,
.wechat-contact-dialog :focus-visible { outline: 2px solid #2f6f4e; outline-offset: 3px; }
@media (max-width: 640px) {
    .ruyi-contact { padding: 28px 20px; }
    .ruyi-contact .ruyi-contact-inner { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .ruyi-contact h2 { font-size: 20px; }
    .ruyi-contact p { font-size: 13px; }
    .wechat-contact-dialog { padding: 24px 16px 16px; }
    .wechat-contact-dialog h2 { font-size: 20px; }
}
