@import url(../css/reset.css);
@import url(../css/gg.css);
@import url(../css/index.css);
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#content {
  flex: 1;
}
#content .center_form {
  padding: 50px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
#content .center_form input,
#content .center_form textarea {
  margin-bottom: 15px;
  display: block;
  background-color: #eee;
  color: #516375;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  text-indent: 1em;
}
#content .center_form input:nth-child(1),
#content .center_form input:nth-child(2),
#content .center_form input:nth-child(3),
#content .center_form input:nth-child(5) {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .center_form input:nth-child(1),
#content .center_form input:nth-child(2) {
  width: 370px;
  height: 50px;
}
#content .center_form input:nth-child(3) {
  width: 100%;
  height: 50px;
}
#content .center_form input:nth-child(5) {
  text-align: center;
  color: #fff;
  width: 232px;
  height: 52px;
  background: #FF83AF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
#content .center_form textarea {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999;
}
#content .center_form .xian {
  height: 1px;
  background-color: #ccc;
}
#content .center_form .tiao {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  margin-top: 16px;
}
#content .center_form .tiao a {
  color: #45D2FF;
}
