.input__content_wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.input__content_wrapper .opticty__input__content{position:absolute;width:100%;height:100%;opacity:0}.input__content_wrapper .render__wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input__content_wrapper .input__item{height:40px;width:40px;pointer-events:none;text-align:center;line-height:40px;font-size:14px;color:#333;font-weight:550}.input__content_wrapper .v__input{height:40px;width:40px;border:1px solid #eaeaea}.input__content_wrapper .v__input__actived:after{content:"";display:inline-block;width:1px;border-radius:4px;height:18px;top:12px;position:absolute;animation:blink 1s step-start infinite;-webkit-animation:blink 1s step-start infinite;-moz-animation:blink 1s infinite step-start}@-webkit-keyframes blink{to{background-color:#fff;display:inline-block}50%{background-color:#000;display:inline-block}}@keyframes blink{to{background-color:#fff;display:inline-block}50%{background-color:#000;display:inline-block}}