.justify,
.why-choice-wrap ul,
.any-lean-wrap ul,
.public-double-btn,
.hot-major-wrap ul li,
.hot-major-wrap ul li .major-left,
.quality-school-wrap ul,
.question-answer-wrap 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;
}
.woman-head-wrap {
  padding-top: 0.625rem;
  text-align: center;
  position: relative;
}
.woman-head-wrap h1 {
  line-height: 1.35rem;
  font-size: 0.85rem;
  color: #000;
  font-weight: bold;
}
.woman-head-wrap p {
  line-height: 0.9rem;
  font-size: 0.7rem;
  color: #000;
}
.woman-head-wrap::after {
  content: '';
  display: block;
  width: 3rem;
  height: 0.325rem;
  background: #dbb7a7;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sect-one .sect-one-tit h3 {
  width: 16rem;
  line-height: 1.925rem;
  font-size: 0.75rem;
  color: #eb6835;
  font-weight: bold;
  text-align: center;
}
.sect-one .sect-one-tit img {
  display: block;
  width: 14.75rem;
  margin: 0 auto;
  height: 2.25rem;
}
.sect-one .sect-one-box {
  width: 15.25rem;
  margin: 0 auto;
}
.sect-one .sect-one-box p {
  line-height: 0.9rem;
  font-size: 0.575rem;
  color: #000;
  margin-top: 0.5rem;
  text-indent: 0.125rem;
}
.sect-one .sect-one-box input {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  line-height: 1.65rem;
  font-size: 0.6rem;
  color: #6c6c6c;
  text-indent: 0.375rem;
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 0.375rem;
}
.sect-one .sect-one-box input::-webkit-input-placeholder {
  font-size: 0.6rem;
  color: #6c6c6c;
}
.sect-one .sect-one-box input::-moz-placeholder {
  font-size: 0.6rem;
  color: #6c6c6c;
}
.sect-one .sect-one-box input::placeholder {
  font-size: 0.6rem;
  color: #6c6c6c;
}
.sect-one .sect-one-box a {
  display: block;
  line-height: 1.6rem;
  font-size: 0.7rem;
  color: #fff;
  margin-top: 0.375rem;
  background: #eb6835;
  text-align: center;
}
.why-choice-wrap ul {
  width: 15rem;
  margin: 0 auto;
  margin-top: 1.375rem;
}
.why-choice-wrap ul li {
  width: 3.5rem;
  height: 4.95rem;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.why-choice-wrap ul li .choice-box a {
  display: block;
  width: 1.5rem;
  margin: 0 auto;
  margin-top: 1.65rem;
}
.why-choice-wrap ul li .choice-box a img {
  width: 1.5rem;
  height: 1.45rem;
}
.why-choice-wrap ul li .choice-box p {
  line-height: 0.625rem;
  font-size: 0.45rem;
  color: #fff;
  text-align: center;
}
.why-choice-wrap ul li:nth-of-type(1) {
  background: #e5d19c;
}
.why-choice-wrap ul li:nth-of-type(2) {
  background: #ebbdad;
}
.why-choice-wrap ul li:nth-of-type(3) {
  background: #98a766;
}
.why-choice-wrap ul li:nth-of-type(4) {
  background: #b7b6bb;
}
.why-choice-wrap ul li:nth-of-type(odd) {
  -webkit-animation: scaleImg2 2s ease-in infinite;
     -moz-animation: scaleImg2 2s ease-in infinite;
          animation: scaleImg2 2s ease-in infinite;
}
.why-choice-wrap ul li:nth-of-type(even) {
  margin-top: 0.375rem;
  -webkit-animation: scaleImg 2s ease-in infinite;
     -moz-animation: scaleImg 2s ease-in infinite;
          animation: scaleImg 2s ease-in infinite;
}
.any-lean-wrap {
  margin-top: 0.5rem;
}
.any-lean-wrap ul {
  width: 15.25rem;
  margin: 0 auto;
}
.any-lean-wrap ul li {
  width: 7.475rem;
  margin-top: 0.375rem;
  background: #f1f1f1;
}
.any-lean-wrap ul li a {
  display: block;
}
.any-lean-wrap ul li a img {
  width: 100%;
  height: 4.25rem;
}
.any-lean-wrap ul li h3 {
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
}
.public-double-btn {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.625rem;
}
.public-double-btn a {
  display: block;
  width: 7.125rem;
  line-height: 1.25rem;
  font-size: 0.55rem;
  color: #fff;
  text-align: center;
  background: #d68871;
  border: 1px solid #d68871;
  -webkit-border-radius: 0.65rem 0.65rem 0.65rem 0.65rem;
     -moz-border-radius: 0.65rem 0.65rem 0.65rem 0.65rem;
          border-radius: 0.65rem 0.65rem 0.65rem 0.65rem;
}
.public-double-btn a:last-child {
  background: #fff;
  color: #d68871;
}
.hot-major-wrap {
  width: 15.25rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.hot-major-wrap ul li {
  margin-bottom: 0.75rem;
}
.hot-major-wrap ul li .major-left .major-icon {
  display: block;
  width: 1.5rem;
  height: 1.625rem;
  background: url('../img/ixon/medal-01.jpg') no-repeat center / contain;
  margin-right: 1rem;
}
.hot-major-wrap ul li .major-left .micon2 {
  background: url('../img/ixon/medal-02.jpg') no-repeat center / contain;
}
.hot-major-wrap ul li .major-left .micon3 {
  background: url('../img/ixon/medal-03.jpg') no-repeat center / contain;
}
.hot-major-wrap ul li .major-left .micon4 {
  background: url('../img/ixon/medal-04.jpg') no-repeat center / contain;
}
.hot-major-wrap ul li .major-left .hot-major-info .hotmaj-h3 {
  line-height: 0.9rem;
  font-size: 0.625rem;
  color: #000;
  font-weight: bold;
}
.hot-major-wrap ul li .major-left .hot-major-info .hotmaj-xz {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #000;
}
.hot-major-wrap ul li .major-left .hot-major-info .hotmaj-hot {
  line-height: 0.55rem;
  font-size: 0.425rem;
  color: #9a9a9a;
}
.hot-major-wrap ul li .major-left .hot-major-info .hotmaj-hot i {
  display: inline-block;
  width: 0.675rem;
  height: 0.775rem;
  background: url('../img/ixon/hot-icon.png') no-repeat center / contain;
}
.hot-major-wrap ul li .major-left .hot-major-info .hotmaj-a {
  display: block;
  width: 4.7rem;
  line-height: 0.95rem;
  font-size: 0.6rem;
  color: #fff;
  -webkit-border-radius: 0.475rem 0.475rem 0.475rem 0.475rem;
     -moz-border-radius: 0.475rem 0.475rem 0.475rem 0.475rem;
          border-radius: 0.475rem 0.475rem 0.475rem 0.475rem;
  text-align: center;
  background: #e18d73;
  margin-top: 0.25rem;
}
.hot-major-wrap ul li .major-right {
  width: 6.425rem;
}
.hot-major-wrap ul li .major-right a {
  display: block;
}
.hot-major-wrap ul li .major-right a img {
  width: 100%;
  height: 3.8rem;
}
.quality-school-wrap {
  margin-top: 0.5rem;
}
.quality-school-wrap ul {
  width: 14.125rem;
  margin: 0 auto;
  padding-top: 0.25rem;
}
.quality-school-wrap ul li {
  width: 6.5rem;
  margin-top: 0.625rem;
  clear: both;
}
.quality-school-wrap ul li .quality-sch-icon {
  display: block;
  margin: 0 auto;
  width: 5.75rem;
  height: 5.25rem;
  background: url('../img/qulity-school/1.png') no-repeat center / contain;
}
.quality-school-wrap ul li .quality-sch-cont {
  margin-top: 0.25rem;
}
.quality-school-wrap ul li .quality-sch-cont p {
  line-height: 0.75rem;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
}
.quality-school-wrap ul li:nth-of-type(2) .quality-sch-icon {
  background: url('../img/qulity-school/2.png') no-repeat center / contain;
}
.quality-school-wrap ul li:nth-of-type(3) .quality-sch-icon {
  background: url('../img/qulity-school/3.png') no-repeat center / contain;
}
.quality-school-wrap ul li:nth-of-type(4) .quality-sch-icon {
  background: url('../img/qulity-school/4.png') no-repeat center / contain;
}
.question-answer-wrap {
  margin-top: 0.5rem;
}
.question-answer-wrap ul {
  width: 15.25rem;
  margin: 0 auto;
}
.question-answer-wrap ul li p {
  line-height: 1.2rem;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  margin-top: 0.375rem;
}
.question-answer-wrap ul li i {
  display: block;
  height: 5.5rem;
  width: 5.5rem;
  margin: 0 auto;
  background: url('../img/question-woman.png') no-repeat center / contain;
  margin-top: 1.75rem;
}
.question-answer-wrap ul li a {
  display: block;
  width: 3.85rem;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #fff;
  background: #d68871;
  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;
}
@-webkit-keyframes scaleImg {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-moz-keyframes scaleImg {
  0% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
}
@keyframes scaleImg {
  0% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes scaleImg2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scaleImg2 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleImg2 {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
