.dh-input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #47c97d; }
  .dh-input-before {
    margin-right: 8px; }
  .dh-input-ater {
    margin-left: 8px; }
  .dh-input-warp {
    flex: 1;
    padding: 4px 0; }
    .dh-input-warp-inner {
      height: 100%;
      width: 100%;
      font-size: 12px;
      border: none;
      background: transparent;
      outline: 0; }
