@import url('../css/head-foot.css');
#content .cont-r {
  width: 1055px;
  margin: 0 auto;
}
#content .cont-r .cont-box {
  width: 1055px;
  padding: 24px;
  border-radius: 24px;
  border: 2px solid #eee;
}
#content .cont-r .cont-box h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333;
}
#content .cont-r .cont-box input {
  width: 1007px;
  height: 54px;
  background: #fafafa;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  text-indent: 1em;
  border: none;
}
#content .cont-r .cont-box input::-webkit-input-placeholder {
  color: #666;
}
#content .cont-r .cont-box textarea {
  width: 1007px;
  height: 229px;
  background: #fafafa;
  border-radius: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  outline: none;
  padding: 16px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 24px;
}
#content .cont-r .cont-box textarea::-webkit-input-placeholder {
  color: #666;
}
#content .cont-r .cont-box .d-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont-r .cont-box .d-btm .db-l {
  width: 890px;
  height: 44px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 16px;
}
#content .cont-r .cont-box .d-btm .db-l a {
  color: #6A44C7;
}
#content .cont-r .cont-box .d-btm button {
  width: 93px;
  height: 42px;
  background: #FBD320;
  border-radius: 49px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: s;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
  text-shadow: 0px 2px 4px #D7900D;
}
