.fy_modal_wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.38)}.fy_modal_wrapper .fy_modal{height:auto;background:#fff;margin:auto;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding-bottom:5px}.fy_modal_wrapper .fy_modal .fy_modal_header{position:relative;padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.fy_modal_wrapper .fy_modal .fy_modal_header .fy_modal_title{color:#333;font-weight:700;font-size:16px;line-height:22px;word-wrap:break-word}.fy_modal_wrapper .fy_modal .fy_modal_header .fy_modal_close{position:absolute;top:50%;right:8px;z-index:10;margin-top:-15px;display:table;width:30px;height:30px;cursor:pointer;text-align:center}.fy_modal_wrapper .fy_modal .fy_modal_header .fy_modal_close .fy_modal_close_icon{display:table-cell;font-size:23px;vertical-align:middle;color:#666;transition:.3s}.fy_modal_wrapper .fy_modal .fy_modal_header .fy_modal_close:hover .fy_modal_close_icon{transform:rotate(90deg)}.fy_modal_wrapper .fy_modal .fy_modal_body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word;overflow-y:auto}.fy_modal_wrapper .fy_modal .fy_modal_footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.fy_modal_wrapper .fy_modal .fy_modal_footer>.el-button{padding:9px 16px}.modal-fade-enter-active{-webkit-animation:modal-fade-in .3s;animation:modal-fade-in .3s}.modal-fade-leave-active{-webkit-animation:modal-fade-out .3s;animation:modal-fade-out .3s}@-webkit-keyframes modal-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes modal-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes modal-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}@keyframes modal-fade-out{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}