@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1;
  }
  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1;
  }
  60% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  height: 100%;
  min-width: 320px;
  max-width: 480px;
}

body .box1 {
  width: 100%;
  height: 14.275rem;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100%;
  padding-top: 14.75rem;
}

body .box1 .video-box {
  margin: 0 auto;
  border: solid 0.15rem #ffca08;
  width: 16.025rem;
  height: 9.025rem;
}

body .box1 .video-box .player {
  width: 16.025rem;
  height: 9.025rem;
}

body .box1 p {
  margin: 0.925rem auto;
  width: 15.325rem;
  height: 2.075rem;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #ffffff;
}

body .box1 p em {
  font-weight: bold;
  color: #fff272;
}

body .box2 {
  width: 100%;
  height: 36.425rem;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100%;
  padding-top: 4.5rem;
}

body .box2 .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.95rem;
}

body .box2 .ul .item:nth-child(1) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item1.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(2) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item2.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(3) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item3.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(4) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item4.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(5) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item5.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(6) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item6.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(7) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item7.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item:nth-child(8) {
  width: 8.175rem;
  height: 8.5rem;
  background: url(../images/item8.png) no-repeat;
  background-size: 100%;
}

body .box2 .ul .item {
  margin-bottom: 0.375rem;
}

body .box2 .ul .item h3 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000000;
  text-align: center;
  padding: 3.375rem 0.125rem 0.25rem;
}

body .box2 .ul .item h4 {
  padding: 0 0.55rem 0 0.95rem;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #494949;
}

body .box3 {
  width: 100%;
  height: 34.625rem;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100%;
  padding-top: 11rem;
}

body .box3 .block1 {
  margin: 0 auto;
  width: 90%;
  background: url(../images/3-bg1.png) no-repeat;
  background-size: 100%;
  height: 6.75rem;
  padding-top: 0.25rem;
}

body .box3 .block1 p {
  font-size: 0.6rem;
  line-height: 1.9rem;
  color: #ffffff;
  margin-left: 8.5rem;
  margin-top: 0.375rem;
}

body .box3 .fabu {
  background: url(../images/3-bg2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  width: 90%;
  height: 7.25rem;
  padding-top: 1.65rem;
}

body .box3 .fabu h1 {
  font-size: 0.75rem;
  color: #000000;
  text-align: center;
  font-weight: bolder;
}

body .box3 .fabu h2 {
  text-align: center;
  font-size: 0.675rem;
  font-weight: bolder;
  color: #df6846;
  margin-top: 0.325rem;
}

body .box3 .fabu h4 {
  margin-top: 0.325rem;
  font-size: 0.55rem;
  color: #010075;
  font-weight: bolder;
  text-align: center;
}

body .box3 .fabu h4 .icon-bo {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.075rem 0.125rem;
}

body .box3 .fabu .btn-a {
  width: 9.15rem;
  height: 1.45rem;
  margin: 0.375rem 3.95rem;
}

body .box3 .fabu2 {
  background: url(../images/3-bg3.png) no-repeat;
  background-size: 100%;
  margin-top: 9.25rem;
}

body .box3 .fabu2 h1 {
  margin-top: 0.125rem;
  letter-spacing: -1px;
}

body .box4 {
  width: 100%;
  height: 22.8rem;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: 100%;
  padding-top: 17.25rem;
}

body .box4 .p {
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #ffffff;
  width: 15.8rem;
  margin: 0 auto;
  text-indent: 1.1rem;
}

body .box4 .school_swiper {
  margin-top: 3.15rem;
  width: 16.75rem;
  height: 12.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.2rem 0px rgba(144, 144, 144, 0.57);
          box-shadow: 0px 0px 0.2rem 0px rgba(144, 144, 144, 0.57);
}

body .box4 .school_swiper .swiper-slide-img li {
  height: 1.375rem;
  padding: 0.625rem 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #aaaaaa;
  font-size: 0.55rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
}

body .box4 .school_swiper .swiper-slide-img li div {
  width: 11.125rem;
}

body .box4 .school_swiper .swiper-slide-img li .yellow {
  color: #dc664a;
}

body .box4 .school_swiper .swiper-slide-img li .course_btn {
  width: 3.975rem;
  height: 1.1rem;
}

body .box4 .school_swiper .swiper-slide-img li .course_btn img {
  width: 100%;
  height: 100%;
}

body .box4 .school_swiper .school_pagination {
  margin-top: -1.25rem;
  text-align: center;
}

body .box4 .school_swiper .swiper-pagination-bullet {
  background-color: #2c2c2c;
}

body .box4 .school_swiper .swiper-pagination-bullet-active {
  background-color: #dc664a;
}

body .box5 {
  width: 100%;
  height: 10.525rem;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: 100%;
  padding-top: 26rem;
}

body .box5 .content {
  margin: 0 auto;
  width: 15.675rem;
  padding: 0 0.5rem;
  height: 7.75rem;
  font-size: 0.525rem;
  line-height: 0.775rem;
  color: #ffffff;
}

body .box5 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.375rem;
}

