.skeleton-wrapper{background:#fff}.skeleton-wrapper-inner{width:100%;height:100vh;padding:5px;position:relative}.skeleton-wrapper-body div{background:#f6f7f8;background-image:-webkit-gradient(linear,0 50%,100% 50%,from(#f6f7f8),color-stop(.2,#eaebef),color-stop(.4,#f6f7f8),to(#f6f7f8));background-image:-webkit-linear-gradient(270deg,#f6f7f8 0%,#eaebef 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:1200px 100vh;border-radius:7px;max-width:calc(100% - 10px);height:100vh;-webkit-animation-name:placeholderSkeleton;-webkit-animation-duration:2s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;position:absolute;left:5px;right:5px}div.skeleton-headerNav{width:100%;height:45px;left:5px}div.skeleton-sideNav{width:205px;height:calc(100% - 65px);padding:10px 8px;top:55px;left:5px}div.skeleton-viewHeader{width:calc(100% - 220px);height:40px;top:55px;left:215px}div.skeleton-widget-1,div.skeleton-widget-2,div.skeleton-widget-3{width:calc(100% - 270px);height:calc(100% - 170px);top:115px;left:235px}div.skeleton-sideNav-item{opacity:.7;border-bottom:1px solid #fff;border-radius:0;width:100%;height:30px;margin-bottom:10px;position:relative}div.skeleton-login{width:440px;height:480px;top:50%;left:50%;transform:translate(-50%,-50%)}.skeleton-p{color:#ccc;font-size:1.2rem;position:absolute;bottom:10px;right:45px}.skeleton-p:after{content:"...";width:35px;animation:2s infinite loadingAnimate;display:block;position:absolute;bottom:0;right:-40px}@keyframes loadingAnimate{0%{content:"   "}25%{content:".  "}50%{content:".. "}75%{content:"..."}to{content:"..."}}@-webkit-keyframes placeholderSkeleton{0%{background-position:-468px 0}to{background-position:1268px 0}}@-webkit-keyframes skeletonAnimate{0%{background-position:0 0}to{background-position:100% 0}}