/* fullhd-px16888 - 模板ID: 082026021402270079844033 */:root{--primary:#e74c3c;--primary-dark:#c0392b;--primary-light:#fadbd8;--bg:#ffffff;--text:#2c3e50;--surface:#f8f9fa;--border:#e0e0e0;--card:#ffffff;--shadow:0 2px 8px rgba(0,0,0,.05);--shadow-hover:0 8px 20px rgba(0,0,0,.1);--radius:8px;--max-width:1200px;}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.5;font-size:15px;display:flex;flex-direction:column;min-height:100vh;padding-top:124px}.fullhd-px16888-header{background:var(--card);border-bottom:2px solid var(--primary);padding:12px 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:var(--shadow)}.fullhd-px16888-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.fullhd-px16888-header .fullhd-px16888-container{display:flex;align-items:center}.fullhd-px16888-logo a{display:flex;align-items:center;gap:12px;text-decoration:none}.fullhd-px16888-logo-icon{font-size:28px;color:var(--primary)}.fullhd-px16888-logo h1{font-size:22px;margin:0;font-weight:700;color:var(--primary)}.fullhd-px16888-site-desc{font-size:13px;color:var(--text);opacity:.7;border-left:2px solid var(--primary);padding-left:12px;margin-left:5px}.fullhd-px16888-nav{background:var(--surface);border-bottom:1px solid var(--border);height:52px;position:fixed;top:70px;left:0;right:0;z-index:999}.fullhd-px16888-nav .fullhd-px16888-container{height:100%;display:flex;align-items:center}.fullhd-px16888-nav-scroll{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}.fullhd-px16888-nav-scroll::-webkit-scrollbar{display:none}.fullhd-px16888-nav ul{display:flex;list-style:none;gap:5px}.fullhd-px16888-nav a{display:flex;align-items:center;gap:6px;color:var(--text);text-decoration:none;padding:8px 16px;border-radius:var(--radius);font-weight:600;font-size:15px;transition:all .2s}.fullhd-px16888-nav a:hover,.fullhd-px16888-nav .active{background:var(--primary);color:#fff}.fullhd-px16888-nav-domain{color:var(--text);font-size:13px;padding:6px 15px;background:var(--primary-light);border-radius:var(--radius);margin-left:15px}.fullhd-px16888-welcome{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:16px 0;margin-bottom:30px}.fullhd-px16888-welcome h2{text-align:center;font-size:22px;font-weight:600;margin:0}.fullhd-px16888-main{flex:1;padding:30px 0}.fullhd-px16888-section{margin-bottom:40px}.fullhd-px16888-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--primary)}.fullhd-px16888-section-title{font-size:20px;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:8px;margin:0}.fullhd-px16888-section-more{padding:6px 18px;background:var(--primary);color:#fff;border-radius:var(--radius);font-size:13px;text-decoration:none}.fullhd-px16888-section-more:hover{background:var(--primary-dark)}.fullhd-px16888-movie-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:20px 0}.fullhd-px16888-movie-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s;text-decoration:none;color:inherit;border:1px solid var(--border);display:flex;flex-direction:column;height:360px}.fullhd-px16888-movie-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--primary)}.fullhd-px16888-movie-poster{height:200px;position:relative;overflow:hidden;flex-shrink:0}.fullhd-px16888-poster-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.fullhd-px16888-movie-card:hover .poster-image{transform:scale(1.08)}.fullhd-px16888-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.fullhd-px16888-movie-card:hover .play-overlay{opacity:1}.fullhd-px16888-play-btn{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;transform:scale(.8);transition:all .3s}.fullhd-px16888-movie-card:hover .play-btn{transform:scale(1)}.fullhd-px16888-movie-badge{position:absolute;top:10px;right:10px;background:var(--primary);color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700}.fullhd-px16888-movie-score{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.8);color:#FFD700;padding:4px 10px;border-radius:4px;font-size:12px;display:flex;align-items:center;gap:4px}.fullhd-px16888-movie-duration{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.8);color:#fff;padding:4px 10px;border-radius:4px;font-size:12px}.fullhd-px16888-movie-info{padding:15px;flex:1;display:flex;flex-direction:column}.fullhd-px16888-movie-title{font-size:16px;font-weight:700;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;height:44px}.fullhd-px16888-movie-tags{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid var(--border)}.fullhd-px16888-tag{background:var(--primary-light);color:var(--primary-dark);padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.fullhd-px16888-views{color:var(--text);opacity:.7;font-size:12px;display:flex;align-items:center;gap:4px}.fullhd-px16888-pagination{display:flex;justify-content:center;gap:10px;margin-top:40px}.fullhd-px16888-page{padding:8px 16px;background:var(--card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);text-decoration:none}.fullhd-px16888-page:hover,.fullhd-px16888-page.active{background:var(--primary);color:#fff;border-color:var(--primary)}.fullhd-px16888-footer{background:var(--surface);border-top:2px solid var(--primary);padding:30px 0 20px;margin-top:auto}.fullhd-px16888-footer-bottom{text-align:center}.fullhd-px16888-about{font-size:14px;color:var(--text);opacity:.8;margin-bottom:15px;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto}.fullhd-px16888-copyright{font-size:13px;color:var(--text);opacity:.7;margin-bottom:10px}.fullhd-px16888-seo{font-size:12px;color:var(--text);opacity:.5;margin-top:10px}.fullhd-px16888-footer a{color:var(--text);opacity:.7;text-decoration:none}.fullhd-px16888-footer a:hover{color:var(--primary);opacity:1}.fullhd-px16888-divider{margin:0 8px;opacity:.3}.fullhd-px16888-gotop{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transform:translateY(20px);transition:all .3s;z-index:999}.fullhd-px16888-gotop.visible{opacity:1;transform:translateY(0)}@media (max-width:992px){body{padding-top:118px}.fullhd-px16888-logo h1{font-size:20px}.fullhd-px16888-site-desc{display:none}.fullhd-px16888-movie-grid{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width:768px){body{padding-top:114px}.fullhd-px16888-header{padding:10px 0}.fullhd-px16888-logo-icon{font-size:24px}.fullhd-px16888-logo h1{font-size:18px}.fullhd-px16888-nav-domain{display:none}.fullhd-px16888-nav a{padding:8px 12px;font-size:14px}.fullhd-px16888-movie-grid{grid-template-columns:repeat(2,1fr);gap:15px}.fullhd-px16888-movie-card{height:330px}.fullhd-px16888-movie-poster{height:180px}.fullhd-px16888-movie-title{font-size:15px;height:42px}.fullhd-px16888-welcome h2{font-size:20px}.fullhd-px16888-section-header{flex-wrap:wrap}}@media (max-width:576px){.fullhd-px16888-movie-grid{grid-template-columns:repeat(2,1fr);gap:12px}.fullhd-px16888-movie-card{height:310px}.fullhd-px16888-movie-poster{height:160px}.fullhd-px16888-movie-title{font-size:14px;height:40px}.fullhd-px16888-movie-info{padding:12px}.fullhd-px16888-tag{font-size:11px;padding:3px 8px}.fullhd-px16888-views{font-size:11px}}