body .box5 .content .item .item-label {
  font-size: 0.525rem;
  color: #000000;
  padding: 0.125rem 0.25rem;
  line-height: 0.8rem;
  height: 0.8rem;
  background-color: #fff07e;
  border-radius: 0.4rem;
  width: 3.05rem;
  text-align: center;
}

body .box5 .content .item .item-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .box5 .box5-btn {
  width: 9.175rem;
  height: 1.875rem;
  display: block;
  margin: 0  auto;
}

body .box6 {
  width: 100%;
  height: 25.15rem;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: 100%;
  padding-top: 10.5rem;
}

body .box6 ul {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .box6 ul li:nth-child(1) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book1.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li:nth-child(2) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book2.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li:nth-child(3) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book3.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li:nth-child(4) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book4.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li:nth-child(5) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book5.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li:nth-child(6) {
  width: 8.05rem;
  height: 6.3rem;
  background: url(../images/book6.png) no-repeat;
  background-size: 100% 100%;
}

body .box6 ul li h5 {
  font-size: 0.5rem;
  line-height: 1.15rem;
  text-align: center;
  margin-left: -0.25rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}

body .box6 ul li:nth-child(4) h5 {
  letter-spacing: -0.025rem;
}

body .box6 .box6-btn {
  width: 9.175rem;
  height: 1.875rem;
  display: block;
  margin: 1.25rem auto;
}

body .box7 {
  width: 100%;
  height: 12.925rem;
  background: url(../images/bg7.jpg) no-repeat;
  background-size: 100%;
  padding-top: 6rem;
}

body .box7 .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}

body .box7 .video-box img {
  width: 8.025rem;
  height: 5.4rem;
}

body .box8 {
  width: 100%;
  height: 37.225rem;
  background: url(../images/bg88.jpg) no-repeat;
  background-size: 100%;
  padding-top: 6rem;
}

