.el-upload el-upload-picture-card{display:none}.orderBg2{padding:20px 30px}.orderTitle{color:#979997;min-width:100px}.orderCk{margin-top:20px;width:46%}.card-title{font-size:16px;font-weight:600;color:#303133}.search-form .el-form-item{margin-right:16px}.stat-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;-webkit-transition:all .3s ease;transition:all .3s ease}.stat-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.stat-card .stat-icon{width:50px;height:50px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}.stat-card .stat-icon i{font-size:24px;color:#fff}.stat-card .stat-icon.pending{background:linear-gradient(135deg,#e6a23c,#ebb563)}.stat-card .stat-icon.approved{background:linear-gradient(135deg,#67c23a,#85ce61)}.stat-card .stat-icon.rejected{background:linear-gradient(135deg,#f56c6c,#f78989)}.stat-card .stat-icon.total{background:linear-gradient(135deg,#409eff,#66b1ff)}.stat-card .stat-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.stat-card .stat-content .stat-value{font-size:24px;font-weight:700;color:#303133;line-height:1.2;margin-bottom:4px}.stat-card .stat-content .stat-label{font-size:14px;color:#909399}.filter-section{margin-bottom:16px;padding:16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.user-number{cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.user-number:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.amount-value .amount{color:#e6a23c;font-weight:600;font-size:14px}.fee-value .fee{color:#909399;font-weight:500;font-size:13px}.paid-value .paid{color:#f56c6c;font-weight:600;font-size:14px}.bank-info{text-align:center}.bank-info .bank-name{font-weight:500;color:#303133;margin-bottom:4px}.bank-info .bank-number{font-size:12px;color:#909399;font-family:monospace}.time-info{text-align:center;line-height:1.4}.action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.proof-preview{text-align:center}.proof-preview .no-proof{color:#909399;font-size:14px;padding:40px 0}@media(max-width:768px){.stat-card{margin-bottom:15px}.stat-card .stat-icon{width:40px;height:40px;margin-right:10px}.stat-card .stat-content .stat-value,.stat-card .stat-icon i{font-size:20px}.stat-card .stat-content .stat-label{font-size:12px}.action-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}}.payment-proof-dialog .proof-upload-section,.payment-proof-dialog .remark-section,.payment-proof-dialog .user-info-section{margin-bottom:24px}.payment-proof-dialog .proof-upload-section h4,.payment-proof-dialog .remark-section h4,.payment-proof-dialog .user-info-section h4{font-size:16px;font-weight:600;color:#303133;margin:0 0 16px 0;padding-bottom:8px;border-bottom:1px solid #ebeef5}.payment-proof-dialog .user-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-proof-dialog .user-info-grid .info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.payment-proof-dialog .user-info-grid .info-item .label{font-size:14px;color:#909399;white-space:nowrap;min-width:80px}.payment-proof-dialog .user-info-grid .info-item .value{font-size:14px;color:#303133;font-weight:500}.payment-proof-dialog .user-info-grid .info-item .value.amount{color:#e6a23c;font-weight:600;font-size:16px}.payment-proof-dialog .user-info-grid .info-item .value.paid{color:#f56c6c;font-weight:600;font-size:16px}.payment-proof-dialog .upload-container .flex_center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment-proof-dialog .upload-container .flex_wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.payment-proof-dialog .upload-container .upload-tips{margin-top:16px}.payment-proof-dialog .upload-container .upload-tips .el-alert{border-radius:6px}.payment-proof-dialog .upload-container .upload-tips .el-alert ul{margin:8px 0 0 0;padding-left:20px}.payment-proof-dialog .upload-container .upload-tips .el-alert ul li{margin:4px 0;font-size:13px;line-height:1.4;color:#606266}.payment-proof-dialog .upload-container .upload-tips .el-alert ul li strong{color:#f56c6c}.payment-proof-dialog .remark-section .el-textarea .el-textarea__inner{border-radius:6px;resize:vertical}.payment-proof-dialog .required-mark{color:#f56c6c;font-weight:700;margin-left:4px}.dialog-footer{text-align:right}.dialog-footer .el-button{margin-left:12px;border-radius:6px;padding:8px 20px;font-weight:500}.dialog-footer .el-button--primary{background:linear-gradient(135deg,#409eff,#337ecc);border:none}.dialog-footer .el-button--primary:hover{background:linear-gradient(135deg,#66b1ff,#409eff)}.dialog-footer .el-button--primary:disabled{background:#c0c4cc;cursor:not-allowed}.dialog-footer .el-button--danger{background:linear-gradient(135deg,#f56c6c,#e74c3c);border:none}.dialog-footer .el-button--danger:hover{background:linear-gradient(135deg,#f78989,#f56c6c)}.dialog-footer .el-button--danger:disabled{background:#c0c4cc;cursor:not-allowed}.reject-remark-dialog .remark-section,.reject-remark-dialog .user-info-section{margin-bottom:24px}.reject-remark-dialog .remark-section h4,.reject-remark-dialog .user-info-section h4{font-size:16px;font-weight:600;color:#303133;margin:0 0 16px 0;padding-bottom:8px;border-bottom:1px solid #ebeef5}.reject-remark-dialog .user-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reject-remark-dialog .user-info-grid .info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.reject-remark-dialog .user-info-grid .info-item .label{font-size:14px;color:#909399;white-space:nowrap;min-width:80px}.reject-remark-dialog .user-info-grid .info-item .value{font-size:14px;color:#303133;font-weight:500}.reject-remark-dialog .user-info-grid .info-item .value.amount{color:#e6a23c;font-weight:600;font-size:16px}.reject-remark-dialog .remark-section .el-textarea .el-textarea__inner{border-radius:6px;resize:vertical}.reject-remark-dialog .remark-section .remark-tips{margin-top:16px}.reject-remark-dialog .remark-section .remark-tips .el-alert{border-radius:6px}.reject-remark-dialog .remark-section .remark-tips .el-alert ul{margin:8px 0 0 0;padding-left:20px}.reject-remark-dialog .remark-section .remark-tips .el-alert ul li{margin:4px 0;font-size:13px;line-height:1.4;color:#606266}