div,
span {
  position: relative;
  box-sizing: border-box;
}

.none {
  display: none !important;
}

.box {
  position: relative;
  overflow: hidden;
  background: #07234c url(../images/bg.jpg) repeat center top;
  background-size: 100% auto;
}

/* 镜像 */
.imgY180 {
  transform: rotateY(180deg);
}

.topTitle {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 6px;
}

.title {
  font-size: 0;
  width: 1200px;
  height: 250px;
  background: url(../images/title.png) no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 70px auto;
}

.box1 {
  margin-bottom: 140px;
}

.box1_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box1_btn {
  border: 1px solid #FFFFFF;
  background: linear-gradient(0deg, #0043B0 0%, #1D7BEB 100%);
  box-shadow: 3px 8px 32px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 12px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}

.h2Box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2Box h2 {
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  margin: 0 12px;
  display: block;
}

.h2Box img {
  width: 144px;
  display: block;
}

.box2 {
  margin-top: 104px;
  margin-bottom: 80px;
}

.box2_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box2_tableBox {
  width: 600px;
  background: #002A8A;
  border-radius: 10px;
  background: linear-gradient(0deg, #0043B0, #1D7BEB);
  border: 2px solid #FFFFFF;
  box-shadow: 2px 4px 7px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: -44px -100px 0 0;
}

.box2_line:nth-child(2n + 1) {
  background: rgba(0, 0, 0, .2);
}

.box2_line:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.box2_line:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.box2_line {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 108px;
  height: 75px;
}

.yes2 {
  width: 100px;
  position: absolute;
  left: -50px;
}

.box2_title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.box2_text {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
}

.makeBox {
  width: 580px;
  height: 450px;
  background: linear-gradient(-40deg, #D8E7FF, #FFFFFF, #D8E7FF);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 40px;
}

.makeBox_title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #1062D1;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.makeBox_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.makeBox_selectTitle {
  width: 14%;
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-right: 18px;
}

.makeBox_province {
  width: 40%;
  height: 54px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  margin-right: 16px;
  background: #FFFFFF url("../images/select_bg.png") 95% center no-repeat;
  padding-left: 10px;
}

.makeBox_city {
  width: 40%;
  height: 54px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  background: #FFFFFF url("../images/select_bg.png") 95% center no-repeat;
  padding-left: 10px;
}

.makeBox_tel {
  width: 81%;
  height: 54px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  background: #FFFFFF;
  padding-left: 10px;
}

.makeBox_code {
  width: 49%;
  height: 54px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  background: #FFFFFF;
  padding-left: 10px;
  margin-right: 16px;
}

.makBox_getCodeBtn {
  width: 30%;
  height: 54px;
  background: linear-gradient(0deg, #F0AF41, #F7BB48);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 200;
  color: #FFFFFF;
  cursor: pointer;
}

.makeBox_sub {
  width: 100%;
  height: 62px;
  background: linear-gradient(0deg, #861A1D, #CC4135);
  box-shadow: 0px 10px 24px 0px rgba(133, 19, 3, 0.3);
  border-radius: 31px 31px 31px 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 3px 15px rgba(201, 39, 17, 0.3);
  cursor: pointer;
}

.box3 {
  margin-top: 50px;
  margin-bottom: 80px;
}

.swiper-container {
  width: 80%;
  height: 418px;
}

.box3_slideBox {
  width: 306px;
  height: 418px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3_swiperImg {
  width: 100%;
  height: 100%;
}

.swiper-slide .box3_slideBox {
  transform: scale(.7);
}

.swiper-slide-prev .box3_slideBox {
  transform: scale(.8);
  transform-origin: left;
  z-index: 8;
}

.swiper-slide-next .box3_slideBox {
  transform: scale(.8);
  transform-origin: right;

  z-index: 8;
}

.swiper-slide-active .box3_slideBox {
  transform: scale(1);
  z-index: 9;
}

.lastBtn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  cursor: pointer;
}

.nextBtn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.lastBtn img,
.nextBtn img {
  width: 50px;
}

.box4 {
  margin-top: 50px;
  margin-bottom: 80px;
}

.box4_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.box4_skip {
  background: linear-gradient(0deg, #6191F4, #3F76F0);
  border: 1px solid;
  border-radius: 2px;
  white-space: nowrap;
  width: 130px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.box4_skip:nth-child(8n) {
  margin-right: 0;
}

.box4_skip:hover .box4_skipWhite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.box5 {
  margin-top: 50px;
  margin-bottom: 118px;
}

.box5_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box5_bottomImg {
  width: 32%;
  background: linear-gradient(-40deg, #0043B0, #1D7BEB, #0043B0);
  border: 12px solid #1a76e5;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
}

.box5_bottomImg img {
  width: 100%;
}

.end {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.titleBg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only all and (max-width:1080px) {
  .topTitle {
    margin-top: 1.5rem;
    font-size: 1rem;
    margin-bottom: .15rem;
  }

  .title {
    width: 100%;
    height: 4.5rem;
    margin: 0 auto .75rem auto;
  }

  .box1 {
    margin-bottom: 1rem;
  }

  .h2Box h2 {
    font-size: 1.25rem;
    line-height: 1rem;
    margin: 0 .3rem;
    white-space: nowrap;
  }

  .h2Box img {
    width: 3.6rem;
  }

  .box1_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .box1_btn {
    border: .05rem solid #FFFFFF;
    box-shadow: .075rem .2rem .8rem 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
    padding: .3rem 1.125rem;
    font-size: .75rem;
    line-height: .875rem;
    margin-bottom: .5rem;
  }

  .box2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .box2_flexBox {
    flex-wrap: wrap;
  }

  .box2_tableBox {
    width: 100%;
    background: linear-gradient(0deg, #0043B0, #1D7BEB);
    border: .05rem solid #FFFFFF;
    box-shadow: .05rem .1rem .175rem .075rem rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    margin: 0 0 .75rem 0;
  }

  .box2_line:nth-child(2n + 1) {
    background: rgba(0, 0, 0, .2);
  }

  .box2_line:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .box2_line:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .yes2 {
    width: 2.5rem;
    position: relative;
    left: 0rem;
    margin-right: .5rem;
  }

  .box2_title {
    font-size: .9rem;
    text-align: center;
    display: block;
    width: 100%;
  }

  .box2_text {
    font-size: .75rem;
  }

  .box2_line {
    padding-left: .5rem;
    height: 2rem;
  }

  .makeBox {
    width: 100%;
    height: auto;
    border: .05rem solid #FFFFFF;
    box-shadow: 0px 0px .625rem 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
    padding: 1rem;
  }

  .makeBox_title {
    font-size: 1rem;
    margin-bottom: .75rem;
  }

  .makeBox_flex {
    margin-bottom: .45rem;
  }

  .makeBox_selectTitle {
    width: 16%;
    font-size: .7rem;
    margin-right: .45rem;
  }

  .makeBox_province {
    height: 1.35rem;
    border: .05rem solid #C0C0C0;
    border-radius: .1rem;
    margin-right: .4rem;
    padding-left: .25rem;
  }

  .makeBox_city {
    width: 40%;
    height: 1.35rem;
    border: .05rem solid #C0C0C0;
    border-radius: .1rem;
    padding-left: .25rem;
  }

  .makeBox_tel {
    height: 1.35rem;
    border: .05rem solid #C0C0C0;
    border-radius: .1rem;
    background: #FFFFFF;
    padding-left: .25rem;
  }

  .makeBox_code {
    height: 1.35rem;
    border: .05rem solid #C0C0C0;
    border-radius: .1rem;
    padding-left: .25rem;
    margin-right: .4rem;
  }

  .makBox_getCodeBtn {
    width: 30%;
    height: 1.35rem;
    font-size: .7rem;
  }

  .makeBox_sub {
    height: 1.55rem;
    box-shadow: 0px .25rem .6rem 0px rgba(133, 19, 3, 0.3);
    border-radius: .75rem;
    font-size: .7rem;
    text-shadow: 0px .075rem .375rem rgba(201, 39, 17, 0.3);
  }

  .box3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .swiper-container {
    width: 75%;
    height: 18rem;
    margin: 0 auto;
  }

  .box3_slideBox {
    width: 100%;
    height: 100%;
  }

  .lastBtn {
    width: 2rem;
    height: 2rem;
    left: .25rem;
  }

  .nextBtn {
    width: 2rem;
    height: 2rem;
    right: .25rem;
  }

  .lastBtn img,
  .nextBtn img {
    width: 1.25rem;
  }

  .box4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .box4_skip {
    border: .05rem solid #FFFFFF;
    border-radius: .05rem;
    width: 23%;
    height: 1.5rem;
    font-size: .7rem;
    margin-right: 0;
    margin-bottom: .5rem;
    white-space: nowrap;
  }

  .box4_skip:nth-child(4n) {
    margin-right: 0;
  }

  .box4_skip:nth-child(8n) {
    margin-right: 0;
  }

  .box5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .box5_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .box5_bottomImg {
    width: 48%;
    border: .3rem solid #1a76e5;
    border-radius: .25rem;
    margin-bottom: .5rem;
  }

  .box5_bottomImg img {
    width: 100%;
  }

  .box4_flexBox {
    justify-content: space-between;
  }
}