.chapterRechargeDialog.el-dialog{display:flex;width:min(500px,calc(100vw - 24px));max-width:500px;height:90vh;min-height:90vh;max-height:90vh;flex-direction:column;margin:5vh auto;overflow:hidden;border-radius:8px;box-sizing:border-box;font-size:12px;animation:chapter-recharge-dialog-in .6s var(--motion-ease,ease)}.chapterRechargeDialog .el-dialog__header{flex:none;margin:0;border-bottom:1px solid var(--app-color-border);padding:16px 48px 16px 20px}.chapterRechargeDialogPrompt{display:grid;justify-items:center;gap:4px;color:var(--app-color-text);font-family:inherit;text-align:center}.chapterRechargeDialogPrompt p,.chapterRechargeDialogPrompt span{margin:0;line-height:1.35}.chapterRechargeDialogPrompt p{color:var(--app-color-brand);font-size:1.25em;font-weight:400}.chapterRechargeDialogPrompt span{color:var(--app-color-text);font-size:1em;font-weight:400}.chapterRechargeDialog .el-dialog__headerbtn{top:6px;right:8px}.chapterRechargeDialog .el-dialog__body{min-width:0;min-height:0;flex:1;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;padding:0}.chapterRechargeDialog .el-dialog__body::-webkit-scrollbar{display:none}.chapterRechargeDialog .el-dialog__footer{flex:none;padding:0}.chapterRechargeDialogClose{display:block;width:calc(100% - 24px);min-height:52px;margin:0 12px 12px;border:0;padding:10px 16px;background:#000;color:#fff;font:inherit;font-size:1.5em;line-height:1.2;cursor:pointer}@media(max-width:430px){.chapterRechargeDialog.el-dialog{height:96vh;min-height:96vh;max-height:96vh;margin:2vh auto}.chapterRechargeDialog .el-dialog__header{padding-top:14px;padding-bottom:14px}}@keyframes chapter-recharge-dialog-in{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.chapterRechargeDialog.el-dialog{animation:none}}
