/*<!-- 密码框眼睛样式 -->*/
.my-fa-eye {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding-top:12px;
    cursor: pointer;
    /*pointer-events: none;*/
}
/*需要眼睛的输入框*/
/*. my-fa-eye-input{*/
/*    position: relative;*/
/*}*/