.bc-workbench-scene {
    position: relative;
    min-height: 760px;
    padding: 38px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 8%, rgba(217, 208, 255, .55), transparent 27%),
        radial-gradient(circle at 91% 19%, rgba(203, 227, 255, .48), transparent 29%),
        radial-gradient(circle at 68% 87%, rgba(255, 218, 239, .35), transparent 28%),
        linear-gradient(145deg, #faf9ff 0%, #f5f7ff 48%, #fff9fc 100%)
}

.bc-workbench-glow {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 42%;
    background: rgba(255, 255, 255, .2);
    filter: blur(1px);
    pointer-events: none
}

.bc-workbench-glow.is-one {
    top: 130px;
    left: -90px;
    width: 260px;
    height: 260px;
    transform: rotate(24deg)
}

.bc-workbench-glow.is-two {
    right: -120px;
    bottom: 90px;
    width: 330px;
    height: 330px;
    transform: rotate(-18deg)
}

.bc-workbench {
    position: relative;
    z-index: 2
}

.bc-workbench-side .sidenav {
    position: sticky;
    top: 100px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(246, 243, 255, .64));
    box-shadow: 0 22px 58px rgba(69, 55, 120, .1), inset 0 1px 0 rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px)
}

.bc-workbench-side .sidenav .list-group {
    margin: 0
}

.bc-workbench-side .sidenav .list-group-heading {
    padding: 20px 21px 13px !important;
    border: 0 !important;
    background: transparent !important;
    color: #777286 !important;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .12em
}

.bc-workbench-side .sidenav .list-group-item {
    margin: 4px 10px;
    padding: 0;
    border: 0 !important;
    border-radius: 13px !important;
    background: transparent !important
}

.bc-workbench-side .sidenav .list-group-item a {
    display: block;
    padding: 12px 13px;
    border-radius: 13px;
    color: #676373
}

.bc-workbench-side .sidenav .list-group-item a i {
    margin-right: 8px;
    color: #9690a8
}

.bc-workbench-side .sidenav .list-group-item.active a {
    background: linear-gradient(120deg, rgba(232, 226, 255, .95), rgba(230, 240, 255, .88));
    color: #654fc7 !important;
    box-shadow: 0 9px 22px rgba(90, 70, 174, .1)
}

.bc-member-welcome {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 154px;
    margin-bottom: 18px;
    padding: 30px 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(247, 244, 255, .7) 53%, rgba(239, 246, 255, .66));
    box-shadow: 0 28px 72px rgba(72, 57, 128, .12), inset 0 1px 0 #fff;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px)
}

.bc-member-welcome:before {
    position: absolute;
    top: -90px;
    right: 70px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 172, 247, .3), transparent 68%);
    content: "";
    pointer-events: none
}

.bc-member-avatar {
    position: relative;
    z-index: 2;
    flex: none;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 24px;
    background: rgba(255, 255, 255, .55);
    box-shadow: 0 15px 32px rgba(83, 66, 151, .14)
}

.bc-member-avatar img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 19px
}

.bc-member-intro {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0
}

.bc-member-intro>span {
    color: #7864d2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em
}

.bc-member-intro h1 {
    margin: 5px 0 5px;
    color: #2d2d39;
    font-size: 26px;
    letter-spacing: -.035em
}

.bc-member-intro p {
    margin: 0;
    color: #858190;
    font-size: 12px
}

.bc-member-welcome>.bc-button {
    position: relative;
    z-index: 2;
    box-shadow: 0 14px 27px rgba(102, 78, 211, .2)
}

.bc-member-orb {
    position: absolute;
    right: 26px;
    bottom: -34px;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 33px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .45), rgba(190, 178, 244, .18));
    box-shadow: inset 8px 8px 22px rgba(255, 255, 255, .65);
    transform: rotate(24deg)
}

.bc-member-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px;
    margin-bottom: 18px
}

.bc-member-stats>a,
.bc-member-stats>div {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-template-rows: auto auto;
    gap: 0 9px;
    padding: 17px 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 38px rgba(72, 57, 128, .08), inset 0 1px 0 #fff;
    backdrop-filter: blur(18px);
    transition: .22s
}

.bc-member-stats>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(72, 57, 128, .12)
}

.bc-member-stats i {
    grid-row: 1/3;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-top: 4px;
    border-radius: 10px;
    background: #eeeaff;
    color: #6853c8
}

