:root{--van-progress-height:1.06667vw;--van-progress-color:var(--van-primary-color);--van-progress-inactive-color:var(--van-gray-5);--van-progress-background:var(--van-gray-3);--van-progress-pivot-padding:0 1.33333vw;--van-progress-pivot-text-color:var(--van-white);--van-progress-pivot-font-size:var(--van-font-size-xs);--van-progress-pivot-line-height:1.6;--van-progress-pivot-background:var(--van-primary-color)}.van-progress{background:var(--van-progress-background);border-radius:var(--van-progress-height);height:var(--van-progress-height);position:relative}.van-progress__portion{background:var(--van-progress-color);border-radius:inherit;height:100%;left:0;position:absolute;transform-origin:0;transition:all var(--van-duration-base) var(--van-ease-out);width:100%}.van-progress__portion--inactive{background:var(--van-progress-inactive-color)}.van-progress__pivot{background:var(--van-progress-pivot-background);border-radius:1em;box-sizing:border-box;color:var(--van-progress-pivot-text-color);font-size:var(--van-progress-pivot-font-size);line-height:var(--van-progress-pivot-line-height);min-width:3.6em;padding:var(--van-progress-pivot-padding);position:absolute;text-align:center;top:50%;transition:all var(--van-duration-base) var(--van-ease-out);word-break:keep-all}.van-progress__pivot--inactive{background:var(--van-progress-inactive-color)}
