.banner .inbanner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner .inbanner .w {
  height: 100%;
}
.banner .inbanner .w .p {
  line-height: 180%;
  letter-spacing: 0.36px;
  margin: 17px 0 0px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner img.m_img {
  display: none;
}
.con {
  background: #F5F6F8;
  padding-top: 93px;
  margin-bottom: -88px;
  padding-bottom: 100px;
}
.con .parter {
  border-radius: 20px;
}
.con .parter .form {
  padding: 80px 160px;
}
.con .parter .form .el-form .el-form-item .el-form-item__label {
  font-size: 16px;
  color: #303133;
}
.con .parter .form .el-form .el-form-item .el-input {
  width: 335px;
}
.con .parter .form .el-form .el-form-item .el-input .el-input__inner {
  background: #F5F6F8;
  height: 48px;
  border: none;
  border-radius: 6px;
}
.con .parter .form .el-form .el-form-item .el-textarea textarea {
  background: #F5F6F8;
  border: none;
  height: 110px;
  border-radius: 6px;
}
.con .parter .form .el-form .el-form-item .el-button {
  background: #00A99D;
  border: none;
  border-radius: 21px;
  height: 42px;
  padding: 0;
  width: 340px;
}
.con .parter .form .el-form .el-form-item .el-button span {
  color: #fff;
  font-size: 16px;
}
.con .parter .form .el-form .el-form-item .el-radio-group {
  padding-top: 11px;
}
.con .parter .form .el-form .el-form-item .el-radio-group .el-radio {
  margin: 0;
  width: 196px;
  margin-bottom: 20px;
}
.con .parter .form .el-form .el-form-item .el-radio-group .el-radio .el-radio__input .el-radio__inner {
  width: 18px;
  height: 18px;
}
.con .parter .form .el-form .el-form-item .el-radio-group .el-radio .el-radio__input .el-radio__inner::after {
  width: 8px;
  height: 8px;
}
.con .parter .form .el-form .el-form-item .el-radio-group .el-radio .el-radio__input.is-checked .el-radio__inner {
  background-color: #00A99D;
  border-color: #00A99D;
}
.con .parter .form .el-form .el-form-item .el-radio-group .el-radio .el-radio__label {
  font-size: 16px;
  color: #303133;
}
.con .parter .form form .item {
  display: flex;
  margin-bottom: 20px;
}
.con .parter .form form .item .iteml {
  width: 90px;
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
}
.con .parter .form form .item .iteml span {
  font-size: 14px;
  color: #FF4D4F;
}
.con .parter .form form .item .itemr {
  flex: 1;
}
.con .parter .form form .item .itemr button {
  cursor: pointer;
  width: 340px;
  height: 42px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 21px;
}
.con .parter .form form .item .itemr .radio {
  width: 210px;
}
.con .parter .form form .item .itemr .radio input {
  width: 30px;
}
.con .parter .form form .item .itemr .radio label {
  display: flex;
  align-items: center;
}
.con .parter .form form .item .itemr input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 16px;
  height: 16px;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #00A99D;
  text-indent: 0.15em;
  line-height: 1;
  padding: 0px;
}
.con .parter .form form .item .itemr input[type="radio"]:checked + label::before {
  background-color: #00A99D;
  background-clip: content-box;
  padding: 4px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.con .parter .form form .item .itemr input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 3;
  width: 4px;
  height: 4px;
}
.con .parter .form form .item .itemr .ipt {
  width: 335px;
  height: 48px;
  background-color: #F5F6F8;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.con .parter .form form .item .itemr .ipt::placeholder {
  font-size: 15px;
  color: #909399;
}
.con .parter .form form .item .itemr .textarea {
  padding: 12px;
  height: 100px;
  background-color: #F5F6F8;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}
.con .parter .form form .item .itemr .textarea::placeholder {
  font-size: 15px;
  color: #909399;
}
.con .parter .form form .item .itemr.mb20 .radio {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .banner .inbanner .w {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .banner .inbanner .w h2 {
    font-size: 16px;
  }
  .banner .inbanner .w .p {
    font-size: 14px;
    margin-top: 0px;
  }
  .banner img.m_img {
    display: block;
  }
  .banner img.pcimg {
    display: none;
  }
  .con {
    padding: 20px 12px;
    margin-bottom: 0;
  }
  .con .parter {
    margin: 0px;
    box-sizing: border-box;
  }
  .con .parter .form {
    padding: 30px 16px;
  }
  .con .parter .form form .item {
    display: block;
  }
  .con .parter .form form .item .iteml {
    font-size: 18px;
    margin-bottom: 14px;
    width: 100%;
    text-align: left;
  }
  .con .parter .form form .item .itemr {
    width: 100%;
    justify-content: space-between;
  }
  .con .parter .form form .item .itemr .ipt {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
  }
  .con .parter .form form .item .itemr .ipt::placeholder {
    font-size: 14px;
  }
  .con .parter .form form .item .itemr .radio {
    font-size: 14px;
    width: 49%;
  }
  .con .parter .form form .item .itemr.mb20 .radio {
    margin-bottom: 12px;
  }
}
