/* ========== 全局重置 ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 13.333vw; /* 750设计稿: 1rem = 100px */
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
    min-height: 100vh;
    background-color: #bd070f;
    overflow-x: hidden;
}

/* ========== 页面容器 ========== */
.page-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;
    overflow: hidden;
}

/* ========== 背景图 ========== */
.bg-image {
    position: absolute;
    top: -0.05rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

/* ========== 顶部Logo区域 ========== */
.header-area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.47rem;
    width: 100%;
}

.logo-text {
    width: 3.37rem;
    height: 0.83rem;
}

.logo-icon {
    position: absolute;
    right: 0.29rem;
    top: 0.68rem;
    width: 0.86rem;
    height: 0.70rem;
}

/* ========== 白色卡片区域 ========== */
.card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0.24rem;
    margin: 2.01rem 0.28rem 0;
    padding: 0.55rem 0.40rem 0.50rem;
    box-shadow: 0 0.08rem 0.30rem rgba(0, 0, 0, 0.15), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.card-register {
    padding-bottom: 0.40rem;
}

.card-register .form-group {
    margin-bottom: 0.12rem;
}

/* ========== 标题 ========== */
.card-title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.15rem;
    letter-spacing: 0.04rem;
}

.card-title::after {
    content: '';
    display: block;
    width: 0.60rem;
    height: 0.04rem;
    background: linear-gradient(to right, #f81b1b, #9f0a0a);
    border-radius: 0.02rem;
    margin: 0.12rem auto 0.30rem;
}

/* ========== 表单组 ========== */
.form-group {
    margin-bottom: 0.22rem;
}

.form-label {
    font-size: 0.24rem;
    color: #555;
    margin-bottom: 0.06rem;
    display: block;
    font-weight: 500;
}

.form-input {
    width: 100%;
    height: 0.84rem;
    background: #ffffff;
    border: 1px solid #e0dada;
    border-left: 0.04rem solid #ddd;
    border-radius: 0.12rem;
    padding: 0 0.30rem;
    font-size: 0.26rem;
    color: #333;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.form-input::placeholder {
    color: #b5b0b0;
    font-size: 0.22rem;
}

.form-input:focus {
    border-color: #f0d0d0;
    border-left-color: #d21818;
    box-shadow: 0 0.02rem 0.08rem rgba(210, 24, 24, 0.1);
}

/* ========== 登录/注册按钮 ========== */
.btn-submit {
    display: block;
    width: 100%;
    height: 0.84rem;
    border: none;
    border-radius: 0.50rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.28rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-align: center;
    line-height: 0.84rem;
    cursor: pointer;
    box-shadow: 0 0.06rem 0.20rem rgba(159, 10, 10, 0.4), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    margin-top: 0.35rem;
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
}

.btn-submit:active {
    opacity: 0.9;
    transform: scale(0.97);
    box-shadow: 0 0.03rem 0.10rem rgba(159, 10, 10, 0.3);
}

/* ========== 底部链接区域 ========== */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.28rem;
    padding: 0 0.05rem;
}

.card-footer a {
    font-size: 0.24rem;
    text-decoration: none;
    color: #666;
    transition: color 0.2s;
}

.card-footer a.red-link {
    color: #d21818;
    font-weight: 500;
}

.card-footer .app-download {
    color: #d21818;
    font-weight: 500;
    position: relative;
}

