.up-area {
  background: var(--main-color-deep);
  padding: 30px 0 86px 0;
}

.form-area{
  max-height: 540px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.form-body {
  display: flex;
  align-items: center;
  background: #fff;
  flex: 0 0 789px;
  padding: 37px 82px 57px 82px;
}

.form-name {
  font-size: 24px;
  font-weight: 700;
  color: rgba(36, 38, 43, 1);
  text-align: center;
  margin-bottom: 10px;
}

.form-tips {
  background: rgba(233, 236, 242, 1);
  padding: 37px 62px 57px 62px;
  overflow: auto;
}

.form-label {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(102, 107, 122, 1);
}

.form-input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 15px 10px;
  background:  rgba(233, 236, 242, 1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.form-input::placeholder {
  color: rgba(176, 187, 207, 1);
}
.form-submit{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 20px auto;
  background: var(--main-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
