.send_main {
  background: #f5f5f5;
  min-height: calc(100vh - 3rem);
}
.send_main .head {
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.25rem 4%;
}
.send_main .con .row {
  margin-bottom: 1.25rem;
}
.send_main .con .row:last-child{
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
.send_main .con .row .tip {
  padding: 0 4% 0.3125rem;
}
.send_main .con .row .info {
  background: #fff;
  padding: 0.9375rem 4%;
}
.send_main .con .row .info input{
  border: 0;
  width: 100%;
}
.send_main .con .row .info textarea {
  height: 6.25rem;
  width: 100%;
  border: 0;
}
.send_main .con .row .notice {
  color: red;
}
.send_main .con .row .btn {
  background: #007cc3;
  padding: 0.625rem 0;
  color: #fff;
  margin: 1.875rem auto 0;
  width: 80%;
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
}
/*# sourceMappingURL=send.css.map */