.card-footer .app-download::before {
    content: '';
    position: absolute;
    bottom: -0.04rem;
    right: 0;
    width: 0.90rem;
    height: 0.02rem;
    background: linear-gradient(to right, #f81b1b, #9f0a0a);
    border-radius: 0.01rem;
}

.card-footer-register a {
    color: #666;
}

.card-footer-register .app-download::before {
    background: linear-gradient(to right, #f81b1b, #9f0a0a);
}

/* ========== 协议勾选区域 ========== */
.agreement-area {
    display: flex;
    align-items: center;
    margin-top: 0.45rem;
}

.checkbox-wrap {
    position: relative;
    width: 0.36rem;
    height: 0.36rem;
    flex-shrink: 0;
}

.checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.checkbox-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.36rem;
    height: 0.36rem;
    background: #d21818;
    border-radius: 0.06rem;
    color: #fff;
    font-size: 0.22rem;
    pointer-events: none;
    transition: background 0.2s;
}

.checkbox-wrap input[type="checkbox"]:not(:checked) + .checkbox-custom {
    background: #ccc;
}

.checkbox-wrap input[type="checkbox"]:checked + .checkbox-custom {
    background: #d21818;
}

.agreement-text {
    font-size: 0.22rem;
    color: #666;
    margin-left: 0.12rem;
}

.agreement-text .agreement-link {
    color: #d21818;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.agreement-text .agreement-link:active {
    opacity: 0.7;
}

/* ========== 服务协议弹窗 ========== */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-box {
    width: 88%;
    max-width: 650px;
    max-height: 80vh;
    background: #ffffff;
    border-radius: 0.16rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.08rem 0.30rem rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(to right, #f81b1b, #9f0a0a);
    padding: 0.22rem 0.30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.modal-header h3 {
    color: #ffffff;
    font-size: 0.28rem;
    font-weight: 500;
}

.modal-close {
    color: #ffffff;
    font-size: 0.36rem;
    cursor: pointer;
    line-height: 1;
    padding: 0.05rem 0.10rem;
    border: none;
    background: none;
}

.modal-close:active {
    opacity: 0.7;
}

.modal-body {
    padding: 0.30rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.modal-body h4 {
    font-size: 0.24rem;
    color: #bd070f;
    margin: 0.25rem 0 0.12rem;
    font-weight: 500;
}

.modal-body h4:first-child {
    margin-top: 0;
}

.modal-body p {
    font-size: 0.20rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 0.12rem;
}

.modal-footer {
    padding: 0.20rem 0.30rem;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.modal-footer .btn-agree {
    display: inline-block;
    width: 60%;
    height: 0.60rem;
    line-height: 0.60rem;
    background: linear-gradient(to bottom, #f81b1b, #9f0a0a);
    color: #ffffff;
    border: none;
    border-radius: 0.30rem;
    font-size: 0.24rem;
    cursor: pointer;
    letter-spacing: 0.10rem;
}

.modal-footer .btn-agree:active {
    opacity: 0.85;
}

/* ========== Toast提示 ========== */
.toast {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0.18rem 0.40rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    z-index: 2000;
    text-align: center;
    max-width: 80%;
    word-break: break-all;
}

.toast.show {
    display: block;
    animation: toastFadeIn 0.3s ease;
}

@keyframes toastFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ========== Loading ========== */
.btn-submit.loading {
    pointer-events: none;
    opacity: 0.7;
}

/* ========== 首页 ========== */
.home-body {
    background-color: #f4efef;
}

.home-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 1.60rem;
}

/* 顶部背景 */
.home-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

/* 首页header */
.home-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.47rem;
    width: 100%;
}

.home-header .logo-text {
    width: 3.37rem;
    height: 0.83rem;
}

.home-header .logo-icon {
    position: absolute;
    right: 0.29rem;
    top: 0.68rem;
    width: 0.86rem;
    height: 0.70rem;
}

/* 轮播/大图区域 */
.home-banner {
    position: relative;
    z-index: 1;
    margin: 0.30rem 0.27rem 0;
    border-radius: 0.16rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.2), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
    border: 0.02rem solid rgba(255, 255, 255, 0.7);
}

.home-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 功能入口 */
.home-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 0.69rem;
    margin-top: 0.35rem;
}

.home-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.15s;
}

.home-action-item:active {
    transform: scale(0.95);
}

.home-action-circle {
    width: 1.20rem;
    height: 1.20rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    box-shadow: 0 0.06rem 0.18rem rgba(159, 10, 10, 0.4), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    border: 0.03rem solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
}

.home-action-circle img {
    max-width: 0.68rem;
    max-height: 0.75rem;
}

.home-action-label {
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.18rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

/* 滚动图片区域 */
.home-scroll-banner {
    position: relative;
    z-index: 1;
    margin: 0.35rem 0.27rem 0;
    border-radius: 0.12rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.15), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 0.02rem solid rgba(255, 255, 255, 0.6);
}

.home-scroll-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 新闻板块 */
.news-section {
    position: relative;
    z-index: 1;
    margin: 0.30rem 0.27rem 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0.20rem;
    padding: 0.30rem 0.30rem 0.20rem;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.1), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.news-header {
    position: relative;
    margin-bottom: 0.25rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #eee;
}

.news-title {
    font-size: 0.30rem;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 0.18rem;
    text-align: left;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
    letter-spacing: 0.02rem;
}

.news-title-line {
    display: none;
}

.news-title-divider {
    display: none;
}

/* 新闻列表 */
.news-list {
    list-style: none;
}

.news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0.13rem;
    padding: 0.12rem 0;
    border-bottom: 1px solid #f5f0f0;
    transition: background 0.15s;
}

.news-item:last-child {
    border-bottom: none;
}

.news-dot {
    width: 0.10rem;
    height: 0.10rem;
    min-width: 0.10rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
    margin-top: 0.14rem;
    box-shadow: 0 0 0.04rem rgba(248, 27, 27, 0.3);
}

.news-item-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.22rem;
    color: #333;
    line-height: 2.05;
    letter-spacing: -0.011rem;
}

.news-item-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.20rem;
}

.news-item-date {
    flex-shrink: 0;
    font-size: 0.20rem;
    color: #999;
}

.news-more {
    text-align: center;
    margin-top: 0.02rem;
    padding-top: 0;
}

.news-more a {
    font-size: 0.22rem;
    color: #d21818;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.news-more a:active {
    opacity: 0.7;
}

/* 底部导航栏 */
.home-tabbar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    height: 1.50rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #9a1010, #f80909);
}

.home-tabbar-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.22rem 0.26rem 0;
    flex: 1;
}

.home-tabbar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-tabbar-icon:first-child {
    margin-left: -0.20rem;
}

.home-tabbar-icon:last-child {
    margin-right: -0.20rem;
}

.home-tabbar-icon img {
    height: 0.60rem;
    width: auto;
}

.home-tabbar-labels {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0.10rem 0.15rem;
    font-size: 0.22rem;
    color: #ffffff;
    letter-spacing: 0.0044rem;
}

.home-tabbar-labels a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    flex: 1;
}

.home-tabbar-labels a:active {
    opacity: 0.7;
}

/* ========== 资产兑现页面 ========== */

