/* cooperation page top bar under site header */
.cooperation-topbar{position:fixed;left:0;right:0;top:calc(var(--xtu-header-height,58px) - 1px);z-index:1029;background:#000;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.cooperation-topbar-inner{width:min(1300px,calc(100% - 48px));margin:0 auto;min-height:56px;display:flex;align-items:center;justify-content:flex-start;gap:20px}
.cooperation-topbar-title{font-size:18px;line-height:1.2;font-weight:600;letter-spacing:.02em;white-space:nowrap}
.cooperation-topbar-desc{display:none}
.cooperation-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cooperation-topbar-chip{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-size:13px;white-space:nowrap}
@media (max-width: 991px){.cooperation-topbar-inner{min-height:52px}}
@media (max-width: 575px){.cooperation-topbar-inner{width:calc(100% - 24px);gap:12px;min-height:48px}.cooperation-topbar-title{font-size:16px}.cooperation-topbar-chip{height:30px;padding:0 12px;font-size:12px}}
