@import url('../css/head-foot.css');
#content .cont {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
#content .cont input,
#content .cont textarea {
  border: none;
  width: 101px;
  font-family: f;
  font-weight: normal;
  color: #999999;
  line-height: 20px;
  margin-bottom: 8px;
  text-indent: 1em;
}
#content .cont input {
  width: 100%;
  height: 36px;
  background: #F1F1F1;
  border-radius: 4px;
}
#content .cont textarea {
  width: 100%;
  height: 115px;
  background: #F1F1F1;
  border-radius: 4px;
  padding: 8px 0;
  box-sizing: border-box;
}
#content .cont button {
  width: 100%;
  height: 36px;
  background: #FFCD1D;
  border-radius: 4px;
  font-size: 14px;
  font-family: f;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
