#content .bread {
  display: flex;
  align-items: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
}
#content .cont {
  padding: 24px 24px 90px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
}
#content .cont h3 {
  font-family: b;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .cont input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #F2F2F2;
  color: #999;
  font-size: 16px;
  font-family: r;
  border: none;
  padding-left: 16px;
  margin-bottom: 16px;
}
#content .cont input::placeholder {
  color: #999;
  font-size: 16px;
  font-family: r;
}
#content .cont textarea {
  border: none;
  width: 100%;
  height: 152px;
  border-radius: 8px;
  color: #999;
  background: #F2F2F2;
  font-size: 16px;
  font-family: r;
  padding: 16px;
}
#content .cont textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-family: r;
}
#content .cont button {
  margin-top: 16px;
  width: 212px;
  height: 48px;
  background: #000;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: B;
  cursor: pointer;
  float: right;
}
