@import url('../css/head_foot.css');
#content .cont {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #333;
}
#content .cont h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}
#content .cont input {
  width: 100%;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  border: none;
}
#content .cont textarea {
  width: 100%;
  height: 150px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  padding: 16px 0;
  border: none;
}
#content .cont .btm_l {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 16px;
}
#content .cont .btm_l a {
  color: #0088FF;
}
#content .cont button {
  border: none;
  width: 100%;
  height: 51px;
  background: #0088FF;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
