#content {
  padding: 20px 40px 60px;
}
#content .bread {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
#content .bread .shen {
  color: #333333;
}
#content .text-cont {
  width: 876px;
  margin: 0 auto;
}
#content .text-cont h1 {
  font-family: b;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .text-cont h2 {
  font-family: b;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .text-cont .text-box {
  margin-bottom: 24px;
}
#content .text-cont .text-box p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 24px;
}
#content .text-cont .text-box p *:last-child {
  margin-bottom: 0;
}
#content .from {
  width: 876px;
  margin: 0 auto;
}
#content .from h1 {
  font-family: b;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .from input {
  width: 100%;
  height: 49px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content .from textarea {
  width: 100%;
  height: 185px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .from button {
  width: 100%;
  height: 52px;
  background: #1F40FF;
  border-radius: 8px;
  border: none;
  font-size: 20px;
  font-family: s;
  color: #fff;
  line-height: 52px;
  cursor: pointer;
}

@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 16px;
  }
  #content .text-cont, #content .from {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 16px;
  }
  #content .text-cont, #content .from {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 16px;
  }
  #content .text-cont, #content .from {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 16px;
  }
  #content .text-cont, #content .from {
    width: 100%;
  }
}