html,
body {
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
.justify,
.fix-get-offer-box .get-offer-wrap ul li,
.fix-get-offer-box .get-offer-wrap ul li p,
.fix-get-offer-box .get-offer-wrap ul li p:nth-of-type(2),
.lean-kinds-list-wrap .lean-kinds-list-box ul,
.double-btn,
.teach-envir-wrap ul,
.help-job-wrap .help-job-box,
.question-wrap .question-box ul li {
  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;
}
.ban-wrap img {
  display: block;
  width: 100%;
}
.fix-get-offer-box {
  width: 100%;
  position: relative;
  height: 4.5rem;
  background: #f4dcd0;
}
.fix-get-offer-box .get-offer-wrap {
  width: 15.25rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0.01rem 0.01rem 0.2rem 0.01rem #999999;
     -moz-box-shadow: 0.01rem 0.01rem 0.2rem 0.01rem #999999;
          box-shadow: 0.01rem 0.01rem 0.2rem 0.01rem #999999;
  -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;
}
.fix-get-offer-box .get-offer-wrap h2 {
  line-height: 1.65rem;
  font-size: 0.75rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.fix-get-offer-box .get-offer-wrap h2 span {
  line-height: 1.35rem;
  font-size: 0.75rem;
  color: #ea0510;
  font-weight: bold;
}
.fix-get-offer-box .get-offer-wrap ul {
  width: 13.75rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.fix-get-offer-box .get-offer-wrap ul li {
  font-weight: bold;
  margin-top: 15/40rem;
}
.fix-get-offer-box .get-offer-wrap ul li p {
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #000;
  margin-bottom: 0.25rem;
  width: 2.25rem;
}
.fix-get-offer-box .get-offer-wrap ul li p:nth-of-type(2) {
  width: 11.25rem;
  background: #e4e4e4;
}
.fix-get-offer-box .get-offer-wrap ul li p:nth-of-type(2) i {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.35rem;
  margin-left: 0.25rem;
  background: url("../../static/img/ixon/user-icon.png") no-repeat center / contain;
}
.fix-get-offer-box .get-offer-wrap ul li p:nth-of-type(2) input {
  display: block;
  width: 10rem;
  line-height: 1.125rem;
  font-size: 0.55rem;
  color: #000;
}
.fix-get-offer-box .get-offer-wrap ul li:last-child p:nth-of-type(2) i {
  background: url("../../static/img/ixon/phoone-icon.png") no-repeat center / contain;
}
.fix-get-offer-box .get-offer-wrap .get-offer-submit {
  text-align: center;
}
.fix-get-offer-box .get-offer-wrap .get-offer-submit p {
  line-height: 1.25rem;
  font-size: 0.5rem;
  color: #848484;
  text-align: center;
}
.fix-get-offer-box .get-offer-wrap .get-offer-submit p i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  background: url("../img/ixon/safety-icon.png") no-repeat center / contain;
}
.fix-get-offer-box .get-offer-wrap .get-offer-submit a {
  display: block;
  width: 14rem;
  margin: 0 auto;
  margin-top: 0.375rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #fff;
  background: #bc443e;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
     -moz-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.public-img-auto {
  margin-top: 0.75rem;
}
.public-img-auto img {
  display: block;
  width: 16rem;
}
.head-wrap {
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.head-wrap h3 {
  line-height: 0.75rem;
  font-size: 0.55rem;
  color: #bc443e;
  text-transform: uppercase;
  font-weight: bold;
}
.head-wrap h1 {
  height: 1.75rem;
  position: relative;
}
.head-wrap h1 span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5rem;
  font-size: 1.25rem;
  color: #bc443e;
  font-weight: bold;
}
.head-wrap h1::after {
  display: block;
  content: '';
  width: 6rem;
  height: 0.25rem;
  background: #f7d32a;
  -webkit-border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
     -moz-border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
          border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  position: absolute;
  bottom: 0.15rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head-wrap p {
  line-height: 0.9rem;
  font-size: 0.55rem;
  color: #bc443e;
}
.lean-kinds-list-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f5d8ca), to(#f8bfa4));
  background: -webkit-linear-gradient(top, #f5d8ca 40%, #f8bfa4);
  background: -moz- oldlinear-gradient(top, #f5d8ca 40%, #f8bfa4);
  background: linear-gradient(top, #f5d8ca 40%, #f8bfa4);
  padding-bottom: 0.625rem;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul {
  width: 15rem;
  margin: 0 auto;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li {
  width: 7.125rem;
  margin-bottom: 0.625rem;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-pic {
  background: #fff;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-pic h3 {
  line-height: 0.95rem;
  font-size: 0.6rem;
  color: #545454;
  padding-top: 0.25rem;
  padding-left: 0.25rem;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-pic h3 span {
  line-height: 0.75rem;
  font-size: 0.45rem;
  color: #bc443e;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-pic h4 {
  line-height: 0.625rem;
  font-size: 0.5rem;
  color: #6f3f3d;
  text-transform: uppercase;
  padding-left: 0.25rem;
  padding-bottom: 0.25rem;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-pic img {
  display: block;
  width: 100%;
}
.lean-kinds-list-wrap .lean-kinds-list-box ul li .lean-kinds-info {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #000;
  text-align: justify;
  padding: 0.25rem 0;
}
.double-btn {
  width: 14.25rem;
  margin: 0 auto;
  margin-top: 0.375rem;
}
.double-btn a {
  display: block;
  width: 6.45rem;
  line-height: 1.55rem;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  background: #bc443e;
  border: 0.05rem solid #bc443e;
  -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;
}
.double-btn a:last-child {
  color: #bc443e;
  background: none;
}
.teach-envir-wrap ul {
  width: 15rem;
  margin: 0 auto;
}
.teach-envir-wrap ul li {
  width: 7.375rem;
  margin-bottom: 0.25rem;
}
.teach-envir-wrap ul li a {
  display: block;
}
.teach-envir-wrap ul li a img {
  width: 100%;
  height: 4.25rem;
}
.teach-envir-wrap ul li:first-child a:last-child {
  margin-top: 0.25rem;
}
.teach-envir-wrap ul .teach-envir-big a {
  display: block;
}
.teach-envir-wrap ul .teach-envir-big a img {
  width: 100%;
  height: 8.75rem;
}
.full-img a {
  display: block;
  width: 100%;
}
.full-img a img {
  display: block;
  width: 100%;
}
.help-job-wrap {
  margin-top: 0.625rem;
}
.help-job-wrap .head-wrap {
  background: #f4e1d6;
}
.help-job-wrap .help-job-box {
  width: 15rem;
  margin: 0 auto;
  margin-top: 0.625rem;
  padding-bottom: 0.75rem;
}
.help-job-wrap .help-job-box .help-job-img {
  width: 7.5rem;
  margin-top: 0.75rem;
}
.help-job-wrap .help-job-box .help-job-img a {
  display: block;
}
.help-job-wrap .help-job-box .help-job-img a img {
  width: 100%;
  height: 8.6rem;
}
.help-job-wrap .help-job-box .help-job-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.help-job-wrap .help-job-box .help-job-list ul {
  background: #f0f0f0;
}
.help-job-wrap .help-job-box .help-job-list ul li {
  line-height: 1.25rem;
  font-size: 0.575rem;
  color: #331305;
  text-indent: 0.55rem;
}
.help-job-wrap .help-job-box .empty-color-box {
  width: 100%;
  height: 0.25rem;
  background: #bc443e;
}
.question-wrap {
  background: #f5d9cb;
  padding-bottom: 0.625rem;
}
.question-wrap .question-box {
  width: 15rem;
  margin: 0 auto;
}
.question-wrap .question-box ul li p {
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #000;
}
.question-wrap .question-box ul li .hot-p {
  color: #df4634;
}
.question-wrap .question-box ul li .hot-p i {
  display: inline-block;
  width: 0.85rem;
  height: 0.95rem;
  background: url('../img/ixon/hot-icon.png') no-repeat center / contain;
  vertical-align: -0.125rem;
}
.question-wrap .question-box ul li a {
  display: block;
  width: 4.25rem;
  height: 0.95rem;
  margin-top: 0.3rem;
  -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;
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  background: #df4634;
}