/* 亮点统计三栏 */
.rdm-highlights-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.92), rgba(159, 10, 10, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem 0.20rem;
    margin: 0.30rem 0.27rem 0;
    box-shadow: 0 0.08rem 0.30rem rgba(159, 10, 10, 0.35), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rdm-hl-item {
    text-align: center;
    flex: 1;
}

.rdm-hl-num {
    font-size: 0.40rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.rdm-hl-unit {
    font-size: 0.20rem;
    font-weight: 500;
    opacity: 0.85;
}

.rdm-hl-label {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.06rem;
    font-weight: 500;
}

.rdm-hl-divider {
    width: 1px;
    height: 0.60rem;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* 银行卡展示卡片 */
.rdm-bankcard-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.rdm-bankcard-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.rdm-bankcard-img {
    border-radius: 0.12rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.2), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
}

.rdm-bankcard-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 申请表单卡片 */
.rdm-form-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.rdm-form-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.rdm-form-highlight {
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.08), rgba(159, 10, 10, 0.05));
    border: 1px solid rgba(210, 24, 24, 0.15);
    border-radius: 0.12rem;
    padding: 0.14rem 0.20rem;
    font-size: 0.22rem;
    color: #d21818;
    text-align: center;
    margin-bottom: 0.25rem;
    line-height: 1.6;
}

.rdm-form-highlight strong {
    font-size: 0.24rem;
}

.rdm-field {
    margin-bottom: 0.22rem;
}

.rdm-field:last-child {
    margin-bottom: 0;
}

.rdm-field-label {
    display: block;
    font-size: 0.24rem;
    color: #555;
    font-weight: 500;
    margin-bottom: 0.10rem;
    padding-left: 0.04rem;
    letter-spacing: 0.02rem;
}

.rdm-field-box {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e8e2e2;
    border-left: 0.05rem solid #ddd;
    border-radius: 0.12rem;
    padding: 0 0.25rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rdm-field-box:focus-within {
    border-color: #f0d0d0;
    border-left-color: #d21818;
    box-shadow: 0 0.02rem 0.12rem rgba(210, 24, 24, 0.12);
}

.rdm-field-box-area {
    padding: 0.15rem 0.25rem;
}

.rdm-field-input {
    display: block;
    width: 100%;
    height: 0.84rem;
    border: none;
    outline: none;
    font-size: 0.26rem;
    color: #333;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.rdm-field-input::placeholder {
    color: #bbb;
    font-size: 0.22rem;
}

.rdm-field-textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.26rem;
    color: #333;
    background: transparent;
    resize: none;
    font-family: inherit;
    line-height: 1.7;
    min-height: 1.20rem;
    -webkit-appearance: none;
    appearance: none;
}

.rdm-field-textarea::placeholder {
    color: #bbb;
    font-size: 0.22rem;
}

/* 提交按钮 */
.rdm-submit-btn {
    display: block;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.30rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.06rem 0.20rem rgba(159, 10, 10, 0.4), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    margin-top: 0.30rem;
}

.rdm-submit-btn:active {
    opacity: 0.9;
    transform: scale(0.97);
    box-shadow: 0 0.03rem 0.10rem rgba(159, 10, 10, 0.3);
}

.rdm-submit-btn:disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* 温馨提示卡片 */
.rdm-notice-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.rdm-notice-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.18rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.rdm-notice-item {
    font-size: 0.24rem;
    color: #555;
    line-height: 1.9;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.08rem;
}

.rdm-notice-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 0.10rem;
    height: 0.10rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
}

.rdm-notice-item strong {
    color: #d21818;
    font-weight: 600;
}

/* 审核进度卡片 */
.rdm-progress-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.rdm-progress-title {
    font-size: 0.26rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.progress-step {
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
    opacity: 0.35;
    transition: opacity 0.3s;
}

.progress-step.active {
    opacity: 1;
}

.progress-step-dot {
    width: 0.16rem;
    height: 0.16rem;
    min-width: 0.16rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
    margin-top: 0.06rem;
    box-shadow: 0 0 0.06rem rgba(210, 24, 24, 0.4);
}

.progress-step-text {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.4;
    flex: 1;
}

.progress-step-line {
    width: 0.03rem;
    height: 0.50rem;
    background: #e0e0e0;
    margin-left: 0.065rem;
    opacity: 0.5;
    border-radius: 0.02rem;
}

.progress-step-line.active {
    background: linear-gradient(to bottom, #f81b1b, #d21818);
    opacity: 1;
}

/* ========== 公益大使页面 ========== */

/* 福利亮点三栏 */
.amb-highlights-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.92), rgba(159, 10, 10, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem 0.20rem;
    margin: 0.30rem 0.27rem 0;
    box-shadow: 0 0.08rem 0.30rem rgba(159, 10, 10, 0.35), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.amb-hl-item {
    text-align: center;
    flex: 1;
}

.amb-hl-num {
    font-size: 0.40rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.amb-hl-unit {
    font-size: 0.20rem;
    font-weight: 500;
    opacity: 0.85;
}

.amb-hl-label {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.06rem;
    font-weight: 500;
}

.amb-hl-divider {
    width: 1px;
    height: 0.60rem;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* 公益大使介绍卡片 */
.amb-info-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.amb-info-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.amb-info-highlight {
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.08), rgba(159, 10, 10, 0.05));
    border: 1px solid rgba(210, 24, 24, 0.15);
    border-radius: 0.12rem;
    padding: 0.18rem 0.25rem;
    font-size: 0.24rem;
    color: #d21818;
    text-align: center;
    margin-bottom: 0.22rem;
    line-height: 1.6;
}

.amb-info-highlight strong {
    font-size: 0.26rem;
}

.amb-info-list {
    margin-bottom: 0.20rem;
}

.amb-info-item {
    font-size: 0.24rem;
    color: #555;
    line-height: 1.9;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.08rem;
}

.amb-info-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 0.10rem;
    height: 0.10rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
}

.amb-info-item strong {
    color: #d21818;
    font-weight: 600;
}

.amb-info-notice {
    background: rgba(255, 248, 240, 0.8);
    border: 1px solid rgba(210, 24, 24, 0.12);
    border-radius: 0.10rem;
    padding: 0.18rem 0.20rem;
    font-size: 0.22rem;
    color: #d21818;
    line-height: 1.8;
    text-align: justify;
}

/* 代表证展示卡片 */
.amb-cert-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.amb-cert-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.amb-cert-img {
    text-align: center;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.2), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 0.12rem;
    overflow: hidden;
}

