#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 form 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 form 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 form 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;
}
#content .cover-img {
  display: block;
  width: 333px;
  height: 250px;
  margin: 0 auto 14px;
}
#content .tishi {
  margin-bottom: 40px;
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
#content .go-home {
  display: block;
  width: 538px;
  height: 48px;
  background: #4285F4;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
}
@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;
  }
  #content .go-home {
    width: calc(100% - 24px);
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .go-home {
    width: calc(100% - 24px);
  }
}
