/* 登录前后共用同一内容位置：输入手机号 / 显示会员信息，登录 / 退出。 */
#memberLoggedOut[hidden],#memberLoggedIn[hidden]{display:none!important}
.member-panel.is-member-bound #memberLoggedIn:not([hidden]){position:static!important;grid-row:2;align-self:center;display:flex!important;flex-direction:column;align-items:stretch;width:min(100%,320px);margin:0!important}.member-panel .member-identity-label{display:block;margin:0!important;color:#edf0fa!important;font-size:13px!important;font-weight:700;line-height:18px}.member-panel #memberIdentity{display:flex!important;align-items:center;width:100%;height:39px;min-height:39px;max-width:none;margin:4px 0 0!important;padding:8px 10px!important;overflow:hidden;border:1px solid #ffffff47!important;border-radius:9px!important;background:#ffffffef!important;color:#29314e!important;font-size:14px!important;font-weight:700!important;line-height:21px;white-space:nowrap;text-overflow:ellipsis;box-shadow:0 5px 12px #19213d22}.member-panel #logoutMember{position:static!important;align-self:flex-start;width:188px!important;min-height:40px!important;margin:10px 0 0!important;padding:8px 13px!important;border:1px solid #ffffff7a!important;border-radius:11px!important;background:#fff!important;color:#29314e!important;font-size:14px!important;font-weight:800!important;box-shadow:none!important}
@media(max-width:720px){.member-panel.is-member-bound #memberLoggedIn:not([hidden]){width:100%}.member-panel .member-identity-label{font-size:12px!important;line-height:16px}.member-panel #memberIdentity{height:36px;min-height:36px;margin-top:3px!important;padding:7px 9px!important;font-size:13px!important}.member-panel #logoutMember{width:172px!important;min-height:37px!important;margin-top:8px!important;font-size:13px!important}}
@media(max-width:340px){.member-panel .member-identity-label{font-size:11px!important;line-height:14px}.member-panel #memberIdentity{height:33px;min-height:33px;padding:6px 8px!important;font-size:12px!important}.member-panel #logoutMember{width:154px!important;min-height:33px!important;margin-top:6px!important;font-size:12px!important}}

/* 两种状态共用右下角的小操作按钮。 */
.member-panel #loginMember,.member-panel #logoutMember{position:absolute!important;right:24px;bottom:18px;z-index:2;align-self:auto;width:72px!important;min-width:72px!important;height:30px!important;min-height:30px!important;margin:0!important;padding:5px 14px!important;border-radius:9px!important;font-size:12px!important;line-height:18px!important;box-shadow:none!important}.member-panel #loginMember{border:1px solid #ff9da4!important;background:linear-gradient(100deg,#ff6572,#ff8172)!important;color:#fff!important}.member-panel #logoutMember{border:1px solid #ffffff6b!important;background:#ffffff18!important;color:#fff!important}
@media(max-width:720px){.member-panel #loginMember,.member-panel #logoutMember{right:18px;bottom:14px;width:66px!important;min-width:66px!important;height:27px!important;min-height:27px!important;padding:4px 12px!important;font-size:11px!important;line-height:17px!important}}
@media(max-width:340px){.member-panel #loginMember,.member-panel #logoutMember{right:13px;bottom:10px;width:60px!important;min-width:60px!important;height:24px!important;min-height:24px!important;padding:3px 10px!important;font-size:10px!important;line-height:16px!important}}

/* 压缩卡片后，登录态会员信息紧跟等级区域向上排列。 */
.member-panel.is-member-bound #memberLoggedIn:not([hidden]){align-self:start!important;margin-top:-2px!important}
