/*卡片堆叠双栏 - ID: 152026011700415110881533 */:root{--color-primary:#f39c12;--color-primary-dark:#d35400;--color-primary-light:#f8c471;--color-accent:#e67e22;--color-bg:#ffffff;--color-text:#333333;--color-surface:#f8f9fa;--color-border:#e0e0e0;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 8px rgba(0,0,0,.15);--shadow-lg:0 8px 16px rgba(0,0,0,.2);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--max-width:1400px;--header-height:70px;--nav-height:50px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;font-size:14px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:768px){body{font-size:16px;line-height:1.8;-webkit-text-size-adjust:100%!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.update-bjhl-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}@media (max-width:768px){.update-bjhl-container{padding:0 15px}}.update-bjhl-header{background:var(--color-primary);color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md);height:var(--header-height)}.update-bjhl-header .update-bjhl-container{display:flex;justify-content:space-between;align-items:center;height:100%}.update-bjhl-logo{display:flex;align-items:center;gap:15px}.update-bjhl-logo-icon{font-size:28px}.update-bjhl-logo h1{font-size:24px;margin-bottom:5px;font-weight:700}.update-bjhl-logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}.update-bjhl-site-desc{font-size:12px;opacity:.9;font-weight:300}.update-bjhl-search-box{flex:1;max-width:500px;margin:0 30px}.update-bjhl-search-box form{display:flex;height:40px}.update-bjhl-search-box input{flex:1;padding:0 15px;border:none;border-radius:var(--radius-md) 0 0 var(--radius-md);font-size:14px;outline:none;transition:all .3s}.update-bjhl-search-box input:focus{box-shadow:0 0 0 2px var(--color-primary-light)}.update-bjhl-search-box button{background:var(--color-accent);color:#fff;border:none;padding:0 25px;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer;font-weight:600;transition:background .3s}.update-bjhl-search-box button:hover{background:var(--color-primary-dark)}.update-bjhl-user-actions{display:flex;gap:10px}.update-bjhl-btn-login,.update-bjhl-btn-register{padding:8px 16px;border-radius:var(--radius-sm);text-decoration:none;font-size:13px;font-weight:500;transition:all .3s}.update-bjhl-btn-login{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}.update-bjhl-btn-register{background:#fff;color:var(--color-primary)}.update-bjhl-btn-login:hover,.update-bjhl-btn-register:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.update-bjhl-header .update-bjhl-container{justify-content:space-between;padding:0 10px}.update-bjhl-logo{gap:8px;min-width:0;overflow:hidden}.update-bjhl-logo h1{font-size:18px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.update-bjhl-logo-icon{font-size:22px}.update-bjhl-site-desc{display:none}.update-bjhl-search-box{display:none}.update-bjhl-user-actions{display:none}}.update-bjhl-nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);height:var(--nav-height);position:sticky;top:var(--header-height);z-index:999;box-shadow:var(--shadow-sm)}.update-bjhl-nav .update-bjhl-container{height:100%;display:flex;align-items:center}.update-bjhl-nav-main{display:flex;align-items:center;justify-content:space-between;width:100%}.update-bjhl-nav-domain{color:var(--color-text);font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;display:flex;align-items:center}.update-bjhl-nav-hamburger .update-bjhl-nav-domain{margin-left:20px}.update-bjhl-nav-horizontal .update-bjhl-nav-domain{margin-left:30px;border-left:1px solid var(--color-border);padding-left:30px}.update-bjhl-nav-hamburger .update-bjhl-container{justify-content:space-between}.update-bjhl-nav-horizontal .update-bjhl-nav-scroll{flex:1;overflow:hidden}.update-bjhl-nav-scroll{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 10px}.update-bjhl-nav-scroll::-webkit-scrollbar{display:none}.update-bjhl-nav-main ul{display:flex;list-style:none;height:100%;align-items:center;margin:0;padding:0}.update-bjhl-nav-horizontal .update-bjhl-nav-main ul{gap:0}.update-bjhl-nav-hamburger .update-bjhl-nav-main ul{gap:30px}.update-bjhl-nav-main a{color:var(--color-text);text-decoration:none;padding:8px 16px;border-radius:var(--radius-sm);transition:all .3s;font-weight:500;position:relative;display:flex;align-items:center;gap:5px;white-space:nowrap}.update-bjhl-nav-main a:hover,.update-bjhl-nav-main .update-bjhl-active{background:var(--color-primary);color:#fff}.update-bjhl-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:10px;background:none;border:none;position:relative;z-index:1001}.update-bjhl-hamburger span{display:block;width:25px;height:3px;background:var(--color-text);border-radius:2px;transition:all .3s}.update-bjhl-hamburger.update-bjhl-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.update-bjhl-hamburger.update-bjhl-active span:nth-child(2){opacity:0}.update-bjhl-hamburger.update-bjhl-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.update-bjhl-nav-hamburger .update-bjhl-hamburger{display:flex}.update-bjhl-nav-hamburger .update-bjhl-nav-main{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-surface);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000;padding-top:0;opacity:0;visibility:hidden;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;padding:0}.update-bjhl-nav-hamburger .update-bjhl-nav-main.update-bjhl-open{max-height:calc(100vh - var(--header-height));opacity:1;visibility:visible}.update-bjhl-nav-hamburger .update-bjhl-nav-main ul{flex-direction:column;gap:0;padding:20px;height:auto;align-items:stretch}.update-bjhl-nav-hamburger .update-bjhl-nav-main li{width:100%}.update-bjhl-nav-hamburger .update-bjhl-nav-main a{display:block;padding:15px 20px;border-radius:var(--radius-md);margin-bottom:10px;font-size:16px;background:var(--color-bg);border:1px solid var(--color-border)}.update-bjhl-nav-hamburger .update-bjhl-nav-main a:hover,.update-bjhl-nav-hamburger .update-bjhl-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.update-bjhl-nav-hamburger .update-bjhl-nav-domain{padding:15px 20px;border-top:1px solid var(--color-border);margin:10px 20px 0 20px;justify-content:center}}@media (max-width:992px){.update-bjhl-nav-horizontal .update-bjhl-hamburger{display:none}.update-bjhl-nav-horizontal .update-bjhl-nav-scroll{padding:0 5px}.update-bjhl-nav-horizontal .update-bjhl-nav-main a{padding:8px 12px;font-size:13px}.update-bjhl-nav-horizontal .update-bjhl-nav-domain{display:none}}.update-bjhl-banner{padding:60px 0 40px 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;text-align:center;position:relative;z-index:10;overflow:hidden}.update-bjhl-banner::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L100,100 M100,0 L0,100' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E");opacity:.1}.update-bjhl-banner-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.update-bjhl-banner h2{font-size:42px;margin-bottom:20px;font-weight:800;text-shadow:0 4px 8px rgba(0,0,0,.3)}.update-bjhl-banner p{font-size:20px;margin-bottom:40px;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.2)}.update-bjhl-feature-tags{padding:0;background:transparent;position:relative;z-index:20}.update-bjhl-feature-tags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.update-bjhl-feature-tag{display:flex;align-items:center;gap:15px;padding:18px 35px;background:rgba(255,255,255,.2);color:#fff;border-radius:var(--radius-xl);cursor:pointer;transition:all .4s;text-decoration:none;border:2px solid rgba(255,255,255,.4);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.2)}.update-bjhl-feature-tag:hover{background:rgba(255,255,255,.3);transform:translateY(-8px) scale(1.05);box-shadow:0 15px 40px rgba(0,0,0,.3);border-color:rgba(255,255,255,.6)}.update-bjhl-feature-tag-icon{font-size:28px}.update-bjhl-feature-tag-text{font-size:18px;font-weight:700;white-space:nowrap}@media (max-width:768px){.update-bjhl-banner{padding:40px 0 30px 0}.update-bjhl-banner h2{font-size:28px;margin-bottom:15px}.update-bjhl-banner p{font-size:16px;margin-bottom:25px}.update-bjhl-feature-tags-container{gap:12px}.update-bjhl-feature-tag{padding:14px 20px;gap:10px}.update-bjhl-feature-tag-icon{font-size:22px}.update-bjhl-feature-tag-text{font-size:15px}}@media (max-width:576px){.update-bjhl-banner{padding:30px 0 20px 0}.update-bjhl-banner h2{font-size:24px}.update-bjhl-banner p{font-size:14px;margin-bottom:20px}.update-bjhl-feature-tags-container{flex-direction:column;align-items:stretch;gap:12px}.update-bjhl-feature-tag{justify-content:center;padding:15px 20px}.update-bjhl-feature-tag-text{font-size:16px}}@media (max-width:480px){.update-bjhl-feature-tag{gap:8px;padding:12px 16px}.update-bjhl-feature-tag-icon{font-size:20px}.update-bjhl-feature-tag-text{font-size:14px}}.update-bjhl-main{flex:1;padding:40px 0}@media (max-width:768px){.update-bjhl-main{padding:20px 0}}.update-bjhl-section{margin-bottom:60px}@media (max-width:768px){.update-bjhl-section{margin-bottom:40px}}.update-bjhl-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;flex-wrap:wrap;gap:20px;position:relative}.update-bjhl-section-header::after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:var(--color-primary);border-radius:2px}.update-bjhl-section-title{font-size:28px;font-weight:800;display:flex;align-items:center;gap:15px}.update-bjhl-section-desc{color:var(--color-text);opacity:.8;font-size:16px;flex:1;margin:0 20px}.update-bjhl-section-more{padding:12px 28px;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-size:16px;transition:all .4s;white-space:nowrap;font-weight:600;letter-spacing:.5px}.update-bjhl-section-more:hover{background:var(--color-primary-dark);transform:translateX(10px) scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:768px){.update-bjhl-section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px}.update-bjhl-section-title{font-size:22px}.update-bjhl-section-desc{font-size:14px;margin:0 0 15px 0;line-height:1.5}.update-bjhl-section-more{padding:10px 20px;font-size:14px;align-self:flex-start}}@media (max-width:480px){.update-bjhl-section-title{font-size:20px;gap:10px}.update-bjhl-section-desc{font-size:13px}}.update-bjhl-dual-column-container{display:flex;gap:40px;margin:30px 0}@media (max-width:992px){.update-bjhl-dual-column-container{flex-direction:column;gap:20px}}@media (max-width:768px){.update-bjhl-dual-column-container{gap:15px;margin:20px 0}}.update-bjhl-column-left{flex:1;display:flex;flex-direction:column;gap:30px}.update-bjhl-column-right{flex:1;display:flex;flex-direction:column;gap:30px}@media (max-width:768px){.update-bjhl-column-left,.update-bjhl-column-right{gap:20px}}.update-bjhl-movie-card-left,.update-bjhl-movie-card-right{background:var(--color-surface);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s;position:relative;text-decoration:none;color:inherit;min-height:280px;display:flex;flex-direction:column;margin-bottom:30px;transform-style:preserve-3d}.update-bjhl-movie-card-left::before,.update-bjhl-movie-card-right::before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:var(--color-border);border-radius:var(--radius-lg);transform:translateZ(-20px);opacity:.3;transition:all .3s}.update-bjhl-movie-card-left:hover,.update-bjhl-movie-card-right:hover{transform:translateY(-15px) rotateX(5deg)}.update-bjhl-movie-card-left:hover::before,.update-bjhl-movie-card-right:hover::before{transform:translateZ(-10px);opacity:.5}@media (max-width:768px){.update-bjhl-movie-card-left,.update-bjhl-movie-card-right{min-height:auto;margin-bottom:20px;transform-style:flat}.update-bjhl-movie-card-left::before,.update-bjhl-movie-card-right::before{display:none}.update-bjhl-movie-card-left:hover,.update-bjhl-movie-card-right:hover{transform:translateY(-5px) rotateX(0)}}.update-bjhl-card-content{flex:1;display:flex;gap:25px;padding:25px;position:relative;z-index:1}@media (max-width:768px){.update-bjhl-card-content{flex-direction:column;gap:20px;padding:20px}}@media (max-width:480px){.update-bjhl-card-content{gap:15px;padding:15px}}.update-bjhl-card-poster{width:180px;height:240px;position:relative;overflow:hidden;border-radius:var(--radius-lg);flex-shrink:0;transform:translateZ(10px)}@media (max-width:768px){.update-bjhl-card-poster{width:100%;height:200px;transform:none}}@media (max-width:480px){.update-bjhl-card-poster{height:180px}}.update-bjhl-poster-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s}.update-bjhl-movie-card-left:hover .update-bjhl-poster-image,.update-bjhl-movie-card-right:hover .update-bjhl-poster-image{transform:scale(1.1)}@media (max-width:768px){.update-bjhl-movie-card-left:hover .update-bjhl-poster-image,.update-bjhl-movie-card-right:hover .update-bjhl-poster-image{transform:scale(1.08)}}.update-bjhl-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center;z-index:3}.update-bjhl-movie-card-left:hover .update-bjhl-play-overlay,.update-bjhl-movie-card-right:hover .update-bjhl-play-overlay{opacity:1}.update-bjhl-play-button{width:70px;height:70px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;transform:scale(0.8) translateZ(0);transition:all .3s;cursor:pointer}@media (max-width:768px){.update-bjhl-play-button{width:60px;height:60px;font-size:26px}}.update-bjhl-movie-card-left:hover .update-bjhl-play-button,.update-bjhl-movie-card-right:hover .update-bjhl-play-button{transform:scale(1) translateZ(30px)}@media (max-width:768px){.update-bjhl-movie-card-left:hover .update-bjhl-play-button,.update-bjhl-movie-card-right:hover .update-bjhl-play-button{transform:scale(1) translateZ(0)}}.update-bjhl-movie-badge{position:absolute;top:15px;right:15px;background:var(--color-accent);color:#fff;padding:8px 18px;border-radius:var(--radius-md);font-size:14px;font-weight:800;z-index:2;transform:translateZ(20px)}@media (max-width:768px){.update-bjhl-movie-badge{top:10px;right:10px;padding:6px 12px;font-size:12px;transform:none}}.update-bjhl-movie-tag-top-left{position:absolute;top:15px;left:15px;background:rgba(0,0,0,.9);color:#FFD700;padding:8px 18px;border-radius:var(--radius-md);font-weight:800;font-size:16px;z-index:2;display:flex;align-items:center;gap:6px;transform:translateZ(20px)}@media (max-width:768px){.update-bjhl-movie-tag-top-left{top:10px;left:10px;padding:6px 12px;font-size:14px;transform:none}}.update-bjhl-movie-tag-bottom-right{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,.9);color:#fff;padding:6px 15px;border-radius:var(--radius-md);font-size:14px;font-weight:600;z-index:2;display:flex;align-items:center;gap:5px;transform:translateZ(20px)}@media (max-width:768px){.update-bjhl-movie-tag-bottom-right{bottom:10px;right:10px;padding:5px 12px;font-size:12px;transform:none}}.update-bjhl-card-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;transform:translateZ(10px)}@media (max-width:768px){.update-bjhl-card-info{transform:none}}.update-bjhl-movie-title{font-size:22px;margin-bottom:10px;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:57px;word-break:break-word;overflow-wrap:break-word}@media (max-width:768px){.update-bjhl-movie-title{font-size:18px;min-height:auto;margin-bottom:8px}}@media (max-width:480px){.update-bjhl-movie-title{font-size:16px}}.update-bjhl-movie-description{font-size:15px;line-height:1.6;color:var(--color-text);opacity:.8;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px;flex-shrink:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:768px){.update-bjhl-movie-description{font-size:14px;min-height:auto;margin-bottom:12px;-webkit-line-clamp:2}}@media (max-width:480px){.update-bjhl-movie-description{font-size:13px;line-height:1.5}}.update-bjhl-movie-meta-row{display:flex;gap:20px;margin-top:auto;padding-top:15px;border-top:2px solid var(--color-border);flex-wrap:wrap}@media (max-width:768px){.update-bjhl-movie-meta-row{gap:15px;padding-top:12px}}@media (max-width:480px){.update-bjhl-movie-meta-row{gap:10px;justify-content:space-between}}.update-bjhl-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-text);opacity:.9;font-weight:600;flex-shrink:0}@media (max-width:480px){.update-bjhl-meta-item{font-size:12px;gap:5px}}.update-bjhl-meta-icon{font-size:16px}@media (max-width:480px){.update-bjhl-meta-icon{font-size:14px}}.update-bjhl-meta-text{color:var(--color-primary);word-break:keep-all}.update-bjhl-movie-tags-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:2px solid var(--color-border);flex-wrap:wrap;gap:8px}@media (max-width:768px){.update-bjhl-movie-tags-row{justify-content:flex-start;gap:6px;margin-top:10px;padding-top:10px}}@media (max-width:480px){.update-bjhl-movie-tags-row{flex-direction:column;align-items:flex-start;gap:5px}}.update-bjhl-tags-left{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:480px){.update-bjhl-tags-left{width:100%}}.update-bjhl-tag-item{background:var(--color-primary);color:#fff;padding:5px 12px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;letter-spacing:.5px;white-space:nowrap}@media (max-width:480px){.update-bjhl-tag-item{font-size:11px;padding:4px 10px}}.update-bjhl-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin:30px 0}@media (max-width:768px){.update-bjhl-category-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin:20px 0}}@media (max-width:480px){.update-bjhl-category-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}.update-bjhl-category-item{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s;position:relative;text-decoration:none;color:var(--color-text);border:2px solid transparent}.update-bjhl-category-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-5px) scale(1.05);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.update-bjhl-category-icon{font-size:36px;margin-bottom:15px;text-align:center;padding-top:25px}.update-bjhl-category-name{display:block;font-size:18px;font-weight:700;margin-bottom:8px;text-align:center;padding:0 20px 25px 20px;word-break:break-word;overflow-wrap:break-word}.update-bjhl-tags-container{display:flex;flex-wrap:wrap;gap:15px;margin:30px 0}@media (max-width:768px){.update-bjhl-tags-container{gap:10px;margin:20px 0}}.update-bjhl-tag-item{background:var(--color-surface);color:var(--color-text);text-decoration:none;padding:12px 25px;border-radius:var(--radius-lg);transition:all .4s;border:2px solid var(--color-border);display:flex;align-items:center;gap:10px;font-weight:600}.update-bjhl-tag-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px) scale(1.05);border-color:var(--color-primary);box-shadow:var(--shadow-md)}@media (max-width:768px){.update-bjhl-tag-item{padding:10px 18px;font-size:14px}}@media (max-width:480px){.update-bjhl-tag-item{padding:8px 15px;font-size:13px}}.update-bjhl-footer{background:var(--color-surface);color:var(--color-text);padding:50px 0;margin-top:auto;border-top:2px solid var(--color-border)}@media (max-width:768px){.update-bjhl-footer{padding:30px 0}}.update-bjhl-footer-content{display:block}.update-bjhl-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:50px}@media (max-width:992px){.update-bjhl-footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.update-bjhl-footer-grid{display:none}}.update-bjhl-footer-section h3{font-size:18px;margin-bottom:25px;color:var(--color-text);font-weight:700;position:relative;padding-bottom:15px}.update-bjhl-footer-section h3::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background:var(--color-primary)}.update-bjhl-footer-section p{font-size:15px;line-height:1.8;margin-bottom:25px;opacity:.8}.update-bjhl-footer-section ul{list-style:none}.update-bjhl-footer-section ul li{margin-bottom:15px}.update-bjhl-footer-section ul li a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .4s;font-size:15px;display:flex;align-items:center;gap:10px}.update-bjhl-footer-section ul li a::before{content:"»";font-size:18px;color:var(--color-primary);transition:all .4s}.update-bjhl-footer-section ul li a:hover{opacity:1;color:var(--color-primary);transform:translateX(8px)}.update-bjhl-footer-section ul li a:hover::before{transform:translateX(5px)}.update-bjhl-footer-bottom{text-align:center;padding-top:40px;border-top:1px solid var(--color-border)}@media (max-width:768px){.update-bjhl-footer-bottom{padding-top:20px}}.update-bjhl-copyright-text{font-size:14px;opacity:.7;margin-bottom:15px;line-height:1.8}.update-bjhl-footer-divider{margin:0 8px;opacity:.3}.update-bjhl-footer-bottom a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .4s;font-size:14px}.update-bjhl-footer-bottom a:hover{color:var(--color-primary);opacity:1}.update-bjhl-disclaimer{font-size:13px;opacity:.6;margin:15px 0;line-height:1.8}.update-bjhl-copyright-notice{font-size:12px;opacity:.5;margin-top:15px}@media (max-width:768px){.update-bjhl-copyright-text{font-size:12px;line-height:1.6}.update-bjhl-footer-bottom a{font-size:12px}.update-bjhl-footer-divider{margin:0 5px}.update-bjhl-disclaimer,.update-bjhl-copyright-notice{display:none}}.update-bjhl-register-container{max-width:600px;margin:60px auto;background:var(--color-surface);padding:50px;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}@media (max-width:768px){.update-bjhl-register-container{margin:30px auto;padding:30px}}.update-bjhl-register-title{font-size:32px;margin-bottom:25px;text-align:center;color:var(--color-primary);font-weight:800}@media (max-width:768px){.update-bjhl-register-title{font-size:24px}}.update-bjhl-register-message{background:var(--color-primary-light);color:var(--color-primary-dark);padding:25px;border-radius:var(--radius-md);text-align:center;margin-bottom:35px;border:2px solid var(--color-primary);font-size:16px}@media (max-width:768px){.update-bjhl-register-message{padding:20px;font-size:14px;margin-bottom:25px}}.update-bjhl-register-info{font-size:15px;color:var(--color-text);opacity:.8;text-align:center;margin-top:25px}.update-bjhl-back-to-top{position:fixed;bottom:40px;right:40px;width:60px;height:60px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transform:translateY(30px);transition:all .4s;z-index:1000;font-size:24px;box-shadow:0 8px 25px rgba(0,0,0,.3)}@media (max-width:768px){.update-bjhl-back-to-top{width:50px;height:50px;font-size:20px;bottom:30px;right:30px}}.update-bjhl-back-to-top.update-bjhl-visible{opacity:1;transform:translateY(0)}.update-bjhl-back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-8px) scale(1.1)}.update-bjhl-pagination{display:flex;justify-content:center;gap:12px;margin-top:50px}@media (max-width:768px){.update-bjhl-pagination{gap:8px;margin-top:30px}}.update-bjhl-page-item{padding:12px 24px;background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-text);text-decoration:none;border-radius:var(--radius-md);transition:all .4s;font-weight:600}@media (max-width:768px){.update-bjhl-page-item{padding:8px 16px;font-size:14px}}@media (max-width:480px){.update-bjhl-page-item{padding:6px 12px;font-size:13px}}.update-bjhl-page-item:hover,.update-bjhl-page-item.update-bjhl-active{background:var(--color-primary);color:#fff;transform:translateY(-3px);box-shadow:var(--shadow-md)}.update-bjhl-lazy{opacity:0;transition:opacity .4s}.update-bjhl-lazy.update-bjhl-loaded{opacity:1}.update-bjhl-recommended-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.update-bjhl-recommended-item:hover .update-bjhl-recommended-img{transform:scale(1.1)}.update-bjhl-player-container{background:#000;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:30px;width:100%;aspect-ratio:16/9}@media (max-width:768px){.update-bjhl-player-container{border-radius:var(--radius-lg);margin-bottom:20px}}#update-bjhl-player{width:100%;height:100%}.plyr{width:100%;height:100%}