page { background: #F7F6F0; color: #213E34; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 20px; line-height: 1.6; }
view, button, input, label { box-sizing: border-box; }
button { margin: 0; padding: 12px 16px; min-height: 56px; font-size: 22px; font-weight: 600; line-height: 1.5; border-radius: 12px; }
button::after { border: 0; }
button[disabled] { background: #E2E5DF !important; color: #606960 !important; border-color: #C6CEC4 !important; }
input { font-family: inherit; color: #213E34; }
.placeholder { color: #737B74; font-size: 22px; font-weight: 400; }
