#content .bread {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
#content .bread a {
  color: #999;
}
#content .bread a:first-child {
  color: #fff;
}
#content h3 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
#content h4 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
#content p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .suo {
  text-indent: 1em;
}
#content .from {
  width: 800px;
  margin: 0 auto;
}
#content .from h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: B;
  text-align: center;
}
#content .from input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #D8FF73;
  color: #333;
  font-size: 16px;
  font-family: b;
  padding-left: 16px;
  margin-bottom: 16px;
}
#content .from input::placeholder {
  color: #333;
  font-size: 16px;
  font-family: b;
}
#content .from textarea {
  width: 100%;
  height: 152px;
  border-radius: 8px;
  color: #333;
  background: #D8FF73;
  font-size: 16px;
  font-family: b;
  padding-top: 16px;
  padding-left: 16px;
}
#content .from textarea::placeholder {
  color: #333;
  font-size: 16px;
  font-family: b;
}
#content .from button {
  margin-top: 16px;
  width: 100%;
  height: 48px;
  background: #2B7DFC;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: B;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .from {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .from {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .from {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .from {
    width: 100%;
  }
}
