@-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: 11.875rem;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100%;
}

body .box2 {
  width: 100%;
  height: 16.95rem;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: 100%;
}

body .box2 .box2-stitle {
  text-align: center;
  padding-top: 4.05rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #000000;
  position: relative;
}

body .box2 .box2-stitle i {
  position: absolute;
}

body .box2 .box2-stitle .icon-icont-left {
  left: 4.5rem;
  top: 4.075rem;
}

body .box2 .box2-stitle .icon-icont-right {
  right: 4.75rem;
  top: 4.075rem;
}

body .box2 .video-box {
  margin: 0.5rem auto;
  width: 15.425rem;
  height: 8.7rem;
  padding: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.075rem 0.4rem 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0.075rem 0.4rem 0 rgba(0, 0, 0, 0.24);
}

body .box2 .video-box .player {
  width: 15.425rem;
  height: 8.7rem;
  border: solid 0.45rem #33353c;
}

body .box3 {
  width: 100%;
  height: 18.15rem;
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: 100%;
}

body .box3 .box3-stitle {
  text-align: center;
  padding-top: 4.05rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #fff;
  position: relative;
}

body .box3 .box3-stitle i {
  position: absolute;
}

body .box3 .box3-stitle .icon-iconl-left {
  left: 2.625rem;
  top: 4.125rem;
}

body .box3 .box3-stitle .icon-iconl-right {
  right: 2.7rem;
  top: 4.125rem;
}

body .box3 ul {
  width: 15.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.625rem auto;
}

body .box3 ul li {
  width: 3.3rem;
  height: 3.8rem;
  margin-top: 0.075rem;
}

body .box3 ul li p {
  margin: 2.25rem auto;
  text-align: center;
  font-size: 0.55rem;
  color: #000000;
}

