.regittitle {
  width: 297.5px;
  margin: 25.5px auto;
  height: 59.5px;
  line-height: 59.5px;
  font-size: 34px;
}
.regist-wrap {
  width: 595px;
  margin: 25.5px auto;
}
.itemlable > label:not(.option)::after {
  content: " *";
  color: red;
}
.oneitem {
  height: 51px;
}
.itemlable {
  height: 21.25px;
  line-height: 21.25px;
}
.itemtext {
  height: 29.75px;
  line-height: 29.75px;
  position: relative;
}
.itemtext > input {
  height: 21.25px;
  line-height: 21.25px;
  width: 459px;
  border-radius: 5.1px;
  border: 0.85px solid #c4c7cc;
  box-shadow: inset 0 0.85px 0 rgba(225, 228, 232, 0.2);
  background-color: #fafbfc;
}
.submit-wrap {
  margin-top: 17px;
  position: relative;
  height: 46.75px;
  line-height: 46.75px;
}
.submit-wrap > button:hover {
  background-color: #35A954;
}
.submit-wrap > button {
  width: 459px;
  height: 42.5px;
  line-height: 42.5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #298CBB;
  vertical-align: text-bottom;
  cursor: pointer;
}
