/* 支付结果页 */
.extract-box {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    text-align: center;
}
.extract-box h2 {
    margin-bottom: 25px;
    color: #2f4050;
}
.result-success .success-tip {
    font-size: 20px;
    color: #1ab394;
    font-weight: bold;
    margin-bottom: 20px;
}
.result-error p, .result-pending p {
    margin-bottom: 15px;
    color: #e74c3c;
}
.card-box {
    margin: 25px 0;
    text-align: left;
}
.card-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
.card-content {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
    background: #f8f9fa;
}
.card-box .tip {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    text-align: right;
}