@import url('reset.css');
@import url('head_foot.css');
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #E7EBEF;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto 30px;
  padding: 16px 30px;
}
#content .from {
  width: 1200px;
  height: 732px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  padding: 24px;
  box-sizing: border-box;
}
#content .from .from_text {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
}
#content .from input,
#content .from textarea {
  margin-bottom: 15px;
  display: block;
  background-color: #eee;
  color: #516375;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  text-indent: 1em;
}
#content .from input:nth-child(1),
#content .from input:nth-child(2),
#content .from input:nth-child(3),
#content .from input:nth-child(5) {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .from input:nth-child(2),
#content .from input:nth-child(3) {
  width: 495px;
  height: 50px;
}
#content .from textarea {
  width: 100%;
  height: 179px;
  padding-top: 10px;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999;
}
#content .from .he {
  display: flex;
  justify-content: space-between;
}
#content .from .he button {
  width: 210px;
  height: 66px;
  background: #FFCD1D;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 0px solid #F5F5F5;
  color: #fff;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
#content .from .he .thanks {
  margin-top: 16px;
  font-family: zi;
  font-size: 16px;
  color: #999999;
}
#content .from .tiao {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}
#content .from .tiao a {
  color: #45D2FF;
}
