.skeleton{box-sizing:border-box;padding:20px;background:var(--color-white);display:table;width:100%}.skeleton+.skeleton{margin-top:20px}.skeleton-type-img{position:relative;padding-bottom:80%}.skeleton-type-img:before{content:" ";position:absolute;width:calc(100% - 40px);height:calc(100% - 40px);top:20px;left:20px;background:#f2f2f2}.skeleton-title{width:100%;height:16px;margin-top:16px;background:#f2f2f2}.skeleton-content{display:table-cell;width:100%;vertical-align:top}.skeleton-item{padding:20px 0}.skeleton-item+.skeleton-item{border-top:1px solid #e8e8e8}.skeleton-title+.skeleton-paragraph{margin-top:24px}.skeleton-paragraph{padding:0}.skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:#f2f2f2}.skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.skeleton-paragraph>li+li{margin-top:16px}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-goods-img{position:relative;padding:50%;background:#f2f2f2}.skeleton-goods-img .skeleton-goods-img-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@nest .skeleton-active &{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}