body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}:root{--admin-primary:#5856e1;--admin-header-gradient:linear-gradient(135deg,#5856e1,#8470ff)}body{font-family:D-DIN Exp,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif;background:linear-gradient(180deg,#eaf1fe,#f8faff);color:#13113e;-webkit-font-smoothing:antialiased}@keyframes page-spin{to{transform:rotate(1turn)}}.page-loading{min-height:100vh;background:linear-gradient(180deg,#eaf1fe,#f8faff);display:flex;align-items:center;justify-content:center}.page-loading-spinner{width:40px;height:40px;border:3px solid #e4eafc;border-top:3px solid var(--admin-primary);border-radius:50%;animation:page-spin .8s linear infinite;margin:0 auto 12px}.page-loading-text{color:#97a0bc;font-size:13px;text-align:center}.login-wrap{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-bg{position:fixed;inset:0;z-index:0;background:url(/bg.png) 50%/cover no-repeat}.login-header{position:relative;z-index:1;padding:50px 40px 20px 60px;display:flex;align-items:center;flex-shrink:0}.login-header-logo-full{height:180px!important;width:auto!important;object-fit:contain;display:block}.login-main{position:relative;z-index:1;flex:1 1;display:flex;align-items:center;justify-content:flex-end;padding:16px 15% 32px 24px}.login-card{width:100%;max-width:440px;background:#fff;border-radius:20px;padding:68px 40px;margin-top:20px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 12px 40px rgba(0,0,0,.14),0 32px 80px rgba(40,38,180,.18)}.login-card-head{margin-bottom:28px}.login-card-title{font-size:22px;font-weight:800;color:#13113e;line-height:1.2;margin-bottom:6px}.login-card-sub{font-size:13px;color:#97a0bc;margin:0}.login-mode-switch{display:flex;border-bottom:1px solid #eef0fa;margin-bottom:24px}.login-mode-btn{flex:1 1;background:none;border:none;outline:none;cursor:pointer;padding:9px 0 11px;font-size:14px;font-weight:500;color:#97a0bc;position:relative;transition:color .18s}.login-mode-btn:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%) scaleX(0);width:60%;height:2px;background:var(--admin-primary);border-radius:1px;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.login-mode-btn.active{color:#13113e;font-weight:600}.login-mode-btn.active:after{transform:translateX(-50%) scaleX(1)}.login-input.ant-input,.login-input.ant-input-affix-wrapper{height:46px!important;border-radius:10px!important;border-color:#e4eafc!important;background:#f8faff!important;font-size:14px!important;color:#13113e!important;transition:border-color .18s,box-shadow .18s,background .18s!important}.login-input.ant-input-affix-wrapper .ant-input,.login-input.ant-input-affix-wrapper input,.login-input.ant-input-affix-wrapper input:active,.login-input.ant-input-affix-wrapper input:focus,.login-input.ant-input-affix-wrapper input:hover,.login-input.ant-input-affix-wrapper-focused input{background:transparent!important;background-color:transparent!important;outline:none!important}.login-input.ant-input-affix-wrapper input:-webkit-autofill,.login-input.ant-input-affix-wrapper input:-webkit-autofill:active,.login-input.ant-input-affix-wrapper input:-webkit-autofill:focus,.login-input.ant-input-affix-wrapper input:-webkit-autofill:hover,.login-input.ant-input:-webkit-autofill,.login-input.ant-input:-webkit-autofill:active,.login-input.ant-input:-webkit-autofill:focus,.login-input.ant-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #f8faff!important;-webkit-text-fill-color:#13113e!important;-webkit-transition:background-color 9999s ease-in-out 0s!important;transition:background-color 9999s ease-in-out 0s!important}.login-input.ant-input-affix-wrapper-focused,.login-input.ant-input-affix-wrapper:focus,.login-input.ant-input:focus{border-color:var(--admin-primary)!important;background:#f8faff!important;box-shadow:0 0 0 3px rgba(88,86,225,.12)!important}.ant-form-item{margin-bottom:16px!important}.ant-form-item-explain-error{font-size:12px!important;margin-top:3px!important}.login-send-code-btn{background:none;border:none;outline:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--admin-primary);padding:0;white-space:nowrap}.login-send-code-btn.disabled{color:#b8c0d4!important;cursor:default}.login-captcha-row{display:flex;gap:10px;align-items:stretch}.login-captcha-img{width:112px;height:46px;flex-shrink:0;background:linear-gradient(135deg,#eef0fa,#f0f3fc);border:1px solid #e4eafc;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:800;color:var(--admin-primary);letter-spacing:4px;font-size:17px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .18s}.login-captcha-img:hover{border-color:var(--admin-primary)}.login-submit-btn{height:46px!important;font-size:15px!important;font-weight:600!important;border-radius:10px!important;background:linear-gradient(90deg,#5856e1,#7c6ff5)!important;border:none!important;box-shadow:0 6px 20px rgba(88,86,225,.36)!important;letter-spacing:3px!important}.login-submit-btn:hover:not(:disabled){opacity:.9;box-shadow:0 8px 28px rgba(88,86,225,.46)!important}.login-footer{position:relative;z-index:1;text-align:center;padding:12px 0 20px;font-size:12px;color:#97a0bc;flex-shrink:0}@media (max-width:768px){.login-main{justify-content:center;padding:16px 24px 32px}}@media (max-width:520px){.login-header{padding:16px 20px}.login-card{padding:36px 24px 28px;border-radius:16px}.login-card-title{font-size:22px}}.admin-brand-logo-box{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.admin-header-user{display:inline-flex;align-items:center;gap:10px;cursor:pointer;color:#fff;padding:0 4px}.admin-header-avatar{background:hsla(0,0%,100%,.25)!important;color:#fff!important;font-weight:700;flex-shrink:0}.admin-header-user-meta{display:flex;flex-direction:column;line-height:1.3;min-width:0}.admin-header-user-name{color:hsla(0,0%,100%,.95);font-size:13px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-header-user-role{color:hsla(0,0%,100%,.6);font-size:11px}.admin-hdr-logo{color:#fff;font-size:17px;font-weight:700;display:inline-flex;align-items:center;gap:8px;padding:0 16px 0 10px;white-space:nowrap}.admin-header-collapse-btn{color:#fff!important;margin-right:4px;width:40px;height:40px}.admin-hdr{height:52px;padding:0 16px 0 0!important;background:var(--admin-header-gradient)!important;display:flex;align-items:center;justify-content:space-between;gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100;line-height:normal}.admin-hdr-left{margin-left:10px}.admin-hdr-left,.admin-hdr-right{display:flex;align-items:center;flex-shrink:0}.admin-hdr-right{gap:12px}.admin-header-notify-btn{color:#fff!important;width:40px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.admin-header-notify-btn-active{background:hsla(0,0%,100%,.15)!important}.admin-sider{background:hsla(0,0%,100%,.92)!important;position:-webkit-sticky!important;position:sticky!important;top:52px!important;height:calc(100vh - 52px)!important;overflow:hidden;-webkit-border-end:1px solid #e4eafc!important;border-inline-end:1px solid #e4eafc!important}.admin-sider-inner{height:100%;overflow-y:auto;overflow-x:hidden;padding:4px 0 16px}.admin-sider-inner::-webkit-scrollbar{width:3px}.admin-sider-inner::-webkit-scrollbar-thumb{background:#e4eafc;border-radius:2px}.admin-sider .ant-menu-light{background:transparent!important;-webkit-border-end:none!important;border-inline-end:none!important;padding:0 12px}.admin-sider .ant-menu-light .ant-menu-item,.admin-sider .ant-menu-light .ant-menu-submenu-title{margin:9px 0;width:100%;border-radius:10px;color:#13113e;font-size:14px;font-weight:500;height:40px;line-height:40px;-webkit-padding-start:10px!important;padding-inline-start:10px!important;transition:background .15s,color .15s,box-shadow .15s}.admin-sider .anticon{font-size:15px!important;display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s;color:inherit}.admin-sider .ant-menu-light .ant-menu-item .anticon,.admin-sider .ant-menu-light .ant-menu-submenu-title .anticon{color:#13113e}.admin-sider .ant-menu-light .ant-menu-submenu-title .ant-menu-submenu-arrow{color:#97a0bc}.admin-sider .ant-menu-light .ant-menu-item-selected{background:linear-gradient(135deg,#5856e1,#8470ff)!important;color:#fff!important;font-weight:700;box-shadow:0 8px 20px rgba(88,86,225,.38)}.admin-sider .ant-menu-light .ant-menu-item-selected .ant-menu-title-content,.admin-sider .ant-menu-light .ant-menu-item-selected .anticon{color:#fff!important}.admin-sider .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover,.admin-sider .ant-menu-light .ant-menu-submenu-title:hover{background:#f3f2ff!important;color:#5856e1!important}.admin-sider .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover .anticon,.admin-sider .ant-menu-light .ant-menu-submenu-title:hover .anticon{color:#5856e1!important}.admin-sider .ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#5856e1!important;font-weight:700;background:#f3f2ff!important}.admin-sider .ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow,.admin-sider .ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#5856e1!important}.admin-sider .ant-menu-light .ant-menu-sub{background:transparent!important;padding:2px 0}.admin-sider .ant-menu-light .ant-menu-sub .ant-menu-item{height:34px;line-height:34px;font-size:13px;font-weight:400;color:#424064;border-radius:8px;margin:7px 0;-webkit-padding-start:36px!important;padding-inline-start:36px!important;position:relative}.admin-sider .ant-menu-light .ant-menu-sub .ant-menu-item:before{content:"";position:absolute;left:22px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#97a0bc;flex-shrink:0}.admin-sider .ant-menu-light .ant-menu-sub .ant-menu-item-selected:before{background:#fff}.admin-sider .ant-menu-light .ant-menu-sub .ant-menu-item-selected{background:linear-gradient(135deg,#5856e1,#8470ff)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 12px rgba(88,86,225,.28)}.admin-sider .ant-menu-light .ant-menu-item-group-title{padding:16px 12px 4px;font-size:11px;font-weight:700;color:#97a0bc;text-transform:uppercase;letter-spacing:.5px}.admin-sider.ant-layout-sider-collapsed .ant-menu-light{padding:0 4px}.admin-sider.ant-layout-sider-collapsed .ant-menu-light .ant-menu-item,.admin-sider.ant-layout-sider-collapsed .ant-menu-light .ant-menu-submenu-title{margin:9px auto;width:44px;padding-left:14px!important;padding-right:0!important;border-radius:10px;height:44px;line-height:44px}.admin-sider.ant-layout-sider-collapsed .ant-menu-light .ant-menu-item-selected{background:linear-gradient(135deg,#5856e1,#8470ff)!important;box-shadow:0 4px 14px rgba(88,86,225,.3)}.admin-main{display:flex;flex-direction:column;min-height:calc(100vh - 52px);background:linear-gradient(180deg,#eaf1fe,#f8faff)}.admin-page-container{padding:10px;margin:0;border-radius:10px}.admin-tab-bar{flex-shrink:0;background:transparent;border-bottom:none;padding-bottom:10px;position:relative}.admin-tab-bar:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:1px;background:linear-gradient(90deg,rgba(88,86,225,.25),#e4eafc 25%,#e4eafc 75%,rgba(228,234,252,.2))}.admin-tab-bar .keep-alive-tabs>.ant-tabs-nav{margin:0;padding:10px 10px 0;background:transparent}.admin-tab-bar .keep-alive-tabs>.ant-tabs-nav:before{border-bottom:none}.admin-tab-bar .keep-alive-tabs>.ant-tabs-nav .ant-tabs-nav-list{align-items:center;gap:4px}.admin-tab-bar .keep-alive-tabs.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,.admin-tab-bar .keep-alive-tabs.ant-tabs-editable-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab{position:relative;margin-left:0!important;height:30px;padding:0 16px!important;background:hsla(0,0%,100%,.7);border:1px solid #e4eafc!important;border-radius:8px!important;color:#424064;font-size:13px;transition:none!important}.admin-tab-bar .keep-alive-tabs.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn,.admin-tab-bar .keep-alive-tabs.ant-tabs-editable-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{color:#424064;transition:none!important}.admin-tab-bar .keep-alive-tabs.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,.admin-tab-bar .keep-alive-tabs.ant-tabs-editable-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active{height:30px;padding:0 16px!important;background:#fff!important;border-color:var(--admin-primary)!important;border-top:1px solid var(--admin-primary)!important}.admin-tab-bar .keep-alive-tabs.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,.admin-tab-bar .keep-alive-tabs.ant-tabs-editable-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--admin-primary);font-weight:600}.admin-tab-bar .keep-alive-tabs .ant-tabs-tab-remove{position:static;display:none;color:#97a0bc;font-size:10px;font-weight:700;width:14px;height:14px;padding:0;margin-left:4px;border-radius:3px;flex-shrink:0;align-self:center}.admin-tab-bar .keep-alive-tabs .ant-tabs-tab-remove:hover{background:#e4eafc;color:#97a0bc}.admin-tab-bar .keep-alive-tabs.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-remove,.admin-tab-bar .keep-alive-tabs.ant-tabs-editable-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-remove{display:inline-flex;align-items:center;justify-content:center}.admin-tab-bar .keep-alive-tabs .ant-tabs-content-holder{display:none}.admin-tab-bar .admin-tab-label{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-page-content{flex:1 1;min-height:0;background:linear-gradient(180deg,#eaf1fe,#f8faff);overflow:auto}.admin-page-inner{min-height:100%}.ant-pro-page-container-warp-page-header .ant-page-header-heading{display:none}.ant-pro-page-container-children-container{padding:0}.ant-pro-table .ant-pro-table-search{margin-bottom:10px;border-radius:10px;border-bottom:none!important}.ant-pro-table .ant-pro-table-search .ant-row>.ant-col:empty{display:none}.ant-pro-table .ant-pro-card:not(.ant-pro-card-ghost)>.ant-pro-card-body{padding:8px!important}.ant-pro-table:not(:has(>.ant-pro-card))>.ant-table-wrapper{padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #e4eafc}.ant-card,.ant-pro-card:not(.ant-pro-card-ghost),.ant-pro-table .ant-pro-card:not(.ant-pro-card-ghost){border-radius:10px!important;border:1px solid #e4eafc!important}.ant-pro-query-filter.ant-pro-query-filter{border-radius:10px!important}.ant-pro-table .ant-table-thead>tr>th{background:#f5f8fd!important;color:#13113e;font-weight:500}.ant-btn-primary:not(:disabled){box-shadow:none}.ant-table-tbody>tr>td{padding:12px 14px!important;font-size:13px;color:#424064}.ant-table-thead>tr>th{font-size:13px!important;font-weight:500!important;color:#13113e!important;padding:10px 14px!important;border-bottom:1px solid #e4eafc!important}.ant-table-tbody>tr:hover>td,.ant-table-thead>tr>th{background:#f5f8fd!important}.ant-input-affix-wrapper .ant-input::placeholder,.ant-input::placeholder{color:#97a0bc!important;font-size:12px}.ant-select-selection-placeholder{color:#97a0bc!important;font-size:12px}.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled),.ant-btn-primary:not(:disabled):not(.ant-btn-disabled),.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{box-shadow:none!important}.ant-tag-success{background:#effbf6!important;color:#2fc396!important;border-color:rgba(47,195,150,.3)!important}.ant-tag-error{background:#fff6f4!important;color:#fc4527!important;border-color:rgba(252,69,39,.3)!important}.ant-tag-warning{background:rgba(255,183,44,.12)!important;color:#ffb72c!important;border-color:rgba(255,183,44,.3)!important}.ant-tag-processing{background:#f3f2ff!important;color:#5856e1!important;border-color:rgba(88,86,225,.2)!important}.ant-modal-content{border-radius:16px!important;overflow:hidden;box-shadow:0 20px 60px rgba(88,86,225,.1)!important}.ant-drawer-content{border-radius:0!important}.ant-table-wrapper .ant-pagination{margin-bottom:10px!important}.ant-pro-table-list-toolbar-container{padding-top:4px!important;padding-bottom:12px!important}.hide-pagination-footer .ant-table-pagination{display:none!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f5f8fd!important}.ant-drawer-content-wrapper{box-shadow:-8px 0 40px rgba(88,86,225,.08)!important}.ant-card-hoverable:hover{box-shadow:none!important}.ant-alert-info{background:#f3f2ff!important;border-color:rgba(88,86,225,.2)!important}.ant-alert-info .ant-alert-icon{color:#5856e1!important}.ant-alert-info .ant-alert-description,.ant-alert-info .ant-alert-message{color:#424064!important}.ant-pro-query-filter{background:#fff!important;border-radius:10px!important;padding:16px 20px!important;margin-bottom:10px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e4eafc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#97a0bc}.ant-image-preview-switch-left{left:8%!important}.ant-image-preview-switch-right{right:8%!important}@font-face{font-family:D-DIN Exp;src:local("D-DIN Exp"),local("D-DIN-Exp"),local("DIN Condensed"),local("Barlow"),local("Roboto Condensed");unicode-range:u+0030-0039,u+002e,u+002c,u+0025;font-display:swap}.num-font{font-family:D-DIN Exp,DIN Condensed,Barlow,Roboto Condensed,SF Pro Display,-apple-system,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.ant-space.ant-space-vertical{gap:10px!important}.ant-alert-success{background:#effbf6!important;border-color:rgba(47,195,150,.35)!important}.ant-alert-success .ant-alert-icon{color:#2fc396!important}.ant-alert-success .ant-alert-description,.ant-alert-success .ant-alert-message{color:#424064!important}.ant-tag-green{background:#effbf6!important;color:#2fc396!important;border-color:rgba(47,195,150,.35)!important}.ant-badge-status-success{background-color:#2fc396!important}.ant-steps-item-finish .ant-steps-item-icon{background-color:#2fc396!important;border-color:#2fc396!important}.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff!important}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#2fc396!important}.ant-result-success .ant-result-icon>.anticon{color:#2fc396!important}.image-upload-dragger .ant-upload-list{margin-top:12px!important}