@import url('../css/head-foot.css');
.content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
}
.content .about h2 {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: C;
  margin-bottom: 12px;
}
.content .about h4 {
  color: #666666;
  line-height: 19px;
  font-size: 16px;
  font-family: S;
  margin-bottom: 8px;
}
.content .about .text {
  color: #999999;
  line-height: 19px;
  font-size: 16px;
  font-family: c;
  margin-bottom: 12px;
}
.content .about input {
  width: 100%;
  height: 56px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
  padding-left: 24px;
  color: #666666;
  font-size: 18px;
  font-family: c;
  border: 1px solid #333;
}
.content .about input::placeholder {
  color: #666666;
  font-size: 18px;
  font-family: c;
}
.content .about textarea {
  width: 100%;
  height: 212px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  color: #666666;
  font-size: 18px;
  font-family: c;
  padding-left: 24px;
  padding-top: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.content .about textarea::placeholder {
  color: #666666;
  font-size: 18px;
  font-family: c;
}
.content .about button {
  width: 100%;
  height: 64px;
  background: #68CCD2;
  border-radius: 16px 16px 16px 16px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: c;
  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;
  }
}
