.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.banner {
  background: url("/assets/images/background/non-profit-bg.png") no-repeat center;
  background-size: cover;
}
.banner .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.banner h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
}
.banner h1 span {
  font-size: 80px;
  font-weight: bold;
  color: #fb620e;
  text-shadow: 0px 4px 9px #d21d1d;
}
.banner h1 + p {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.banner .flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  word-spacing: -8px;
  color: #ffffff;
}
.banner .flex h2 {
  font-size: 24px;
  font-weight: 400;
}
.banner .flex .item:first-child {
  margin-bottom: 50px;
}
.banner .flex li:before {
  top: 11px;
  border: 5px solid #fff;
}
.banner .flex .f-fs18 {
  max-width: 540px;
}
.banner .flex .from-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 11px 24px 4px rgba(152, 170, 238, 0.2);
  box-shadow: 0px 11px 1px 4px rgba(152, 170, 238, 0.2) \0;
}
.banner .flex .flex-lt {
  word-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 58.1301%;
}
.banner .flex .flex-rt {
  word-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 41.8699%;
}
.banner .flex .from-box h2 {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.banner .flex .from-box .form-group {
  margin-bottom: 30px;
}
.banner .flex .from-box .form-control {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  border: solid 1px #bbb9c3;
  padding: 0 15px;
  font-family: myriad pro, microsoft yahei, '微软雅黑', Helvetica, Tahoma, Arial, STXihei, sans-serif, helvetica, sans-serif;
}
.banner .flex .from-box .form-control::placeholder {
  font-size: 16px;
  color: #bdbec0;
}
.banner .flex .from-box label {
  display: block;
}
.banner .flex .from-box label.error {
  color: red;
  font-size: 14px;
}
.banner .flex .from-box textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #bbb9c3;
  height: 140px;
  font-family: myriad pro, microsoft yahei, '微软雅黑', Helvetica, Tahoma, Arial, STXihei, sans-serif, helvetica, sans-serif;
}
.banner .flex .from-box textarea::placeholder {
  font-size: 16px;
  color: #bdbec0;
}
.banner .flex .btn-submit {
  min-width: 188px;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  margin: -10px auto 0;
  display: table;
  cursor: pointer;
  color: #ffffff;
  background-color: #1e33f3;
  transition: 0.5s all ease-in;
  border-radius: 10px;
}
.banner .flex .btn-submit:hover {
  background: #0a1867;
}
@media (max-width: 992px) {
  .banner .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner .flex .flex-lt,
  .banner .flex .flex-rt,
  .banner .flex .f-fs18 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .banner .flex .flex-lt {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner .flex .ic-lf {
    text-align: left;
    display: inline-block;
    width: 60%;
  }
}
@media (max-width: 800px) {
  .banner .flex .ic-lf {
    width: auto;
  }
}
.xl-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: none;
  z-index: 100;
}
.xl-model .modal-box {
  text-align: center;
  width: 460px;
  background: url("/assets/images/background/non-profit-bg2.png") no-repeat center;
  background-size: cover;
  height: 380px;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  top: 50%;
  margin-top: -190px;
  padding: 25px 40px;
}
.xl-model .modal-box h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #1a1a1a;
}
.xl-model .modal-box h2 span {
  color: #ff4027;
}
.xl-model .modal-box .txt-box {
  border-radius: 4px;
  border: dashed 2px #d6daff;
  padding: 25px;
}
.xl-model .modal-box .txt-box p {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
.xl-model .modal-box .coupon-txt {
  display: table;
  background-color: #fffee9;
  border: dashed 2px #1e33f3;
  color: #ff4027;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  margin: 15px auto 1px;
  padding: 3px 130px 3px 40px;
}
.xl-model .modal-box .coupon-txt .wt-tips {
  display: inline-block;
  min-width: 96px;
  padding: 6px 10px;
  position: absolute;
  top: -3px;
  right: -2px;
  font-size: 18px;
  color: #fff;
  background-color: #1e33f3;
  font-weight: bold;
  border: 4px solid #1e33f3;
}
.xl-model textarea.input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.xl-model .btn-org {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
}
.xl-model P {
  margin-top: 20px;
  font-size: 16px;
  color: #1a1a1a;
}
@media (max-width: 480px) {
  .xl-model .modal-box {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    left: 0;
    height: auto;
  }
}
/*# sourceMappingURL=non-profit.css.map */