.amb-cert-img img {
    width: 100%;
    height: auto;
    display: block;
}

.amb-cert-name {
    position: absolute;
    top: 51%;
    left: 64%;
    font-size: 0.26rem;
    font-weight: bold;
    color: #5a1a1a;
    letter-spacing: 0.06rem;
    white-space: nowrap;
    pointer-events: none;
}

/* 申请操作卡片 */
.amb-action-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.amb-apply-btn {
    display: block;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.30rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.06rem 0.20rem rgba(159, 10, 10, 0.4), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    margin-bottom: 0.25rem;
}

.amb-apply-btn:active {
    opacity: 0.9;
    transform: scale(0.97);
    box-shadow: 0 0.03rem 0.10rem rgba(159, 10, 10, 0.3);
}

.amb-apply-btn:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.amb-tab-btns {
    display: flex;
    justify-content: space-between;
    gap: 0.20rem;
}

.amb-tab-btn {
    flex: 1;
    height: 0.76rem;
    line-height: 0.76rem;
    background: rgba(255, 255, 255, 0.9);
    color: #d21818;
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    border: 1px solid rgba(210, 24, 24, 0.2);
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.06);
    transition: all 0.2s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    opacity: 0.6;
}

.amb-tab-btn.active {
    opacity: 1;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0.04rem 0.14rem rgba(159, 10, 10, 0.4);
}

.amb-tab-btn:active {
    transform: scale(0.97);
}

/* 进度卡片 */
.amb-progress-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.amb-progress-title {
    font-size: 0.26rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

/* ========== 我的页面 ========== */

/* 用户信息卡片 */
.prf-user-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.30rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.prf-user-top {
    display: flex;
    align-items: center;
    gap: 0.20rem;
    margin-bottom: 0.22rem;
}

.prf-avatar {
    width: 1.10rem;
    height: 1.48rem;
    flex-shrink: 0;
    border-radius: 0.10rem;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.2);
}

.prf-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prf-user-info {
    flex: 1;
}

.prf-user-name {
    font-size: 0.32rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.06rem;
}

.prf-user-phone {
    font-size: 0.24rem;
    color: #888;
    font-weight: 500;
}

.prf-sign-area {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.06rem;
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.08), rgba(159, 10, 10, 0.05));
    border: 1px solid rgba(210, 24, 24, 0.15);
    border-radius: 0.12rem;
    padding: 0.12rem 0.16rem;
}

.prf-sign-icon {
    width: 0.38rem;
    height: 0.42rem;
}

.prf-sign-text {
    font-size: 0.20rem;
    color: #d21818;
    font-weight: 500;
}

.prf-invite-row {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    background: rgba(244, 239, 239, 0.5);
    border-radius: 0.12rem;
    padding: 0.16rem 0.20rem;
}

.prf-invite-label {
    font-size: 0.22rem;
    color: #999;
    font-weight: 500;
    white-space: nowrap;
}

.prf-invite-code {
    flex: 1;
    font-size: 0.30rem;
    font-weight: 700;
    color: #d21818;
    letter-spacing: 0.04rem;
}

.prf-invite-copy {
    padding: 0.08rem 0.24rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.20rem;
    font-weight: 600;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.03rem 0.10rem rgba(159, 10, 10, 0.35);
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
}

.prf-invite-copy:active {
    opacity: 0.9;
    transform: scale(0.96);
}

.prf-link-row {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    background: rgba(244, 239, 239, 0.5);
    border-radius: 0.12rem;
    padding: 0.14rem 0.20rem;
    margin-top: 0.12rem;
}

.prf-link-label {
    font-size: 0.22rem;
    color: #999;
    font-weight: 500;
    white-space: nowrap;
}

.prf-link-val {
    flex: 1;
    font-size: 0.20rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Banner卡片 */
.prf-banner-card {
    position: relative;
    z-index: 1;
    margin: 0.25rem 0.27rem 0;
    border-radius: 0.16rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.15);
    border: 0.03rem solid rgba(255, 255, 255, 0.5);
}

.prf-banner-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* 资产总览卡片 */
.prf-asset-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.92), rgba(159, 10, 10, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.08rem 0.30rem rgba(159, 10, 10, 0.35), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
}

.prf-asset-top {
    text-align: center;
    margin-bottom: 0.20rem;
}

.prf-asset-label {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 0.08rem;
}

.prf-asset-amount {
    font-size: 0.56rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02rem;
}

.prf-asset-sep {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 0.20rem;
}

.prf-asset-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.prf-asset-item {
    text-align: center;
    flex: 1;
}

