.main {
  margin-top: 1rem;
  background-color: #ece6e68c;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 7rem;
}

.main h1 {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  cursor: pointer;
  color: #333333;
}

.orcode-input input {
  width: 16rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 0.125rem 0 0 0.125rem;
  border: solid 0.025rem #b9b9b9;
  outline: none;
  padding: 0 0.125rem;
  margin-bottom: 0.5rem;
}

.orcode-input button {
  width: 2.4rem;
  height: 1.04rem;
  color: #ffffff;
  border: none;
  border-radius: 0 0.125rem 0.125rem 0;
  background-color: #D58F00;
}

.orcode-unit input {
  width: 5.75rem;
  height: 0.8rem;
  outline: none;
  border: solid 0.025rem #b9b9b9;
  border-radius: 0.125rem;
  padding: 0 0.075rem;
  margin: 0 0.375rem 0.5rem 0.375rem;
}

#ordown {
  width: 4.375rem;
  height: 1.325rem;
  border: none;
  color: #ffffff;
  background-color: #D58F00;
  border-radius: 0.125rem;
  font-family: Microsoft YaHei;
  font-size: 0.5rem;
  margin-bottom: 0.5rem;
}
