/* WXSSC V68.14-A1 front member nav state */
.wx-front-member-state-v6814a1{
  display:inline-flex;
  align-items:center;
  gap:9px;
  height:36px;
  padding:0 10px 0 8px;
  border-radius:999px;
  text-decoration:none !important;
  color:#fff !important;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  white-space:nowrap;
  font-weight:900;
  font-size:13px;
  line-height:1;
}
.wx-front-member-state-v6814a1:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.22);
}
.wx-front-member-avatar-v6814a1{
  width:26px;
  height:26px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 4px 14px rgba(37,99,235,.25);
}
.wx-front-member-avatar-v6814a1 img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.wx-front-member-name-v6814a1{
  max-width:96px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wx-front-member-level-v6814a1{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:20px;
  padding:0 7px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#dbeafe;
  font-size:11px;
  font-weight:950;
}
.wx-front-member-level-v6814a1.vip{
  background:rgba(251,191,36,.18);
  color:#fbbf24;
}
.wx-front-member-level-v6814a1.svip{
  background:rgba(167,139,250,.20);
  color:#c4b5fd;
}
.wx-front-member-login-v6814a1{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  text-decoration:none !important;
  color:rgba(255,255,255,.86) !important;
  border:1px solid transparent;
  font-weight:900;
}
.wx-front-member-login-v6814a1:hover{
  color:#fff !important;
  background:rgba(255,255,255,.08);
}
@media(max-width:760px){
  .wx-front-member-name-v6814a1,
  .wx-front-member-level-v6814a1{
    display:none;
  }
  .wx-front-member-state-v6814a1{
    width:36px;
    padding:0;
    justify-content:center;
  }
}
