*{box-sizing:border-box;margin:0;padding:0}
body{min-height:100vh;background:#eef4fb;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;color:#111827}
a{color:inherit;text-decoration:none}
.page{width:100%;max-width:430px;min-height:100vh;margin:0 auto;background:linear-gradient(180deg,#f3f7ff 0%,#f6fbff 45%,#eef5fb 100%);overflow-x:hidden;position:relative;box-shadow:0 0 28px rgba(18,39,79,.12)}
.hero{height:205px;position:relative;overflow:hidden;background:#eaf1fb}
.banner-carousel{background:linear-gradient(135deg,#eaf1ff,#f7fbff)}
.banner-track{height:100%;display:flex;transition:transform .42s ease}
.banner-slide{min-width:100%;height:100%;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#eaf1ff,#f7fbff)}
.banner-slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.banner-fallback{width:100%;height:100%;display:grid;place-items:center;color:#fff;text-align:center}
.banner-fallback strong{font-size:32px;font-weight:900;text-shadow:0 8px 22px rgba(25,37,88,.3)}
.notice{height:68px;margin:0 8px 10px;padding:0 14px;display:flex;align-items:center;gap:14px;background:#fff;color:#7887b5;font-size:14px;overflow:hidden}
.notice-icon{width:17px;height:17px;min-width:17px;flex:0 0 17px;border-radius:50%;background:#7785b7;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px;line-height:17px;z-index:2}
.notice-text-wrap{flex:1;min-width:0;overflow:hidden;height:22px;display:flex;align-items:center}
.notice-marquee{display:inline-block;white-space:nowrap;animation:marquee 13s linear infinite;font-weight:500;padding-left:100%}
.tabs{margin:0 8px 10px;padding:15px 10px 19px;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;background:#fff}
.tab-btn{height:38px;border:0;border-radius:999px;background:#f5f5f5;font-size:15px;font-weight:900;cursor:pointer;transition:transform .2s ease,background .2s ease}
.tab-btn.active{background:#efd0a0}
.tab-btn:active{transform:scale(.97)}
.content{padding:10px 18px 34px}
.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px 7px}
.item{height:86px;border-radius:9px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 14px rgba(76,95,134,.16);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}
.item:hover{transform:translateY(-4px);box-shadow:0 12px 20px rgba(76,95,134,.22)}
.app-icon{width:42px;height:42px;border-radius:11px;padding:3px;background:#fff;border:1px solid #ecedf3;box-shadow:inset 0 0 0 3px #fff,0 2px 6px rgba(24,35,65,.08)}
.app-icon-inner{width:100%;height:100%;border-radius:9px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900;text-align:center;line-height:1.05;overflow:hidden;position:relative;background:linear-gradient(135deg,#5764ff,#d7a860)}
.app-icon-img{width:100%;height:100%;border-radius:9px;object-fit:cover;display:block}
.title{margin-top:7px;max-width:68px;font-size:13px;font-weight:900;background:linear-gradient(90deg,#ff9200,#fff000,#00e646,#00b7ff,#102dff,#fa00ff);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:180% 100%;animation:rainbow 2.4s linear infinite;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.menu-panel{display:none}
.menu-panel.active{display:block}
.footer-line{height:4px;width:28px;margin:0 auto 14px;border-radius:999px;background:rgba(31,41,55,.35)}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
@keyframes rainbow{0%{background-position:0 0}100%{background-position:-180% 0}}
@keyframes float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.03)}}
@media(max-width:380px){.content{padding-left:12px;padding-right:12px}.grid{gap:14px 6px}.item{height:82px}.app-icon{width:39px;height:39px}.title{font-size:12px;max-width:62px}}