.ant-stepper{position:relative;display:inline-flex;flex-wrap:nowrap;height:44rpx;border-radius:50vh;border:2rpx solid var(--stepper-border-color,#e5e5e5);overflow:hidden;box-sizing:border-box}.ant-stepper .ant-stepper-button{width:44rpx;height:44rpx;line-height:44rpx;padding:0;color:#1677ff;background-color:var(--stepper-background-color,#fff)}.ant-stepper .ant-stepper-button .ant-icon{font-size:24rpx}.ant-stepper .ant-stepper-button-hover{background-color:var(--stepper-hover-bg,rgba(0,0,0,.08))}.ant-stepper .ant-stepper-button-up{border-top-left-radius:0;border-top-right-radius:4rpx;border-bottom-left-radius:0;border-bottom-right-radius:4rpx}.ant-stepper .ant-stepper-button-down{border-top-right-radius:0;border-top-left-radius:4rpx;border-bottom-right-radius:0;border-bottom-left-radius:4rpx}.ant-stepper .ant-stepper-button-disabled{color:#999}.ant-stepper-input{width:64rpx;height:44rpx;margin:0 2rpx;text-align:center;line-height:normal;font-size:30rpx;color:var(--stepper-input-font-color,#333);box-sizing:border-box;background-color:var(--stepper-background-color,#fff);padding:7rpx 14rpx;caret-color:#1677ff}.ant-stepper-input-wrap{background-color:var(--stepper-border-color,#e5e5e5)}.ant-stepper-input-readonly{padding:0;color:rgba(51,51,51,.4)}