* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.page {
  max-width: 750px;
  margin: 0 auto;
}
.page .top {
  width: 100%;
}
.page .middle {
  width: 90%;
  margin: 0 auto;
  padding: 21px 0 39px 0;
}
.page .middle .register {
  max-width: 647px;
  margin: 0 auto;
}
.page .middle .register .input-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.page .middle .register .input-row .require {
  flex: 0 0 auto;
  margin-right: 5px;
}
.page .middle .register .input-row .require .require_tip {
  color: red;
}
.page .middle .register .input-row .input-div {
  flex: 1 1 auto;
  height: 40px;
  background: white;
  border-radius: 2px;
  background: #F4F5F6;
  border: 1px solid #D1D4D7;
}
.page .middle .register .input-row .input-div input {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: 13px;
  color: black;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.page .middle .register .input-row .input-div select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 9px;
  color: #a8a8a8;
}
.page .middle .register .input-row .input-div select option {
  color: black;
  font-weight: bold;
}
.page .middle .register .input-row .input-div .right {
  margin-left: 25px;
}
.page .middle .register .tip {
  margin-top: 20px;
}
.page .middle .register .tip .tip_text {
  text-align: left;
  color: black;
}
.page .middle .register .submitBtn {
  margin: 62px auto 0 auto;
  width: 205px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  background: #76b900;
  text-align: center;
  color: white;
  cursor: pointer;
}
/*# sourceMappingURL=register.css.map */