@-webkit-keyframes skeletonLoading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes skeletonLoading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{display:table;width:100%}.el-skeleton-avatar{display:inline-block;vertical-align:top;background:#f2f2f2;width:36px;height:36px;line-height:36px}.el-skeleton-avatar-circle{border-radius:50%}.el-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.el-skeleton-avatar-sm{width:28px;height:28px;line-height:28px}.el-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.el-skeleton-content{display:table-cell;width:100%;vertical-align:top}.el-skeleton-content .el-skeleton-title{width:100%;height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton-content .el-skeleton-title--skeleton-paragraph{margin-top:24px}.el-skeleton-content .el-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:#f2f2f2}.el-skeleton-content .el-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.el-skeleton-content .el-skeleton-paragraph>li+li{margin-top:16px}.el-skeleton-with-avatar .el-skeleton-content .el-skeleton-title{margin-top:12px}.el-skeleton-with-avatar .el-skeleton-content .el-skeleton-title--skeleton-paragraph{margin-top:28px}.el-skeleton.el-skeleton-active .el-skeleton-avatar,.el-skeleton.el-skeleton-active .el-skeleton-content .el-skeleton-paragraph>li,.el-skeleton.el-skeleton-active .el-skeleton-content .el-skeleton-title{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:skeletonLoading 1.4s ease infinite;animation:skeletonLoading 1.4s ease infinite}dl,ol,ul{margin:0;padding:0}