.page-container{min-height:var(--app-height,100vh)}#app{width:100%;height:100%}.custom-progress{width:100%;height:.26667rem!important;background-color:#e9ecef;border-radius:.25rem;overflow:hidden;box-shadow:inset 0 .01333rem .02667rem rgba(0,0,0,.1);border:.06667rem solid #270c5b}.van-progress__portion:after{content:"";width:100%;height:100%;display:block;transition:width .6s ease;animation:progress-stretch 2s ease-out}@keyframes progress-stretch{0%{width:0;opacity:.5}50%{opacity:1;box-shadow:.02667rem 0 .10667rem rgba(0,123,255,.3)}to{width:var(--progress-width,75%)}}.van-progress__portion:after{background-image:linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.4) 75%,transparent 0);background-size:1rem 1rem;animation:progress-stripes 1s linear infinite}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:1rem 0}}