#content {
  width: 1280px;
  padding: 12px 30px;
  margin: 0 auto;
}
#content input {
  width: 664px;
  height: 52px;
  background: #373737;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #999;
  text-indent: 1em;
  border: none;
}
#content input::-webkit-input-placeholder {
  color: #999;
}
#content textarea {
  width: 100%;
  height: 227px;
  background: #373737;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #999;
  text-indent: 1em;
  border: none;
  padding: 16px 0;
  border-radius: 8px;
}
#content textarea::-webkit-input-placeholder {
  color: #999;
}
#content .d-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .d-btm .db-l {
  font-size: 12px;
  font-family: r;
  font-weight: 600;
  color: #999999;
}
#content .d-btm .db-l a {
  color: #12C0FF;
}
#content .d-btm button {
  width: 320px;
  height: 52px;
  background: #DD382E;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}
