@import '../common/index.wxss';.fbm-stepper{font-size:0}.fbm-stepper__minus,.fbm-stepper__plus{background-color:var(--stepper-background-color,#f2f3f5);border:0;box-sizing:border-box;color:var(--stepper-button-icon-color,#323233);display:inline-block;height:var(--stepper-input-height,28px);margin:1px;padding:var(--padding-base,4px);position:relative;vertical-align:middle;width:var(--stepper-input-height,28px)}.fbm-stepper__minus:before,.fbm-stepper__plus:before{height:1px;width:9px}.fbm-stepper__minus:after,.fbm-stepper__plus:after{height:9px;width:1px}.fbm-stepper__minus:empty.fbm-stepper__minus:after,.fbm-stepper__minus:empty.fbm-stepper__minus:before,.fbm-stepper__minus:empty.fbm-stepper__plus:after,.fbm-stepper__minus:empty.fbm-stepper__plus:before,.fbm-stepper__plus:empty.fbm-stepper__minus:after,.fbm-stepper__plus:empty.fbm-stepper__minus:before,.fbm-stepper__plus:empty.fbm-stepper__plus:after,.fbm-stepper__plus:empty.fbm-stepper__plus:before{background-color:currentColor;bottom:0;content:"";left:0;margin:auto;position:absolute;right:0;top:0}.fbm-stepper__minus--hover,.fbm-stepper__plus--hover{background-color:var(--stepper-active-color,#e8e8e8)}.fbm-stepper__minus--disabled,.fbm-stepper__plus--disabled{color:var(--stepper-button-disabled-icon-color,#c8c9cc)}.fbm-stepper__minus--disabled,.fbm-stepper__minus--disabled.fbm-stepper__minus--hover,.fbm-stepper__minus--disabled.fbm-stepper__plus--hover,.fbm-stepper__plus--disabled,.fbm-stepper__plus--disabled.fbm-stepper__minus--hover,.fbm-stepper__plus--disabled.fbm-stepper__plus--hover{background-color:var(--stepper-button-disabled-color,#f3f4f5)}.fbm-stepper__minus{border-radius:var(--stepper-border-radius,var(--stepper-border-radius,4px)) 0 0 var(--stepper-border-radius,var(--stepper-border-radius,4px))}.fbm-stepper__minus:after{display:none}.fbm-stepper__plus{border-radius:0 var(--stepper-border-radius,var(--stepper-border-radius,4px)) var(--stepper-border-radius,var(--stepper-border-radius,4px)) 0}.fbm-stepper--round .fbm-stepper__input{background-color:initial!important}.fbm-stepper--round .fbm-stepper__minus,.fbm-stepper--round .fbm-stepper__plus{border-radius:100%}.fbm-stepper--round .fbm-stepper__minus:active,.fbm-stepper--round .fbm-stepper__plus:active{opacity:.7}.fbm-stepper--round .fbm-stepper__minus--disabled,.fbm-stepper--round .fbm-stepper__minus--disabled:active,.fbm-stepper--round .fbm-stepper__plus--disabled,.fbm-stepper--round .fbm-stepper__plus--disabled:active{opacity:.3}.fbm-stepper--round .fbm-stepper__plus{background-color:#ee0a24;color:#fff}.fbm-stepper--round .fbm-stepper__minus{background-color:#fff;border:1px solid #ee0a24;color:#ee0a24}.fbm-stepper__input{-webkit-appearance:none;background-color:var(--stepper-background-color,#f2f3f5);border:0;border-radius:0;border-width:1px 0;box-sizing:border-box;color:var(--stepper-input-text-color,#323233);display:inline-block;font-size:var(--stepper-input-font-size,14px);height:var(--stepper-input-height,28px);margin:1px;min-height:0;padding:1px;text-align:center;vertical-align:middle;width:var(--stepper-input-width,32px)}.fbm-stepper__input--disabled{background-color:var(--stepper-input-disabled-background-color,#f2f3f5);color:var(--stepper-input-disabled-text-color,#c8c9cc)}