.input-demo-wrap {
  // margin-right: 40px;
  .lg-select {
    margin: -3px -10px 0;
    width: 104px;
    .lg-select-hd {
      border: none;
      .lg-input-o {
        background-color: #fcfcfc;
      }
    }
    .lg-input {
      margin-right: 0;
      width: auto;
    }
  }
  .lg-input-group .is-select {
    box-shadow: none;
  }
  .lg-select-item.is-select:after {
    display: none;
  }
}
.size-wrap {
  display: inline-block;
}
// .lg-input-group .is-select {
//   box-shadow: none;
// }
// .lg-select-item.is-select:after {
//   display: none;
// }
