.box {
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 665px;
  padding-top: 94px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.border {
  width: 356px;
  height: 69px;
  margin: 0 auto;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  font-size: 34px;
  color: #1267dc;
  line-height: 65px;
}

.txt {
  width: 801px;
  height: 110px;
  margin: 53px auto 46px auto;
  background-image: url(../images/txt.png);
  background-repeat: no-repeat;
}

.href {
  font-size: 30px;
  color: #fff;
}

.href a {
  color: #fff;
}

.box01 {
  position: relative;
}

.bg01 {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 1014px;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.circle01 {
  position: absolute;
  top: 110px;
  right: -136px;
  width: 272px;
  height: 272px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
}

.title {
  position: relative;
  font-size: 38px;
  text-align: center;
}

.title::after, .box04 .title::after, .box05 .title::after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 308px;
  height: 26px;
  transform: translateX(-50%);
  background: url(../images/title.png) no-repeat center;
}

.tips {
  display: table;
  position: relative;
  margin: 2px auto 100px auto;
  font-size: 46px;
  font-weight: bold;
}

.tips p {
  position: relative;
  z-index: 2;
}

.line {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background: linear-gradient(to right, #376efd, #3787fd, #38b2fc);
  z-index: 1;
}

.box01 .region {
  float: left;
  padding-bottom: 10px;
  margin-right: 50px;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.box01 .region.active {
  border-color: #376efd;
  color: #376efd;
}

.box05 .region {
  position: relative;
  float: left;
  width: 151px;
  height: 58px;
  margin-right: 23px;
  margin-bottom: 25px;
  line-height: 58px;
  border-radius: 8px;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 0 20px #f1f1f1;
  z-index: 0;
  cursor: pointer;
}

.box05 .region::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(to right, #3c9df8, #2c86ed, #1e71e4);
  opacity: 0;
  transition: opacity 1s;
  z-index: -1;
}

.box05 .region:hover::before, .box05 .region.active::before {
  opacity: 1;
  box-shadow: 0 0 4px #e6f1fe;
}

.box05 .region:hover a, .box05 .region.active {
  color: #fff;
}

.box05 .region:nth-child(7n) {
  margin-right: 0;
}

.box02 {
  position: relative;
  margin-top: 45px;
}

.circle02 {
  position: absolute;
  top: 170px;
  left: -160px;
  width: 321px;
  height: 321px;
  background-image: url(../images/circle02.png);
  background-repeat: no-repeat;
}

.regionChange {
  display: none;
}

.regionChange.active {
  display: block;
}

.box02_title {
  margin-bottom: 100px;
  font-size: 36px;
  text-align: center;
}

.box02_title span {
  color: #186cdf;
}

.list {
  width: 570px;
  margin-bottom: 25px;
}

.list:nth-child(odd) {
  float: left;
}

.list:nth-child(even) {
  float: right;
}

.listL {
  position: relative;
  float: left;
  margin-right: 20px;
}

.icon {
  display: block;
  width: 148px;
  height: 148px;
  background-image: url(../images/icon01.png);
  background-repeat: no-repeat;
}

.icon02 {
  background-image: url(../images/icon02.png);
}

.icon03 {
  background-image: url(../images/icon03.png);
}

.icon04 {
  background-image: url(../images/icon04.png);
}

.icon05 {
  background-image: url(../images/icon05.png);
}

.icon06 {
  background-image: url(../images/icon06.png);
}

.num {
  position: absolute;
  top: -10px;
  left: 0;
  color: #b9d3f1;
  font-size: 42px;
}

.listR {
  float: left;
  width: 390px;
  margin-top: 16px;
}

.listTitle {
  display: table;
  padding-bottom: 8px;
  border-bottom: 3px solid #186cdf;
  margin-bottom: 12px;
  font-size: 24px;
  color: #186cdf;
}

.listTitle a {
  color: #186cdf;
}

.listContent {
  line-height: 30px;
  font-size: 16px;
}

.box03 {
  position: relative;
  margin-top: 120px;
}

.bg02 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 871px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.circle03 {
  position: absolute;
  top: 50px;
  right: -160px;
  width: 321px;
  height: 321px;
  background-image: url(../images/circle02.png);
  background-repeat: no-repeat;
}

.formWrap {
  position: relative;
  height: 610px;
  border-radius: 10px;
  box-shadow: 0 0 10px #eaf0fc;
  background-color: #fff;
}

.circle04 {
  position: absolute;
  bottom: -147px;
  left: -147px;
  width: 295px;
  height: 295px;
  background-image: url(../images/circle03.png);
  background-repeat: no-repeat;
}

.formContent {
  float: left;
  width: 560px;
  padding: 100px 60px 0 60px;
}

.formContent li {
  margin-bottom: 60px;
  line-height: 32px;
}

.formContent li p {
  float: left;
  width: calc(100% - 38px);
}

.formCircle {
  float: left;
  width: 12px;
  height: 12px;
  border: 5px solid #b1dafe;
  margin-top: 6px;
  margin-right: 16px;
  border-radius: 50%;
}

.form {
  position: relative;
  float: left;
  width: 520px;
  height: 610px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(to bottom, #2975ee, #3d8cf2, #55a6f6);
}

.add {
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #85b1f5;
  font-style: normal;
}

.formCircle02 {
  position: absolute;
  bottom: 30px;
  left: 28px;
  width: 13px;
  height: 13px;
  border: 3px solid #a7d1fa;
  border-radius: 50%;
}

.formTitle {
  margin-top: 80px;
  margin-bottom: 46px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.name {
  width: 165px;
  margin-right: 6px;
}

#province, #city {
  display: block;
  width: 190px;
  height: 65px;
  padding-left: 25px;
  border-radius: 40px;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  border:none;
}

#province {
  padding-right: 25px;
}



.mobile, #PhoneCode {
  display: block;
  width: 361px;
  height: 65px;
  padding-left: 25px;
  margin: 0 auto 35px auto;
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
}

#fs {
  position: absolute;
  top: 0;
  right: 66px;
  width: 155px;
  height: 65px;
  border-radius: 40px;
  background: linear-gradient(to right, #2877ee, #4892f5, #60a7fb);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 65px;
  transition: opacity .5s ease;
}

.button {
  display: block;
  width: 386px;
  height: 65px;
  margin: 42px auto 0 auto;
  border-radius: 40px;
  color: #fff;
  font-size: 26px;
  background: linear-gradient(to right, #ff3f4c, #ff5c62, #ff7071);
  cursor: pointer;
  transition: opacity .5s ease;
}

.button:hover, #fs:hover {
  opacity: .92;
}

.box04 {
  position: relative;
  margin-top: 70px;
  height: 1084px;
  background-image: url(../images/bg03.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box04 .wrap {
  padding-top: 350px;
}

.box04 .title, .box04 .tips {
  color: #fff;
}

.box04 .title::after {
  width: 385px;
  background: url(../images/title01.png) no-repeat center;
}

.box04 .tips {
  margin-bottom: 70px;
}

.circle05 {
  position: absolute;
  top: 100px;
  right: -220px;
  width: 541px;
  height: 382px;
  background-image: url(../images/circle04.png);
  background-repeat: no-repeat;
}

.tabWrap {
  border: 24px solid #4ba6ff;
  border-radius: 10px;
  background-color: #fff;
}

.picScroll-left {
  position: relative;
  width: 100%;
  margin: 25px auto;
  overflow: hidden;
}

.picScroll-left .bd ul li {
  float: left;
  margin-right: 42px;
  text-align: center;
  font-size: 24px;
}

.picScroll-left .bd ul li p {
  margin-bottom: 18px;
}

.pic img {
  width: 320px;
  height: 200px;
  transition: transform .8s ease;
}

.pic img:hover {
  transform: scale(1.04, 1.04);
}

.look {
  display: block;
  width: 160px;
  height: 50px;
  margin: 20px auto 0 auto;
  line-height: 50px;
  border-radius: 40px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(to right, #ff3e4c, #ff585f, #ff6e70);
  transition: opacity .5s ease;
}

.look:hover {
  opacity: .9;
}

.next, .prev {
  position: absolute;
  top: 110px;
  cursor: pointer;
}

.next {
  right: 17px;
}

.prev {
  left: 17px;
}

.tempWrap {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

.next i, .prev i {
  display: block;
  width: 20px;
  height: 43px;
  margin: 15px auto;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
}

.prev i {
  transform: rotate(-180deg);
}

.box05 {
  position: relative;
  margin-top: 108px;
  padding-bottom: 75px;
}

.circle06 {
  position: absolute;
  top: -55px;
  left: -118px;
  width: 236px;
  height: 236px;
  background-color: #b5d3f8;
  border-radius: 50%;
}

.circle07 {
  position: absolute;
  top: 92px;
  right: -58px;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #fed877, #fdd161, #fdcc53);
  border-radius: 50%;
}

.circle08 {
  position: absolute;
  bottom: 75px;
  right: -147px;
  width: 295px;
  height: 295px;
  background-image: url(../images/circle03.png);
  background-repeat: no-repeat;
}

.box05 .title::after {
  width: 413px;
  background: url(../images/title02.png) no-repeat center;
}

@media only all and (min-width:2000px) {}

@media only all and (max-width:1600px) {
  .circle01, .circle02, .circle03 {
    display: none;
  }
}

@media only all and (max-width:1080px) {
  .picScroll-left {
    margin: 1rem auto;
  }

  .next, .prev {
    top: 4rem;
    z-index: 1;
  }

  .prev {
    left: .2rem;
  }

  .next {
    right: .2rem;
  }

  .next i, .prev i {
    width: .5rem;
    height: 1.075rem;
    margin: 0 auto;
    background-size: 100%;
  }

  .tempWrap {
    width: 100%;
  }

  .picScroll-left .bd ul li p {
    margin-bottom: .5rem;
  }

  .picScroll-left .bd ul li {
    margin-right: 0;
    font-size: 1rem;
  }

  .look {
    width: 5rem;
    height: 1.6rem;
    margin: .5rem auto 0 auto;
    line-height: 1.6rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  .pic img {
    width: 7rem;
    height: 4.5rem;
  }

  .bg01, .bg02 {
    background-size: cover;
  }

  .circle01, .circle02, .circle03, .circle04, .circle05, .circle06, .circle07, .circle08 {
    display: none;
  }

  .banner {
    height: 11rem;
    padding-top: 1rem;
    background-size: auto 100%;
  }

  .border {
    width: 8.9rem;
    height: 1.725rem;
    background-size: 100%;
    font-size: .9rem;
    line-height: 1.725rem;
  }

  .txt {
    width: 16rem;
    height: 2.2rem;
    margin: 1rem auto;
    background-size: 100%;
  }

  .href {
    margin: 0 .5rem;
    font-size: .75rem;
  }

  .title {
    font-size: 1rem;
  }

  .title::after, .box04 .title::after, .box05 .title::after {
    top: .3rem;
    width: 7.7rem;
    height: .65rem;
    background-size: 100%;
  }

  .tips {
    margin: .05rem auto 1rem auto;
    font-size: 1rem;
  }

  .line {
    bottom: 0.075rem;
    height: .3rem;
    border-radius: .25rem;
  }

  .box05 .region {
    width: 23.5%;
    height: 1.7rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    line-height: 1.7rem;
    border-radius: .2rem;
    font-size: .75rem;
    box-shadow: 0 0 .1rem #ddd;
  }

  .box05 .region:nth-child(7n) {
    margin-right: 1%;
  }

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

  .box02 {
    margin-top: 1rem;
  }

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

  .list {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }

  .listL {
    margin-right: .5rem;
  }

  .num {
    top: -.25rem;
    font-size: 1rem;
  }

  .icon {
    width: 3.7rem;
    height: 3.7rem;
    background-size: 100%;
  }

  .listR {
    width: calc(100% - 4.2rem);
    margin-top: 0;
  }

  .listTitle {
    padding-bottom: .2rem;
    border-bottom: 0.075rem solid #186cdf;
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .listContent {
    line-height: 1rem;
    font-size: .7rem;
  }

  .box03 {
    margin-top: 1rem;
  }

  .formWrap {
    height: auto;
    border-radius: .25rem;
    box-shadow: 0 0 .25rem #eaf0fc;
  }

  .formContent {
    float: none;
    width: calc(100% - 1rem);
    padding: 1rem .5rem;
  }

  .formContent li {
    margin-bottom: 1rem;
    line-height: 1rem;
  }

  .formContent li:last-child {
    margin-bottom: 0;
  }

  .formCircle {
    width: .3rem;
    height: .3rem;
    border: .125rem solid #b1dafe;
    margin-top: .2rem;
    margin-right: .4rem;
    border-radius: .25rem;
  }

  .formContent li p {
    width: calc(100% - 0.95rem);
  }

  .form {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    border-radius: .25rem;
  }

  .formTitle {
    padding-top: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .flex {
    margin-bottom: 1rem;
  }

  .add {
    top: .55rem;
    right: .75rem;
    font-size: .8rem;
  }

  #name, #province, #city {
    width: 7rem;
    height: 2rem;
    padding-left: .5rem;
    border-radius: 1rem;
    font-size: .75rem;
  }

  #name {
    width: 6.5rem;
    margin-right: .15rem;
  }

  .mobile, #PhoneCode {
    width: 13.5rem;
    height: 2rem;
    padding-left: .5rem;
    margin: 0 auto 1rem auto;
    border-radius: 1rem;
    font-size: .75rem;
  }

  #fs {
    right: 1.7rem;
    width: 4rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: .75rem;
    line-height: 2rem;
  }

  .button {
    width: 13.5rem;
    height: 2rem;
    margin: .25rem auto 0 auto;
    border-radius: 1rem;
    font-size: .8rem;
  }

  .formCircle02 {
    bottom: .75rem;
    left: .7rem;
    width: .5rem;
    height: .5rem;
    border: 0.075rem solid #a7d1fa;
  }

  .box04 {
    padding: 1rem 0;
    margin-top: 1rem;
    height: auto;
    background: linear-gradient(to bottom, #2975ee, #3d8cf2, #55a6f6);
  }

  .box04 .title::after {
    width: 9.625rem;
  }

  .box04 .wrap {
    padding-top: 0;
  }

  .box04 .tips {
    margin-bottom: 1rem;
  }

  .tabWrap {
    border: .6rem solid #4ba6ff;
    border-radius: .25rem;
  }

  .box05 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .box05 .title::after {
    width: 10.325rem;
  }

  .box01 .region {
    padding-bottom: .25rem;
    margin-right: .5rem;
    margin-bottom: .25rem;
    border-bottom: 2px solid transparent;
  }
}
