@charset "UTF-8";
.page-title-wrap {
  background: url(/assets/imgs/page-common/page-top-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  background: none !important;
}
.page-title-wrap .page-title-content {
  padding: 0.6rem 0 0.75rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.page-title-wrap .page-title-content .title-name {
  font-size: 0.4rem;
}
.page-title-wrap .page-title-content .title-desc {
  font-size: 0.24rem;
  font-family: "HyundaiSansTextCN";
}

.choose-factory-wrap {
  opacity: 0;
}
.choose-factory-wrap .page-tip {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #002c5f;
}
.choose-factory-wrap .factory-swiper {
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.choose-factory-wrap .factory-swiper #factory-swiper {
  width: 100%;
}
.choose-factory-wrap .factory-swiper #factory-swiper .swiper-wrapper {
  width: 100% !important;
}
.choose-factory-wrap .factory-swiper .swiper-slide {
  width: 33.333%;
}
.choose-factory-wrap .factory-swiper .slide-contanier {
  width: 3.52rem;
  margin: 0 auto;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-img {
  width: 100%;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info {
  background-color: #f2f0ee;
  padding: 0.2rem 0.15rem;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-title {
  font-size: 0.16rem;
  line-height: 1.5;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-desc {
  font-size: 0.16rem;
  line-height: 1.5;
  font-family: "HyundaiSansTextCN";
  margin-bottom: 0.15rem;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc .factory-name {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc .info-desc {
  min-height: 4.5em;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-location {
  display: block;
  font-size: 0.16rem;
  color: #00aad2;
  line-height: 1;
  padding-top: 0.06rem;
  padding-left: 0.32rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAB7UlEQVRIia2VvUtbYRSHn6QhRewsLsGloP0DJCWTwcVu6tDSoThLCXR1KTSVLkUM7eDSrZWo2EK7FIeqk4gptHSxhX4uNbRkUMRCabSccBLeHE/CjfEHl3s5H8/7cd9z3hjF9zjqAW4Ck8Aw0Kchv4AS8AIoAn9sqge8ARSAfm+kQGXgDrAcGuPm+xGwFAGGxixpToMTAueAXASQVU5za0roe1ynb1UFXgPbar8KXAMumDjJ3QReyh4K9DMwYII+6k/ZNfYr+lOGjP0HcDmuSRYmG551YKgtqzGhhDEpwAknKe8k2AHzjn1CgBnHsdIG1i4mI8CUMR4ClQjAisaGSsVrh7tZvcDFCECJuWRsMQH+s0ZgNALQi6kK8KfjuBucUU8JjbEqC/Cr40gDT4Ck40uqL+34vslI74ARxzmllVHQDoN2HqmKwRYz/5AIysqTJC608VuVZMkbwEkHSe20KcDfwM45wKT2v9fb1/NzAErDaPTDZ8Bxl8CnIXAPeNUFbEuX3NSxH3YBfFz/CIFb+nSqL8CqBxTNngF4L+wHFij3x5sOYG+BxdBggaLbwN8IMLnApu3p8ICfgJkIwAc6wyZ5QNF8/aC20Jru3Sm1Akpt3wLWHZ/cv9d1yZGBoiNgDLgP7OsjyxTbgZsB/AciMWIpQhT24AAAAABJRU5ErkJggg==) no-repeat left bottom;
  background-size: 0.14rem;
  margin-bottom: 0.15rem;
}
.choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-tips {
  font-size: 0.14rem;
  color: #e63312;
  line-height: 1.57;
  min-height: 8.9em;
}

.process-list {
  padding-top: 0.78rem;
  height: 2.8rem;
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.process-list .process-item {
  width: 20%;
  margin: auto;
  float: left;
  text-align: center;
  position: relative;
}
.process-list .process-item:before {
  content: "";
  width: 100%;
  height: 0;
  border: 0.16rem solid #f3f3f3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
}
.process-list .process-item:first-child::before {
  left: unset;
}
.process-list .process-item:last-child::before {
  left: unset;
  right: 50%;
}
.process-list .process-item .process-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.32rem;
}
.process-list .process-item .process-icon::after {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border: 0.1rem solid #e4e3e1;
  border-radius: 50%;
  position: relative;
  top: -0.05rem;
  left: -0.05rem;
}
.process-list .process-item .process-text {
  font-size: 0.18rem;
  line-height: 1.34;
}
.process-list .process-item .process-desc {
  color: #999999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 0.1rem;
}
.process-list .process-item:nth-child(1) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon1.png");
}
.process-list .process-item:nth-child(2) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon2.png");
}
.process-list .process-item:nth-child(3) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon3.png");
}
.process-list .process-item:nth-child(4) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon4.png");
}
.process-list .process-item:nth-child(5) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon5.png");
}
.process-list .process-item:nth-child(6) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon6.png");
}
.process-list .process-item:nth-child(7) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon7.png");
}
.process-list .process-item:nth-child(8) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon8.png");
}
.process-list .process-item:nth-child(9) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon9.png");
}
.process-list .process-item:nth-child(10) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon10.png");
}
.process-list .process-item:nth-child(11) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon11.png");
}
.process-list .process-item:nth-child(12) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon12.png");
}
.process-list .process-item:nth-child(13) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon13.png");
}
.process-list .process-item:nth-child(14) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon14.png");
}
.process-list .process-item:nth-child(15) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon15.png");
}
.process-list .process-item:nth-child(16) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon16.png");
}
.process-list .process-item:nth-child(17) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon17.png");
}
.process-list .process-item:nth-child(18) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon18.png");
}
.process-list .process-item:nth-child(19) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon19.png");
}
.process-list .process-item:nth-child(20) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon20.png");
}
.process-list .process-item:nth-child(21) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon21.png");
}
.process-list .process-item:nth-child(22) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon22.png");
}
.process-list .process-item:nth-child(23) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon23.png");
}
.process-list .process-item:nth-child(24) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon24.png");
}
.process-list .process-item:nth-child(1) .process-icon {
  background-size: 0.4rem;
}
.process-list .process-item:nth-child(2) .process-icon {
  background-size: 0.36rem;
}
.process-list .process-item.finished .process-icon {
  background-color: #002c5f;
}
.process-list .process-item.finished .process-icon::before {
  content: "";
  width: 0.8rem;
  height: 0.32rem;
  background: url(/assets/imgs/reserve-process/icon-active.png) 0 0 no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.process-list .process-item.finished .process-icon::after {
  content: "";
  border: 0.1rem solid #efefef;
}
.process-list .process-item.finished:nth-child(1) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon1-active.png");
}
.process-list .process-item.finished:nth-child(2) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon2-active.png");
}
.process-list .process-item.finished:nth-child(3) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon3-active.png");
}
.process-list .process-item.finished:nth-child(4) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon4-active.png");
}
.process-list .process-item.finished:nth-child(5) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon5-active.png");
}
.process-list .process-item.finished:nth-child(6) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon6-active.png");
}
.process-list .process-item.finished:nth-child(7) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon7-active.png");
}
.process-list .process-item.finished:nth-child(8) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon8-active.png");
}
.process-list .process-item.finished:nth-child(9) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon9-active.png");
}
.process-list .process-item.finished:nth-child(10) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon10-active.png");
}
.process-list .process-item.finished:nth-child(11) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon11-active.png");
}
.process-list .process-item.finished:nth-child(12) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon12-active.png");
}
.process-list .process-item.finished:nth-child(13) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon13-active.png");
}
.process-list .process-item.finished:nth-child(14) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon14-active.png");
}
.process-list .process-item.finished:nth-child(15) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon15-active.png");
}
.process-list .process-item.finished:nth-child(16) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon16-active.png");
}
.process-list .process-item.finished:nth-child(17) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon17-active.png");
}
.process-list .process-item.finished:nth-child(18) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon18-active.png");
}
.process-list .process-item.finished:nth-child(19) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon19-active.png");
}
.process-list .process-item.finished:nth-child(20) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon20-active.png");
}
.process-list .process-item.finished:nth-child(21) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon21-active.png");
}
.process-list .process-item.finished:nth-child(22) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon22-active.png");
}
.process-list .process-item.finished:nth-child(23) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon23-active.png");
}
.process-list .process-item.finished:nth-child(24) .process-icon {
  background-image: url("/assets/imgs/reserve-process/icon24-active.png");
}
.process-list .process-item.finished:last-child .process-icon:before, .process-list .process-item.finished:last-child .process-icon:after {
  display: none;
}
.process-list .process-item.finished .process-desc {
  color: #053062;
  font-weight: bold;
}

