.introduce .inc_h2 {
  margin: 0 auto;
  padding-bottom: 0.2rem;
  width: 1.28rem;
  font-size: 0.32rem;
  border-bottom: 0.04rem solid #003abc;
}

.introduce .form {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding: 0.52rem 0.5rem 0.5rem 0.5rem;
  width: 14rem;
  height: 4rem;
  font-size: 0.18rem;
  background-color: #ffffff;
}
.introduce .form .item {
  margin-bottom: 0.14rem;
  height: 0.24rem;
  font-size: 0.18rem;
}
.introduce .item :nth-child(1) {
  color: #e10000;
}
.introduce .form .item_input {
  margin-bottom: 0.32rem;
  width: 6.3rem;
  height: 0.4rem;
  border: 0.01rem solid #e6e6e6;
  box-sizing: border-box;
  background: #f6f6f6;
}
.introduce .right .textarea {
  padding: 0.2rem;
  width: 6.3rem;
  height: 1.9rem;
  background: #f6f6f6;
  border: 0.01rem solid #e6e6e6;
}

.introduce .right .form_button {
  margin-top: 0.3rem;
  float: right;
  width: 2rem;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  border: 0;
  background-color: #003abc;
  font-weight: bold;
}
