.draw-image_fix{cursor:pointer;position:relative;height:0;max-width:100%;width:200px;padding-top:100%;overflow:hidden;border:1px solid #ebebeb;border-radius:10px;margin-bottom:30px}.draw-image_fix input{z-index:9;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0}.draw-image_fix img{z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain;width:90%;height:90%}