#content h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content input {
  width: 100%;
  height: 52px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  border: none;
  margin-bottom: 16px;
  text-indent: 1em;
}
#content textarea {
  width: 100%;
  height: 120px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content .text {
  margin-bottom: 24px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
#content .text span {
  color: #397CEF;
}
#content button {
  width: 100%;
  height: 52px;
  background: #397CEF;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
