.album-waterfall-layout{background:var(--anzhiyu-background);flex-direction:column;min-height:100vh;display:flex;position:relative}.album-waterfall-layout:before{z-index:-1;content:"";background:var(--anzhiyu-background);position:fixed;inset:0}.album-waterfall-layout .album-main{flex:1}.album-waterfall-layout .album-content{max-width:1400px;margin:0 auto;padding:1rem 1.5rem}.album-waterfall-layout .album-banner{margin-bottom:1.5rem}.album-grid-layout{width:100%;min-height:100vh}.album-comment-section{max-width:1400px;margin:0 auto;padding:0 1.5rem 2rem}#album-wrapper{width:100%;height:100%;padding:0 0 4em;font-family:Source Sans Pro,Helvetica,sans-serif;position:relative}#album-wrapper #album-main{-webkit-tap-highlight-color:#fff0;flex-wrap:wrap;width:100%;display:flex}#album-wrapper #album-main.waterfall-mode{display:block}.global-loading{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex}.global-loading .loading-spinner{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.global-loading .loading-spinner .loading-icon{color:var(--anzhiyu-main);animation:1s linear infinite album-spin;display:inline-flex}.global-loading .loading-spinner span{color:var(--anzhiyu-fontcolor);font-size:1rem;font-weight:500}.empty-state{justify-content:center;align-items:center;width:100%;min-height:300px;display:flex}.empty-state .empty-text{color:var(--anzhiyu-secondtext);font-size:1rem}.an-pagination{justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1.5rem;display:flex}.an-pagination .pagination-total{color:var(--anzhiyu-secondtext);font-size:.875rem}.album-grid-item{cursor:pointer;width:25%;height:calc(40vh - 2em);min-height:20em;animation:.3s ease-out both album-fade-in;animation-delay:calc(var(--item-index,0)*20ms);position:relative;overflow:hidden}.album-grid-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.album-grid-item:hover img{transform:scale(1.03)}.album-grid-item:after{pointer-events:none;content:"";background:linear-gradient(#0000 60%,#0a111973 95%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.album-grid-item:hover:after{opacity:.8}.album-grid-item .image-info{z-index:1;pointer-events:none;opacity:.9;transition:opacity .3s,transform .3s;position:absolute;bottom:16px;left:16px;right:16px}.album-grid-item .image-info h2{color:#fff;text-shadow:0 1px 3px #00000080;margin:0;font-size:14px;font-weight:600;line-height:1.4}.album-grid-item .image-info .image-desc{color:#ffffffd9;text-shadow:0 1px 2px #00000080;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.album-grid-item:hover .image-info{opacity:1;transform:translateY(-4px)}.album-grid-item .tag-info{z-index:1;color:#fff;pointer-events:none;align-items:center;gap:16px;margin:0;font-size:14px;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.album-grid-item .tag-categorys{flex-wrap:wrap;display:flex}.album-grid-item .tag-categorys .tag{z-index:1;color:#f7f7fa;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#0000004d;border-radius:8px;margin-top:12px;margin-left:12px;padding:8px;font-size:12px;line-height:1;transition:all .3s}.album-grid-item .tag-categorys .tag:first-child{margin-left:0}.waterfall-container{gap:var(--waterfall-gap,16px);align-items:flex-start;display:flex}.waterfall-container .waterfall-column{gap:var(--waterfall-gap,16px);flex-direction:column;flex:1;min-width:0;display:flex}.waterfall-container .waterfall-column-item{width:100%;animation:.4s ease-out both album-fade-in;animation-delay:calc(var(--item-index,0)*30ms)}.album-waterfall-item{cursor:pointer;background:var(--anzhiyu-card-bg);border:var(--style-border-always);box-shadow:var(--anzhiyu-shadow-border);border-radius:12px;flex-flow:column;justify-content:space-between;align-items:flex-start;padding:1rem 1rem .5rem;transition:border .3s;display:flex;overflow:hidden}.album-waterfall-item:hover{border:var(--style-border-hover)}.album-waterfall-item:hover .waterfall-image{transform:scale(1.02)}.album-waterfall-item .waterfall-item-content{border-radius:12px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.album-waterfall-item .waterfall-item-content .waterfall-image{object-fit:cover;border-radius:12px;width:100%;height:auto;transition:transform .35s;display:block}.album-waterfall-item .waterfall-item-content:after{pointer-events:none;content:"";opacity:.8;background:linear-gradient(#0000 60%,#0a111973 95%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.album-waterfall-item .waterfall-item-content .image-info{z-index:1;pointer-events:none;opacity:.9;transition:opacity .3s,transform .3s;position:absolute;bottom:16px;left:16px;right:16px}.album-waterfall-item .waterfall-item-content .image-info h2{color:#fff;text-shadow:0 1px 3px #00000080;margin:0;font-size:14px;font-weight:600;line-height:1.4}.album-waterfall-item .waterfall-item-content .image-info .image-desc{color:#ffffffd9;text-shadow:0 1px 2px #00000080;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.album-waterfall-item .waterfall-item-content .tag-info{z-index:1;color:#fff;pointer-events:none;align-items:center;gap:16px;margin:0;font-size:14px;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.album-waterfall-item .waterfall-item-content .tag-info .tag-categorys{flex-wrap:wrap;display:flex}.album-waterfall-item .waterfall-item-content .tag-info .tag-categorys .tag{color:#f7f7fa;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#0000004d;border-radius:8px;margin-left:8px;padding:8px;font-size:12px;line-height:1;transition:all .3s}.album-waterfall-item .waterfall-item-content .tag-info .tag-categorys .tag:first-child{margin-left:0}.album-waterfall-item .album-item-bottom{justify-content:space-between;align-items:center;width:100%;display:flex}.album-waterfall-item .album-item-info{flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.album-waterfall-item .album-item-info .album-info-time,.album-waterfall-item .album-item-info .album-info-location{color:var(--anzhiyu-fontcolor);cursor:default;background-color:var(--anzhiyu-gray-op);border-radius:20px;align-items:center;gap:.2rem;padding:0 8px;font-size:.7rem;display:flex}.album-waterfall-item .album-item-info .album-info-time svg,.album-waterfall-item .album-item-info .album-info-location svg{width:.875rem;height:.875rem}.album-waterfall-item .album-reply{width:32px;height:32px;color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;transition:all .3s;display:flex}.album-waterfall-item .album-reply svg{width:1.125rem;height:1.125rem}.album-waterfall-item .album-reply:hover{color:var(--anzhiyu-main);background:var(--anzhiyu-main-op)}#album-header{z-index:10002;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);opacity:0;background:#121212cc;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 1.5em;line-height:1;animation:.8s ease-out 1s forwards album-header-slide-up,.6s ease-in 1s forwards album-header-fade-in;display:flex;position:fixed;top:calc(100vh - 80px);left:0;transform:translateY(4em)}#album-header .header-left{flex-shrink:0;align-items:center;display:flex}#album-header .header-left .home-link{cursor:pointer}#album-header h1{color:#a0a0a1;align-items:center;height:4em;margin:0;font-size:1em;line-height:4.5em;display:flex}#album-header h1 a{color:inherit;border:0;line-height:1}#album-header nav{flex:1;min-width:0;margin-left:auto}#album-header nav>ul{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}#album-header nav>ul>li{justify-content:center;padding:0;display:flex;position:relative}#album-header nav>ul>li.nav-item .nav-item-child{pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#0009;border-radius:8px;flex-direction:column;align-items:center;height:fit-content;padding:8px;transition:all .3s;display:flex;position:absolute;bottom:64px}#album-header nav>ul>li.nav-item .nav-item-child>ul{margin:0;padding-left:0}#album-header nav>ul>li.nav-item .nav-item-child:before{content:"";width:100%;height:40px;position:absolute;bottom:-40px;left:0}@media (hover:hover){#album-header nav>ul>li.nav-item:hover .nav-item-child{pointer-events:all;opacity:1}#album-header nav>ul>li.nav-item:hover>.dropdown-trigger{background:#ffffff1e}}#album-header nav>ul>li.nav-item.is-open .nav-item-child{pointer-events:all;opacity:1}#album-header nav>ul>li.nav-item.is-open>.dropdown-trigger{background:#ffffff1e}#album-header nav>ul>li.nav-item .category-parent{border-radius:8px;font-size:14px;transition:all .3s}#album-header nav>ul>li.nav-item .category-parent:hover{background:#0d00ff}#album-header nav>ul>li.nav-item .category-parent.category-level-0,#album-header nav>ul>li.nav-item .category-parent.category-level-0 .nav-action{text-align:center;width:100%}#album-header nav>ul>li a,#album-header nav>ul>li .nav-action{font:inherit;color:#fff;letter-spacing:.1em;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;line-height:1;text-decoration:none;transition:background-color .5s;display:inline-flex}#album-header nav>ul>li a.active,#album-header nav>ul>li .nav-action.active{background-color:#30343f}#album-header nav>ul>li a:hover,#album-header nav>ul>li .nav-action:hover{background:#ffffff1e;color:#fff!important}#album-header .site-logo{border-radius:20px;width:30px;height:30px;margin-right:1rem}#album-header .site-name{color:#fff}#album-header .police-record-link{align-items:center;gap:4px;display:inline-flex}#album-header .police-record-link .police-record-icon{object-fit:contain;width:14px;height:14px}.az-preview-overlay{z-index:10040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1f2224cc;position:fixed;inset:0}.poptrox-popup{z-index:10041;background:#1f2224ec;border-radius:8px;width:150px;height:150px;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 16px 40px #0006}.poptrox-popup .pic{background:#1f222459;width:100%;height:100%}.poptrox-popup .pic img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.poptrox-popup .caption{z-index:2;color:#fff;background:linear-gradient(#10101000 0%,#10101094 75%);padding:16px;position:absolute;bottom:0;left:0;right:0}.poptrox-popup .caption .image-title-desc{margin-bottom:8px}.poptrox-popup .caption .image-title-desc .image-title{margin:0 0 6px;font-size:1rem;font-weight:700;line-height:1.4}.poptrox-popup .caption .image-title-desc .image-description{color:#ffffffd9;margin:0;font-size:.875rem;line-height:1.5}.poptrox-popup .caption .tag-info-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.poptrox-popup .caption .tag-info-row .tag-info{flex-wrap:wrap;gap:6px;display:flex}.poptrox-popup .caption .tag-info-row .tag-device,.poptrox-popup .caption .tag-info-row .tag-location,.poptrox-popup .caption .tag-info-row .tag-time{border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:inline-flex}.poptrox-popup .caption .tag-info-row .download-btn{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff42;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:all .3s;display:inline-flex}.poptrox-popup .caption .tag-info-row .download-btn:hover{background:var(--anzhiyu-main);border-color:var(--anzhiyu-main)}.poptrox-popup .az-preview-close,.poptrox-popup .az-nav{z-index:3;color:#fff;cursor:pointer;background:#00000059;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:inline-flex;position:absolute}.poptrox-popup .az-preview-close svg,.poptrox-popup .az-nav svg{width:22px;height:22px}.poptrox-popup .az-preview-close:hover,.poptrox-popup .az-nav:hover{background:#0009}.poptrox-popup .az-preview-close{top:12px;right:12px}.poptrox-popup .nav-previous{top:50%;left:12px;transform:translateY(-50%)}.poptrox-popup .nav-next{top:50%;right:12px;transform:translateY(-50%)}.poptrox-popup .loader{z-index:5;border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite album-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.album-download-bar{z-index:10060;color:#fff;opacity:0;background:#2c2c2c;align-items:center;width:100%;height:60px;padding:0 16px;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translateY(-100%);box-shadow:0 2px 6px #0003}.album-download-bar.is-visible{opacity:1;transform:translateY(0)}.album-download-bar .album-download-progress{background:linear-gradient(90deg,#6366f159,#3b82f64d);width:100%;position:absolute;inset:0}.album-download-bar .album-download-text{z-index:2;color:#fff;margin-left:10px;font-size:16px;font-weight:500;position:relative}@media screen and (max-width:1680px){.album-grid-item{width:33.3333%}}@media screen and (max-width:1280px){.album-grid-item{width:50%}}@media screen and (max-width:980px){.album-grid-item{min-height:18em}}@media screen and (max-width:768px){#album-header{height:56px;padding:0 12px;animation:.6s ease-out .5s forwards album-header-slide-up,.4s ease-in .5s forwards album-header-fade-in;top:0;bottom:auto;transform:translateY(0)}#album-header .site-logo{width:32px;height:32px;margin-right:8px}#album-header h1{display:none!important}#album-header nav>ul{gap:4px}#album-header nav>ul>li a,#album-header nav>ul>li .nav-action{letter-spacing:.05em;padding:8px 14px;font-size:.9em}#album-header nav>ul .nav-about,#album-header nav>ul .nav-icp,#album-header nav>ul .nav-police{display:none}.album-waterfall-layout .album-content{padding:.5rem}.album-comment-section{padding:0 .5rem 2rem}.poptrox-popup{border-radius:0;inset:0;width:100vw!important;height:100vh!important;transform:none!important}.poptrox-popup .caption{padding:12px}.poptrox-popup .caption .tag-info-row{flex-direction:column;align-items:flex-start}.poptrox-popup .az-preview-close{top:10px;right:10px}.poptrox-popup .nav-previous,.poptrox-popup .nav-next{width:36px;height:36px}}@media screen and (max-width:736px){.album-grid-item .image-info{bottom:12px;left:12px;right:12px}.album-grid-item .image-info h2{font-size:13px}.album-grid-item .image-info .image-desc{margin-top:3px;font-size:11px}.album-grid-item .tag-info{top:12px;left:12px}.album-grid-item .tag-categorys .tag{margin-top:8px;margin-left:8px;padding:6px;font-size:11px}}@media screen and (max-width:480px){.album-grid-item{width:100%}#album-header{height:50px;padding:0 10px}#album-header .site-logo{width:28px;height:28px;margin-right:6px}#album-header nav>ul{gap:2px}#album-header nav>ul>li a,#album-header nav>ul>li .nav-action{padding:6px 12px;font-size:.85em}}@media (prefers-reduced-motion:reduce){.album-grid-item,.album-download-bar,.poptrox-popup,#album-header{transition:none!important;animation:none!important}}@keyframes album-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes album-fade-in{0%{opacity:0}to{opacity:1}}@keyframes album-header-slide-up{to{transform:translateY(0)}}@keyframes album-header-fade-in{to{opacity:1}}
