*{margin:0;padding:0}.f-dialog .mask-enter[data-v-7cfc3959]{animation:maskEnter-7cfc3959 calc(var(--wrap-enter-time)*1ms + .1s) linear}.f-dialog .wrap-enter[data-v-7cfc3959]{animation:wrapEnter-7cfc3959 calc(var(--wrap-enter-time)*1ms) cubic-bezier(.08,.82,.17,1)}.f-dialog .mask-leave[data-v-7cfc3959]{animation:maskLeave-7cfc3959 calc(var(--wrap-leave-time)*1ms + .1s) linear;pointer-events:none}.f-dialog .wrap-leave[data-v-7cfc3959]{animation:wrapLeave-7cfc3959 calc(var(--wrap-leave-time)*1ms) cubic-bezier(.83,0,.92,.18);pointer-events:none}.f-dialog .fixed-screen[data-v-7cfc3959]{position:fixed;left:0;top:0;width:100%;height:100%}.f-dialog .f-dialog-mask[data-v-7cfc3959]{background-color:rgba(0,0,0,.45);z-index:1010}.f-dialog .f-dialog-wrap[data-v-7cfc3959]{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--width);height:var(--height);background-color:#fff;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);border-radius:8px;border:none;padding:20px 24px;color:rgba(0,0,0,.88);display:flex;flex-direction:column;font-weight:400;z-index:1010;will-change:opacity,left,top,transform}.f-dialog .f-dialog-wrap .f-dialog-close[data-v-7cfc3959]{position:absolute;top:17px;right:0;font-size:16px;display:flex;justify-content:center;align-items:center;inset-inline-end:17px;padding:0;color:rgba(0,0,0,.45);font-weight:600;line-height:1;text-decoration:none;background:0 0;border-radius:4px;width:22px;height:22px;border:0;outline:0;cursor:pointer;transition:color .2s,background-color .2s}.f-dialog .f-dialog-wrap .f-dialog-close[data-v-7cfc3959]:hover{background-color:#f0f0f0;color:#1d1d1d}.f-dialog .f-dialog-wrap .f-dialog-close[data-v-7cfc3959]:active{background-color:#d9d9d9;color:#1a1a1a}.f-dialog .f-dialog-wrap .wrap-title[data-v-7cfc3959]{color:rgba(0,0,0,.88);font-weight:600;font-size:16px;line-height:1.5;word-wrap:break-word;padding-right:10px;margin-bottom:8px}.f-dialog .f-dialog-wrap .wrap-body[data-v-7cfc3959]{flex:1;min-height:0;font-size:14px;line-height:1.5;word-wrap:break-word;font-weight:400;overflow:auto}.f-dialog .f-dialog-wrap .wrap-footer[data-v-7cfc3959]{padding-top:12px}.f-dialog .f-dialog-wrap .wrap-footer-fixed[data-v-7cfc3959]{position:absolute;left:0;bottom:0;width:100%}@keyframes wrapEnter-7cfc3959{0%{left:calc(var(--clientX)*1px);top:calc(var(--clientY)*1px);transform:translate(-50%,-50%) scale(.2);opacity:0}5%{opacity:0}to{left:50%;top:50%;transform:translate(-50%,-50%) scale(1)}}@keyframes wrapLeave-7cfc3959{95%{opacity:0}to{left:calc(var(--clientX)*1px);top:calc(var(--clientY)*1px);transform:translate(-50%,-50%) scale(.2);opacity:0}}@keyframes maskEnter-7cfc3959{0%{opacity:0}to{opacity:1}}@keyframes maskLeave-7cfc3959{0%{opacity:1}to{opacity:0}}