.m-table{--border-color:var(--mtable-border-color);--bg-color:var(--mtable-bg-color);--color:var(--mtable-color);--thead-color:var(--mtable-thead-color);--cell-bg-color:var(--bg-color);--wrap-border:var(--mtable-wrap-border);--thead-fs:var(--mtable-thead-fs);--tbody-fs:var(--mtable-tbody-fs)}.m-table .el-table{font-size:var(--thead-fs);color:var(--color);background-color:var(--bg-color)}.m-table .el-table__body-wrapper{font-size:var(--tbody-fs)}.m-table .el-table.el-table--border,.m-table .el-table.el-table--group{border:var(--wrap-border)}.m-table .el-table th,.m-table .el-table tr{background-color:var(--cell-bg-color)}.m-table .el-table .cell{line-height:1.5}.m-table .el-table thead{color:var(--thead-color)}.m-table .el-table .el-table__empty-text{color:var(--color)}.m-table .button-box{display:flex;justify-content:center;flex-wrap:wrap}.m-table .button-box .el-button{margin:0 5px 5px 0}.custom-form-container{width:100%}.custom-form-container .el-form-item .el-form-item__label{line-height:30px}.custom-form-container .el-form-item .el-form-item__content{flex:1;margin-left:unset!important;line-height:30px}.custom-form-container .el-form-item .el-radio-group{height:100%;display:flex;flex-wrap:wrap;align-items:center;gap:12px!important}.custom-form-container .el-form-item .el-radio-group .el-radio{line-height:30px}.custom-form-container .el-input__inner::-moz-placeholder{color:#02757e}.custom-form-container .el-input__inner::placeholder{color:#02757e}.custom-form-container .el-select{width:100%}.custom-form-container .btn-wrap,.upload-image{display:flex;flex-wrap:wrap}.upload-image{gap:10px}.upload-image *{box-sizing:border-box}.upload-image [class^=el-icon]{cursor:pointer}.upload-image .box{width:146px;height:146px;border-radius:8px;overflow:hidden}.upload-image .plus{background-color:transparent;border:1px dashed #49627c;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center}.upload-image .plus .el-icon-plus{font-size:42px;font-weight:700;color:#01cad8}.upload-image .plus:hover{border-color:#01cad8}.upload-image .upload-list{display:flex;flex-wrap:wrap;gap:10px}.upload-image .upload-list .upload-list-item_loading{display:flex;justify-content:center;align-items:center;background:transparent}.upload-image .upload-list .upload-list-item{position:relative;overflow:hidden}.upload-image .upload-list .upload-list-item img{width:inherit;height:inherit;overflow:clip}.upload-image .upload-list .upload-list-item .upload-list__item-actions{position:absolute;left:0;right:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3);border-radius:8px;display:none;align-items:center;justify-content:center;gap:15px}.upload-image .upload-list .upload-list-item .upload-list__item-actions>*{color:#fff;font-size:20px}.upload-image .upload-list .upload-list-item:hover .upload-list__item-actions{display:flex;border:1px dashed #49627c}