#content .about-bread {
  height: 28px;
  font-size: 16px;
  color: #FFE048;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: B;
}
#content .about-bread a {
  color: #FFE048;
  font-size: 16px;
}
#content .about-bread .active {
  color: #fff;
}
#content .cont-box {
  width: 100%;
  padding: 16px;
  background: #0133BC;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E8E8E8;
}
#content .cont-box .cont-text {
  margin-bottom: 8px;
}
#content .cont-box .cont-text h3 {
  color: #fff;
  background: #0133BC;
  border-radius: 0px 0px 0px 0px;
  font-family: m;
}
#content .cont-box .cont-text p {
  margin-bottom: 4px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
#content .cont-box .cont-text .kong {
  text-indent: 1em;
  margin-bottom: 16px;
}
#content .from {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 12px 16px 24px;
}
#content .from h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: B;
  text-align: center;
}
#content .from input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  color: #FFFFFF;
  font-size: 16px;
  font-family: R;
  background: transparent;
  padding-left: 16px;
  margin-bottom: 16px;
}
#content .from input::placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-family: R;
}
#content .from textarea {
  width: 100%;
  height: 152px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  color: #FFFFFF;
  font-size: 16px;
  font-family: R;
  background: transparent;
  padding-top: 16px;
  padding-left: 16px;
}
#content .from textarea::placeholder {
  color: #FFFFFF;
  font-size: 16px;
  font-family: R;
}
#content .from .contact-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
#content .from .contact-f div {
  color: #FFFFFF;
  font-size: 14px;
  font-family: R;
}
#content .from .contact-f div a {
  text-decoration: underline !important;
}
#content .from .contact-f button {
  width: 103px;
  height: 40px;
  background: #FFE048;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: B;
  cursor: pointer;
}