.prf-asset-item-val {
    font-size: 0.32rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.prf-asset-item-label {
    font-size: 0.20rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.04rem;
    font-weight: 500;
}

.prf-asset-divider {
    width: 1px;
    height: 0.50rem;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

/* 鼓励金行 */
.prf-encourage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prf-encourage-info {
    flex: 1;
}

.prf-encourage-label {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    margin-bottom: 0.04rem;
}

.prf-encourage-val {
    font-size: 0.36rem;
    font-weight: 700;
    color: #fff;
}

.prf-encourage-btn {
    padding: 0.12rem 0.36rem;
    background: rgba(255, 255, 255, 0.95);
    color: #d21818;
    font-size: 0.24rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.03rem 0.10rem rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
    appearance: none;
    flex-shrink: 0;
    transition: transform 0.15s;
}

.prf-encourage-btn:active {
    opacity: 0.9;
    transform: scale(0.96);
}

/* 功能按钮卡片 */
.prf-func-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 0.20rem;
    margin-bottom: 2.00rem;
}

.prf-func-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.prf-func-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.15rem;
}

.prf-func-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.80rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    border: none;
    border-radius: 0.12rem;
    cursor: pointer;
    box-shadow: 0 0.03rem 0.10rem rgba(159, 10, 10, 0.3);
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-decoration: none;
}

.prf-func-btn:active {
    opacity: 0.9;
    transform: scale(0.96);
    box-shadow: 0 0.02rem 0.06rem rgba(159, 10, 10, 0.2);
}

/* ========== 实名认证页面 ========== */
.verify-topbar {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    height: 0.88rem;
    background: linear-gradient(to bottom, #f81b1b, #9f0a0a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.30rem;
    z-index: 200;
    box-sizing: border-box;
}

.verify-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.60rem;
    height: 0.60rem;
    color: #ffffff;
    font-size: 0.40rem;
    font-weight: bold;
    text-decoration: none;
}

.verify-back:active {
    opacity: 0.7;
}

.verify-topbar-title {
    font-size: 0.34rem;
    color: #ffffff;
    font-weight: bold;
}

.verify-topbar-right {
    width: 0.60rem;
}

.verify-wrapper {
    padding: 1.08rem 0.30rem 0.40rem;
    max-width: 750px;
    margin: 0 auto;
}

/* 填写信息卡片 */
.verify-card {
    background: #ffffff;
    border-radius: 0.16rem;
    padding: 0.40rem 0.35rem;
    box-shadow: 0 0.01rem 0.10rem rgba(0, 0, 0, 0.15);
    margin-bottom: 0.30rem;
}

.verify-card-title {
    font-size: 0.32rem;
    color: #333;
    margin: 0 0 0.30rem;
    text-align: center;
}

.verify-form-group {
    margin-bottom: 0.30rem;
}

.verify-form-label {
    display: block;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.verify-form-input {
    display: block;
    width: 100%;
    height: 0.80rem;
    line-height: 0.80rem;
    border: 1px solid #ddd;
    border-radius: 0.08rem;
    padding: 0 0.20rem;
    font-size: 0.28rem;
    color: #333;
    background: #f9f9f9;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.verify-form-input:focus {
    border-color: #d21818;
    outline: none;
    background: #fff;
}

.verify-form-input::placeholder {
    color: #bbb;
    font-size: 0.24rem;
}

.verify-form-select {
    display: block;
    width: 100%;
    height: 0.80rem;
    line-height: 0.80rem;
    border: 1px solid #ddd;
    border-radius: 0.08rem;
    padding: 0 0.20rem;
    font-size: 0.28rem;
    color: #333;
    background: #f9f9f9;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.20rem center;
}

.verify-form-select:focus {
    border-color: #d21818;
    outline: none;
}

.verify-btn-wrap {
    text-align: center;
    margin-top: 0.40rem;
}

.verify-submit-btn {
    display: inline-block;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(to bottom, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.32rem;
    border: 0.02rem solid #f5f5f5;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.04rem 0.07rem rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
}

.verify-submit-btn:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.verify-submit-btn:disabled {
    opacity: 0.7;
    pointer-events: none;
}

/* 已认证状态 */
.verify-status-area {
    text-align: center;
}

.verify-status-badge {
    display: inline-block;
    padding: 0.06rem 0.30rem;
    color: #ffffff;
    font-size: 0.28rem;
    border-radius: 0.30rem;
    margin-bottom: 0.30rem;
}

.verify-info-row {
    display: flex;
    justify-content: space-between;
    padding: 0.15rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.28rem;
}

.verify-info-row:last-child {
    border-bottom: none;
}

.verify-info-label {
    color: #666;
}

.verify-info-value {
    color: #333;
    font-weight: bold;
}

/* 温馨提示卡片 */
.verify-tips-card {
    background: rgba(244, 239, 239, 0.85);
    border-radius: 0.16rem;
    padding: 0.30rem 0.35rem;
    box-shadow: 0 0.01rem 0.07rem rgba(0, 0, 0, 0.1);
}

.verify-tips-title {
    font-size: 0.30rem;
    color: #d21818;
    margin: 0 0 0.20rem;
}

.verify-tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.verify-tips-list li {
    font-size: 0.24rem;
    color: #555;
    line-height: 1.8;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.08rem;
}

.verify-tips-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.16rem;
    width: 0.10rem;
    height: 0.10rem;
    background: #d21818;
    border-radius: 50%;
}

/* ========== 地址管理页面 ========== */
.addr-empty {
    text-align: center;
    color: #999;
    font-size: 0.28rem;
    padding: 0.40rem 0;
}

.addr-item-card {
    background: #ffffff;
    border-radius: 0.16rem;
    padding: 0.30rem 0.35rem;
    box-shadow: 0 0.01rem 0.10rem rgba(0, 0, 0, 0.15);
    margin-bottom: 0.20rem;
}

.addr-item-header {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 0.12rem;
}

.addr-item-name {
    font-size: 0.30rem;
    font-weight: bold;
    color: #333;
}

.addr-item-phone {
    font-size: 0.26rem;
    color: #666;
}

.addr-default-tag {
    display: inline-block;
    padding: 0.02rem 0.14rem;
    background: #d21818;
    color: #ffffff;
    font-size: 0.20rem;
    border-radius: 0.04rem;
    margin-left: auto;
}

.addr-item-address {
    font-size: 0.24rem;
    color: #999;
    margin-bottom: 0.06rem;
}

.addr-item-detail {
    font-size: 0.26rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.15rem;
}

.addr-item-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.15rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 0.15rem;
}

