#content {
  padding: 24px 30px;
}
#content .bread {
  margin-bottom: 8px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#content .bread a {
  color: #333;
}
#content input {
  width: 100%;
  height: 49px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content textarea {
  width: 100%;
  height: 185px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .tj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .tj .tj-left {
  font-size: 14px;
  font-family: l;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
}
#content .tj .tj-left a {
  color: #00A2FF;
}
#content .tj button {
  width: 247px;
  height: 50px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 19px;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .tj {
    flex-direction: column;
  }
  #content .tj .tj-left {
    margin-bottom: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
  }
  #content .tj {
    flex-direction: column;
  }
  #content .tj .tj-left {
    margin-bottom: 12px;
  }
}
