/* ========== 基础布局 ========== */
.page-mine-withdraw {
    background: var(--bg-primary) !important;
    color: var(--text-primary);
}

.page-content {
    padding-bottom: 80px;
    overflow-x: hidden;
}

/* ========== 金额显示区域 ========== */
.withdraw-box {
    padding: 1.5rem;
}

.money-box-t {
    background: var(--bg-card);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
}

.money-box-t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
    border-radius: 1rem 1rem 0 0;
}

.number-grow-wrap {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.unit {
    font-size: 1.5rem;
    color: var(--accent-secondary);
}

.money-desc {
    color: var(--text-primary);
    margin-top: 0.5rem;
    font-size: 0.95rem;
    opacity: 0.9;
}

.name-desc {
    margin-top: 1rem;
    color: var(--text-primary);
    font-size: 0.9rem;
    opacity: 0.85;
}

.withdrawalTimes {
    color: var(--accent-secondary);
    font-weight: bold;
}

/* ========== 提现金额选项 ========== */
.money-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}
.country-icon{
    height: 47.38px;
}
.tip-item {
    background: var(--bg-card);
    border-radius: 1rem;
    padding: 1.2rem;
    text-align: center;
    border: 1px solid var(--accent-primary);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tip-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(124,77,255,0.2);
}

.tip-item.first-box {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(124,77,255,0.1), var(--bg-card));
    border-color: var(--accent-primary);
}

.icon-cl {
    font-size: 1.8rem;
    color: var(--warning);
    margin-bottom: 0.5rem;
}

.first-desc {
    font-size: 0.9rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.name-t {
    font-weight: bold;
    display: block;
    margin-bottom: 0.3rem;
    color: var(--text-primary);
    font-size: 1.1rem;
}

.name-d {
    font-size: 0.85rem;
    color: var(--accent-secondary);
}

.tip-item.unavailable {
    opacity: 0.7;
    filter: grayscale(0.8);
    cursor: not-allowed;
}

/* ========== 银行卡列表 ========== */
.bankcard-list {
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
}

.bankcard {
    background: var(--bg-card);
    border-radius: 1rem;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.bankcard:hover {
    border-color: var(--accent-primary);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(124,77,255,0.2);
}

.bank-left {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: var(--text-primary);
}

.b-left-name {
    font-weight: bold;
    margin-bottom: 0.3rem;
    color: var(--text-primary);
    font-size: 1.05rem;
}

.b-left-no {
    color: var(--text-primary);
    font-size: 0.95rem;
    opacity: 0.85;
}

.bank-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.b-right-ifc {
    color: var(--accent-secondary);
    font-weight: bold;
    font-size: 1rem;
}

.b-right-you {
    color: var(--text-primary);
    opacity: 0.7;
    font-size: 1.2rem;
}

.bankcard-no {
    background: rgba(124,77,255,0.1);
    border-color: var(--accent-primary);
    border-width: 2px;
}

.bankcard-add {
    border: 2px dashed var(--accent-primary);
    background: rgba(124,77,255,0.05);
}

.bankcard-add:hover {
    background: rgba(124,77,255,0.1);
    border-style: solid;
}

/* ========== 提现按钮 ========== */
.add {
    background: var(--accent-primary);
    color: white;
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    margin: 0 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(124,77,255,0.3);
}

.add:hover {
    background: var(--accent-secondary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(3,218,198,0.3);
}

.add.dsiabledBtn {
    background: var(--text-muted);
    cursor: not-allowed;
    box-shadow: none;
}

/* ========== 提现确认弹窗 ========== */
.popup-withdraw-check {
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}

.popup-withdraw-check .page-content {
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.GGGGT {
    flex: 1;
}
.GGGT{
    margin-top: 64px;
}
.tig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.bbb-left {
    color: var(--text-primary);
    opacity: 0.9;
    font-size: 1rem;
}

.bbb-right {
    font-weight: bold;
    font-size: 1.1rem;
}

.bbb-wa {
    color: var(--text-primary);
}

.bbb-sc {
    color: var(--success);
}

.bbb-aa {
    color: var(--danger);
}

.hunagbtn {
    background: var(--accent-primary);
    color: white;
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* ========== 支付渠道弹窗 ========== */
.popup-payment-channel,
.popup-add-card-channel {
    background: rgba(0,0,0,0.8);
}

.payment-channel-list,
.add-card-channel-list {
    padding: 1rem;
}

.payment-channel-submit-wrap {
    padding: 1.5rem;
}

.button-fill {
    background: var(--accent-primary);
    color: white;
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
}

.button-fill:hover {
    background: var(--accent-secondary);
}

/* ========== 响应式调整 ========== */
@media (max-width: 480px) {
    .money-box {
        grid-template-columns: 1fr;
    }
    
    .tip-item.first-box {
        grid-column: span 1;
    }
    
    .number-grow-wrap {
        font-size: 2rem;
    }
}