@keyframes fadeOut{0%{opacity:0}to{opacity:1}}.dialog-wrapper{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;height:100%;background-color:#0000004d;z-index:100;animation-name:fadeOut;animation-duration:.2s;animation-fill-mode:forwards}.image-wrapper{max-width:100%;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;display:flex;justify-content:center;align-items:center;z-index:200}.image-preview{object-fit:contain;max-height:100%;max-width:100%;transition:all ease-in-out .3s}.action-wrapper{padding:10px 20px;border-radius:40px;font-size:23px;width:300px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-evenly;background-color:#606266;border-color:#fff;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.operate-icon{width:1em;height:1em;background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.close-icon{width:40px;height:40px;border-radius:50%;position:absolute;z-index:300;right:8%;top:6%}
