#app .content {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 68px;
}

#app .content .l-box {
  color: #324e40;
}

#app .content .l-box .title {
  font-size: 64px;
  margin-bottom: 32px;
}

#app .content .r-box {
  width: 500px;
}

#app .content .r-box .form-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#app .content .r-box .form-box .item {
  margin-top: 16px;
  width: 100%;
}

#app .content .r-box .form-box .item label {
  color: #324e40;
  margin-bottom: 4px;
}

#app .content .r-box .form-box .item label span {
  color: #6e736e;
  margin-left: 8px;
}

#app .content .r-box .form-box .item .box {
  display: flex;
}

#app .content .r-box .form-box .item .box div {
  flex: 1;
}

#app .content .r-box .form-box .item .box > :nth-child(2) {
  margin-left: 8px;
}

#app .content .r-box .form-box .item input {
  border: 1px solid #b8b8b8;
  width: 100%;
  height: 44px;
  outline: none;
  padding: 0 12px;
}

#app .content .r-box .form-box .item textarea {
  width: 100%;
  height: 74px;
  border: 1px solid #b8b8b8;
  outline: none;
  padding: 12px;
}

#app .content .r-box .form-box .btn {
  font-size: 24px;
  margin-top: 18px;
  margin-left: 12px;
  font-style: italic;
  color: #2b2b1f;
  border: none;
  background-color: inherit;
  text-align: left;
}
