html,
body {
  margin: 0 auto;
  max-width: 600px;
  overflow-x: hidden;
}
.justify,
.appointment-wrap .appointment-box .appointment-wb-box ul,
.comparison-wrap .comparison-box ul li .comparison-li .comparison-titlt,
.doub-zx,
.development-wrap .development-tit-box .development-tit,
.development-wrap .development-item-box ul li,
.hot-major-wrap .major-box ul,
.hot-major-wrap .major-box ul li .double-btn,
.advantage-wrap ul,
.envir-wrap ul,
.envir-wrap ul li .envir-line,
.sub-wb-wrap .sub-wb-box,
.sub-wb-wrap .sub-wb-box .sub-wb-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ban-wrap img {
  width: 16rem;
}
.head-wrap {
  margin-top: 1rem;
}
.head-wrap h1 {
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
}
.head-wrap h1::after {
  content: '';
  width: 3.3rem;
  height: 0.25rem;
  background: #ff0000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sect-zx {
  display: block;
  width: 7.75rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  margin-bottom: 0.875rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: #ff3c2e;
  background: #e7e7e7;
  text-align: center;
  -webkit-border-radius: 1rem 1rem 1rem 1rem;
     -moz-border-radius: 1rem 1rem 1rem 1rem;
          border-radius: 1rem 1rem 1rem 1rem;
}
.appointment-wrap {
  background: #f8f8f8;
  padding-bottom: 0.75rem;
}
.appointment-wrap .appointment-box {
  width: 15.25rem;
  margin: 0 auto;
}
.appointment-wrap .appointment-box .appointment-title h3 {
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #ff1100;
  font-weight: bold;
  text-align: center;
}
.appointment-wrap .appointment-box .appointment-wb-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.appointment-wrap .appointment-box .appointment-wb-box ul li {
  width: 4.85rem;
  margin-right: 0.25rem;
}
.appointment-wrap .appointment-box .appointment-wb-box ul li input {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.5rem;
  color: #fff;
  text-indent: 0.5rem;
  background: #ff0000;
  -webkit-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
     -moz-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
          border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.appointment-wrap .appointment-box .appointment-wb-box ul li input::-webkit-input-placeholder {
  color: #fff;
}
.appointment-wrap .appointment-box .appointment-wb-box ul li:nth-of-type(3) {
  width: 4.75rem;
}
.appointment-wrap .appointment-box .appointment-wb-box ul li:nth-of-type(3) a {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.55rem;
  color: #ff1100;
  font-weight: bold;
  background: #ffd800;
  text-align: center;
  -webkit-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
     -moz-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
          border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.comparison-wrap {
  margin-top: 0.5rem;
}
.comparison-wrap .comparison-box ul li {
  margin-bottom: 0.5rem;
}
.comparison-wrap .comparison-box ul li .comparison-li-tit h3 {
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.comparison-wrap .comparison-box ul li .comparison-li {
  background: #f8f8f8;
  margin-bottom: 1.5rem;
  padding: 0.375rem 0;
}
.comparison-wrap .comparison-box ul li .comparison-li:last-child {
  margin-bottom: 0;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des {
  width: 12.925rem;
  text-align: center;
  background: #e7e7e7;
  -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;
  padding: 0.25rem 0;
  margin-left: 0.75rem;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des h3 {
  line-height: 0.95rem;
  font-size: 0.625rem;
  color: #ff1100;
  font-weight: bold;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des p {
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #000;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-titlt h2 {
  width: 7rem;
  line-height: 1.5rem;
  font-size: 0.5rem;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-titlt i {
  display: block;
  width: 0.65rem;
  height: 0.9rem;
  background: url('../img/ixon/vs-icon.png') no-repeat center / contain;
  margin-top: 0.375rem;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des-right {
  background: #ff0000;
  margin-left: 2.25rem;
}
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des-right h3,
.comparison-wrap .comparison-box ul li .comparison-li .comparison-des-right p {
  color: #fff;
}
.doub-zx {
  width: 11.625rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}
.doub-zx a {
  display: block;
  width: 5.225rem;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #ff3c2e;
  background: #e7e7e7;
  text-align: center;
  -webkit-border-radius: 1rem 1rem 1rem 1rem;
     -moz-border-radius: 1rem 1rem 1rem 1rem;
          border-radius: 1rem 1rem 1rem 1rem;
}
.question-wrap {
  background: #f8f8f8;
  margin-top: 2.5rem;
}
.question-wrap a {
  display: block;
}
.question-wrap a img {
  display: block;
  width: 100%;
}
.skill-wrap {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.skill-wrap p {
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #000;
}
.skill-wrap p span {
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #ff1100;
}
.development-wrap {
  background: #f8f8f8;
  margin-top: 0.5rem;
  overflow: hidden;
}
.development-wrap .development-tit-box {
  background: #f8f8f8;
  padding: 0.875rem 0;
}
.development-wrap .development-tit-box .development-tit {
  width: 10.5rem;
  margin: 0 auto;
  height: 1.5rem;
  background: #e6e6e6;
  -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;
}
.development-wrap .development-tit-box .development-tit span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #ff1100;
  font-weight: bold;
  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;
}
.development-wrap .development-tit-box .development-tit .development-btn-active {
  color: #fff;
  background: #ff1100;
}
.development-wrap .development-box {
  width: 2000%;
}
.development-wrap .development-box .development-item {
  float: left;
}
.development-wrap .development-item-box {
  width: 15.25rem;
  margin: 0 auto;
  padding-bottom: 0.75rem;
}
.development-wrap .development-item-box ul li {
  margin-bottom: 0.5rem;
}
.development-wrap .development-item-box ul li h3 {
  width: 2.75rem;
  background: #ececec;
  line-height: 1.25rem;
  font-size: 0.5rem;
  color: #ff1100;
  font-weight: bold;
  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;
}
.development-wrap .development-item-box ul li p {
  width: 12rem;
  background: #ececec;
  line-height: 1.25rem;
  font-size: 0.5rem;
  color: #000;
  text-indent: 0.5rem;
  -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;
}
.development-wrap .development-btn {
  margin-top: 0.75rem;
}
.development-wrap .development-btn a {
  display: block;
  width: 15.25rem;
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: #ff1100;
  font-weight: bold;
  text-align: center;
  background: #ffd800;
  letter-spacing: 0.25rem;
  -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;
}
.hot-major-wrap {
  width: 15.5rem;
  margin: 0 auto;
  background: #fff;
}
.hot-major-wrap .major-box ul {
  width: 14rem;
  margin: 0 auto;
  padding: 0.75rem 0;
}
.hot-major-wrap .major-box ul li {
  width: 6.45rem;
  height: 8rem;
  border: 2px solid #ff1100;
  -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;
  position: relative;
}
.hot-major-wrap .major-box ul li a {
  display: block;
}
.hot-major-wrap .major-box ul li a img {
  width: 100%;
  height: 3.875rem;
}
.hot-major-wrap .major-box ul li a img {
  -webkit-border-radius: 0.15rem 0.15rem 0 0;
     -moz-border-radius: 0.15rem 0.15rem 0 0;
          border-radius: 0.15rem 0.15rem 0 0;
}
.hot-major-wrap .major-box ul li h3 {
  line-height: 1rem;
  font-size: 0.625rem;
  color: #ff1100;
  text-align: center;
}
.hot-major-wrap .major-box ul li p {
  width: 6.25rem;
  margin: 0 auto;
  line-height: 0.6rem;
  font-size: 0.375rem;
  color: #ff7973;
  text-align: justify;
}
.hot-major-wrap .major-box ul li p span {
  color: #ff7973;
}
.hot-major-wrap .major-box ul li .double-btn {
  width: 6rem;
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hot-major-wrap .major-box ul li .double-btn a {
  display: block;
  width: 2.75rem;
  height: 0.825rem;
  line-height: 0.825rem;
  font-size: 0.45rem;
  color: #fff;
  border: 1px solid #ff1100;
  background: #ff1100;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.hot-major-wrap .major-box ul li .double-btn a:last-child {
  background: none;
  color: #ff1100;
}
.hot-major-wrap .major-box .itme-ul li {
  -webkit-border-radius: 0rem 0rem 0rem 0rem;
     -moz-border-radius: 0rem 0rem 0rem 0rem;
          border-radius: 0rem 0rem 0rem 0rem;
}
.hot-major-wrap .major-box .itme-ul li a img {
  -webkit-border-radius: 0rem 0rem 0rem 0rem;
     -moz-border-radius: 0rem 0rem 0rem 0rem;
          border-radius: 0rem 0rem 0rem 0rem;
}
.advantage-wrap {
  width: 15.25rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
     -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
          border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.advantage-wrap ul li {
  width: 7rem;
  margin-top: 4rem;
  background: #f1f1f1;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
     -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
          border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
}
.advantage-wrap ul li i {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  background: url('../img/advantage/1.png') no-repeat center / contain;
  position: absolute;
  top: -2.375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.advantage-wrap ul li:nth-of-type(2) i {
  background: url('../img/advantage/2.png') no-repeat center / contain;
}
.advantage-wrap ul li:nth-of-type(3) i {
  background: url('../img/advantage/3.png') no-repeat center / contain;
}
.advantage-wrap ul li:nth-of-type(4) i {
  background: url('../img/advantage/4.png') no-repeat center / contain;
}
.advantage-wrap ul li h3 {
  line-height: 2rem;
  font-size: 0.875rem;
  color: #ff1100;
  text-align: center;
  font-weight: bold;
  padding-top: 2.5rem;
}
.advantage-wrap ul li p {
  width: 6rem;
  margin: 0 auto;
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #000;
  text-justify: justify;
}
.advantage-wrap ul li a {
  display: block;
  width: 5.85rem;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1.125rem;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #ff1100;
  background: #ffd800;
  text-align: center;
  -webkit-border-radius: 1rem 1rem 1rem 1rem;
     -moz-border-radius: 1rem 1rem 1rem 1rem;
          border-radius: 1rem 1rem 1rem 1rem;
}
.envir-wrap {
  width: 15.25rem;
  margin: 0 auto;
  margin-top: 0.625rem;
  background: #f8f8f8;
  padding: 0.375rem 0;
  -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;
}
.envir-wrap ul {
  width: 15rem;
  margin: 0 auto;
}
.envir-wrap ul li:nth-of-type(1) {
  width: 5rem;
}
.envir-wrap ul li:nth-of-type(1) a {
  display: block;
}
.envir-wrap ul li:nth-of-type(1) a img {
  width: 100%;
  height: 8.925rem;
}
.envir-wrap ul li:nth-of-type(2) {
  width: 9.4rem;
}
.envir-wrap ul li:nth-of-type(2) .envir-right-img {
  width: 100%;
}
.envir-wrap ul li:nth-of-type(2) .envir-right-img a {
  display: block;
}
.envir-wrap ul li:nth-of-type(2) .envir-right-img a img {
  width: 100%;
  height: 5.475rem;
}
.envir-wrap ul li .envir-line {
  margin-bottom: 0.375rem;
}
.envir-wrap ul li .envir-line a {
  display: block;
}
.envir-wrap ul li .envir-line a:nth-of-type(1) {
  width: 5.225rem;
}
.envir-wrap ul li .envir-line a:nth-of-type(2) {
  width: 3.95rem;
}
.envir-wrap ul li .envir-line a img {
  display: block;
  height: 3.125rem;
}
.sub-wb-wrap {
  background: #f8f8f8;
  margin-top: 2rem;
  padding: 1.375rem 0;
}
.sub-wb-wrap .sub-wb-box {
  width: 15.25rem;
  margin: 0 auto;
}
.sub-wb-wrap .sub-wb-box .sub-title {
  width: 13.75rem;
}
.sub-wb-wrap .sub-wb-box .sub-title h3 {
  line-height: 1.75rem;
  font-size: 0.65rem;
  color: #ff1100;
  font-weight: bold;
}
.sub-wb-wrap .sub-wb-box .sub-wb-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-wb-wrap .sub-wb-box .sub-wb-box ul li {
  width: 6.125rem;
  margin-right: 0.25rem;
}
.sub-wb-wrap .sub-wb-box .sub-wb-box ul li input {
  display: block;
  width: 100%;
  line-height: 1.7rem;
  font-size: 0.6rem;
  color: #b8b8b8;
  border: 1px solid #c7c7c7;
  text-indent: 0.25rem;
  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;
}
.sub-wb-wrap .sub-wb-box .sub-wb-box ul li:last-child {
  width: 3rem;
}
.sub-wb-wrap .sub-wb-box .sub-wb-box ul li:last-child a {
  display: block;
  width: 100%;
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #fff;
  background: #ff1100;
  text-align: center;
  -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;
}
