.img-uploader .el-upload--picture-card{width:var(--imgWidth);height:var(--imgHeight);line-height:var(--imgHeight)}.img-uploader .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.img-uploader .el-upload:hover{border-color:#409eff}.img-uploader .img-uploader-icon{font-size:28px;color:#8c939d;width:var(--imgWidth);height:var(--imgHeight);line-height:var(--imgHeight);text-align:center}.img-uploader .img{width:var(--imgWidth);height:var(--imgHeight);display:block}.cropperBtn{display:flex;justify-content:flex-end}.cropper-steps{color:#b1b2b3;text-align:center;counter-reset:step}.cropper-step{margin-bottom:10px;vertical-align:top;display:inline-block;position:relative}.cropper-step:before{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;margin-left:4px;counter-increment:step;content:counter(step);margin:-.2em 6px 0 0;border:1px solid #b1b2b3;border-radius:50%}.cropper-step:after{margin:9px 16px;vertical-align:top;border-bottom:1px solid #b1b2b3;content:"";display:inline-block;width:30px}.cropper-step:last-child:after{display:none}.cropper-step.current{color:red}.cropper-step.current:before{border-color:red}.cropper-body img,.img-uploader img{max-width:inherit}.img_crop_preview_item:hover{background:#f7f7f7;cursor:pointer}.img_crop_preview_item{margin-bottom:20px;padding-left:20px;display:flex;align-items:center}.img_crop_preview_item.current{position:relative}.img_crop_preview_item.current:before{content:" ";display:block;width:4px;height:100%;background-color:red;position:absolute;top:0;left:-1px}