.van-stepper-new{font-size:0;-webkit-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-stepper-new__minus,.van-stepper-new__plus{position:relative;box-sizing:border-box;width:var(--van-stepper-input-height);height:var(--van-stepper-input-height);margin:0;padding:0;color:var(--van-stepper-button-icon-color);vertical-align:middle;background-color:var(--van-stepper-background-color);border:0;cursor:pointer}.van-stepper-new__minus::before,.van-stepper-new__plus::before{width:50%;height:1px}.van-stepper-new__minus::after,.van-stepper-new__plus::after{width:1px;height:50%}.van-stepper-new__minus::after,.van-stepper-new__minus::before,.van-stepper-new__plus::after,.van-stepper-new__plus::before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:''}.van-stepper-new__minus:active,.van-stepper-new__plus:active{background-color:var(--van-stepper-active-color)}.van-stepper-new__minus--disabled,.van-stepper-new__plus--disabled{color:var(--van-stepper-button-disabled-icon-color);background-color:var(--van-stepper-button-disabled-color);cursor:not-allowed}.van-stepper-new__minus--disabled:active,.van-stepper-new__plus--disabled:active{background-color:var(--van-stepper-button-disabled-color)}.van-stepper-new__minus{border-radius:var(--van-stepper-border-radius) 0 0 var(--van-stepper-border-radius)}.van-stepper-new__minus::after{display:none}.van-stepper-new__plus{border-radius:0 var(--van-stepper-border-radius) var(--van-stepper-border-radius) 0}.van-stepper-new__input{-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;width:100%;height:var(--van-stepper-input-height);margin:0 2px!important;padding:0;color:var(--van-stepper-input-text-color);font-size:var(--van-stepper-input-font-size);line-height:var(--van-stepper-input-line-height);text-align:center;vertical-align:middle;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper-new__input:disabled{color:var(--van-stepper-input-disabled-text-color);background-color:var(--van-stepper-input-disabled-background-color);-webkit-text-fill-color:var(--van-stepper-input-disabled-text-color);opacity:1}.van-stepper-new__input:read-only{cursor:default}.van-stepper-new__input::-webkit-input-placeholder{color:#c8c9cc}.van-stepper-new__input::placeholder{color:#c8c9cc}.van-stepper-new--round .van-stepper-new__input{background-color:transparent}.van-stepper-new--round .van-stepper-new__minus,.van-stepper-new--round .van-stepper-new__plus{border-radius:100%}.van-stepper-new--round .van-stepper-new__minus:active,.van-stepper-new--round .van-stepper-new__plus:active{opacity:var(--van-component-active-opacity)}.van-stepper-new--round .van-stepper-new__minus--disabled,.van-stepper-new--round .van-stepper-new__minus--disabled:active,.van-stepper-new--round .van-stepper-new__plus--disabled,.van-stepper-new--round .van-stepper-new__plus--disabled:active{opacity:.3}.van-stepper-new--round .van-stepper-new__plus{color:#fff;background-color:var(--van-stepper-button-round-theme-color)}.van-stepper-new--round .van-stepper-new__minus{color:var(--van-stepper-button-round-theme-color);background-color:#fff;border:1px solid var(--van-stepper-button-round-theme-color)}