.bas-btn[data-v-bfcf0273]{background:#409eff;color:#fff;padding:6px 12px;border-radius:4px;border:none}.vcc-two-dialog .base-box[data-v-5f71a808]{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;border-radius:18px;padding:28px 32px 30px;background:var(--dialog-bg);border:1px solid var(--dialog-border);box-shadow:var(--dialog-shadow);background-repeat:no-repeat}.vcc-two-dialog .base-box .base-footer[data-v-5f71a808]{width:100%;padding:22px 0 0}.vcc-two-dialog .base-box .base-footer .floatBox[data-v-5f71a808]{display:flex;justify-content:flex-end;gap:10px}.vcc-two-dialog .base-box .base-head[data-v-5f71a808]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;box-sizing:border-box}.vcc-two-dialog .base-box .base-head .title[data-v-5f71a808]{display:flex;align-items:center;font-weight:600;font-size:22px;line-height:30px;color:var(--dialog-title-text)}.vcc-two-dialog .base-box .base-head .close[data-v-5f71a808]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--dialog-close-text);font-size:28px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.vcc-two-dialog .base-box .base-head .close[data-v-5f71a808]:hover{background:var(--dialog-content-bg);color:var(--dialog-close-hover-text);transform:rotate(90deg)}.vcc-two-dialog .base-box .base-main[data-v-5f71a808]{min-height:100px}.vcc-two-dialog[data-v-5f71a808] .el-dialog{padding:0;max-height:calc(100vh - 200px);background:none;border-radius:18px}.vcc-two-dialog[data-v-5f71a808] .el-dialog__body{padding:0}.vcc-two-dialog[data-v-5f71a808] .el-dialog__header{display:none}.vcc-two-dialog[data-v-5f71a808] .el-form-item__label{font-weight:400;font-size:14px}.vcc-two-dialog[data-v-5f71a808] .base-footer .el-button{min-width:104px!important;height:40px!important;border-radius:8px!important;font-size:14px!important;font-weight:600}.el-overlay{background-color:#0f172a7a!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dialog-fade-enter-active .el-dialog{animation:vcc-dialog-fade-in-5f71a808 .22s ease both}.dialog-fade-leave-active .el-dialog{animation:vcc-dialog-fade-out-5f71a808 .18s ease both}@keyframes vcc-dialog-fade-in-5f71a808{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes vcc-dialog-fade-out-5f71a808{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.account-notice-dialog.el-dialog{--notice-color: #d97706;--notice-header-bg: linear-gradient(135deg, #fff8eb 0%, #fff 100%);--notice-border: #fde7c2;--notice-button-start: #f59e0b;--notice-button-end: #e88905;max-width:calc(100vw - 32px);padding:0;overflow:hidden;background:var(--el-bg-color, #fff);border:1px solid var(--notice-border);border-radius:18px;box-shadow:0 24px 64px #0f172a38}.account-notice-dialog.el-dialog.is-error{--notice-color: #dc2626;--notice-header-bg: linear-gradient(135deg, #fff1f2 0%, #fff 100%);--notice-border: #fecdd3;--notice-button-start: #ef4444;--notice-button-end: #dc2626}.account-notice-dialog.el-dialog.is-info{--notice-color: #2563eb;--notice-header-bg: linear-gradient(135deg, #eff6ff 0%, #fff 100%);--notice-border: #bfdbfe;--notice-button-start: #3b82f6;--notice-button-end: #2563eb}.account-notice-dialog.el-dialog .el-dialog__header{padding:24px 28px 20px;margin:0;background:var(--notice-header-bg);border-bottom:1px solid var(--notice-border)}.account-notice-dialog.el-dialog .el-dialog__headerbtn{top:21px;right:22px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px}.account-notice-dialog.el-dialog .el-dialog__headerbtn:hover{background:color-mix(in srgb,var(--notice-color) 10%,transparent)}.account-notice-dialog.el-dialog .el-dialog__headerbtn .el-dialog__close{display:block;width:19px;height:19px;color:var(--notice-color);font-size:19px}.account-notice-dialog.el-dialog .account-notice-dialog__title{display:flex;align-items:center;gap:10px;color:var(--notice-color);font-size:21px;font-weight:700;line-height:30px}.account-notice-dialog.el-dialog .account-notice-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;color:#fff;font-size:16px;font-weight:800;border-radius:50%;background:var(--notice-color)}.account-notice-dialog.el-dialog .el-dialog__body{padding:28px 30px 26px}.account-notice-dialog.el-dialog .account-notice-dialog__content{color:var(--el-text-color-primary, #1f2937);font-size:16px;line-height:28px;text-align:left;white-space:pre-line}.account-notice-dialog.el-dialog .el-dialog__footer{padding:18px 30px 24px;border-top:1px solid var(--el-border-color-lighter, #eef0f4)}.account-notice-dialog.el-dialog .account-notice-dialog__footer{display:flex;justify-content:center}.account-notice-dialog.el-dialog .account-notice-dialog__footer .el-button{min-width:108px;height:40px;padding:0 24px;color:#fff;font-size:15px;font-weight:600;border:0;border-radius:9px;background:linear-gradient(135deg,var(--notice-button-start),var(--notice-button-end));box-shadow:0 8px 18px color-mix(in srgb,var(--notice-color) 24%,transparent)}@media(max-width:520px){.account-notice-dialog.el-dialog .el-dialog__header{padding:20px 22px 16px}.account-notice-dialog.el-dialog .el-dialog__body{padding:24px 22px 20px}.account-notice-dialog.el-dialog .el-dialog__footer{padding:16px 22px 20px}}
