body{margin:0;padding:0}.phone-shell,body{background:#f4f4f4}.phone-shell{min-height:100vh;margin:0 auto;position:relative;overflow-x:hidden}@media (min-width:769px){.phone-shell{max-width:1200px;box-shadow:0 0 20px rgba(0,0,0,.08)}}@media (max-width:768px){.phone-shell{max-width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f4f4f4;font-family:-apple-system,PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}a,body{color:#18191c}a{text-decoration:none}button{cursor:pointer;font-family:inherit}img{display:block;max-width:100%}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:24px 16px;flex-wrap:wrap}.pagination .page-num,.pagination button{min-width:36px;height:32px;padding:0 12px;border:1px solid #e3e5e7;background:#fff;color:#61666d;border-radius:4px;cursor:pointer;font-size:13px;font-family:inherit;transition:all .2s}.pagination .page-num:hover,.pagination button:hover{border-color:#fb7299;color:#fb7299}.pagination .page-num.active,.pagination button.active{background:#fb7299;border-color:#fb7299;color:#fff}.pagination .page-num:disabled,.pagination button:disabled{opacity:.4;cursor:not-allowed}.empty-box,.loading-box{text-align:center;padding:60px 20px;color:#9499a0;font-size:14px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}@media(min-width:769px){.video-grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media(min-width:1100px){.video-grid{grid-template-columns:repeat(5,1fr);gap:18px}}.video-card{border-radius:6px;cursor:pointer;background:#fff;transition:transform .2s,box-shadow .2s}.video-card:hover{transform:translateY(-3px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.video-card:hover .video-card-title{color:#fb7299}.video-card .video-cover{position:relative;width:100%;aspect-ratio:282/159;overflow:hidden;border-radius:6px 6px 0 0;background:#e3e5e7}.video-card .video-cover img,.video-card .video-cover video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-card .video-cover .cover-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f1f2f3 25%,#e3e5e7 50%,#f1f2f3 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.video-card .video-card-title{padding:6px 8px 8px;margin:0;font-size:12px;color:#18191c;line-height:1.5;height:50px;overflow:hidden;text-overflow:ellipsis;transition:color .2s;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.vod-list{display:block;margin:0;padding:0;background-color:transparent}.vod-list h5{margin-top:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18191c;font-size:14px}.vod-list a p{font-size:.8rem;color:#9499a0}.novel-list a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e5e7;padding:14px 0;color:#18191c}.novel-list a:hover{color:#fb7299}.novel-list a span{color:#9499a0}