.body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: "PingFang SC";
  font-size: 14px;
}

.middle {
  width: 1082px;
  margin: 0 auto;
}

.block-six {
  width: 20px;
  height: 19px;
  background: #F45D45;
  border: 1px solid #EDEDED;
  position: absolute;
  top: -19px;
  left: 427px;
}

.block-seven {
  width: 19px;
  height: 19px;
  background: #F45D45;
  border: 1px solid #F7F7F7;
  border-radius: 50%;
  position: absolute;
  left: -81px;
  top: 50%;
  opacity: 0.5;
}

.block-eight {
  width: 12px;
  height: 27px;
  background: #F45D45;
  border: 1px solid #F7F7F7;
  position: absolute;
  top: 50%;
  left: -123px;
  opacity: 0.5;
}

.button:focus {
  border: 1px solid transparent;
  border-radius: 10px;
}


/* main */

.main {
  margin-top: 91px;
  display: flex;
  justify-content: center;
}

.main-title {
  height: 166px;
  margin-left: 123px;
  margin-bottom: 27px;
  font-size: 25px;
  position: relative;
}

.main-title__h {
  font-size: 31px;
  color: #020202;
  font-weight: bold;
}

.main-title__p {
  color: #707070;
}

.main-content {
  padding-top: 1px;
}

.main_content_left {
  margin-top: 26px;
}

.main_content_right {
  margin-top: +20px;
}

.form {
  padding: 82px 47px 52px 44px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.form-item__label {
  width: 100px;
  text-align: center;
}

.form-item__input .input {
  width: 377px;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 22px 8px 22px;
  background: #F2F2F2;
  color: #000;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.form-item__input .input:focus {
  outline: none;
  background: #8fbe9e;
  color: #fff;
}

.form-item__input .erea {
  width: 377px;
  height: 174px;
}


.form-item_top {
  align-items: flex-start;
  /* margin: 0; */
  margin-bottom: 10px;
}

.form-item_top .form-item__label {
  margin-top: 20px;
}

.form-item_button {
  justify-content: flex-end;
}

.submit {
  width: 142px;
  height: 44px;
  background: #8FBE9E;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  color: #fff;
}

.main-content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-conten__img {
  width: 546px;
  height: 297px;
  margin-left: -34px;
}

.main-content-right__other {
  margin-left: 131px;
}

.main-content-right__other-text {
  width: 180px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #020202;
  margin-top: 76px;
  margin-bottom: 23px;
}

.function-list {
  height: 144px;
  margin-bottom: 35px;
}

.function-list li {
  height: 21px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #707070;
  position: relative;
}

.function-list li::before {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  content: '✔';
  color: #8FBE9E;
  /* border: 1px dotted #333; */
  position: absolute;
  top: 3px;
  left: -36px;
}

.divider-line {
  width: 263px;
  height: 10px;
  background: #D5D5D5;
  opacity: 0.2;
  margin-top: 45px;
}

.list-item-title {
  height: 36px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #020202;
  margin-top: 22px;
  margin-bottom: 12px;

}

.list-item-p,
.list-item-c {
  font-size: 18px;
  line-height: 30px;
  color: #555454;
}

.list-item-c span {
  color: #8FBE9E;
}

/* footer */
.footer {
  margin-top: 121px;
  margin-bottom: 71px;
}