@import url('../css/head_foot.css');
#content .cont {
  width: 100%;
  padding: 24px;
  background: #2C2F48;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #484C6F;
}
#content .cont h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
#content .cont input {
  width: 100%;
  height: 51px;
  background: #393D5E;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  border: 2px solid #484C6F;
}
#content .cont textarea {
  width: 100%;
  height: 150px;
  background: #393D5E;
  border: 2px solid #484C6F;
  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;
}
#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: #00A257;
}
#content .cont button {
  border: none;
  width: 100%;
  height: 51px;
  background: #B9FF66;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
