.inputRage {
  display: flex;

  .zhi{
    padding: 0 32px;
    font-size: 15px;
    color: #999;
    height: 20px;
    line-height: 20px;
  }

  .inputItem {
    flex: 1;
    vertical-align: bottom;
    height: 20px;
    line-height: 20px;
    margin-top: -1px;
    input {
      line-height: 20px;
      height: 20px;
    }
  }

}