.addr-action-btn {
    padding: 0.06rem 0.25rem;
    font-size: 0.24rem;
    border-radius: 0.30rem;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.addr-set-default {
    background: #ffffff;
    color: #d21818;
    border: 1px solid #d21818;
}

.addr-set-default:active {
    background: #fff5f5;
}

.addr-delete {
    background: #ffffff;
    color: #999;
    border: 1px solid #ddd;
}

.addr-delete:active {
    background: #f9f9f9;
}

/* textarea for detail address */
.addr-textarea {
    height: auto;
    line-height: 1.6;
    padding: 0.15rem 0.20rem;
    resize: none;
}

/* 默认地址开关 */
.addr-default-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.30rem;
    padding: 0.10rem 0;
}

.addr-default-label {
    font-size: 0.28rem;
    color: #333;
}

.addr-switch {
    position: relative;
    display: inline-block;
    width: 0.88rem;
    height: 0.48rem;
}

.addr-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.addr-switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 0.48rem;
    transition: 0.3s;
    cursor: pointer;
}

.addr-switch-slider::before {
    content: '';
    position: absolute;
    height: 0.38rem;
    width: 0.38rem;
    left: 0.05rem;
    bottom: 0.05rem;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
}

.addr-switch input:checked + .addr-switch-slider {
    background: #d21818;
}

.addr-switch input:checked + .addr-switch-slider::before {
    transform: translateX(0.40rem);
}

/* ========== 我的团队页面 ========== */
.team-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.15rem 0;
    margin-bottom: 0.20rem;
    border-bottom: 1px solid #f0f0f0;
}

.team-total-label {
    font-size: 0.28rem;
    color: #666;
}

.team-total-value {
    font-size: 0.44rem;
    font-weight: bold;
    color: #d21818;
}

.team-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.10rem 0;
}

.team-stat-item {
    text-align: center;
    flex: 1;
}

.team-stat-num {
    font-size: 0.38rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.06rem;
}

.team-stat-label {
    font-size: 0.24rem;
    color: #999;
}

.team-stat-divider {
    width: 1px;
    height: 0.60rem;
    background: #e0e0e0;
}

/* 标签切换 */
.team-tabs {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.20rem;
}

.team-tab {
    flex: 1;
    text-align: center;
    font-size: 0.28rem;
    color: #666;
    padding: 0.20rem 0;
    position: relative;
    cursor: pointer;
}

.team-tab.active {
    color: #d21818;
    font-weight: bold;
}

.team-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.60rem;
    height: 0.04rem;
    background: #d21818;
    border-radius: 0.02rem;
}

/* 成员列表 */
.team-member-list {
    min-height: 1.00rem;
}

.team-empty {
    text-align: center;
    color: #999;
    font-size: 0.26rem;
    padding: 0.50rem 0;
}

.team-member-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.20rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.team-member-item:last-child {
    border-bottom: none;
}

.team-member-left {
    flex: 1;
}

.team-member-name {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.06rem;
}

.team-member-phone {
    font-size: 0.24rem;
    color: #999;
}

.team-member-time {
    font-size: 0.22rem;
    color: #bbb;
    white-space: nowrap;
    margin-left: 0.15rem;
}

.team-verified-tag {
    display: inline-block;
    padding: 0.01rem 0.10rem;
    background: #4caf50;
    color: #ffffff;
    font-size: 0.18rem;
    border-radius: 0.04rem;
    vertical-align: middle;
    margin-left: 0.06rem;
}

/* ========== 专项卡页面 ========== */
.card-page {
    padding-bottom: 1.60rem;
}

.card-top-bg {
    position: relative;
    width: 100%;
    height: 5.90rem;
}

.card-top-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.90rem;
    object-fit: cover;
}

.card-top-logo {
    position: absolute;
    top: 0.62rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.49rem;
    height: 1.10rem;
    object-fit: contain;
    z-index: 2;
}

.card-top-deco {
    position: absolute;
    top: 0.90rem;
    right: 0.40rem;
    width: 1.15rem;
    height: 0.93rem;
    object-fit: contain;
    z-index: 2;
}

.card-main-area {
    position: relative;
    margin-top: -2.30rem;
    z-index: 3;
    padding: 0 0.35rem;
}

/* 资产总览卡片 */
.crd-total-card {
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.92), rgba(159, 10, 10, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.08rem 0.30rem rgba(159, 10, 10, 0.35), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.25rem;
}

