/* head_32.css - type2 */ .__PFX__-l7a-shell{ padding:10px 12px 6px; background:var(--bg-soft-color); border-bottom:1px solid var(--border-color); } .__PFX__-l7a-bar{ display:flex; align-items:center; justify-content:space-between; gap:10px; } .__PFX__-l7a-brand{ display:flex; flex-direction:column; } .__PFX__-l7a-name{ font-size:18px; font-weight:600; color:var(--primary-color); } .__PFX__-l7a-sub{ font-size:11px; color:var(--text-muted-color); } .__PFX__-l7a-toggle{ width:32px; height:32px; border-radius:999px; border:1px solid var(--border-color); background:#fff; cursor:pointer; } .__PFX__-l7a-search{ margin-top:6px; display:flex; background:#fff; border-radius:999px; border:1px solid var(--border-color); padding:3px 4px 3px 10px; } .__PFX__-l7a-search input{ flex:1; border:none; font-size:13px; background:transparent; } .__PFX__-l7a-go{ min-width:48px; border:none; border-radius:999px; background:var(--primary-color); color:#fff; font-size:13px; cursor:pointer; } .__PFX__-l7a-nav{ margin-top:4px; } .__PFX__-l7a-navList{ list-style:none; padding:0; margin:0; display:flex; gap:8px; overflow-x:auto; } .__PFX__-l7a-navList a{ display:inline-block; padding:4px 10px; border-radius:999px; font-size:12px; background:#fff; color:var(--text-color); white-space:nowrap; } .__PFX__-l7a-navList a.active{ background:var(--primary-color); color:#fff; } @media(min-width:768px){ .__PFX__-l7a-toggle{display:none;} .__PFX__-l7a-navList{justify-content:flex-end;} }