.justify,
.fix-ban-wrap .get-money-wrap .get-money-ul ul,
.fix-ban-wrap .get-money-wrap .get-money-form ul li,
.lean-content-wrap ul,
.course-wrap .course-box ul,
.helper-wrap .helper-box .helper-img ul,
.helper-wrap .helper-box .helper-des ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html,
body {
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.public-img-auto {
  margin-top: 0.75rem;
}
.public-img-auto img {
  display: block;
  width: 16rem;
}
.head-wrap {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.head-wrap h1 {
  width: 12.375rem;
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #60c085), color-stop(60%, #3f8357), to(#3a784e));
  background: -webkit-linear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  background: -moz- oldlinear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  background: linear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  -webkit-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
     -moz-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
          border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.head-wrap p {
  line-height: 1.4rem;
  font-size: 0.6rem;
  color: #3b3b3b;
}
.fix-ban-wrap {
  position: relative;
  height: 15rem;
}
.fix-ban-wrap .get-money-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.fix-ban-wrap .get-money-title h1 {
  line-height: 2.25rem;
  font-size: 1.375rem;
  color: #3c7e52;
  font-weight: bold;
}
.fix-ban-wrap .get-money-title p {
  line-height: 0.75rem;
  font-size: 0.625rem;
  color: #3c7e52;
}
.fix-ban-wrap .get-money-wrap {
  width: 15rem;
  background: #c8e8d0;
  -webkit-border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
     -moz-border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
          border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  padding-bottom: 1.125rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fix-ban-wrap .get-money-wrap .get-money-ul ul {
  width: 13.75rem;
  margin: 0 auto;
}
.fix-ban-wrap .get-money-wrap .get-money-ul ul li i {
  display: block;
  width: 3.075rem;
  margin: 0 auto;
  height: 3.075rem;
  background: url('../img/ixon/icon-01.png') no-repeat center / contain;
}
.fix-ban-wrap .get-money-wrap .get-money-ul ul li:nth-of-type(2) i {
  background: url('../img/ixon/icon-02.png') no-repeat center / contain;
}
.fix-ban-wrap .get-money-wrap .get-money-ul ul li:nth-of-type(3) i {
  background: url('../img/ixon/icon-03.png') no-repeat center / contain;
}
.fix-ban-wrap .get-money-wrap .get-money-ul ul li h3 {
  line-height: 1.375rem;
  font-size: 0.7rem;
  color: #000;
  text-align: center;
}
.fix-ban-wrap .get-money-wrap .get-money-form {
  width: 13.75rem;
  margin: 0 auto;
}
.fix-ban-wrap .get-money-wrap .get-money-form ul li {
  line-height: 1.625rem;
  font-size: 0.6rem;
  color: #000;
  background: #fff;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
     -moz-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  margin-top: 0.5rem;
}
.fix-ban-wrap .get-money-wrap .get-money-form ul li label {
  line-height: 1.625rem;
  font-size: 0.6rem;
  color: #000;
  margin-left: 0.875rem;
}
.fix-ban-wrap .get-money-wrap .get-money-form ul li input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.625rem;
  font-size: 0.6rem;
  color: #000;
}
.fix-ban-wrap .get-money-wrap #top-form-btn {
  display: block;
  width: 100%;
  line-height: 1.625rem;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  background: #3c7e52;
  -webkit-border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
     -moz-border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
          border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
  margin-top: 0.625rem;
}
.lean-content-wrap {
  width: 15rem;
  margin: 0 auto;
}
.lean-content-wrap ul li {
  width: 7.225rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.lean-content-wrap ul li a {
  display: block;
}
.lean-content-wrap ul li a img {
  width: 100%;
  height: 5.6rem;
}
.lean-content-wrap ul li h3 {
  width: 5.45rem;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
     -moz-border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
          border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #60c085), color-stop(60%, #3f8357), to(#3a784e));
  background: -webkit-linear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  background: -moz- oldlinear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  background: linear-gradient(top, #60c085 20%, #3f8357 60%, #3a784e);
  position: absolute;
  bottom: -0.55rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.full-img-box a {
  display: block;
}
.full-img-box a img {
  display: block;
  width: 100%;
}
.sect-zx {
  display: block;
  width: 13.5rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #fff;
  border: 1px solid #3c7e52;
  background: #3c7e52;
  text-align: center;
  -webkit-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
     -moz-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
          border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.course-wrap {
  padding-bottom: 0.25rem;
}
.course-wrap .course-box ul {
  width: 15.25rem;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.course-wrap .course-box ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.course-wrap .course-box ul li p {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #000;
  text-align: center;
}
.helper-wrap {
  padding-bottom: 0.5rem;
}
.helper-wrap .helper-box {
  width: 15rem;
  margin: 0 auto;
}
.helper-wrap .helper-box .helper-img ul li {
  width: 7.25rem;
}
.helper-wrap .helper-box .helper-img ul li a {
  display: block;
}
.helper-wrap .helper-box .helper-img ul li a img {
  width: 100%;
  height: 4.75rem;
}
.helper-wrap .helper-box .helper-des ul li {
  width: 4.65rem;
  height: 3.225rem;
  background: #c8e8d0;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
     -moz-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  margin-top: 0.375rem;
  position: relative;
}
.helper-wrap .helper-box .helper-des ul li h3 {
  display: inline-block;
  line-height: 1.25rem;
  font-size: 0.55rem;
  color: #313131;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
}
.helper-wrap .helper-box .helper-des ul li h3::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  border: 2px solid #5fa777;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.helper-wrap .helper-box .helper-des ul li p {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #313131;
  text-align: center;
  margin-top: 1.5rem;
}
.pub-out-wrap {
  padding-bottom: 0.75rem;
}
.sub-order-wrap {
  width: 15.25rem;
  margin: 0 auto;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
     -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
          border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  background: #fff;
  position: relative;
  padding-bottom: 0.5rem;
  border: 1px solid #5fa777;
}
.sub-order-wrap .sub-fix-box {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0.25rem 0 0.25rem;
     -moz-border-radius: 0 0.25rem 0 0.25rem;
          border-radius: 0 0.25rem 0 0.25rem;
  background: #c8e8d0;
}
.sub-order-wrap .sub-fix-box p {
  line-height: 1rem;
  font-size: 0.5rem;
  color: #3d8054;
  text-align: center;
  padding: 0 0.25rem;
}
.sub-order-wrap .sub-order-title {
  text-indent: 0.75rem;
  padding: 0.375rem 0;
}
.sub-order-wrap .sub-order-title h3 {
  line-height: 0.9rem;
  font-size: 0.625rem;
  color: #3d8054;
  font-weight: bold;
}
.sub-order-wrap .sub-order-title p {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #3d8054;
}
.sub-order-wrap .sub-form-box {
  width: 14rem;
  margin: 0 auto;
  position: relative;
}
.sub-order-wrap .sub-form-box input {
  width: 100%;
  line-height: 1.3rem;
  font-size: 0.5rem;
  color: #000;
  text-indent: 0.25rem;
  background: #eeeeee;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
     -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.sub-order-wrap .sub-form-box input::-webkit-input-placeholder {
  color: #000;
}
.sub-order-wrap .sub-form-box input::-moz-placeholder {
  /*火狐19+*/
  color: #000;
}
.sub-order-wrap .sub-form-box input:-moz-placeholder {
  /*火狐4 to 18*/
  color: #000;
}
.sub-order-wrap .sub-form-box input:-ms-input-placeholder {
  /*IE10、IE11*/
  color: #000;
}
.sub-order-wrap .sub-form-box a {
  display: block;
  width: 2.75rem;
  line-height: 1.2rem;
  font-size: 0.55rem;
  color: #fff;
  font-weight: bold;
  border: 0.05rem solid #fff;
  text-align: center;
  background: #5fa777;
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
     -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