.crd-total-top {
    text-align: center;
    margin-bottom: 0.20rem;
}

.crd-total-label {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 0.08rem;
}

.crd-total-amount {
    font-size: 0.56rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02rem;
}

.crd-total-sep {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 0.20rem;
}

.crd-total-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.crd-total-item {
    text-align: center;
    flex: 1;
}

.crd-total-item-val {
    font-size: 0.32rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.crd-total-item-label {
    font-size: 0.20rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.04rem;
    font-weight: 500;
}

.crd-total-item-divider {
    width: 1px;
    height: 0.50rem;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

/* 银行卡展示卡片 */
.crd-bankcard-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.crd-bankcard-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.crd-bankcard-img {
    border-radius: 0.12rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.20rem rgba(0, 0, 0, 0.2), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.08);
}

.crd-bankcard-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 操作按钮卡片 */
.crd-action-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
    display: flex;
    gap: 0.20rem;
}

.crd-action-btn {
    flex: 1;
    height: 0.84rem;
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
}

.crd-action-btn-primary {
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    box-shadow: 0 0.04rem 0.14rem rgba(159, 10, 10, 0.4);
}

.crd-action-btn-outline {
    background: rgba(255, 255, 255, 0.9);
    color: #d21818;
    border: 1px solid rgba(210, 24, 24, 0.25);
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.06);
}

.crd-action-btn:active {
    opacity: 0.9;
    transform: scale(0.97);
}

/* 温馨提示卡片 */
.crd-notice-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.crd-notice-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.18rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.crd-notice-item {
    font-size: 0.24rem;
    color: #555;
    line-height: 1.9;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.08rem;
}

.crd-notice-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 0.10rem;
    height: 0.10rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
}

.crd-notice-item strong {
    color: #d21818;
    font-weight: 600;
}

/* 交易明细弹窗 */
.card-detail-modal {
    max-width: 680px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.card-detail-body {
    flex: 1;
    overflow-y: auto;
    padding: 0.15rem 0.25rem 0.25rem;
    max-height: 60vh;
}

.card-transaction-list {
    min-height: 1.00rem;
}

.card-trans-loading,
.card-trans-empty {
    text-align: center;
    color: #999;
    font-size: 0.26rem;
    padding: 0.50rem 0;
}

.card-trans-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.20rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.card-trans-item:last-child {
    border-bottom: none;
}

.card-trans-left {
    flex: 1;
}

.card-trans-type {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.04rem;
}

.card-trans-remark {
    font-size: 0.22rem;
    color: #999;
    margin-bottom: 0.04rem;
}

.card-trans-time {
    font-size: 0.20rem;
    color: #bbb;
}

.card-trans-right {
    text-align: right;
    margin-left: 0.15rem;
}

.card-trans-amount {
    font-size: 0.30rem;
    font-weight: bold;
    margin-bottom: 0.04rem;
}

.card-trans-amount.positive {
    color: #4caf50;
}

.card-trans-amount.negative {
    color: #f44336;
}

.card-trans-balance {
    font-size: 0.20rem;
    color: #999;
}

/* ========== 邀请好友页面 ========== */
.invite-page {
    padding-bottom: 1.60rem;
}

.invite-main-area {
    position: relative;
    margin-top: -2.30rem;
    z-index: 3;
    padding: 0 0.27rem;
}

/* 邀请海报 */
.inv-poster {
    border-radius: 0.20rem;
    overflow: hidden;
    box-shadow: 0 0.08rem 0.30rem rgba(0, 0, 0, 0.2), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.25rem;
    border: 0.03rem solid rgba(255, 255, 255, 0.5);
}

.inv-poster-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 邀请统计三栏 */
.inv-stats-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem 0.20rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.inv-stats-item {
    text-align: center;
    flex: 1;
}

.inv-stats-num {
    font-size: 0.48rem;
    font-weight: 700;
    color: #d21818;
    line-height: 1.2;
}

.inv-stats-label {
    font-size: 0.22rem;
    color: #888;
    margin-top: 0.06rem;
    font-weight: 500;
}

.inv-stats-divider {
    width: 1px;
    height: 0.60rem;
    background: #e8e2e2;
    flex-shrink: 0;
}

/* 分享邀请卡片 */
.inv-share-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.inv-share-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.22rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.inv-share-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.15rem;
}

.inv-share-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.inv-share-field-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.06rem;
}

.inv-share-label {
    font-size: 0.22rem;
    color: #999;
    font-weight: 500;
    white-space: nowrap;
}

.inv-share-code {
    font-size: 0.36rem;
    font-weight: 700;
    color: #d21818;
    letter-spacing: 0.06rem;
}

.inv-share-link {
    font-size: 0.18rem;
    color: #d21818;
    word-break: break-all;
    line-height: 1.4;
}

.inv-share-sep {
    height: 1px;
    background: #f0eaea;
    margin: 0.18rem 0;
}

.inv-share-btn {
    padding: 0.12rem 0.28rem;
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
    color: #ffffff;
    font-size: 0.22rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.04rem 0.14rem rgba(159, 10, 10, 0.4);
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.inv-share-btn:active {
    opacity: 0.9;
    transform: scale(0.96);
    box-shadow: 0 0.02rem 0.06rem rgba(159, 10, 10, 0.25);
}

/* 奖励规则卡片 */
.inv-reward-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.inv-reward-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.inv-reward-highlight {
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.08), rgba(159, 10, 10, 0.05));
    border: 1px solid rgba(210, 24, 24, 0.15);
    border-radius: 0.12rem;
    padding: 0.18rem 0.25rem;
    font-size: 0.24rem;
    color: #d21818;
    text-align: center;
    margin-bottom: 0.22rem;
    line-height: 1.6;
}

