#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: #333;
}
#content .about-cont {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E8E8E8;
}
#content .about-cont h3 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
#content .about-cont h4 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
#content .about-cont p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .about-cont .suo {
  text-indent: 1em;
}
#content .about-cont h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: B;
  text-align: center;
}
#content .about-cont input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #F2F2F2;
  color: #333;
  font-size: 16px;
  font-family: b;
  padding-left: 16px;
  margin-bottom: 16px;
}
#content .about-cont input::placeholder {
  color: #333;
  font-size: 16px;
  font-family: b;
}
#content .about-cont textarea {
  width: 100%;
  height: 152px;
  border-radius: 8px;
  color: #333;
  background: #F2F2F2;
  font-size: 16px;
  font-family: b;
  padding-top: 16px;
  padding-left: 16px;
}
#content .about-cont textarea::placeholder {
  color: #333;
  font-size: 16px;
  font-family: b;
}
#content .about-cont button {
  margin-top: 16px;
  width: 100%;
  height: 48px;
  background: #FFE609;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  color: #A34800;
  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%;
  }
}