body .box3 ul li:nth-child(1) {
  background: url(../images/six1.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(2) {
  background: url(../images/six2.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(3) {
  background: url(../images/six3.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(4) {
  background: url(../images/six4.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(5) {
  background: url(../images/six5.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(6) {
  background: url(../images/six6.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(7) {
  background: url(../images/six7.png);
  background-size: 100%;
}

body .box3 ul li:nth-child(8) {
  background: url(../images/six8.png);
  background-size: 100%;
}

body .box3 a {
  width: 7.125rem;
  height: 1.325rem;
  display: block;
  margin: 0.75rem auto 0.5rem;
}

body .box3 a img {
  width: 100%;
  height: 100%;
}

body .box3 h6 {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #fefdfe;
}

body .box4 {
  width: 100%;
  height: 12.45rem;
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: 100%;
}

body .box4 .box4-stitle {
  text-align: center;
  padding-top: 4.05rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #000000;
  position: relative;
}

body .box4 .box4-stitle i {
  position: absolute;
}

body .box4 .box4-stitle .icon-icont-left {
  left: 1.95rem;
  top: 4.05rem;
}

body .box4 .box4-stitle .icon-icont-right {
  right: 2rem;
  top: 4.05rem;
}

body .box4 ul {
  width: 17.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.75rem auto;
}

body .box4 ul li {
  width: 5.375rem;
  height: 6.25rem;
  background-color: #eeeeee;
  border: solid 0.1rem #61a39c;
}

body .box4 ul li img {
  width: 100%;
  height: 3.075rem;
}

body .box4 ul li h3 {
  margin-top: 0.25rem;
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 0.75rem;
  color: #000000;
  text-align: center;
}

body .box4 ul li p {
  font-size: 0.5rem;
  line-height: 0.65rem;
  color: #585858;
  text-align: center;
}

body .box5 {
  width: 100%;
  height: 14.4rem;
  background: url(../images/bg4.jpg) center no-repeat;
  background-size: 100%;
}

body .box6 {
  width: 100%;
  height: 21.35rem;
  background: url(../images/bg5.jpg) center no-repeat;
  background-size: 100%;
}

body .box6 .box6-stitle {
  text-align: center;
  padding-top: 4.05rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #fff;
  position: relative;
}

body .box6 .box6-stitle i {
  position: absolute;
}

body .box6 .box6-stitle .icon-iconl-left {
  left: 2.25rem;
  top: 4.125rem;
}

body .box6 .box6-stitle .icon-iconl-right {
  right: 2.25rem;
  top: 4.125rem;
}

body .box6 .school_swiper {
  margin-top: 0.5rem;
  width: 17.25rem;
  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 .box6 .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 .box6 .school_swiper .swiper-slide-img li div {
  width: 11.125rem;
}

body .box6 .school_swiper .swiper-slide-img li .yellow {
  color: #f39800;
}

body .box6 .school_swiper .swiper-slide-img li .course_btn {
  width: 2.625rem;
  height: 1.1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#f39800)), -webkit-gradient(linear, left bottom, left top, from(#0b50ba), to(#cd63a9)), -webkit-gradient(linear, left top, left bottom, from(#eefe08), to(#eefe08));
  background-image: linear-gradient(#f39800, #f39800), linear-gradient(0deg, #0b50ba 0%, #cd63a9 100%), linear-gradient(#eefe08, #eefe08);
  background-blend-mode: normal, normal, normal;
  border-radius: 0.55rem;
  font-size: 0.5rem;
  line-height: 1.1rem;
  color: #ffffff;
  position: relative;
  padding-left: 1.15rem;
}

body .box6 .school_swiper .swiper-slide-img li .course_btn i {
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
}

body .box6 .school_swiper .school_pagination {
  margin-top: -1.4rem;
  text-align: center;
}

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

body .box6 .school_swiper .swiper-pagination-bullet-active {
  background-color: #dda100;
}

body .box6 .btn {
  width: 7.125rem;
  height: 1.325rem;
  display: block;
  margin: 0.9rem auto 0.5rem;
}

body .box6 .btn img {
  width: 100%;
  height: 100%;
}

body .box7 {
  width: 100%;
  height: 18.75rem;
  background: url(../images/bg6.jpg) center no-repeat;
  background-size: 100%;
}

body .box7 .box7-stitle {
  text-align: center;
  padding-top: 4.5rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #000;
  position: relative;
}

body .box7 .box7-stitle i {
  position: absolute;
}

body .box7 .box7-stitle .icon-icont-left {
  left: 3.3rem;
  top: 4.5rem;
}

body .box7 .box7-stitle .icon-icont-right {
  right: 3.3rem;
  top: 4.5rem;
}

body .box7 .line {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #585858;
  width: 16.175rem;
  padding: 0.375rem 0.55rem;
  border: dashed 0.05rem #dcdcdc;
  margin: 0.5rem auto;
  text-align: center;
}

body .box7 .swiper-container {
  width: 17.275rem;
  margin: 0.75rem auto;
}

body .box7 .swiper-container .reasonTwo_slide {
  width: 17.275rem;
  height: 7.85rem;
}

body .box7 .swiper-container .reasonTwo_slide img {
  width: 100%;
  height: 100%;
}

body .box7 .swiper-container .reasonTwo_pagination {
  margin-top: -0.25rem;
  text-align: center;
}

body .box7 .swiper-container .swiper-pagination-bullet {
  background-color: #2c2c2c;
}

body .box7 .swiper-container .swiper-pagination-bullet-active {
  background-color: #dda100;
}

body .box8 {
  width: 100%;
  height: 38rem;
  background: url(../images/bg7.jpg) center no-repeat;
  background-size: 100%;
}

body .box8 .box8-stitle {
  text-align: center;
  padding-top: 4.25rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #fff;
  position: relative;
}

body .box8 .box8-stitle i {
  position: absolute;
}

body .box8 .box8-stitle .icon-iconl-left {
  left: 3.3rem;
  top: 4.25rem;
}

body .box8 .box8-stitle .icon-iconl-right {
  right: 3.3rem;
  top: 4.25rem;
}

body .box8 .sub-title1 {
  width: 15.275rem;
  height: 1.25rem;
  display: block;
  margin: 0.5rem auto;
}

body .box8 .ul1_center {
  width: 13.55rem;
  height: 13.575rem;
  display: block;
  margin: 0.5rem auto;
}

body .box8 .ul1 {
  width: 17.375rem;
  margin: 0 auto;
}

body .box8 .ul1 li {
  margin-bottom: 0.15rem;
  width: 17.375rem;
}

body .box8 .ul1 li h3 {
  font-size: 0.6rem;
  color: #fff000;
}

body .box8 .ul1 li p {
  font-size: 0.5rem;
  line-height: 0.65rem;
  color: #ffffff;
}

body .box8 .ul1 .xian {
  width: 17.325rem;
}

body .box9 {
  width: 100%;
  height: 18.3rem;
  background: url(../images/bg8.jpg) center no-repeat;
  background-size: 100%;
}

body .box9 .sub-title1 {
  width: 15.275rem;
  height: 1.25rem;
  display: block;
  margin: 0 auto;
  padding-top: 1.25rem;
}

body .box9 .line {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #fff;
  width: 16.175rem;
  padding: 0.375rem 0.55rem;
  border: dashed 0.05rem #dcdcdc;
  margin: 0.5rem auto;
}

body .box9 .line p:first-child {
  margin-bottom: 0.375rem;
}

body .box9 .ul2 {
  margin: 0.5rem auto 0.75rem;
  width: 17.5rem;
  height: 8.75rem;
}

body .box9 .ul2 h2 {
  width: 4rem;
  margin-bottom: 0.25rem;
  height: 0.95rem;
  line-height: 0.95rem;
  background-image: linear-gradient(43deg, #f07a73 0%, #fb9c47 100%), linear-gradient(#b93e1f, #b93e1f);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 0.5rem 0.5rem 0 rgba(131, 137, 226, 0.22);
          box-shadow: 0px 0.5rem 0.5rem 0 rgba(131, 137, 226, 0.22);
  border-radius: 0.475rem;
  font-size: 0.55rem;
  color: #ffffff;
  text-align: center;
}

body .box9 .ul2 .ul2_left {
  float: left;
}

body .box9 .ul2 .ul2_left .item:first-child {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

body .box9 .ul2 .ul2_left p {
  font-size: 0.5rem;
  line-height: 0.875rem;
  color: #fff;
  width: 5.5rem;
  height: 0.875rem;
  margin-bottom: 0.2rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 120, 0, 0)), to(#ffffff4d));
  background-image: linear-gradient(-90deg, rgba(255, 120, 0, 0), #ffffff4d 100%);
  border-radius: 0.425rem;
}

body .box9 .ul2 .ul2_left p img {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
}

body .box9 .ul2 .ul2_right {
  float: left;
  margin-left: -0.25rem;
}

body .box9 .ul2 .ul2_right .item:first-child {
  margin-top: 0.2rem;
  margin-bottom: 0.75rem;
}

body .box9 .ul2 .ul2_right .item:first-child h2 {
  width: 5rem;
  margin-left: 0.25rem;
}

body .box9 .ul2 .ul2_right .item:last-child h2 {
  margin-left: 1.25rem;
}

body .box9 .ul2 .ul2_right .item:last-child p {
  padding-right: 0.375rem;
  width: 4.875rem;
}

body .box9 .ul2 .ul2_right .item:last-child img {
  margin-top: 0.075rem;
  margin-right: -0.2rem;
}

body .box9 .ul2 .ul2_right p {
  text-align: right;
  font-size: 0.5rem;
  line-height: 0.875rem;
  color: #fff;
  width: 5.25rem;
  height: 0.875rem;
  margin-bottom: 0.2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 120, 0, 0)), to(#ffffff4d));
  background-image: linear-gradient(90deg, rgba(255, 120, 0, 0), #ffffff4d 100%);
  border-radius: 0.425rem;
}

body .box9 .ul2 .ul2_right p img {
  width: 0.55rem;
  height: 0.55rem;
}

body .box9 .ul2 .ul2_right .item:first-child p {
  height: 1.05rem;
  line-height: 0.6rem;
  border-radius: 0.775rem;
  width: 4.5rem;
  position: relative;
  padding: 0.25rem 0.75rem 0.25rem 0;
}

body .box9 .ul2 .ul2_right .item:first-child p img {
  display: block;
  position: absolute;
  right: 0.125rem;
  top: 0.4rem;
}

body .box9 .ul2 .ul2_center {
  width: 7.85rem;
  height: 8.725rem;
  margin-left: -1rem;
  float: left;
}

body .box10 {
  width: 100%;
  height: 16.65rem;
  background: url(../images/bg9.jpg) center no-repeat;
  background-size: 100%;
}

body .box10 .box10-stitle {
  text-align: center;
  padding-top: 4.125rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #000;
  position: relative;
}

body .box10 .box10-stitle i {
  position: absolute;
}

body .box10 .box10-stitle .icon-icont-left {
  left: 3.75rem;
  top: 4.15rem;
}

body .box10 .box10-stitle .icon-icont-right {
  right: 3.575rem;
  top: 4.15rem;
}

body .box10 .book_box {
  margin: 0.75rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .box10 .book_box img {
  width: 5.5rem;
  height: 4.55rem;
  margin-bottom: 0.5rem;
}

body .box11 {
  width: 100%;
  height: 22.3rem;
  background: url(../images/bg10.jpg) center no-repeat;
  background-size: 100%;
}

body .box11 .box11-stitle {
  text-align: center;
  padding-top: 4.125rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #fff;
  position: relative;
}

body .box11 .box11-stitle i {
  position: absolute;
}

body .box11 .box11-stitle .icon-iconl-left {
  left: 4.875rem;
  top: 4.2rem;
}

body .box11 .box11-stitle .icon-iconl-right {
  right: 4.875rem;
  top: 4.2rem;
}

body .box11 .sub-title1 {
  width: 15.275rem;
  height: 1.25rem;
  display: block;
  margin: 0.5rem auto;
}

body .box11 .book_swiper {
  width: 17.25rem;
  height: 4.25rem;
  margin: 0.5rem auto;
}

body .box11 .book_swiper .swiper-wrapper {
  width: 17.25rem;
  height: 3.4rem;
}

body .box11 .book_swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

body .box11 .book_swiper .book_pagination {
  text-align: center;
}

body .box11 .book_swiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}

body .box11 .book_swiper .swiper-pagination-bullet-active {
  background-color: white;
}

body .box11 .book-pic {
  width: 17.25rem;
  height: 7.275rem;
  margin: 0.25rem auto;
  display: block;
}

body .box12 {
  width: 100%;
  height: 22.875rem;
  background: url(../images/bg11.jpg) center no-repeat;
  background-size: 100%;
}

body .box12 .box12-stitle {
  text-align: center;
  padding-top: 4.125rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #000;
  position: relative;
}

body .box12 .box12-stitle i {
  position: absolute;
}

body .box12 .box12-stitle .icon-icont-left {
  left: 4.125rem;
  top: 4.125rem;
}

body .box12 .box12-stitle .icon-icont-right {
  right: 4.125rem;
  top: 4.125rem;
}

body .box12 .keep_container {
  width: 17.25rem;
  height: 6.925rem;
  margin: 0.5rem auto;
}

body .box12 .keep_container .swiper-wrapper {
  width: 17.25rem;
  height: 6.925rem;
}

body .box12 .keep_container .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

body .box12 .keep_next,
body .box12 .keep_prev {
  position: absolute;
  top: 3.1rem;
  width: 0.825rem;
  height: 1.825rem;
  z-index: 99;
  cursor: pointer;
}

body .box12 .keep_prev {
  left: 0;
  background: url(../images/icon14.png) center no-repeat;
}

body .box12 .keep_next {
  right: 0;
  background: url(../images/icon15.png) center no-repeat;
}

body .box12 .keep_right {
  width: 17.25rem;
  margin: 0 auto;
}

body .box12 .keep_right .keep_title {
  font-size: 0.6rem;
  line-height: 0.65rem;
  color: #f39800;
}

body .box12 .keep_right .keep_des {
  font-size: 0.5rem;
  line-height: 0.9rem;
  color: #a6a6a6;
  margin-bottom: 0.75rem;
}

body .box12 .keep_right .keep_txt {
  padding: 0 0.5rem;
  display: block;
  font-size: 0.55rem;
  line-height: 1rem;
  color: #000000;
  margin-bottom: 0.375rem;
}

body .box13 {
  width: 100%;
  height: 36.125rem;
  background: url(../images/bg12.jpg) center no-repeat;
  background-size: 100%;
}

body .box13 .box13-stitle {
  text-align: center;
  padding-top: 4.25rem;
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #fff;
  position: relative;
}

body .box13 .box13-stitle i {
  position: absolute;
}

body .box13 .box13-stitle .icon-iconl-left {
  left: 6rem;
  top: 4.3rem;
}

body .box13 .box13-stitle .icon-iconl-right {
  right: 6rem;
  top: 4.3rem;
}

body .box13 ul {
  width: 17.25rem;
  margin: 0.75rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .box13 ul .li-item {
  width: 5.175rem;
  height: 10.6rem;
  background: url(../images/phone.png) center no-repeat;
  background-size: 100% 100%;
}

body .box13 ul .li-item .code {
  width: 3.7rem;
  height: 3.7rem;
  display: block;
  margin: 1.625rem auto 0.375rem;
}

body .box13 ul .li-item h4 {
  width: 4.8rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.35rem;
  text-align: center;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #000000;
  margin: 0 auto 0.25rem;
}

body .box13 ul .li-item p {
  font-size: 0.5rem;
  line-height: 0.75rem;
  color: #000000;
  margin-left: 0.9rem;
  position: relative;
}

body .box13 ul .li-item p img {
  position: absolute;
  top: 0.15rem;
  left: -0.45rem;
  width: 0.375rem;
  height: 0.4rem;
}

body .box13 .gift {
  width: 15.4rem;
  height: 4.1rem;
  display: block;
  margin: 0 auto;
}

body .box13 #form2 {
  padding-top: 0.7rem;
  width: 17.275rem;
  height: 13.125rem;
  background-color: rgba(33, 89, 143, 0.63);
  border-radius: 10px;
}

body .box13 #form2 h2 {
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #ffffff;
  text-align: center;
}

body .box13 #form2 .form-item {
  margin: 0.5rem auto;
}

body .box13 #form2 .submit {
  width: 15.575rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background-image: linear-gradient(#f39800, #f39800), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal, normal;
  -webkit-box-shadow: inset 0 0.075rem 0.125rem 0 rgba(255, 200, 118, 0.46);
          box-shadow: inset 0 0.075rem 0.125rem 0 rgba(255, 200, 118, 0.46);
  border-radius: 0.2rem;
  border: solid 0.05rem #ffea00;
  font-size: 1.05rem;
  color: #ffffff;
  margin: 0 auto;
  display: block;
}

body .box14 {
  width: 100%;
  height: 28.55rem;
  background: url(../images/bg13.jpg) center no-repeat;
  background-size: 100%;
}

body .box14 img {
  display: block;
  margin: 0 auto;
  padding-top: 4.25rem;
  width: 17.35rem;
  height: 18.9rem;
}

body .box14 .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 .box14 .choose_btn .choose_btn_list {
  width: 7.75rem;
  height: 1.35rem;
  line-height: 1.35rem;
  background-color: #21598f;
  border-radius: 0.125rem;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}

body .box14 .choose_address {
  margin: 0 auto;
  width: 17.35rem;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: rgba(0, 0, 0, 0.9);
}

body .form-container1 {
  padding-top: 2.75rem;
  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;
  background-image: linear-gradient(#ffeb22, #ffeb22), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal, normal;
  -webkit-box-shadow: inset 0px 0.075rem 0.125rem 0 rgba(232, 121, 26, 0.31);
          box-shadow: inset 0px 0.075rem 0.125rem 0 rgba(232, 121, 26, 0.31);
  border-radius: 0.2rem;
  border: solid 0.05rem #f04e00;
  font-size: 1.05rem;
  color: #f04e00;
}

body .yellow {
  color: #fff000;
}

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 */
