@charset "UTF-8";.page-state{padding:16px;text-align:center;color:#9b9b9b;font-size:13px}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.page-loading__img{width:240px;max-width:60%;height:auto}.page-loading__text{margin:8px 0 0;padding:0 24px;font-size:16px;color:#2b2b2b;line-height:1.5}.page-tabs{display:flex;background:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:10}.page-tab{flex:1;text-align:center;padding:12px 0;font-size:15px;color:#9b9b9b;cursor:pointer;border-bottom:2px solid transparent}.page-tab.is-active{color:#2b2b2b;font-weight:700;border-bottom-color:#ff5c39}.page-main--pad{padding:14px}.block-btn{display:flex;align-items:center;justify-content:center;gap:3px;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid rgba(51,51,51,.22);background:#fff;font-size:12px;color:#555}.block-btn:active{background:#f7f7f9}.block-btn svg{width:12px;height:12px;fill:#ff5c39;flex-shrink:0}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,PingFang TC,Microsoft JhengHei,sans-serif;background-color:#f4f4f6;color:#2b2b2b;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:inherit}ul,ol{list-style:none}.app{width:100%;max-width:540px;margin:0 auto;background:#fff;min-height:100vh;position:relative}.app.deposit,.app.signin{background-color:#f4f4f6}.app.level{background:#1c1530}.app.actors{background-color:#f4f4f6}.app.download-app{background-color:#f6f6f8;background-image:url(/assets/imgs/my_img_bg.png);background-size:100% auto;background-repeat:no-repeat;max-width:560px;margin:0 auto;padding:10px;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}.app--nav-bottom{padding-bottom:calc(56px + env(safe-area-inset-bottom))}.mh-toast-layer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2000}.mh-toast{max-width:80%;padding:12px 18px;border-radius:8px;background:#000000d1;color:#fff;font-size:14px;text-align:center;line-height:1.4;animation:mh-toast-in .18s ease-out}@keyframes mh-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mh-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.mh-dialog-mask--prompt{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:max(24px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom))}.mh-dialog-mask--prompt .mh-dialog{display:flex;flex-direction:column;max-height:calc(var(--mh-dialog-vvh, 100vh) - 48px);margin:auto 0}.mh-dialog-mask--prompt .mh-dialog__body{overflow-y:auto;-webkit-overflow-scrolling:touch}.mh-dialog{width:100%;max-width:320px;background:#fff;border-radius:14px;overflow:hidden;animation:mh-dialog-in .2s ease-out}.mh-dialog__title{padding:18px 18px 6px;font-size:16px;font-weight:600;text-align:center}.mh-dialog__body{padding:8px 18px 18px;font-size:14px;color:#9b9b9b;text-align:center;white-space:pre-line}.mh-dialog__body--link{text-align:left}.mh-dialog__link-tip{margin-bottom:10px;color:#555;font-size:13px;line-height:1.45}.mh-dialog__link-row{display:flex;align-items:stretch;gap:8px}.mh-dialog__link-value{flex:1;min-width:0;max-height:108px;overflow-y:auto;padding:10px 12px;background:#f5f5f7;border-radius:8px;font-size:13px;color:#2b2b2b;word-break:break-all;line-height:1.5;-webkit-user-select:all;user-select:all}.mh-dialog__copy-btn{flex:0 0 48px;width:48px;min-height:48px;border:none;border-radius:8px;background:#ff5c39;box-shadow:0 6px 14px #ff5c3947;display:flex;align-items:center;justify-content:center}.mh-dialog__copy-btn:active{transform:scale(.98);box-shadow:0 3px 8px #ff5c3938}.mh-dialog__copy-btn img{width:24px;height:24px}.mh-dialog__field{margin-top:12px;text-align:left}.mh-dialog__label{display:block;margin-bottom:6px;font-size:13px;color:#555}.mh-dialog__input{width:100%;height:42px;padding:0 12px;border:1px solid #eeeeee;border-radius:8px;font-size:15px;color:#2b2b2b;outline:none}.mh-dialog__input:focus{border-color:#ff5c39}.mh-dialog__textarea{min-height:120px;padding:10px 12px;resize:none;line-height:1.5}.mh-dialog__checkbox{display:flex;align-items:center;gap:8px;margin-top:14px;text-align:left}.mh-dialog__checkbox-input{width:16px;height:16px;margin:0;flex-shrink:0;accent-color:#ff5c39;cursor:pointer}.mh-dialog__checkbox-label{font-size:13px;color:#555;line-height:1.4;cursor:pointer;-webkit-user-select:none;user-select:none}.mh-dialog__error{margin-top:8px;min-height:16px;font-size:12px;color:#ff3b30;text-align:left}.mh-dialog__actions{display:flex;border-top:1px solid #eeeeee}.mh-dialog__actions--stack{flex-direction:column}.mh-dialog__actions--stack .mh-dialog__btn+.mh-dialog__btn{border-left:none;border-top:1px solid #eeeeee}.mh-dialog__btn{flex:1;padding:13px;font-size:15px;text-align:center}.mh-dialog__btn+.mh-dialog__btn{border-left:1px solid #eeeeee}.mh-dialog__btn--primary{color:#ff5c39;font-weight:600}.mh-dialog__btn--muted{color:#9b9b9b}.mh-dialog__body--buy{text-align:center}.mh-dialog--announcement{max-width:340px}.mh-dialog__body--announcement{max-height:50vh;overflow-y:auto;text-align:left;color:#2b2b2b;line-height:1.55;white-space:pre-wrap;word-break:break-word}.buy-chapter__price{margin-bottom:16px;font-size:15px;color:#2b2b2b}.buy-chapter__price b{color:#ff3b30;font-size:22px}.buy-chapter__options{display:flex;flex-direction:column;gap:10px}.buy-chapter__option{width:100%;padding:12px;border:1px solid #eeeeee;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.buy-chapter__option.is-active{border-color:#ff5c39;background:#ff5c390f}.buy-chapter__option-title{display:block;font-size:14px;color:#2b2b2b}.buy-chapter__option-meta{display:block;margin-top:4px;font-size:12px;color:#9b9b9b}.buy-chapter__actions{flex-direction:column}.buy-chapter__actions .mh-dialog__btn+.mh-dialog__btn{border-left:none;border-top:1px solid #eeeeee}@keyframes mh-dialog-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mh-dialog-mask--sheet{align-items:flex-end;padding:12px 12px calc(12px + env(safe-area-inset-bottom,0px))}.mh-post-read-sheet{width:100%;max-width:420px;background:#fff;border-radius:18px 18px 14px 14px;overflow:hidden;animation:mh-post-read-sheet-in .2s ease-out;box-shadow:0 12px 40px #0000002e}.mh-post-read-sheet__title{padding:16px 16px 0;font-size:16px;font-weight:700;text-align:left;color:#2b2b2b}.mh-post-read-sheet__body{padding:10px 16px 0;text-align:left}.mh-post-read-sheet__label{font-size:13px;color:#9b9b9b;line-height:1.45}.mh-post-read-sheet__rate-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.mh-post-read-sheet__rate-btn{border:1px solid #eeeeee;background:#fff;border-radius:12px;padding:14px 8px;font-size:14px;color:#2b2b2b;cursor:pointer}.mh-post-read-sheet__rate-btn.is-active{border-color:#ff5c39;background:#ff5c391f;color:#ff5c39;font-weight:700}.mh-post-read-sheet__check-row{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;border-radius:12px;background:#fafafa;border:1px solid #eeeeee;cursor:pointer}.mh-post-read-sheet__check-input{width:16px;height:16px;margin:0;flex-shrink:0;accent-color:#ff5c39;cursor:pointer}.mh-post-read-sheet__check-label{font-size:13px;color:#555;line-height:1.4;-webkit-user-select:none;user-select:none}.mh-post-read-sheet__hint{margin-top:10px;font-size:12px;color:#9b9b9b;line-height:1.45}.mh-post-read-sheet__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px 8px}.mh-post-read-sheet__btn{border:0;border-radius:12px;padding:12px;font-size:14px;cursor:pointer}.mh-post-read-sheet__btn--secondary{background:#f3f3f3;color:#2b2b2b}.mh-post-read-sheet__btn--primary{background:#ff5c39;color:#fff;font-weight:700}.mh-post-read-sheet__footer{text-align:center;padding:0 16px 14px}.mh-post-read-sheet__skip{border:0;background:transparent;color:#9b9b9b;font-size:13px;padding:8px 12px;cursor:pointer}.mh-post-read-sheet__recommend{margin-top:14px;padding-top:12px;border-top:1px solid #eeeeee}.mh-post-read-sheet__recommend-title{font-size:14px;font-weight:700;color:#2b2b2b;margin-bottom:10px}.mh-post-read-sheet__recommend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mh-post-read-sheet__recommend-grid .mh-book{width:100%}.mh-post-read-sheet__recommend-grid .mh-book__name{font-size:11px;line-height:1.3;-webkit-line-clamp:2}@keyframes mh-post-read-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.mh-dialog__input--readonly{background:#f3f3f3}.mh-error-report-sheet{width:100%;max-width:420px;max-height:min(86vh,720px);overflow:auto;background:#fff;border-radius:18px 18px 14px 14px;box-shadow:0 12px 40px #0000002e;animation:mh-post-read-sheet-in .2s ease-out}.mh-error-report-sheet__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:16px 16px 0}.mh-error-report-sheet__title{font-size:16px;font-weight:700;color:#2b2b2b}.mh-error-report-sheet__sub{margin-top:4px;font-size:12px;line-height:1.45;color:#9b9b9b}.mh-error-report-sheet__close{width:32px;height:32px;border:0;border-radius:10px;background:#f3f3f3;color:#555;cursor:pointer;flex-shrink:0}.mh-error-report-sheet__meta{margin:12px 16px 0;padding:10px 12px;border-radius:12px;border:1px solid #eeeeee;background:#fafafa}.mh-error-report-sheet__meta-row{display:flex;justify-content:space-between;gap:10px;font-size:12px;padding:3px 0}.mh-error-report-sheet__meta-k{color:#9b9b9b;flex-shrink:0}.mh-error-report-sheet__meta-v{color:#2b2b2b;text-align:right;word-break:break-all}.mh-error-report-sheet__body{padding:14px 16px 0}.mh-error-report-sheet__label{margin-bottom:8px;font-size:13px;font-weight:650;color:#555}.mh-error-report-sheet__types{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.mh-error-report-sheet__type{text-align:left;min-height:72px;padding:12px 10px;border-radius:12px;border:1px solid #eeeeee;background:#fff;color:#2b2b2b;cursor:pointer}.mh-error-report-sheet__type.is-active{border-color:#ff5c39;background:#ff5c391a;box-shadow:inset 0 0 0 1px #ff5c391f}.mh-error-report-sheet__type-t{display:block;font-size:13px;font-weight:700;margin-bottom:4px}.mh-error-report-sheet__type-d{display:block;font-size:11px;line-height:1.4;color:#9b9b9b}.mh-error-report-sheet__textarea{width:100%;min-height:88px;resize:vertical;border-radius:12px;border:1px solid #eeeeee;background:#fff;color:#2b2b2b;padding:12px;font:inherit;font-size:13px;outline:none}.mh-error-report-sheet__textarea:focus{border-color:#ff5c398c}.mh-error-report-sheet__hint{margin-top:6px;font-size:11px;line-height:1.45;color:#9b9b9b}.mh-error-report-sheet__actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px))}.mh-error-report-sheet__btn{height:44px;border:0;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.mh-error-report-sheet__btn--ghost{background:#f3f3f3;color:#2b2b2b}.mh-error-report-sheet__btn--primary{background:#ff5c39;color:#fff}
