@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}.header-background{height:calc(50vh + var(--header-height));position:relative;overflow:hidden}.header-background img{width:100%;height:100%;object-fit:cover}.header-background .title-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:2}.header-background .title-wrapper .title-box{display:flex;justify-content:center}.header-background .title-wrapper .title{color:#fff;line-height:1.5}.header-background::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.3);z-index:1}.crumbs-list{padding:30px 0 0;display:flex;align-items:center;justify-content:flex-end;gap:12px 0;flex-wrap:wrap}.crumbs-list .crumbs-item{color:#666;display:flex;align-items:center;flex-shrink:0}.crumbs-list .crumbs-item .iconfont{color:var(--primary-color)}.crumbs-list .crumbs-item .line{padding:0 4px}.crumbs-list .crumbs-item:hover a{color:var(--primary-color)}@media screen and (max-width:992px){.header-background{height:calc(30vh + var(--header-height))}.header-background .title-box{justify-content:center;text-align:center}body .crumbs-list{padding:12px 0 0;justify-content:flex-start}}