.bc-member-stats strong {
    color: #34333f;
    font-size: 21px;
    line-height: 1.05
}

.bc-member-stats span {
    color: #918d9c;
    font-size: 10px
}

.bc-member-stats .is-blue i {background:#eaf3ff;color:#527fc4}
.bc-member-stats .is-green i {background:#e9f8f0;color:#3b8967}
.bc-member-stats .is-pink i {background:#fff0f6;color:#aa527e}
.bc-member-stats .is-amber i {background:#fff5e8;color:#ad7540}

.bc-workbench-card {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(251, 250, 255, .68));
    box-shadow: 0 24px 62px rgba(69, 55, 120, .09), inset 0 1px 0 #fff;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px)
}

.bc-workbench-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 23px 26px 19px;
    border-bottom: 1px solid rgba(74, 62, 112, .07)
}

.bc-workbench-card-head>div>span {
    color: #7b68cf;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .17em
}

.bc-workbench-card-head h2 {
    margin: 3px 0 0;
    color: #34333f;
    font-size: 19px
}

.bc-workbench-card-head>a {
    color: #6955c8;
    font-size: 11px;
    font-weight: 700
}

.bc-workbench-card-head>a i {
    margin-left: 5px;
    font-style: normal
}

.bc-workbench-card-head>p {
    margin: 0;
    color: #9692a0;
    font-size: 10px
}

.bc-member-list {
    padding: 3px 23px 10px
}

.bc-member-list>a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 3px;
    border-bottom: 1px solid rgba(60, 50, 94, .06)
}

.bc-member-list>a:last-child {border-bottom:0}
.bc-member-list>a>div {display:flex;flex:1;min-width:0;flex-direction:column}
.bc-member-list small {color:#908c9b;font-size:10px}
.bc-member-list strong {overflow:hidden;color:#41404c;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.bc-member-list time {margin-top:2px;color:#aaa6b2;font-size:9px}
.bc-member-list>a>i {color:#a19cac}

.bc-status {
    flex: none;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eeeaff;
    color: #6650c8;
    font-size: 9px;
    font-weight: 700
}

.bc-status-published {background:#eaf8f1;color:#398063}
.bc-status-rejected,.bc-status-hidden {background:#fff0f0;color:#aa4e55}

.bc-case-list {
    display: grid;
    gap: 12px;
    padding: 18px 22px 23px
}

.bc-case-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(72, 58, 119, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 10px 25px rgba(75, 59, 128, .045);
    transition: .22s
}

.bc-case-item:hover {
    transform: translateY(-2px);
    border-color: rgba(104, 83, 190, .15);
    box-shadow: 0 16px 34px rgba(75, 59, 128, .08)
}

.bc-case-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff0f7, #f0e8ff);
    color: #a65382;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9)
}

.bc-case-icon.is-appeal {
    background: linear-gradient(145deg, #eeebff, #e7f1ff);
    color: #6256b9
}

.bc-case-content {min-width:0}
.bc-case-content>header {display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.bc-case-content>header>b {color:#777382;font-size:10px;font-weight:600}
.bc-case-content>header>time {margin-left:auto;color:#aaa6b2;font-size:9px}

.bc-workbench-status {
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff4e8;
    color: #a36b34;
    font-size: 9px;
    font-weight: 750
}

.bc-workbench-status.is-resolved {background:#e9f8f0;color:#3b8162}
.bc-workbench-status.is-rejected,.bc-workbench-status.is-withdrawn {background:#fff0f1;color:#aa4f5a}
.bc-workbench-status.is-processing,.bc-workbench-status.is-verifying {background:#eaf3ff;color:#527bb8}

.bc-case-content h3 {
    margin: 8px 0 5px;
    overflow: hidden;
    color: #3c3b47;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bc-case-content h3 a {color:#3c3b47}
.bc-case-content>p {margin:0;color:#777382;font-size:11px;line-height:1.75}
.bc-case-content>p>strong {color:#6253a7}

.bc-audit-reply {
    display: flex;
    gap: 11px;
    margin-top: 13px;
    padding: 13px 14px;
    border: 1px solid rgba(76, 139, 105, .1);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(235, 249, 242, .9), rgba(242, 249, 255, .78))
}

.bc-audit-reply>i {
    flex: none;
    margin-top: 2px;
    color: #43876a
}

.bc-audit-reply strong {display:block;color:#3f6454;font-size:10px}
.bc-audit-reply p {margin:2px 0 0;color:#65796f;font-size:11px;line-height:1.65}
.bc-audit-reply time {display:block;margin-top:4px;color:#9aaba2;font-size:9px}
.bc-audit-reply.is-waiting {border-color:rgba(107,88,191,.09);background:rgba(246,244,252,.75)}
.bc-audit-reply.is-waiting>i {color:#8c83ad}
.bc-audit-reply.is-waiting strong {color:#6d687d}
.bc-audit-reply.is-waiting p {color:#9691a1}

.bc-member-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 24px 39px;
    text-align: center
}

.bc-member-empty>i {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 11px;
    border-radius: 15px;
    background: linear-gradient(145deg, #f0ecff, #e7f1ff);
    color: #7562ce
}

.bc-member-empty strong {color:#4d4b58;font-size:13px}
.bc-member-empty span {margin-top:4px;color:#9894a2;font-size:10px}
.bc-member-empty .bc-button {margin-top:16px}

/* 会员中心子页面统一页头 */
.bc-member-page-head {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 19px;
    min-height: 132px;
    margin-bottom: 18px;
    padding: 25px 29px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(247, 244, 255, .7) 55%, rgba(239, 246, 255, .67));
    box-shadow: 0 28px 72px rgba(72, 57, 128, .11), inset 0 1px 0 #fff;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px)
}
.bc-member-page-head:after {position:absolute;right:8%;top:-100px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(187,174,247,.27),transparent 68%);content:"";pointer-events:none}
.bc-member-page-head>div:nth-child(2) {position:relative;z-index:1;min-width:0}
.bc-member-page-head>div:nth-child(2)>span {color:#7864d2;font-size:9px;font-weight:800;letter-spacing:.16em}
.bc-member-page-head h1 {margin:5px 0;color:#2d2d39;font-size:25px;line-height:1.2;letter-spacing:-.035em}
.bc-member-page-head p {margin:0;color:#858190;font-size:11px;line-height:1.7}
.bc-member-page-icon {position:relative;z-index:1;display:grid;place-items:center;width:62px;height:62px;border:1px solid rgba(255,255,255,.95);border-radius:21px;background:linear-gradient(145deg,#f0ebff,#e7efff);color:#6754c6;font-size:22px;box-shadow:0 14px 31px rgba(83,66,151,.13),inset 0 1px 0 #fff}
.bc-member-page-icon.is-blue {background:linear-gradient(145deg,#eef4ff,#e5ecff);color:#5279bf}.bc-member-page-icon.is-pink {background:linear-gradient(145deg,#fff0f7,#f3e9ff);color:#a75582}.bc-member-page-icon.is-green {background:linear-gradient(145deg,#ecfaf4,#e9f4ff);color:#3e8668}.bc-member-page-icon.is-amber {background:linear-gradient(145deg,#fff8e9,#f5edff);color:#a97439}
.bc-member-head-link {position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;border:1px solid rgba(101,79,199,.13);border-radius:13px;background:rgba(255,255,255,.76);color:#6752c5;font-size:10px;font-weight:750;box-shadow:0 10px 22px rgba(84,65,157,.08);white-space:nowrap}
.bc-member-head-link:hover {color:#5944bb;background:#fff;transform:translateY(-1px)}
.bc-member-head-form {position:relative;z-index:2;margin:0}.bc-member-head-form button {font-family:inherit}

.bc-member-list-card {padding:18px 20px}.bc-member-list-card>.bc-member-list {padding:0 4px}.bc-member-list-card>.bc-my-list {margin:0}.bc-member-list-card>.bc-pagination {margin-bottom:3px}
.bc-my-evidence {display:grid;gap:6px;margin-top:13px;padding:12px 14px;border-radius:14px;background:linear-gradient(145deg,#faf9ff,#f4f7ff)}.bc-my-evidence>strong {color:#6653bd;font-size:10px}.bc-my-evidence>strong i {margin-right:5px}.bc-my-evidence>a {display:flex;align-items:center;justify-content:space-between;gap:10px;color:#5e5a68;font-size:10px}.bc-my-evidence>a span {overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bc-my-evidence>a small {flex:none;color:#938e9d;font-size:9px}
.bc-member-form-card {padding:21px}.bc-member-form-card .bc-report-wizard {max-width:none}.bc-member-form-card .bc-wizard-progress {box-shadow:none}.bc-member-form-card .bc-form-section {box-shadow:0 15px 38px rgba(69,55,120,.055)}
.bc-member-review-note {display:flex;gap:12px;margin:-2px 0 18px;padding:15px 18px;border:1px solid rgba(190,128,58,.12);border-radius:18px;background:linear-gradient(135deg,rgba(255,248,234,.92),rgba(255,252,246,.8));box-shadow:0 13px 30px rgba(115,78,36,.06)}
.bc-member-review-note>i {margin-top:3px;color:#ad783c}.bc-member-review-note strong {color:#75542f;font-size:11px}.bc-member-review-note p {margin:3px 0 0;color:#89745d;font-size:10px;line-height:1.7}

/* 资料与账号安全表单 */
.bc-member-settings-card {padding:28px 30px 25px}.bc-member-form {max-width:760px;margin:0 auto}.bc-member-form .form-group {margin-bottom:21px}.bc-member-form .control-label {padding-top:13px;color:#5e5a69;font-size:11px;font-weight:700;text-align:left}.bc-member-form .form-control {height:46px;padding:0 14px;border:1px solid rgba(64,52,101,.11);border-radius:14px;background:rgba(249,248,253,.72);color:#393844;box-shadow:inset 0 1px 1px rgba(84,70,130,.02);transition:.2s}.bc-member-form .form-control:focus {border-color:rgba(112,88,233,.4);background:#fff;box-shadow:0 0 0 4px rgba(112,88,233,.07)}
.bc-member-form .normal-footer {margin-top:29px;margin-bottom:0;padding-top:21px;border-top:1px solid rgba(67,55,103,.07)}.bc-member-form .normal-footer .btn {min-width:112px;height:42px;margin-right:8px;border-radius:13px;font-size:11px;font-weight:700}.bc-member-form .normal-footer .btn-primary {border:0;background:linear-gradient(125deg,#725be1,#6f91ed 67%,#bd75c9);box-shadow:0 12px 25px rgba(103,80,211,.18)}.bc-member-form .normal-footer .btn-default {border-color:rgba(65,53,101,.1);background:#f6f4fa;color:#797582}
.bc-profile-avatar-row {display:flex;align-items:center;gap:17px;margin-bottom:26px;padding:17px;border:1px solid rgba(74,59,119,.07);border-radius:20px;background:linear-gradient(145deg,rgba(249,247,255,.8),rgba(244,248,255,.7))}.bc-profile-avatar-row>div:last-child strong {display:block;color:#484652;font-size:12px}.bc-profile-avatar-row>div:last-child p {margin:4px 0 0;color:#9792a0;font-size:10px}
.profile-avatar-container {position:relative;flex:none;width:76px;height:76px;overflow:hidden;border:4px solid rgba(255,255,255,.9);border-radius:22px;box-shadow:0 12px 26px rgba(79,63,139,.13)}.profile-avatar-container .profile-user-img {display:block;width:100%;height:100%;object-fit:cover}.profile-avatar-container .profile-avatar-text {position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:4px;background:rgba(49,42,70,.62);color:#fff;font-size:9px;opacity:0;transition:.2s}.profile-avatar-container:hover .profile-avatar-text {opacity:1}.profile-avatar-container button {position:absolute;z-index:2;inset:0;width:100%;height:100%;border:0;opacity:0;cursor:pointer}
.bc-field-help {display:block;margin:7px 3px 0;color:#9a96a4;font-size:9px}.bc-security-tip {display:flex;gap:13px;margin-bottom:27px;padding:16px 18px;border:1px solid rgba(74,134,103,.1);border-radius:18px;background:linear-gradient(135deg,rgba(235,249,242,.9),rgba(242,249,255,.76))}.bc-security-tip>i {display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.75);color:#43876a}.bc-security-tip strong {display:block;color:#426553;font-size:11px}.bc-security-tip p {margin:3px 0 0;color:#718078;font-size:10px;line-height:1.65}.bc-password-control {position:relative}.bc-password-control>i {position:absolute;z-index:1;left:15px;top:15px;color:#9993a7}.bc-password-control .form-control {padding-left:41px}

@media (max-width: 991px) {
    .bc-workbench-side {margin-bottom:18px}
    .bc-workbench-side .sidenav {position:static}
    .bc-member-stats {grid-template-columns:repeat(3,1fr)}
}

@media (max-width: 767px) {
    .bc-workbench-scene {padding-top:22px}
    .bc-member-welcome {align-items:flex-start;flex-wrap:wrap;padding:24px}
    .bc-member-intro {width:calc(100% - 100px)}
    .bc-member-intro h1 {font-size:22px}
    .bc-member-welcome>.bc-button {margin-left:90px}
    .bc-member-stats {grid-template-columns:1fr 1fr}
    .bc-workbench-card-head {align-items:flex-start;padding:20px}
    .bc-workbench-card-head>p {max-width:145px;text-align:right}
    .bc-case-list {padding:14px}
    .bc-case-item {grid-template-columns:38px minmax(0,1fr);padding:15px}
    .bc-case-icon {width:38px;height:38px;border-radius:13px}
    .bc-case-content>header>time {width:100%;margin:0}
    .bc-member-page-head {grid-template-columns:54px minmax(0,1fr);padding:22px;border-radius:25px}.bc-member-page-icon {width:54px;height:54px;border-radius:18px}.bc-member-page-head>.bc-button,.bc-member-page-head>.bc-member-head-link,.bc-member-page-head>.bc-member-head-form {grid-column:1/-1;width:100%}.bc-member-head-form .bc-member-head-link {width:100%}.bc-member-settings-card {padding:23px 20px}.bc-member-form .control-label {padding-top:0;margin-bottom:7px}.bc-member-form .normal-footer {margin-right:0;margin-left:0}.bc-member-form .normal-footer>div {padding:0}.bc-member-form-card {padding:15px}
}

@media (max-width: 520px) {
    .bc-workbench-scene {padding:18px 0 48px}
    .bc-member-dashboard {width:100%;padding-right:14px;padding-left:14px}
    .bc-workbench-side {display:block;width:100%;margin-bottom:13px}
    .bc-workbench-side .sidebar-toggle {display:none}
    .bc-workbench-side .sidenav {max-width:100%;overflow-x:auto;border-radius:18px;scrollbar-width:none}
    .bc-workbench-side .sidenav::-webkit-scrollbar {display:none}
    .bc-workbench-side .sidenav .list-group {display:flex;width:max-content;min-width:100%;padding:7px}
    .bc-workbench-side .sidenav .list-group-item {flex:none;margin:0 2px}
    .bc-workbench-side .sidenav .list-group-item a {padding:10px 11px;white-space:nowrap}
    .bc-workbench-side .sidenav .list-group-item a i {margin-right:5px}
    .bc-workbench-main {width:100%}
    .bc-member-welcome {display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;padding:20px;border-radius:23px}
    .bc-member-avatar img {width:48px;height:48px;border-radius:14px}
    .bc-member-avatar {border-radius:17px}
    .bc-member-intro {width:auto}
    .bc-member-intro h1 {font-size:20px;overflow-wrap:anywhere}
    .bc-member-welcome>.bc-button {grid-column:1/-1;width:100%;margin:3px 0 0}
    .bc-member-orb {right:-14px;bottom:-43px}
    .bc-member-stats {gap:9px}
    .bc-member-stats>a,.bc-member-stats>div {grid-template-columns:25px 1fr;padding:14px 11px;border-radius:17px}
    .bc-member-stats i {width:25px;height:25px}
    .bc-member-stats strong {font-size:18px}
    .bc-workbench-card {border-radius:22px}
    .bc-workbench-card-head {gap:8px;flex-direction:column}
    .bc-workbench-card-head>p {max-width:none;text-align:left}
    .bc-member-list {padding-right:15px;padding-left:15px}
    .bc-member-list>a {gap:9px}
    .bc-case-item {grid-template-columns:1fr;gap:10px}
    .bc-case-content h3 {white-space:normal;overflow-wrap:anywhere}
    .bc-audit-reply {padding:12px}
    .bc-member-page-head {grid-template-columns:46px minmax(0,1fr);gap:13px;padding:18px;border-radius:22px}.bc-member-page-icon {width:46px;height:46px;border-radius:15px;font-size:17px}.bc-member-page-head h1 {font-size:21px}.bc-member-page-head p {font-size:10px}.bc-member-list-card {padding:11px}.bc-member-form-card {padding:10px;background:rgba(255,255,255,.64)}.bc-member-settings-card {padding:19px 15px}.bc-profile-avatar-row {align-items:flex-start;padding:14px}.bc-member-form .normal-footer .btn {width:100%;margin:0 0 9px}.bc-security-tip {padding:14px}.bc-notification-item {max-width:100%}
}
