#content .cont {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E5E5E5;
  padding: 16px 20px;
}
#content .cont .cont_text {
  margin-bottom: 8px;
}
#content .cont .cont_text p {
  font-family: zi-M;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
#content .cont h3 {
  font-family: zi-B;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 4px;
}
#content .cont .from {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}
#content .cont .from input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  margin-bottom: 10px;
  background: #EFEFEF;
  text-indent: 1em;
  font-size: 14px;
  font-family: zi-bk;
  font-weight: 400;
  color: #333;
}
#content .cont .from input::-webkit-input-placeholder {
  color: #333;
}
#content .cont .from textarea {
  width: 100%;
  height: 227px;
  border: none;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: 1em;
  font-size: 14px;
  font-family: zi-bk;
  font-weight: 400;
  color: #333;
  padding: 16px 0;
  box-sizing: border-box;
  outline: none;
}
#content .cont .from textarea::-webkit-input-placeholder {
  color: #333;
}
#content .cont .from .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .from .btm_box p {
  font-size: 12px;
  font-family: zi-bk;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .from .btm_box p a {
  color: #00A2FF;
}
#content .cont .from .btm_box button {
  width: 240px;
  height: 50px;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #333;
}
