@import url('../css/head_foot.css');
#content .bread {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
  margin: 10px 0;
}
#content .bread a {
  color: #999999;
}
#content .cont {
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
}
#content .cont h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont input {
  width: 100%;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  border: none;
  text-indent: 1em;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
}
#content .cont textarea {
  width: 100%;
  height: 150px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  border: none;
  text-indent: 1em;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 16px;
  padding: 16px 0;
}
#content .cont .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .bottom .btm_l {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont .bottom .btm_l a {
  color: #58BAF8;
}
#content .cont .bottom button {
  border: none;
  width: 144px;
  height: 51px;
  background: #333333;
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