.inv-reward-highlight strong {
    font-size: 0.28rem;
}

.inv-reward-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.12rem;
    overflow: hidden;
    border: 1px solid #f0eaea;
}

.inv-reward-table thead tr {
    background: linear-gradient(135deg, #f81b1b, #9f0a0a);
}

.inv-reward-table th {
    padding: 0.16rem 0.10rem;
    font-size: 0.22rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.inv-reward-table th:last-child {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
}

.inv-reward-table td {
    padding: 0.16rem 0.10rem;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    border-top: 1px solid #f5f0f0;
    background: rgba(255, 255, 255, 0.6);
}

.inv-reward-table td:last-child {
    font-size: 0.30rem;
    font-weight: 700;
    color: #d21818;
    background: rgba(248, 27, 27, 0.06);
}

.inv-reward-table tbody tr:nth-child(even) td {
    background: rgba(244, 239, 239, 0.4);
}

.inv-reward-table .inv-row-done td {
    color: #aaa;
    text-decoration: line-through;
    background: rgba(244, 239, 239, 0.6);
}

/* 提现说明卡片 */
.inv-notice-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.inv-notice-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.18rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.inv-notice-item {
    font-size: 0.26rem;
    color: #555;
    line-height: 1.9;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.10rem;
}

.inv-notice-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.16rem;
    width: 0.10rem;
    height: 0.10rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f81b1b, #d21818);
}

.inv-notice-item strong {
    color: #d21818;
    font-weight: 600;
}

/* ========== 签到抽奖页面 ========== */

/* 签到卡片 */
.si-checkin-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(248, 27, 27, 0.92), rgba(159, 10, 10, 0.92));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.35rem 0.30rem;
    margin: 0.30rem 0.27rem 0;
    box-shadow: 0 0.08rem 0.30rem rgba(159, 10, 10, 0.35), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
    text-align: center;
}

.si-checkin-title {
    font-size: 0.36rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.10rem;
}

.si-checkin-desc {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.25rem;
}

.si-checkin-desc strong {
    color: #FFD700;
    font-size: 0.26rem;
}

.si-checkin-btn {
    display: inline-block;
    width: 4.00rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: rgba(255, 255, 255, 0.95);
    color: #d21818;
    font-size: 0.30rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    border: none;
    border-radius: 0.50rem;
    cursor: pointer;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.15);
    transition: transform 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
}

.si-checkin-btn:active {
    transform: scale(0.97);
}

.si-checkin-btn.signed {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    cursor: default;
}

.si-chances-row {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.20rem;
}

.si-chances-num {
    font-size: 0.32rem;
    font-weight: 700;
    color: #FFD700;
}

/* 抽奖大转盘卡片 */
.si-wheel-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.si-wheel-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.si-wheel-wrap {
    display: flex;
    justify-content: center;
    padding: 0.10rem 0 0.15rem;
}

.si-wheel-outer {
    position: relative;
    width: 5.60rem;
    height: 5.60rem;
}

.si-wheel-arrow {
    position: absolute;
    top: -0.10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    width: 0;
    height: 0;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
    border-top: 0.40rem solid #9f0a0a;
    filter: drop-shadow(0 0.03rem 0.06rem rgba(0,0,0,0.3));
}

.si-wheel-outer canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.si-wheel-pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.10rem;
    height: 1.10rem;
    line-height: 1.10rem;
    text-align: center;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #9f0a0a;
    font-size: 0.28rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 0.04rem 0.16rem rgba(159, 10, 10, 0.4), 0 0 0 0.06rem #9f0a0a;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
    transition: transform 0.1s;
}

.si-wheel-pointer:active {
    transform: translate(-50%, -50%) scale(0.93);
}

/* 我的礼品卡片 */
.si-prizes-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.20rem;
    padding: 0.30rem;
    margin: 0.25rem 0.27rem 0;
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12), 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 2.00rem;
}

.si-prizes-title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.20rem;
    padding-left: 0.16rem;
    border-left: 0.06rem solid #d21818;
    line-height: 1.2;
}

.si-prizes-empty {
    text-align: center;
    color: #999;
    font-size: 0.24rem;
    padding: 0.40rem 0;
}

.si-prize-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.18rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.si-prize-item:last-child {
    border-bottom: none;
}

.si-prize-item-left {
    flex: 1;
}

.si-prize-item-name {
    font-size: 0.26rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.04rem;
}

.si-prize-item-time {
    font-size: 0.20rem;
    color: #bbb;
}

.si-prize-item-status {
    font-size: 0.22rem;
    font-weight: 500;
    padding: 0.06rem 0.16rem;
    border-radius: 0.50rem;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 0.15rem;
}

.si-status-done {
    background: rgba(76, 175, 80, 0.12);
    color: #4caf50;
}

.si-status-default {
    background: rgba(255, 152, 0, 0.12);
    color: #ff9800;
}

.si-status-producing {
    background: rgba(33, 150, 243, 0.12);
    color: #2196f3;
}

/* 中奖弹窗文字 */
.si-prize-result-text {
    font-size: 0.28rem;
    color: #333;
    line-height: 2;
    white-space: pre-line;
}
