.justify,
.explain-wrap .explain-box ul,
.double-btn,
.condition-wrap ul,
.major-wrap .maor-box ul,
.major-wrap .maor-box ul li .major-double-btn,
.question-wrap ul,
.question-wrap 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;
}
html,
body {
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.head-wrap {
  padding-top: 1rem;
  text-align: center;
}
.head-wrap h1 {
  line-height: 1.25rem;
  font-size: 0.85rem;
  color: #000;
  font-weight: bold;
}
.head-wrap h1 span {
  line-height: 1.25rem;
  font-size: 0.85rem;
  color: #aaa2f2;
  font-weight: bold;
}
.head-wrap h1 i {
  display: inline-block;
  width: 0.825rem;
  height: 0.925rem;
  background: url('../img/ixon/title-icon.png') no-repeat center / contain;
  vertical-align: -0.2rem;
  margin: 0 0.25rem;
}
.head-wrap p {
  line-height: 0.875rem;
  font-size: 0.55rem;
  color: #e6e4e4;
  text-transform: uppercase;
  position: relative;
}
.head-wrap p::after {
  content: '';
  width: 20%;
  height: 0;
  border-top: 1px solid #e6e4e4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.sect-zx {
  display: block;
  margin: 0.65rem auto;
  width: 9rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #fff;
  background: #f23329;
  text-align: center;
  margin-bottom: 0;
}
.explain-wrap {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}
.explain-wrap .explain-box ul li {
  width: 7.45rem;
}
.explain-wrap .explain-box ul li a {
  display: block;
}
.explain-wrap .explain-box ul li a img {
  width: 100%;
  height: 5.175rem;
}
.explain-wrap .explain-box .explain-des-box {
  height: 204/40rem;
  background: #ddeafb;
  margin-top: 0.175rem;
}
.explain-wrap .explain-box .explain-des-box p {
  width: 14.175rem;
  margin: 0 auto;
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #000;
  text-align: justify;
}
.explain-wrap .explain-box .explain-des-box p span {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #6c61e7;
}
.explain-wrap .explain-box .explain-des-box p:nth-of-type(1) {
  line-height: 1.125rem;
  font-size: 0.75rem;
  color: #6c61e7;
  font-weight: bold;
  padding-top: 14/40rem;
}
.explain-wrap .explain-box .explain-des-box p:nth-of-type(3) {
  line-height: 1.125rem;
  font-size: 0.75rem;
  color: #6c61e7;
  font-weight: bold;
  padding-top: 0.125rem;
  text-align: right;
}
.double-btn {
  width: 14.55rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.double-btn a {
  display: block;
  width: 6.5rem;
  line-height: 1.25rem;
  font-size: 0.55rem;
  color: #968bef;
  border: 2px solid #968bef;
  -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;
  text-align: center;
}
.white-double-btn a {
  color: #fff;
  border: 2px solid #fff;
}
.condition-wrap {
  margin-top: 1.25rem;
  background: #a3bfff;
  padding-bottom: 0.75rem;
  position: relative;
}
.condition-wrap::before {
  content: '';
  display: block;
  width: 8.025rem;
  height: 1.45rem;
  background: url('../img/ixon/condition_bg.jpg') no-repeat center / contain;
  position: absolute;
  top: -0.075rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.condition-wrap .head-wrap {
  padding-top: 1.875rem;
}
.condition-wrap .head-wrap h1 {
  color: #fff;
}
.condition-wrap .head-wrap h1 span {
  color: #9388ef;
}
.condition-wrap .head-wrap p {
  color: #fff;
}
.condition-wrap .head-wrap p::after {
  content: '';
  width: 20%;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.condition-wrap ul {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.condition-wrap ul li {
  width: 7.65rem;
}
.condition-wrap ul li a {
  display: block;
}
.condition-wrap ul li a img {
  width: 100%;
  height: 5.55rem;
}
.condition-wrap ul li:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #eeeeee;
  text-align: center;
}
.condition-wrap ul li:nth-of-type(2) h3 {
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #8078ce;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.condition-wrap ul li:nth-of-type(2) p {
  width: 7.25rem;
  margin: 0 auto;
  line-height: 1rem;
  font-size: 0.5rem;
  color: #000;
  text-align: justify;
}
.condition-wrap ul li:nth-of-type(2) p span {
  line-height: 1rem;
  font-size: 0.5rem;
  color: #8078ce;
}
.condition-wrap ul li:nth-of-type(2) p:last-child {
  text-align: center;
}
.advantage-wrap {
  width: 15.25rem;
  margin: 0 auto;
}
.advantage-wrap ul li {
  position: relative;
  margin-top: 1.375rem;
}
.advantage-wrap ul li .advantage-title {
  width: 3.125rem;
  height: 3.125rem;
  background: #9388ef;
  text-align: center;
  border: 3px solid #fff;
  -webkit-border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
     -moz-border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
          border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
  position: absolute;
  top: -0.625rem;
  left: 0;
}
.advantage-wrap ul li .advantage-title h3 {
  line-height: 0.925rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.625rem;
}
.advantage-wrap ul li .advantage-info {
  margin-left: 2.125rem;
}
.advantage-wrap ul li .advantage-info p {
  width: 13.125rem;
  line-height: 2.075rem;
  font-size: 0.65rem;
  color: #000;
  background: #eeeeee;
  text-indent: 1.625rem;
}
.advantage-wrap ul li .advantage-info p:last-child {
  background: #9388ef;
  color: #fff;
}
.major-wrap {
  margin-top: 1.625rem;
  background: #a3bfff;
  padding-bottom: 1rem;
}
.major-wrap .head-wrap h1 {
  color: #fff;
}
.major-wrap .head-wrap h1 span {
  color: #9388ef;
}
.major-wrap .head-wrap p {
  color: #fff;
}
.major-wrap .head-wrap p::after {
  content: '';
  width: 20%;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.major-wrap .maor-box {
  width: 15.25rem;
  margin: 0 auto;
}
.major-wrap .maor-box 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;
  margin-right: -1.25rem;
}
.major-wrap .maor-box ul li {
  width: 6.9rem;
  height: 9rem;
  background: #fff;
  margin-top: 1.5rem;
  margin-right: 1.25rem;
  position: relative;
}
.major-wrap .maor-box ul li a {
  display: block;
}
.major-wrap .maor-box ul li a img {
  width: 100%;
  height: 4.375rem;
}
.major-wrap .maor-box ul li h3 {
  line-height: 0.975rem;
  font-size: 0.55rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.major-wrap .maor-box ul li p {
  line-height: 0.65rem;
  font-size: 0.4rem;
  color: #000;
  text-align: justify;
  padding: 0 0.25rem;
}
.major-wrap .maor-box ul li .major-double-btn {
  width: 5.9rem;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.major-wrap .maor-box ul li .major-double-btn a {
  display: block;
  width: 2.675rem;
  line-height: 0.75rem;
  font-size: 0.4rem;
  color: #968bef;
  border: 1px solid #968bef;
  -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;
  text-align: center;
}
.question-wrap {
  background: #eeeeee;
  padding-bottom: 0.75rem;
}
.question-wrap ul {
  width: 15.25rem;
  margin: 0 auto;
}
.question-wrap ul li {
  width: 6.725rem;
  height: 3.675rem;
  border: 0.25rem solid #fff;
  -webkit-box-shadow: 1px 1px 3px 1px #d4d4d4;
     -moz-box-shadow: 1px 1px 3px 1px #d4d4d4;
          box-shadow: 1px 1px 3px 1px #d4d4d4;
  margin-bottom: 0.5rem;
}
.question-wrap ul li i {
  display: block;
  width: 1.975rem;
  height: 1.85rem;
  background: url('../img/ixon/ques-icon-01.png') no-repeat center / contain;
  margin-top: 1rem;
  margin-left: 0.125rem;
}
.question-wrap ul li .question-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.7rem;
  margin-left: 0.25rem;
}
.question-wrap ul li .question-info h3 {
  line-height: 1.3rem;
  font-size: 0.75rem;
  color: #6e61e0;
  font-weight: bold;
}
.question-wrap ul li .question-info p {
  line-height: 0.75rem;
  font-size: 0.625rem;
  color: #7b7b7b;
}
.question-wrap ul li:nth-of-type(2) {
  background: #dae7fc;
}
.question-wrap ul li:nth-of-type(2) i {
  background: url('../img/ixon/ques-icon-02.png') no-repeat center / contain;
}
.question-wrap ul li:nth-of-type(3) {
  background: #bed6fd;
}
.question-wrap ul li:nth-of-type(3) i {
  background: url('../img/ixon/ques-icon-03.png') no-repeat center / contain;
}
.question-wrap ul li:nth-of-type(3) .question-info h3 {
  color: #fff;
}
.question-wrap ul li:nth-of-type(3) .question-info p {
  color: #fff;
}
.question-wrap ul li:nth-of-type(4) {
  background: #a3c6fe;
}
.question-wrap ul li:nth-of-type(4) i {
  background: url('../img/ixon/ques-icon-04.png') no-repeat center / contain;
}
.question-wrap ul li:nth-of-type(4) .question-info h3 {
  color: #fff;
}
.question-wrap ul li:nth-of-type(4) .question-info p {
  color: #fff;
}
