@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 .container{display:flex;justify-content:center}.header-background .title-wrapper .title-box{position:relative}.header-background .title-wrapper .title-box .title{color:#fff;line-height:1.5;position:relative;font-family:'DouyinSansBold';z-index:1}.header-background .title-wrapper .title-box::after{content:'';position:absolute;left:0;bottom:0;transform:translate(-5%, -15%);z-index:0;width:110%;height:22px;border-radius:11px;background:#e7c472}.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){body .header-background{height:initial;aspect-ratio:16 / 9}body .header-background .title-wrapper .title-box::after{display:none;height:11px}body .crumbs-list{padding:12px 0 0;justify-content:flex-start}}