.regittitle {
  width: 437.5px;
  margin: 37.5px auto;
  height: 87.5px;
  line-height: 87.5px;
  font-size: 50px;
}
.regist-wrap {
  width: 875px;
  margin: 37.5px auto;
}
.itemlable > label:not(.option)::after {
  content: " *";
  color: red;
}
.oneitem {
  height: 75px;
}
.itemlable {
  height: 31.25px;
  line-height: 31.25px;
}
.itemtext {
  height: 43.75px;
  line-height: 43.75px;
  position: relative;
}
.itemtext > input {
  height: 31.25px;
  line-height: 31.25px;
  width: 675px;
  border-radius: 7.5px;
  border: 1.25px solid #c4c7cc;
  box-shadow: inset 0 1.25px 0 rgba(225, 228, 232, 0.2);
  background-color: #fafbfc;
}
.submit-wrap {
  margin-top: 25px;
  position: relative;
  height: 68.75px;
  line-height: 68.75px;
}
.submit-wrap > button:hover {
  background-color: #35A954;
}
.submit-wrap > button {
  width: 675px;
  height: 62.5px;
  line-height: 62.5px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background-color: #298CBB;
  vertical-align: text-bottom;
  cursor: pointer;
}
