.header{box-sizing:border-box;z-index:1000;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 clamp(1rem,5vw,5rem);display:flex;position:fixed}.header-left{align-items:center;gap:2rem;display:flex}.header-nav{gap:1.5rem;margin-left:1rem;display:flex}.header-nav p{cursor:pointer;color:var(--text-secondary);white-space:nowrap;font-size:16px;font-weight:700;transition:all .2s}.header-nav p:hover{color:var(--text---text-primary)}.header-right{align-items:center;display:flex}.header-icon{background:0 0;border:none}@media (max-width:768px){.header{padding:0 1rem}.header-nav{display:none}}@media (max-width:480px){.header{height:60px}}
