.breadcrumb{height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color)}.breadcrumb .box{padding-top:0;padding-bottom:0;width:1425px}.breadcrumb .box .items{padding:0;display:flex}.breadcrumb .box .items .item{padding-right:8px;text-wrap:nowrap}.breadcrumb .box .items .item,.breadcrumb .box .items .item a{font-size:16px;color:#fff;font-weight:700}.breadcrumb .box .items .item.active{pointer-events:none;text-wrap:wrap;overflow:hidden;max-height:20px;display:-webkit-box;-webkit-line-clamp:1;color:#f2b364;-webkit-box-orient:vertical}.breadcrumb .box .items .item.active a{color:#f2b364}@media only screen and (max-width:1200px){.breadcrumb .box{padding-left:24px;padding-right:24px}}