#content h3 {
  font-family: b;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
#content p {
  margin-bottom: 4px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #BDBDBD;
  line-height: 24px;
}
#content .form {
  padding: 16px;
  width: 100%;
  background: #084C57;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #49696E;
}
#content .form input {
  width: 100%;
  height: 49px;
  background: #1B535C;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #49696E;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content .form input::-webkit-input-placeholder {
  color: #fff;
}
#content .form textarea {
  width: 100%;
  height: 185px;
  background: #1B535C;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #49696E;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .form textarea::-webkit-input-placeholder {
  color: #fff;
}
#content .form .tj-left {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
#content .form .tj-left a {
  color: #559FF8;
}
#content .form button {
  width: 100%;
  height: 45px;
  background: #54A726;
  box-shadow: 0px 5px 0px 0px #3B8118;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  cursor: pointer;
}
