.fullscreen-modal[data-v-1ca83bd0]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;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;background-color:rgba(0,0,0,.5)}.fullscreen-modal__container[data-v-1ca83bd0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f5f7fa;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.2);box-shadow:0 8px 32px rgba(0,0,0,.2);overflow:hidden;max-width:100vw;max-height:100vh}.fullscreen-modal__header[data-v-1ca83bd0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 24px;background-color:#fff;border-bottom:1px solid #ebeef5;-ms-flex-negative:0;flex-shrink:0}.fullscreen-modal__title[data-v-1ca83bd0]{font-size:18px;font-weight:600;color:#303133;line-height:1.4}.fullscreen-modal__actions[data-v-1ca83bd0]{gap:12px}.fullscreen-modal__actions[data-v-1ca83bd0],.fullscreen-modal__close[data-v-1ca83bd0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fullscreen-modal__close[data-v-1ca83bd0]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;color:#606266}.fullscreen-modal__close[data-v-1ca83bd0]:hover{background-color:#f5f7fa;color:#409eff}.fullscreen-modal__close i[data-v-1ca83bd0]{font-size:20px}.fullscreen-modal__body[data-v-1ca83bd0]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;padding:20px}.fullscreen-modal__body[data-v-1ca83bd0]::-webkit-scrollbar{width:8px;height:8px}.fullscreen-modal__body[data-v-1ca83bd0]::-webkit-scrollbar-thumb{background-color:#c0c4cc;border-radius:4px}.fullscreen-modal__body[data-v-1ca83bd0]::-webkit-scrollbar-thumb:hover{background-color:#909399}.fullscreen-modal__body[data-v-1ca83bd0]::-webkit-scrollbar-track{background-color:#f5f7fa}.fullscreen-modal__footer[data-v-1ca83bd0]{padding:16px 24px;background-color:#fff;border-top:1px solid #ebeef5;-ms-flex-negative:0;flex-shrink:0}.fullscreen-modal-fade-enter-active[data-v-1ca83bd0],.fullscreen-modal-fade-leave-active[data-v-1ca83bd0]{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.fullscreen-modal-fade-enter-active .fullscreen-modal__container[data-v-1ca83bd0],.fullscreen-modal-fade-leave-active .fullscreen-modal__container[data-v-1ca83bd0]{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.fullscreen-modal-fade-enter[data-v-1ca83bd0],.fullscreen-modal-fade-leave-to[data-v-1ca83bd0]{opacity:0}.fullscreen-modal-fade-enter .fullscreen-modal__container[data-v-1ca83bd0],.fullscreen-modal-fade-leave-to .fullscreen-modal__container[data-v-1ca83bd0]{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}