/* 反转影视 - 样式文件 */ *{box-sizing:border-box;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;background:#f5f5f5;color:#333;}nav{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:100;}nav ul{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;list-style:none;margin:0;padding:0;max-width:1200px;margin:0 auto;}nav li{flex:1 1 0;min-width:0;text-align:center;}nav a{display:block;padding:1rem 0.5rem;text-decoration:none;color:#333;font-weight:500;transition:all 0.3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}nav a:hover{background:#007bff;color:#fff;}.breadcrumb{background:#fff;padding:0.75rem 1rem;margin-bottom:1rem;font-size:0.9rem;color:#666;}.breadcrumb a{color:#007bff;text-decoration:none;}.breadcrumb a:hover{text-decoration:underline;}a{color:#007bff;text-decoration:none;}a:hover{text-decoration:underline;}main{min-height:60vh;}footer{background:#333;color:#fff;text-align:center;padding:2rem 1rem;margin-top:3rem;}@media (max-width:768px){nav ul{justify-content:space-between;}nav a{padding:0.75rem 0.25rem;font-size:0.9rem;}}