.user-management{width:100%;overflow:auto;position:relative}.user-management .yc-wrap{height:100%}.user-management .yc-wrap .content h1{padding-bottom:12px;line-height:28px;font-size:20px;font-weight:500;color:#21202a}.user-management .yc-wrap .content .el-pagination{float:right;padding:12px}.user-management .loading-box{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.user-management .table-loading{width:17px;height:17px;border:2px solid #513eff;border-top-color:transparent;border-radius:100%;-webkit-animation:circle .85s linear infinite;animation:circle .85s linear infinite;margin:0 auto}@-webkit-keyframes circle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes circle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}