@import url('../css/head_foot.css?v=1');
#content {
  padding: 24px 60px;
  margin: 0 auto;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 100%;
}
#content .cont .cont_l .bread {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 24px;
}
#content .cont .cont_l .c_cont {
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}
#content .cont .cont_l .c_cont input {
  width: 100%;
  height: 40px;
  background: #F7F8FC;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  border: none;
  text-indent: 1em;
  margin-bottom: 12px;
}
#content .cont .cont_l .c_cont textarea {
  width: 100%;
  height: 112px;
  background: #F7F8FC;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  padding: 16px;
  box-sizing: border-box;
}
#content .cont .cont_l .c_cont button {
  width: 100%;
  height: 40px;
  background: #00D179;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #111111;
  margin-top: 12px;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
}