body .box8 ul {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .box8 ul li:nth-child(1) {
  width: 5.4rem;
  height: 8.5rem;
  background: url(../images/phone1.png) no-repeat;
  background-size: 100% 100%;
}

body .box8 ul li:nth-child(1) h4 {
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.75rem;
  color: #000000;
  width: 4.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  letter-spacing: -0.05rem;
  margin: 6rem auto;
}

body .box8 ul li:nth-child(2) {
  width: 5.4rem;
  height: 8.5rem;
  background: url(../images/phone2.png) no-repeat;
  background-size: 100% 100%;
}

body .box8 ul li:nth-child(2) h4 {
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.75rem;
  color: #000000;
  width: 4.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  letter-spacing: -0.05rem;
  margin: 6rem auto;
}

body .box8 ul li:nth-child(3) {
  width: 5.4rem;
  height: 8.5rem;
  background: url(../images/phone3.png) no-repeat;
  background-size: 100% 100%;
}

body .box8 ul li:nth-child(3) h4 {
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.75rem;
  color: #000000;
  width: 4.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  letter-spacing: -0.05rem;
  margin: 6rem auto;
}

body .box8 p {
  width: 14.5rem;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #ffffff;
  margin: 2.5rem auto;
  letter-spacing: -0.025rem;
  text-align: center;
}

body .box8 .hjb {
  display: block;
  margin: 1.75rem auto 0;
  width: 16.8rem;
  height: 2.6rem;
}

body .box9 {
  width: 100%;
  height: 24.05rem;
  background: url(../images/bg9.jpg) no-repeat;
  background-size: 100%;
  padding-top: 4.25rem;
}

body .box9 .content1 {
  width: 15.75rem;
  height: 11.5rem;
  padding: 0.5rem;
  margin: 0 auto;
  background-color: #ffffff;
}

body .box9 .content1 .humin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .box9 .content1 .humin img {
  width: 2.7rem;
  height: 2.7rem;
}

body .box9 .content1 .humin .humin-con {
  margin-left: 0.25rem;
}

body .box9 .content1 .humin .humin-con h4 {
  font-size: 0.65rem;
  color: #000000;
  font-weight: bold;
}

body .box9 .content1 .humin .humin-con p {
  font-size: 0.5rem;
  line-height: 0.6rem;
  letter-spacing: -0.025rem;
  color: #424250;
}

body .box9 .content1 .pic1 {
  width: 15.575rem;
  height: 7.5rem;
  margin-top: 0.35rem;
}

body .box9 .content2 {
  width: 15.75rem;
  height: 9rem;
  padding: 0.5rem;
  margin: 0 auto;
  background-color: #ffffff;
}

body .box9 .content2 h3 {
  font-size: 0.65rem;
  line-height: 1rem;
  color: #111111;
  font-weight: bold;
  text-align: center;
}

body .box9 .content2 h5 {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #424250;
  text-align: center;
}

body .box9 .content2 .pic2 {
  margin-top: 0.125rem;
  width: 15.55rem;
  height: 6.675rem;
}

body .box9 .icon-box {
  margin: -0.5rem auto;
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}

body .box10 {
  width: 100%;
  height: 21.575rem;
  background: url(../images/bg10.jpg) no-repeat;
  background-size: 100%;
  padding-top: 9.25rem;
}

body .box10 .pic3 {
  width: 16.775rem;
  height: 16rem;
  display: block;
  margin: 0 auto;
}

body .box10 .choose_btn {
  margin: 1.25rem auto 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 17.35rem;
}

body .box10 .choose_btn .choose_btn_list {
  width: 7.75rem;
  height: 1.35rem;
  line-height: 1.35rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed762d), to(#8c1ada)), -webkit-gradient(linear, left top, left bottom, from(#21598f), to(#21598f));
  background-image: linear-gradient(90deg, #ed762d 0%, #8c1ada 100%), linear-gradient(#21598f, #21598f);
  background-blend-mode: normal,  normal;
  border-radius: 0.125rem;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}

body .box10 .choose_address {
  margin: 0 auto;
  padding: 0 0.75rem;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #ffffff;
}

body .form-container1 {
  padding-top: 4.4rem;
  margin: 0 auto;
  width: 15.875rem;
}

body .form-container1 .form-item {
  width: 15.8rem;
  height: 2.225rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 1px #cebfad;
  margin-bottom: 0.45rem;
  line-height: 2.225rem;
  color: #000000;
}

body .form-container1 .form-item input {
  border: none;
  outline: none;
  margin-left: 1.75rem;
  font-size: 0.55rem;
}

body .form-container1 .form-item-name {
  background-image: url(../images/icon08.png);
  background-repeat: no-repeat;
  background-position: 0.25rem 0.45rem;
}

body .form-container1 .form-item-phone {
  background-image: url(../images/icon09.png);
  background-repeat: no-repeat;
  background-position: 0.25rem 0.45rem;
}

body .form-container1 .form-item-city {
  background-image: url(../images/icon10.png);
  background-repeat: no-repeat;
  background-position: 0.25rem 0.45rem;
}

body .form-container1 .form-item-city .common-txt {
  margin-left: 1.75rem;
  display: block;
}

body .form-container1 .submit {
  width: 15.575rem;
  height: 2.25rem;
  margin-top: 0.8rem;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

.new-toast {
  /* display: none; */
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.new-toast .new-yuyue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4.25rem;
  width: 11.25rem;
  height: 14.25rem;
  background: url(../images/toast-bg.png) center no-repeat;
  background-size: 100% 100%;
}

.new-toast .new-guanbi {
  position: absolute;
  top: 5px;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/close.png);
  background-size: 100% 100%;
}

.new-toast .new-form {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2rem 0 0 0.05rem;
}

.new-toast .common-input {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0.25rem;
  border: solid 1px #eb6100;
  padding-left: 0.4rem;
  width: 9.3rem;
  line-height: 1.5rem;
  font-size: 0.45rem;
  color: #000;
  background-color: #fff;
  outline: 0;
  border: none;
}

.new-toast .common-input::-webkit-input-placeholder {
  color: #000;
}

.new-toast .common-input:-moz-placeholder {
  color: #000;
}

.new-toast .common-input::-moz-placeholder {
  color: #000;
}

.new-toast .common-input:-ms-input-placeholder {
  color: #000;
}

.new-toast .course-input {
  padding: 0;
}

.new-toast .common-txt {
  display: block;
  padding-left: 0.4rem;
}

.new-toast .course-input:after {
  content: '';
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.04rem solid #adaaaa;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 0.75rem;
  top: 7px;
}

.new-toast .new-btn {
  display: block;
  margin: auto;
  font-size: 0.6rem;
  width: 9.3rem;
  line-height: 1.65rem;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f04e00), to(#f04e00)), -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#f39800));
  background-image: linear-gradient(#f04e00, #f04e00), linear-gradient(#f39800, #f39800);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: inset 0px 1px 0.125rem 0 #cd5922;
  box-shadow: inset 0px 1px 0.125rem 0 #cd5922;
  border-radius: 0.125rem;
}

/*# sourceMappingURL=map/index.css.map */
