.regittitle {
  width: 245px;
  margin: 21px auto;
  height: 49px;
  line-height: 49px;
  font-size: 28px;
}
.regist-wrap {
  width: 490px;
  margin: 21px auto;
}
.itemlable > label:not(.option)::after {
  content: " *";
  color: red;
}
.oneitem {
  height: 42px;
}
.itemlable {
  height: 17.5px;
  line-height: 17.5px;
}
.itemtext {
  height: 24.5px;
  line-height: 24.5px;
  position: relative;
}
.itemtext > input {
  height: 17.5px;
  line-height: 17.5px;
  width: 378px;
  border-radius: 4.2px;
  border: 0.7px solid #c4c7cc;
  box-shadow: inset 0 0.7px 0 rgba(225, 228, 232, 0.2);
  background-color: #fafbfc;
}
.submit-wrap {
  margin-top: 14px;
  position: relative;
  height: 38.5px;
  line-height: 38.5px;
}
.submit-wrap > button:hover {
  background-color: #35A954;
}
.submit-wrap > button {
  width: 378px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #298CBB;
  vertical-align: text-bottom;
  cursor: pointer;
}
