#inputs {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

#inputs ul {
  list-style: none;
  padding-inline-start: 0;
  text-align: left;
  margin: 0 auto;
  color: inherit;
}

@media screen and (max-width: 320px) {
  #inputs ul {
    width: 100%;
  }
}

#inputs > ul > li {
  position: relative;
  /* border-bottom: 1px solid white; */
}

#inputs > ul > li:not(.big) {
  display: flex;
  justify-content: space-between;
}

#inputs ul,
#inputs input,
#inputs button {
  font-size: inherit;
}

#inputs label {
  white-space: nowrap;
  text-align-last: justify;
  min-width: 22%;
  margin-right: 8.4375vw;
}

#inputs>ul>li{
  margin: 3.125vw auto 0;
}

#inputs input {
  width: calc(100% - 2vw);
  line-height: inherit;
  box-sizing: border-box;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  box-sizing: border-box;
  padding: 0 1.75em;
  margin: auto;
  border-radius: 4em;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  -ms-border-radius: 4em;
  -o-border-radius: 4em;
}

#inputs input::-webkit-input-placeholder {
  color: inherit;
}

#inputs button {
  display: block;
  margin: auto;
  cursor: pointer;
  padding: 0.5em 1em;
  font-family: Source Han Sans SC;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5em;
  border: 1px solid white;
  background: transparent;
  border-radius: 0.78125vw;
  -webkit-border-radius: 0.78125vw;
  -moz-border-radius: 0.78125vw;
  -ms-border-radius: 0.78125vw;
  -o-border-radius: 0.78125vw;
}

#inputs button img {
  pointer-events: none;
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}

#inputs .get,
#inputs .rich {
  font-size: inherit;
}

#inputs .get > div,
#inputs .multiple > div {
  display: flex;
  width: 100%;
}

#inputs .get button.cooldown {
  pointer-events: none;
  opacity: 0.8;
}

#inputs .get input {
  margin-left: 0;
}

#inputs .combo {
  display: flex;
  flex-wrap: wrap;
}

#inputs .rich > div {
  position: relative;
  width: 100%;
  height: calc(6em + 2.5vw);
}

#inputs .rich .input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #7A0000;
  text-align: left;
  line-height: 1.25;
  background: transparent;
  color: inherit;
  outline: none;
  padding: 2.5vw;
  box-sizing: border-box;
  border-radius: 0.78125vw;
  -webkit-border-radius: 0.78125vw;
  -moz-border-radius: 0.78125vw;
  -ms-border-radius: 0.78125vw;
  -o-border-radius: 0.78125vw;
}

#inputs .rich .placeholder {
  font-size: 0.85em;
  line-height: 1.25;
  pointer-events: none;
  opacity: 0.5;
  position: absolute;
  top: 3.28vw;
  left: 3.28vw;
  max-width: calc(100% - 6.56vw);
}

#inputs .rich.notEmpty > div .placeholder {
  display: none;
}

#inputs .multiple input {
  text-align: center;
  padding: 0 0.25em;
}

#inputs input,
#inputs button,
#inputs .rich .input {
  user-select: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
}

#inputs .radio ul {
  text-align: center;
}

@media screen and (min-width: 641px) {
  #inputs label {
    margin-right: 54px;
  }
  #inputs>ul>li{
    margin: 20px auto 0;
  }
  #inputs input {
    width: calc(100% - 128px);
    margin: auto;
  }
  #inputs button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #inputs .rich > div {
    height: calc(6em + 16px);
  }

  #inputs .rich .input {
    padding: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  #inputs .rich .placeholder {
    top: 21px;
    left: 21px;
    max-width: calc(100% - 42px);
  }
}
