.progress {
  height: 120px;
  margin-top: 50px;
  margin-left: 20px;
}

.progress .step1 {
  float: left;
  width: 160px;
  height: 80px;
  position: relative;
}

.progress .step1 p {
  color: #DADADA;
  font-size: 20px;
  text-align: right;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  right: -18px;
}

.progress .step1 .item {
  height: 50px;
  width: 160px;
  position: relative;
}

.progress .step1 .item .line {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background: #DADADA;
  display: inline-block;
}

.progress .step1 .item .num {
  width: 50px;
  height: 50px;
  background: #DADADA;
  color: #B1B1B1;
  font-size: 30px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 0;
}

.progress .step1 .item img {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.progress .step1:nth-child(4) p {
  right: -74px;
}

.progress .step1:nth-child(4) .item {
  width: 270px;
}

.progress .step1:nth-child(4) .num {
  right: 80px;
}

.progress .cur_step p {
  color: #5BCCF2;
}

.progress .cur_step .item .line {
  background: #5BCCF2;
}

.progress .cur_step .item .num {
  background: #5BCCF2;
  color: #fff;
}

.progress .done_step p {
  color: #92DFF5;
}

.progress .done_step .item .line {
  background: #92DFF5;
}

.progress .done_step .item .num {
  background: #92DFF5;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.progress .done_step .item .num img {
  width: 37px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 7px;
}

.form-text {
  font-size: 20px;
  color: #3E3A39;
  padding-left: 40px;
}

.serve-form .form-list .form-name {
  font-size: 20px;
  font-weight: 400;
}

.serve-form .form-list {
  height: 70px;
  line-height: 70px;
}

.serve-list4 {
  margin-left: 20px;
}

.serve-form .form-title {
  font-size: 24px;
}

.serve-list4 .serve_item {
  width: 170px;
  float: left;
}

.serve_item {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 20px;
}

.serve_item:nth-child(2) {
  margin: 0 90px;
}

.serve_item:hover {
  color: #333;
}

.serve-list4 .serve_icon {
  width: 170px;
  height: 170px;
  border: 1px solid #DADADA;
  border-radius: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 22px;
  margin-bottom: 20px;
}

.serve-list4 .serve_icon:hover {
  border: 1px solid #1EB9EE;
}

.serve-list4 .serve_icon img {
  margin-top: 30px;
}

.new-num {
  width: 358px;
  height: 52px;
  border: 1px solid #183067;
  border-radius: 27px;
  margin: 0 auto;
  color: #183067;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
}

.num-tip {
  text-align: center;
  color: #9299AE;
  margin-top: 15px;
  font-size: 20px;
}

.num-title {
  color: #183067;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 44px;
}

.done {
  width: 430px;
  height: 274px;
}

.num-input {
  width: 484px;
  height: 50px;
  border: 1px solid #c9caca;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 20px;
}

.num-search {
  color: #000;
  font-size: 20px;
  margin: 150px 0 60px 100px;
}

.num-btn {
  width: 200px;
  height: 40px;
  background: #1EB9EE;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.swiper-container {
  width: 1920px;
  height: 510px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.swiper-slide {
  width: 1920px;
  height: 100%;
}

.pagination {
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 30px;
  line-height: 30px;
  bottom: 10px;
  left: 45%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #aaa;
}

.swiper-active-switch {
  background: #fff;
  width: 31px;
  height: 8px;
  border-radius: 10px;
}

.header-wrap {
  position: fixed;
  top: 0;
  z-index: 222;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 3px 0 8px #ccc;
          box-shadow: 3px 0 8px #ccc;
}

.second-header {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 222;
}

.wrap-main {
  position: relative;
  z-index: 200;
}
/*# sourceMappingURL=new.css.map */