#content h3 {
  font-family: xb;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content h4 {
  font-family: b;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
#content p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
}
#content input {
  width: 100%;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  border: none;
}
#content textarea {
  width: 100%;
  height: 150px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  text-indent: 1em;
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  padding: 16px 0;
  border: none;
}
#content .btm_l {
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 16px;
}
#content .btm_l a {
  color: #28BD30;
}
#content button {
  border: none;
  width: 100%;
  height: 51px;
  background: #28BD30;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: r;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