.process-wrap {
  background-color: #f2f0ee;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .base-btn {
  display: inline-block;
  margin: 0 0.4rem;
}

.process1-wrap {
  letter-spacing: 0.01rem;
  padding: 0.4rem 0 0.54rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.process1-wrap::before {
  content: "";
  width: 100%;
  height: 0.06rem;
  background: url(/assets/imgs/reserve-process/line.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.process1-wrap .rule-name {
  color: #002c5f;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.24rem;
  text-align: center;
}
.process1-wrap .rule-wrap {
  max-height: none;
  padding: 0.08rem 1.5rem 0;
  font-family: "HyundaiSansTextCN";
}
.process1-wrap .rule-wrap .rule-desc,
.process1-wrap .rule-wrap .rule-item {
  font-size: 0.16rem;
  line-height: 1.875;
  text-indent: 2em;
}
.process1-wrap .rule-wrap .rule-title {
  font-size: 0.18rem;
  line-height: 2.333;
  font-weight: bold;
}
.process1-wrap .rule-wrap ul {
  display: flex;
  flex-direction: column;
  list-style: decimal !important;
}
.process1-wrap .rule-wrap ul li.rule-item {
  list-style: decimal !important;
  display: list-item;
  margin-left: 0.17rem;
}
.process1-wrap .rule-wrap .rule-item {
  text-indent: 0;
}
.process1-wrap .rule-line {
  border-top: 1px solid #bfbfbf;
  width: calc(100% - 1rem);
  margin: 0.5rem auto 0;
}
.process1-wrap .check-rule {
  display: flex;
  align-items: center;
  margin: 0.4rem auto;
  justify-content: center;
  line-height: 0.32rem;
}
.process1-wrap .check-rule .base-checkbox {
  margin-right: 0.02rem;
}
.process1-wrap .rule-white {
  width: 100%;
  background-color: #fff;
  height: 0.25rem;
}
.process1-wrap .login-form-wrap {
  width: 100%;
  padding: 0.45rem 1.5rem 0;
  position: relative;
}
.process1-wrap .login-form-wrap .login-form-flex {
  display: flex;
  justify-content: space-between;
}
.process1-wrap .login-form-wrap .form-field {
  margin: 0.16rem 0;
  width: 46%;
}
.process1-wrap .login-form-wrap .form-field .form-label {
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.1rem;
  padding-left: 0.36rem;
  position: relative;
}
.process1-wrap .login-form-wrap .form-field .form-icon1::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(/assets/imgs/reserve-process/shoujihaoma.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.process1-wrap .login-form-wrap .form-field .form-icon2::before {
  content: "";
  width: 0.21rem;
  height: 0.18rem;
  background: url(/assets/imgs/reserve-process/yanzhengma.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.process1-wrap .login-form-wrap .form-field .form-combo {
  height: 0.42rem;
}
.process1-wrap .login-form-wrap .form-field .form-combo input {
  width: 100%;
  height: 100%;
  padding: 0 1em 0 0.36rem;
  font-size: 0.16rem;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.process1-wrap .login-form-wrap .form-field .form-combo .validate-code {
  width: calc(100% - 8em);
}
.process1-wrap .login-form-wrap .form-field .form-combo .send-code {
  display: inline-block;
  width: 8.2em;
  height: 0.42rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #00aad2;
  text-align: center;
  border: 1px solid #00aad2;
  background-color: #fff;
  cursor: pointer;
  float: right;
}
.process1-wrap .login-form-wrap .form-field .form-tip {
  font-size: 0.12rem;
  line-height: 2;
  margin-top: 0.1rem;
  padding-left: 0.36rem;
}
.process1-wrap .login-form-wrap .login-btn {
  width: 100%;
  margin: 0.2rem auto 0;
}

.process2-wrap {
  margin-bottom: 1.4rem;
}
.process2-wrap .process-wrap {
  padding: 0.57rem 0.45rem 0.3rem;
  margin-bottom: 0.55rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap {
  width: 3.56rem;
  display: inline-block;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate,
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-main {
  width: 100%;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header {
  padding: 10px 0.7rem 5px;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i {
  font-size: 0.18rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-y {
  left: 0.15rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-m {
  left: 0.45rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-y {
  right: 0.15rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-m {
  right: 0.45rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content {
  padding: 10px 0.1rem;
}
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content td,
.process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content th {
  width: 0.48rem;
  height: 30px;
  padding: 5px 0.05rem;
}
.process2-wrap .time-choose-wrap .time-wrap {
  display: inline-block;
  width: 6.4rem;
  height: 275px;
  padding: 0.45rem 0.5rem;
  background-color: #fff;
  float: right;
}
.process2-wrap .time-choose-wrap .time-wrap .choose-title {
  font-size: 0.16rem;
  line-height: 2;
  color: #00aad2;
  padding-bottom: 0.06rem;
}
.process2-wrap .time-choose-wrap .time-wrap .choose-title .tip {
  color: #999999;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field {
  margin: 0.26rem 0;
  font-size: 0.18rem;
  line-height: 0.24rem;
  overflow: hidden;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-type {
  width: 4em;
  color: #00aad2;
  float: left;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list {
  padding-left: 4em;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item {
  width: 33.33%;
  float: left;
  height: 0.24rem;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item .base-radio-btn {
  margin-right: 0.1rem;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item > * {
  vertical-align: middle;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item.disabled {
  color: #999999;
}
.process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item.disabled .base-radio-btn {
  border-color: #999;
}
.process2-wrap .time-choose-wrap .time-wrap .choosed-result {
  font-size: 0.18rem;
  line-height: 2;
  color: #e63312;
}
.process2-wrap .time-choose-wrap .time-wrap .choosed-result .tip {
  color: #333;
  margin-right: 0.3rem;
}
.process2-wrap .time-choose-wrap .time-wrap .choosed-result #choosed-date {
  margin-right: 0.15rem;
}
.process2-wrap .time-choose-tips {
  padding: 0.32rem 0 0.5rem;
  border-bottom: 2px solid #dddddd;
}
.process2-wrap .time-choose-tips p {
  font-size: 0.16rem;
  line-height: 2;
}
.process2-wrap .time-choose-tips .tel {
  font-weight: bold;
  color: #00aad2;
}
.process2-wrap .info-form {
  margin-top: 0.24rem;
}
.process2-wrap .info-form .form-field {
  padding: 0.2rem 0;
}
.process2-wrap .info-form .form-field .form-label {
  display: inline-block;
  width: 5.6em;
  padding-left: 0.6em;
  font-size: 0.18rem;
  line-height: 0.42rem;
  vertical-align: middle;
  position: relative;
}
.process2-wrap .info-form .form-field .form-label.verticalTop {
  vertical-align: top;
}
.process2-wrap .info-form .form-field .form-label.right-label {
  width: 7.6em;
}
.process2-wrap .info-form .form-field .form-label.required::before {
  content: "*";
  color: #e63312;
  position: absolute;
  left: 0;
  width: 0.12rem;
  text-align: right;
}
.process2-wrap .info-form .form-field .form-combo {
  display: inline-block;
  width: 4.62rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.process2-wrap .info-form .form-field .form-combo input,
.process2-wrap .info-form .form-field .form-combo select,
.process2-wrap .info-form .form-field .form-combo textarea {
  width: 100%;
  height: 0.42rem;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.process2-wrap .info-form .form-field .form-combo select {
  background: url(/assets/resource/vehicle/icons/icon-down.png) no-repeat scroll calc(100% - 0.1rem) center #ffffff;
  background-size: 0.18rem;
}
.process2-wrap .info-form .form-field .form-combo textarea {
  line-height: 2.5;
  height: 7.5em !important;
}
.process2-wrap .info-form .form-field .form-combo input.disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
  pointer-events: none;
}
.process2-wrap .info-form .form-field .form-checkbox {
  display: inline-block;
  vertical-align: middle;
  height: 0.42rem;
}
.process2-wrap .info-form .form-field .form-checkbox .checkbox-item {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  margin: 0 0.12rem;
}
.process2-wrap .info-form .form-field .form-checkbox .checkbox-item .base-radio-btn {
  margin-right: 0.1rem;
  top: 0.04rem;
}
.process2-wrap .info-form .form-field .form-checkbox .checkbox-item .check-text {
  display: inline-block;
  width: 2em;
}
.process2-wrap .info-form .form-field .right-field {
  display: inline-block;
}
.process2-wrap .info-form .form-tip {
  padding-left: 5.6em;
  font-size: 0.18rem;
  line-height: 1.36;
  color: #e63312;
}

.process3-wrap {
  margin-bottom: 1.15rem;
}
.process3-wrap .procress-tip {
  width: 8em;
  font-size: 0.24rem;
  line-height: 0.74rem;
  margin: 0.65rem auto 0.5rem;
  padding-left: 1.1rem;
  box-sizing: content-box;
  background: url(/assets/imgs/reserve-process/icon-finished.png) no-repeat left center;
  background-size: 0.74rem;
}
.process3-wrap .process-wrap {
  padding: 0.56rem 0.38rem 0.4rem;
  margin-bottom: 0.55rem;
}
.process3-wrap .process-wrap .download-wrap {
  width: 9.56rem;
  margin: 0 auto;
  border: 1px dashed #00aad2;
  border-radius: 2px;
  background-color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.24rem;
  margin-bottom: 0.78rem;
  position: relative;
}
.process3-wrap .process-wrap .download-wrap .icon-file {
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: url(/assets/imgs/reserve-process/icon-file.png) no-repeat center #f4f7fd;
  background-size: 0.31rem;
  margin: 0 auto 0.24rem;
}
.process3-wrap .process-wrap .download-wrap .base-btn {
  width: 1.6rem;
  margin: 0 auto;
}
.process3-wrap .process-wrap .download-wrap:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid #dddddd;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
.process3-wrap .process-wrap .tip-title {
  font-size: 0.24rem;
  line-height: 2;
}
.process3-wrap .process-wrap .tip-detail {
  font-size: 0.2rem;
  line-height: 1.8;
  color: #dd4e33;
  padding-left: 1em;
  position: relative;
  font-family: "HyundaiSansTextCN";
}
.process3-wrap .process-wrap .tip-detail::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #dd4e33;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.process4-wrap {
  margin-top: 0.3rem;
  margin-bottom: 1.28rem;
}
.process4-wrap .process-wrap {
  padding: 0.46rem 1.6rem 0.58rem;
  margin-bottom: 0.55rem;
}
.process4-wrap .process-wrap .process-tip {
  font-size: 0.2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.4rem;
}
.process4-wrap .process-wrap .process-tip.process-warn {
  font-size: 0.24rem;
  color: #e63312;
}
.process4-wrap .process-wrap .upload-wrap {
  margin-left: -0.39rem;
  margin-right: -0.39rem;
  margin-bottom: 0.12rem;
}
.process4-wrap .process-wrap .upload-item {
  padding: 0 0.42rem;
}
.process4-wrap .process-wrap .upload-item .layui-upload-wrap {
  width: 100%;
}
.process4-wrap .process-wrap .upload-item .item-detail {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  text-align: center;
  background-color: #fff;
}
.process4-wrap .process-wrap .upload-item .item-detail.type-name {
  border: 1px solid #ccc;
  margin-bottom: 0.19rem;
}
.process4-wrap .process-wrap .upload-item .item-detail.type-name.uploaded {
  border-color: transparent;
  background: url(/assets/imgs/reserve-process/icon-finished.png) no-repeat 0.97rem center;
  background-size: 0.28rem;
  font-size: 0;
}
.process4-wrap .process-wrap .upload-item .item-detail.type-name.uploaded::before {
  content: "ÉÏ´«ÀÖ³É";
  font-size: 0.16rem;
  text-align: center;
  padding-left: 0.1rem;
}
.process4-wrap .process-wrap .upload-item .item-detail.upload-btn {
  position: relative;
  border: 1px solid #00aad2;
  color: #00aad2;
  cursor: pointer;
}
.process4-wrap .process-wrap .upload-item .item-detail.upload-btn:active {
  top: 1px;
}
.process4-wrap .process-wrap .upload-item .upload-list {
  min-height: 1rem;
  padding: 0.13rem 0;
}
.process4-wrap .process-wrap .upload-item .upload-list .file-item {
  font-size: 0.14rem;
  line-height: 2;
  font-family: "HyundaiSansTextCN";
  position: relative;
}
.process4-wrap .process-wrap .upload-item .upload-list .file-item a {
  padding-left: 0.32rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAA5UlEQVQ4je2UsUrDUBSGv3NzbzIZkCKtg+Cki3RR+hQW3PpKPoAv0DfoIM5OPoEBBTcXuyoEG1OOQxLokKSJSSf7weEM9+fjcLj3ii4ujoAR5XwDb3LzrBXnpVjgAbiqyUyB+3ZSPzwl+axODMZzXd6+N3C9yvB6BiD6OEkwX64yKhYOz7Yr3TFyfifZpEFs8epW9gNx1GDQCMAAajC1xrY4QAzuIOlR6mXSfpFdSIFssXvpf5Va9U+ekOCyq0hN+AEvQHZZLRDkvSspsDJA8fZ7+wNsLkvzLh19a0AlF23WX9GifgEc+i6qZznGGwAAAABJRU5ErkJggg==") no-repeat left center;
  background-size: 0.21rem;
}
.process4-wrap .process-wrap .upload-item .upload-list .file-item .file-delete {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  background: url("data:image/png;base64,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") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.process4-wrap .process-wrap .upload-item .upload-list .file-item:hover .file-delete {
  display: block;
}
.process4-wrap .process-wrap .upload-item.disabled .item-detail.upload-btn {
  display: none;
}
.process4-wrap .process-wrap .upload-item.disabled .upload-list {
  padding-top: 0.53rem;
}
.process4-wrap .process-wrap .upload-tip {
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-family: "HyundaiSansTextCN";
}

.process5-wrap {
  margin-top: 0.3rem;
  margin-bottom: 1.96rem;
  padding-top: 1.88rem;
  padding-bottom: 0.9rem;
  text-align: center;
  background-image: url(/assets/imgs/reserve-process/icon-finished.png);
  background-repeat: no-repeat;
  background-position: center 0.44rem;
  background-size: 1.07rem;
}
.process5-wrap .title-tip {
  font-size: 0.24rem;
  line-height: 2;
  margin-bottom: 0.4rem;
}
.process5-wrap .tip-detail {
  font-size: 0.2rem;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.process5-wrap .result-search {
  font-size: 0.24rem;
  color: #00aad2;
  padding-right: 1em;
  background: url("/assets/imgs/reserve-process/icon-search.png") no-repeat right center;
  background-size: 1em;
}
.process5-wrap .result-search span {
  padding: 0 0.08rem;
  border-bottom: 2px solid #00aad2;
}

@media (max-width: 1024px) {
  .page-title-wrap {
    background-image: url(/assets/imgs/page-common/page-top-pad-bg.png);
  }
  .page-title-wrap .page-title-content {
    padding: 0.65rem 0 0.8rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.48rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.3rem;
  }
  .choose-factory-wrap .page-tip {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .choose-factory-wrap .factory-swiper {
    margin-top: 0.8rem;
    margin-bottom: 2.48rem;
    margin-left: -0.14rem;
    margin-right: -0.14rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier {
    width: 4.6rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info {
    padding: 0.22rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-title {
    font-size: 0.28rem;
    line-height: 1.286;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-desc {
    font-size: 0.28rem;
    line-height: 1.286;
    min-height: 2.572em;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc {
    margin-bottom: 0.07rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc .factory-name {
    font-size: 0.32rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc .info-desc {
    min-height: 3.858em;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-location {
    font-size: 0.24rem;
    line-height: 1.25;
    padding-top: 0;
    padding-left: 0.4rem;
    background-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-tips {
    font-size: 0.2rem;
    line-height: 1.2;
    min-height: 6em;
  }
  .process-list {
    padding-top: 0.75rem;
    height: 3.74rem;
    width: 100%;
  }
  .process-list .process-item:before {
    border-width: 0.2rem;
  }
  .process-list .process-item .process-icon {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 0.47rem;
  }
  .process-list .process-item .process-icon::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .process-list .process-item .process-text {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .process-list .process-item .process-desc {
    color: #999999;
  }
  .process-list .process-item:nth-child(1) .process-icon {
    background-size: 0.56rem;
  }
  .process-list .process-item:nth-child(2) .process-icon {
    background-size: 0.53rem;
  }
  .process-list .process-item.finished .process-icon::before {
    content: "";
    width: 0.95rem;
  }
  .process-list .process-item.finished .process-icon::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .process-list .process-item.finished:nth-child(1) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon1-active.png");
  }
  .process-list .process-item.finished:nth-child(2) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon2-active.png");
  }
  .process-list .process-item.finished:nth-child(3) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon3-active.png");
  }
  .process-list .process-item.finished:nth-child(4) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon4-active.png");
  }
  .process-list .process-item.finished:nth-child(5) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon5-active.png");
  }
  .process-list .process-item.finished:nth-child(6) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon6-active.png");
  }
  .process-list .process-item.finished:nth-child(7) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon7-active.png");
  }
  .process-list .process-item.finished:nth-child(8) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon8-active.png");
  }
  .process-list .process-item.finished:nth-child(9) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon9-active.png");
  }
  .process-list .process-item.finished:nth-child(10) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon10-active.png");
  }
  .process-list .process-item.finished:nth-child(11) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon11-active.png");
  }
  .process-list .process-item.finished:nth-child(12) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon12-active.png");
  }
  .process-list .process-item.finished:nth-child(13) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon13-active.png");
  }
  .process-list .process-item.finished:nth-child(14) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon14-active.png");
  }
  .process-list .process-item.finished:nth-child(15) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon15-active.png");
  }
  .process-list .process-item.finished:nth-child(16) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon16-active.png");
  }
  .process-list .process-item.finished:nth-child(17) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon17-active.png");
  }
  .process-list .process-item.finished:nth-child(18) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon18-active.png");
  }
  .process-list .process-item.finished:nth-child(19) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon19-active.png");
  }
  .process-list .process-item.finished:nth-child(20) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon20-active.png");
  }
  .process-list .process-item.finished:nth-child(21) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon21-active.png");
  }
  .process-list .process-item.finished:nth-child(22) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon22-active.png");
  }
  .process-list .process-item.finished:nth-child(23) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon23-active.png");
  }
  .process-list .process-item.finished:nth-child(24) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon24-active.png");
  }
  .process-list .process-item.finished:last-child .process-icon:before, .process-list .process-item.finished:last-child .process-icon:after {
    display: none;
  }
  .process1-wrap {
    padding: 0.62rem 0 1.5rem;
    margin-bottom: 2rem;
  }
  .process1-wrap .rule-name {
    font-size: 0.32rem;
  }
  .process1-wrap .rule-wrap {
    padding: 0.2rem 0.43rem;
  }
  .process1-wrap .rule-wrap ul li.rule-item {
    margin-left: 0.29rem;
  }
  .process1-wrap .rule-wrap .rule-desc,
  .process1-wrap .rule-wrap .rule-item {
    font-size: 0.24rem;
    line-height: 1.5;
    text-indent: 0;
  }
  .process1-wrap .rule-wrap .rule-title {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-top: 0.18rem;
    margin-bottom: 0.24rem;
    text-indent: 0;
  }
  .process1-wrap .check-rule {
    font-size: 0.28rem;
    margin-top: 1.1rem;
    margin-bottom: 0.9rem;
    line-height: 0.38rem;
  }
  .process1-wrap .check-rule .base-checkbox {
    margin-right: 0.04rem;
  }
  .process1-wrap .login-form-wrap {
    width: 100%;
    padding: 0.86rem 0.43rem 0;
  }
  .process1-wrap .login-form-wrap::before {
    width: 12.68rem;
    top: 0;
    left: -1.6rem;
  }
  .process1-wrap .login-form-wrap .form-field {
    margin: 0.3rem 0;
  }
  .process1-wrap .login-form-wrap .form-field .form-label {
    font-size: 0.32rem;
    line-height: 2;
    margin-bottom: 0.24rem;
    padding-left: 0.6rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo {
    height: 0.92rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo input {
    font-size: 0.28rem;
    padding-left: 0.6rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo .validate-code {
    width: calc(100% - 9em);
  }
  .process1-wrap .login-form-wrap .form-field .form-combo .send-code {
    width: 8em;
    height: 0.92rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-tip {
    font-size: 0.2rem;
    margin-top: 0.24rem;
    padding-left: 0.6rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-icon1::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0.2rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-icon2::before {
    width: 0.3rem;
    height: 0.275rem;
    left: 0.2rem;
  }
  .process1-wrap .login-form-wrap .login-btn {
    width: 100%;
    margin: 0.6rem auto 0;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .process2-wrap .process-wrap {
    padding: 0.8rem 0.28rem 1.2rem;
    margin-bottom: 1.25rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap {
    width: 4.86rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header {
    padding: 0 0.7rem 0;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header .laydate-set-ym {
    line-height: 0.58rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i {
    font-size: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-y {
    left: 0.15rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-m {
    left: 0.45rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-y {
    right: 0.15rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-m {
    right: 0.45rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header span {
    font-size: 0.24rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content {
    padding: 0.15rem 0.155rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content td,
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content th {
    width: 0.65rem;
    height: 0.43rem;
    padding: 0.02rem 0.05rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap {
    width: 8.44rem;
    height: 3.9rem;
    padding: 0.46rem 0.62rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choose-title {
    font-size: 0.24rem;
    line-height: 2;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field {
    margin: 0.28rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-type {
    width: 5em;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list {
    padding-left: 5em;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item {
    height: 0.4rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item .base-radio-btn {
    margin-right: 0.12rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result {
    font-size: 0.24rem;
    padding-top: 0.12rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result .tip {
    margin-right: 0.5rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result #choosed-date {
    margin-right: 0.2rem;
  }
  .process2-wrap .time-choose-tips {
    padding: 0.42rem 0 1.05rem;
    border-bottom: none;
  }
  .process2-wrap .time-choose-tips p {
    font-size: 0.24rem;
  }
  .process2-wrap .time-choose-tips .tip-warn {
    margin-top: 0.48rem;
    color: #ef4023;
    white-space: nowrap;
    position: relative;
  }
  .process2-wrap .time-choose-tips .tip-warn::after {
    content: "";
    width: 12.68rem;
    height: 0;
    border-bottom: 0.02rem solid #ddd;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.05rem;
  }
  .process2-wrap .info-form {
    width: 12.68rem;
    margin: 0.55rem auto 0;
    padding-left: 0.3rem;
  }
  .process2-wrap .info-form .form-field {
    padding: 0.3rem 0;
  }
  .process2-wrap .info-form .form-field .form-label {
    font-size: 0.32rem;
    line-height: 0.92rem;
  }
  .process2-wrap .info-form .form-field .form-label.right-label {
    width: 7.6em;
    padding-left: 0;
    line-height: 0.42rem;
  }
  .process2-wrap .info-form .form-field .form-label.required::before {
    width: 0.15rem;
  }
  .process2-wrap .info-form .form-field .form-combo {
    width: 8.72rem;
    margin-right: 0;
  }
  .process2-wrap .info-form .form-field .form-combo input,
  .process2-wrap .info-form .form-field .form-combo select,
  .process2-wrap .info-form .form-field .form-combo textarea {
    height: 0.92rem;
    font-size: 0.28rem;
    padding-left: 1em;
  }
  .process2-wrap .info-form .form-field .form-combo select {
    background-position: calc(100% - 1em) center;
    background-size: 0.36rem;
  }
  .process2-wrap .info-form .form-field .right-field {
    font-size: 0.32rem;
    display: block;
    margin-top: 0.26rem;
    padding-left: 5.6em;
  }
  .process2-wrap .info-form .form-tip {
    padding-left: 7.4667em;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .process2-wrap .btn-wrap {
    margin-bottom: 2.4rem;
  }
  .process2-wrap .btn-wrap .base-btn {
    width: 3rem;
    font-size: 0.32rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 0.68rem;
  }
  .process3-wrap {
    margin-bottom: 1.8rem;
  }
  .process3-wrap .procress-tip {
    font-size: 0.4rem;
    line-height: 1.18rem;
    margin: 0.8rem auto 1rem;
    padding-left: 1.55rem;
    background-size: 1.18rem;
  }
  .process3-wrap .process-wrap {
    padding: 0.86rem 0.5rem 0.4rem;
    margin-bottom: 1.27rem;
  }
  .process3-wrap .process-wrap .download-wrap {
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
    margin-bottom: 1.65rem;
  }
  .process3-wrap .process-wrap .download-wrap .icon-file {
    width: 1.23rem;
    height: 1.23rem;
    background-size: 0.5rem;
    margin-bottom: 0.52rem;
  }
  .process3-wrap .process-wrap .download-wrap .base-btn {
    width: 3rem;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .process3-wrap .process-wrap .tip-wrap {
    padding-left: 0.1rem;
  }
  .process3-wrap .process-wrap .tip-title {
    font-size: 0.28rem;
    margin-bottom: 0.12rem;
  }
  .process3-wrap .process-wrap .tip-detail {
    font-size: 0.24rem;
    line-height: 2;
  }
  .process3-wrap .process-wrap .tip-detail::before {
    width: 0.07rem;
    height: 0.07rem;
  }
  .process4-wrap {
    margin-bottom: 1.92rem;
  }
  .process4-wrap .process-wrap {
    height: 9.52rem;
    padding: 1.56rem 0 0 0;
    background-image: url(/assets/imgs/reserve-process/pc-upload.png);
    background-repeat: no-repeat;
    background-position: center calc(100% - 1.6rem);
    background-size: 3.82rem;
    margin-bottom: 1.5rem;
  }
  .process4-wrap .process-wrap .pc-upload-tip {
    font-size: 0.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1em;
  }
  .process4-wrap .process-wrap .operator-tip {
    font-size: 0.24rem;
    text-align: center;
    line-height: 1.5;
    font-family: "HyundaiSansTextCN";
  }
  .process5-wrap {
    margin-bottom: 2.07rem;
    padding-top: 2.3rem;
    padding-bottom: 1.06rem;
    background-position: center 0.7rem;
    background-size: 1.18rem;
  }
  .process5-wrap .title-tip {
    font-size: 0.4rem;
    margin-bottom: 1.17rem;
  }
  .process5-wrap .tip-detail {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.8rem;
  }
  .process5-wrap .result-search {
    font-size: 0.32rem;
    color: #00aad2;
    padding-right: 0.44rem;
  }
  .process5-wrap .result-search span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-title-wrap {
    background-image: url(/assets/imgs/page-common/page-top-mob-bg.jpg);
  }
  .page-title-wrap .page-title-content {
    padding: 0.62rem 0 0.7rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.4rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.24rem;
  }
  .choose-factory-wrap .page-tip {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .choose-factory-wrap .factory-swiper {
    margin-top: 0.76rem;
    margin-bottom: 1.35rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .choose-factory-wrap .factory-swiper #factory-swiper {
    height: 10.3rem;
    position: relative;
  }
  .choose-factory-wrap .factory-swiper #factory-swiper .swiper-wrapper {
    width: 300% !important;
  }
  .choose-factory-wrap .factory-swiper .swiper-slide {
    width: 6.86rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier {
    width: 100%;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info {
    padding: 0.45rem 0.4rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-desc .factory-name {
    font-size: 0.3rem;
    line-height: 1.5;
    margin-bottom: 0.12rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .factory-location {
    font-size: 0.28rem;
    padding-left: 0.5rem;
    background-size: 0.15rem;
    margin-bottom: 0.4rem;
  }
  .choose-factory-wrap .factory-swiper .slide-contanier .factory-info .info-tips {
    font-size: 0.24rem;
  }
  .choose-factory-wrap .factory-swiper .swiper-button {
    position: absolute;
    top: 1.35rem;
    z-index: 2;
    cursor: pointer;
  }
  .choose-factory-wrap .factory-swiper .swiper-button.arrow-left {
    left: 0;
  }
  .choose-factory-wrap .factory-swiper .swiper-button.arrow-right {
    right: 0;
  }
  .choose-factory-wrap .factory-swiper .pagination-wrap {
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    position: absolute;
    top: 2.96rem;
    z-index: 2;
  }
  .choose-factory-wrap .factory-swiper .pagination-wrap .pageInfo {
    position: absolute;
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    right: 0.3rem;
    top: 0;
    line-height: 1;
  }
  .process-content {
    width: 100%;
  }
  .process-list {
    padding-top: 0.46rem;
    height: 2.3rem;
  }
  .process-list .process-item:before {
    border-width: 0.1rem;
  }
  .process-list .process-item .process-icon {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.28rem;
  }
  .process-list .process-item .process-icon::after {
    width: 0.77rem;
    height: 0.77rem;
    border: 0.05rem solid #efefef;
    top: -0.022rem;
    left: -0.022rem;
  }
  .process-list .process-item .process-text {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .process-list .process-item:nth-child(1) .process-icon {
    background-size: 0.32rem;
  }
  .process-list .process-item:nth-child(2) .process-icon {
    background-size: 0.29rem;
  }
  .process-list .process-item.finished .process-icon::before {
    content: "";
    width: 0.65rem;
    height: 0.2rem;
    right: -0.1rem;
  }
  .process-list .process-item.finished .process-icon::after {
    width: 0.77rem;
    height: 0.77rem;
    border: 0.05rem solid #efefef;
  }
  .process-list .process-item.finished:nth-child(1) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon1-active.png");
  }
  .process-list .process-item.finished:nth-child(2) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon2-active.png");
  }
  .process-list .process-item.finished:nth-child(3) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon3-active.png");
  }
  .process-list .process-item.finished:nth-child(4) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon4-active.png");
  }
  .process-list .process-item.finished:nth-child(5) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon5-active.png");
  }
  .process-list .process-item.finished:nth-child(6) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon6-active.png");
  }
  .process-list .process-item.finished:nth-child(7) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon7-active.png");
  }
  .process-list .process-item.finished:nth-child(8) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon8-active.png");
  }
  .process-list .process-item.finished:nth-child(9) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon9-active.png");
  }
  .process-list .process-item.finished:nth-child(10) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon10-active.png");
  }
  .process-list .process-item.finished:nth-child(11) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon11-active.png");
  }
  .process-list .process-item.finished:nth-child(12) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon12-active.png");
  }
  .process-list .process-item.finished:nth-child(13) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon13-active.png");
  }
  .process-list .process-item.finished:nth-child(14) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon14-active.png");
  }
  .process-list .process-item.finished:nth-child(15) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon15-active.png");
  }
  .process-list .process-item.finished:nth-child(16) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon16-active.png");
  }
  .process-list .process-item.finished:nth-child(17) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon17-active.png");
  }
  .process-list .process-item.finished:nth-child(18) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon18-active.png");
  }
  .process-list .process-item.finished:nth-child(19) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon19-active.png");
  }
  .process-list .process-item.finished:nth-child(20) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon20-active.png");
  }
  .process-list .process-item.finished:nth-child(21) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon21-active.png");
  }
  .process-list .process-item.finished:nth-child(22) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon22-active.png");
  }
  .process-list .process-item.finished:nth-child(23) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon23-active.png");
  }
  .process-list .process-item.finished:nth-child(24) .process-icon {
    background-image: url("/assets/imgs/reserve-process/icon24-active.png");
  }
  .process-list .process-item.finished:last-child .process-icon:before, .process-list .process-item.finished:last-child .process-icon:after {
    display: none;
  }
  .process1-wrap {
    padding: 0.62rem 0 0.87rem;
    margin-bottom: 0.3rem;
  }
  .process1-wrap .rule-name {
    font-size: 0.3rem;
    line-height: 1.6;
    margin-bottom: 0.23rem;
  }
  .process1-wrap .rule-wrap {
    padding: 0.2rem 0.47rem 0;
  }
  .process1-wrap .rule-wrap .rule-desc,
  .process1-wrap .rule-wrap .rule-item {
    font-size: 0.24rem;
    line-height: 1.3333;
    text-indent: 0;
  }
  .process1-wrap .rule-wrap .rule-title {
    font-size: 0.24rem;
    line-height: 1.5;
    margin: 0.22rem 0;
  }
  .process1-wrap .check-rule {
    font-size: 0.24rem;
    margin-top: 0.4rem;
    margin-bottom: 0.58rem;
    line-height: 0.36rem;
  }
  .process1-wrap .login-form-wrap {
    width: 100%;
    padding: 0.4rem 0.32rem 0;
  }
  .process1-wrap .login-form-wrap .login-form-flex {
    flex-direction: column;
  }
  .process1-wrap .login-form-wrap .login-form-flex .form-field {
    width: 100%;
  }
  .process1-wrap .login-form-wrap::before {
    width: 100%;
    top: 0;
    left: 0;
  }
  .process1-wrap .login-form-wrap .form-field {
    margin: 0.24rem 0;
  }
  .process1-wrap .login-form-wrap .form-field .form-label {
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
    padding-left: 0.36rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo {
    height: 0.66rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo input {
    font-size: 0.24rem;
    border-width: 0.02rem;
    padding-left: 0.36rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-combo .validate-code {
    width: calc(100% - 7.6em);
  }
  .process1-wrap .login-form-wrap .form-field .form-combo .send-code {
    width: 7em;
    height: 0.66rem;
    line-height: 0.62rem;
    font-size: 0.24rem;
    border-width: 0.02rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-tip {
    font-size: 0.22rem;
    margin-top: 0.08rem;
    padding-left: 0.36rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-icon1::before {
    width: 0.2rem;
    height: 0.2rem;
    left: 0.1rem;
  }
  .process1-wrap .login-form-wrap .form-field .form-icon2::before {
    width: 0.2rem;
    height: 0.18rem;
    left: 0.1rem;
  }
  .process1-wrap .login-form-wrap .login-btn {
    width: 100%;
    margin-top: 0.92rem;
    font-size: 0.28rem;
  }
  .process2-wrap .process-wrap {
    padding: 0.6rem 0.32rem 0.4rem;
    margin-bottom: 0.4rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap {
    width: 100%;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header {
    padding: 0 2.28rem 0;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header .laydate-set-ym {
    line-height: 0.6rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i {
    font-size: 0.28rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-y {
    left: 0.7rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-prev-m {
    left: 1.7rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-y {
    right: 0.7rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header i.laydate-next-m {
    right: 1.7rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-header span {
    font-size: 0.28rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content {
    padding: 0.2rem 0.5rem;
  }
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content td,
  .process2-wrap .time-choose-wrap #calendar-wrap .layui-laydate-content th {
    width: 0.84rem;
    height: 0.44rem;
    border: 0.2rem solid transparent;
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
    padding: 0.06rem 0.05rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem 0.24rem;
    float: unset;
    margin-top: 0.3rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choose-title {
    font-size: 0.28rem;
    padding-bottom: 0.18rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field {
    margin: 0.14rem 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-type {
    width: 3em;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list {
    padding-left: 3em;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item {
    height: 0.32rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .time-field .time-list .time-item .base-radio-btn {
    margin-right: 0.08rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result {
    font-size: 0.24rem;
    padding-top: 0.32rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result .tip {
    margin-right: 0.5rem;
  }
  .process2-wrap .time-choose-wrap .time-wrap .choosed-result #choosed-date {
    margin-right: 0.2rem;
  }
  .process2-wrap .time-choose-tips {
    padding: 0.32rem 0 0.66rem;
    border-bottom: 2px solid #dddddd;
  }
  .process2-wrap .time-choose-tips p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .process2-wrap .time-choose-tips .tip-warn {
    margin-top: 0;
    white-space: normal;
    color: #333;
  }
  .process2-wrap .time-choose-tips .tip-warn::after {
    display: none;
  }
  .process2-wrap .info-form {
    width: 100%;
    margin-top: 0.26rem;
    padding-left: 0;
  }
  .process2-wrap .info-form .form-field {
    padding: 0.19rem 0;
  }
  .process2-wrap .info-form .form-field .form-label {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .process2-wrap .info-form .form-field .form-label.right-label {
    width: 7.6em;
    padding-left: 0;
    line-height: 1.5;
  }
  .process2-wrap .info-form .form-field .form-label.required::before {
    width: 0.1rem;
  }
  .process2-wrap .info-form .form-field .form-combo {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .process2-wrap .info-form .form-field .form-combo input,
  .process2-wrap .info-form .form-field .form-combo select,
  .process2-wrap .info-form .form-field .form-combo textarea {
    height: 0.66rem;
    font-size: 0.24rem;
  }
  .process2-wrap .info-form .form-field .form-combo select {
    background-size: 0.24rem;
  }
  .process2-wrap .info-form .form-field .right-field {
    font-size: 0.24rem;
    display: block;
    margin-top: 0.13rem;
    padding-bottom: 0.07rem;
    padding-left: 0;
  }
  .process2-wrap .info-form .form-tip {
    padding-left: 0;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .process2-wrap .btn-wrap {
    margin-bottom: 1.35rem;
  }
  .process2-wrap .btn-wrap .base-btn {
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: inline-block;
    margin: 0 0.35rem;
  }
  .process3-wrap {
    margin-bottom: 1.1rem;
  }
  .process3-wrap .procress-tip {
    font-size: 0.32rem;
    line-height: 0.8rem;
    margin: 0.35rem auto 0.55rem;
    padding-left: 1.28rem;
    background-size: 0.8rem;
  }
  .process3-wrap .process-wrap {
    padding: 0.63rem 0.32rem 0.94rem;
    margin-bottom: 0.4rem;
  }
  .process3-wrap .process-wrap .download-wrap {
    padding-top: 0.52rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .process3-wrap .process-wrap .download-wrap .icon-file {
    width: 1.32rem;
    height: 1.32rem;
    background-size: 0.59rem;
    margin-bottom: 0.4rem;
  }
  .process3-wrap .process-wrap .download-wrap .base-btn {
    width: 4rem;
    font-size: 0.28rem;
  }
  .process3-wrap .process-wrap .download-wrap::after {
    display: none;
  }
  .process3-wrap .process-wrap .tip-wrap {
    padding-left: 0;
  }
  .process3-wrap .process-wrap .tip-title {
    margin-bottom: 0.14rem;
  }
  .process3-wrap .process-wrap .tip-detail {
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
  .process3-wrap .process-wrap .tip-detail::before {
    left: 0.05rem;
    top: 0.18rem;
  }
  .process4-wrap {
    margin-top: 0;
    margin-bottom: 0.83rem;
  }
  .process4-wrap .process-wrap {
    height: 7.26rem;
    padding-top: 1.23rem;
    background-position: center calc(100% - 1rem);
    background-size: 2.87rem;
    margin-bottom: 0.4rem;
  }
  .process4-wrap .process-wrap .pc-upload-tip {
    font-size: 0.28rem;
  }
  .process5-wrap {
    margin-top: 0;
    margin-bottom: 1.82rem;
    padding-top: 1.98rem;
    padding-bottom: 0.5rem;
    background-position: center 0.55rem;
    background-size: 1.07rem;
  }
  .process5-wrap .title-tip {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .process5-wrap .tip-detail {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 1.02rem;
  }
  .process5-wrap .result-search {
    font-size: 0.28rem;
    padding-right: 0.4rem;
  }
}
.hide {
  display: none;
}

/*# sourceMappingURL=reserve-process.css.map */
<!--ºÄÊ±1752991901.7396Ãë-->