.el-skeleton__item{background:rgb(var(--color-fill-3));display:inline-block;height:32px;border-radius:var(--border-radius-medium);width:100%}.el-skeleton__circle{border-radius:var(--border-radius-circle);width:40px;height:40px;line-height:40px}.el-skeleton__circle--lg{width:64px;height:64px;line-height:64px}.el-skeleton__circle--md{width:32px;height:32px;line-height:32px}.el-skeleton__button{height:36px;width:64px;border-radius:var(--border-radius-medium)}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:var(--font-size-title-1)}.el-skeleton__caption{height:var(--font-size-body-1)}.el-skeleton__h1{height:var(--font-size-title-2)}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:var(--font-size-title-1)}.el-skeleton__image{width:unset;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--border-radius-medium)}.el-skeleton__image .img-bag{font-size:var(--font-size-body-3);color:rgb(var(--color-text-3));font-weight:var(--font-weight-400)}.el-skeleton__image svg{fill:#dcdde0;width:22%;height:22%}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f3f5}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f3f5),color-stop(37%,#e6e6e6),color-stop(63%,#f2f3f5));background:linear-gradient(90deg,#f2f3f5 25%,#e6e6e6 37%,#f2f3f5 63%);background-size:400% 100%;-webkit-animation:1.4s infinite el-skeleton-loading;animation:1.4s infinite el-skeleton-loading}.el-skeleton .mb-16{margin-bottom:16px}.el-skeleton .all-width{width:100%}