header .head .home {
  display: none;
}
header .head .head-title {
  display: none;
}
#content {
  width: 760px;
  margin: 0 auto;
  padding: 32px 0;
}
#content h3 {
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
#content .text {
  margin-bottom: 24px;
}
#content .text h4 {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 24px;
}
#content .text p {
  width: 100%;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .text p:last-child {
  margin-bottom: 0;
}
#content  input {
  width: 100%;
  height: 56px;
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin-bottom: 16px;
  border: none;
  text-indent: 1em;
}
#content  textarea {
  width: 100%;
  height: 183px;
  background: #F6F6F6;
  padding: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin-bottom: 16px;
}
#content  button {
  width: 100%;
  height: 64px;
  background: #4285F4;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
