@import url('../css/head_foot.css');
#content {
  width: 1280px;
  background: #E8FBFF;
  margin: 0 auto;
  padding: 10px 40px 10px;
}
#content .bread {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  margin-bottom: 10px;
}
#content .bread a {
  color: #666;
}
#content .center_form {
  padding: 32px;
  box-sizing: border-box;
  background-color: #fff;
}
#content .center_form input,
#content .center_form textarea {
  margin-bottom: 15px;
  display: block;
  background-color: #f4f4f4;
  color: #666;
  font-size: 16px;
  border: none;
  text-indent: 1em;
  font-family: m;
  font-weight: 500;
}
#content .center_form input::-webkit-input-placeholder,
#content .center_form textarea::-webkit-input-placeholder {
  color: #666;
}
#content .center_form input:nth-child(1),
#content .center_form input:nth-child(2),
#content .center_form input:nth-child(3) {
  width: 599px;
  height: 50px;
}
#content .center_form textarea {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 20px;
}
#content .center_form .center_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .center_form .center_btm button {
  border: none;
  width: 262px;
  height: 60px;
  background: #02ADF7;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .center_form .center_btm .tiao {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .center_form .center_btm .tiao a {
  color: #02ADF7;
}
