.banner {
  padding-top: 200px;
}

.banner .container .title img {
  width: 72px;
  height: 72px;
}

.banner .container #banner_img {
  position: absolute;
  width: 602px;
  right: -100px;
  top: -70px;
}

.section {
  overflow: hidden;
  position: relative
}

.section .slope_line {
  position: absolute;
  top: auto
}

.section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.section .article p {
  margin-top: 20px
}

.section .article a {
  margin-top: 40px
}

.section .article .data-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px
}

.section .article .data-number li {
  padding-right: 40px
}

.section .article .data-number li .pub-h2 {
  color: #0c71ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section .article .data-number li h2 {
  font-weight: 600
}

.section .article .data-number li p {
  margin-top: 10px;
}

.section_collect .container {
  display: flex;
  justify-content: space-between;
}

.section_collect .container {
  position: relative;
}

.section_collect .container .img {
  width: 600px;
  flex-shrink: 0;
}

.section_collect .container .article {
  width: 665px;
}

.section_collect #pay_img,
.section_collect #pay_img_en {
  width: 440px;
  position: absolute;
  left: 0;
  top: 150px;
}

.section_collect #pay_img_en {
  display: none;
}

.section_payment {
  height: 1019px;
  background: url(../images/home/payment_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 90px;
}

.section_payment .container .row {
  width: 1200px;
  height: 840px;
  margin: 0 auto;
  position: relative;
}

.section_payment #payment_img,
.section_payment #payment_img_en {
  position: absolute;
  right: -50px;
  top: 25px;
}

.section_payment #payment_img_en {
  display: none;
}

.section_scene {
  background: url(../images/home/card_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.section_scene .container {
  height: 1200px;
  position: relative;
}

.section_scene .card_img {
  position: absolute;
  left: -290px;
  top: 0;
}

.section_scene .row #hairpin_img {
  position: absolute;
  top: 560px;
  left: -50px;
  z-index: 2;
}

.section_scene .row #circle_scaling {
  position: absolute;
  top: 110px;
  right: -250px;
}

.section_scene .row .card {
  position: absolute;
  top: 75px;
  /* right: 160px; */
  right: -220px;
}

.section_disbursement .container {
  position: relative;
}

.section_disbursement .container .row {
  width: 1200px;
  height: 840px;
  margin: 0 auto;
}

.section_disbursement .container .row .col-h5-up {
  position: absolute;
  right: -100px;
  top: 100px;
}

.section_disbursement .img {
  width: 600px;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.section_disbursement #disbursement_img {
  position: absolute;
  width: 800px;
  left: -70px;
  top: -90px;
}

.section_disbursement .article {
  padding-top: 100px !important;
}

.contact {
  width: 100%;
  height: 1200px;
  background: url(../images/home/contact_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 230px;
}

.contact .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}

.contact-information {
  width: 50%;
  height: 100%;
  padding: 110px 0;
  box-sizing: border-box;
}

.contact-information .title {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
}

.contact-information .text {
  margin-top: 10px;
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.contact-information .email {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.contact-information .email p {
  margin-left: 6px;
  font-size: 24px;
  color: #FFFFFF;
}

.contact-information .email i {
  width: 31px;
  height: 31px;
  background: url(../images/home/icon_email.png) no-repeat center;
}

.contact-information img {
  width: 206px;
  height: 217px;
}

.form {
  width: 60%;
  height: 100%;
  background: #ffffff;
  padding: 50px 30px 40px 30px;
  box-sizing: border-box;
  border-radius: 30px;
}

.form .form-grid {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.form .form-grid .label {
  flex-shrink: 0;
  width: 170px;
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  text-align: right;
}

.form .form-grid .label span {
  position: relative;
}

.form .form-grid .label span::before {
  color: #f56c6c;
  content: "*";
  position: absolute;
  top: 0;
  left: -12px;
}

.form-grid .agrees {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 0;
}

.form-grid .agrees .agreeLabel {
  color: #333333 !important;
  font-size: 14px !important;
}

.form .form-input {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 30px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #CCE3F1;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.form .form-grid .form-error {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 170px;
  color: #f56c6c;
}

.form>div {
  margin-bottom: 25px;
}

.form .agree {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.form .agree input {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  flex: 0 0 24px;
  -webkit-appearance: none;
  border: 1px solid #edf0fa;
  border-radius: 2px;
  margin-top: 4px;
  padding: 0;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #CCE3F1;
}

.form .agree input.form-validate-error {
  border-color: #ef4425
}

.form .agree input:checked {
  border: 1px solid #00A0E9;
  position: relative
}

.form .agree input:checked::before {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00A0E9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.form .agree .form-error {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 40px;
  color: #f56c6c;
}

.form .agree label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5a6a80;
  padding-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

.form .agree a {
  color: #3782ff;
}

.form .footer {
  display: flex;
  align-items: center;
  justify-content: end;
}

.form .footer .submit {
  margin-top: 40px;
}

.complete {
  width: 60%;
  height: 100%;
  background: #ffffff;
  padding: 50px 30px 40px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.complete .title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #275CC3;
}

.complete .text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}

.pub-h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  color: #0d2240
}

.pub-h1 #banner_icon {
  width: 72px;
  height: 72px;
}

.pub-h1 p:nth-child(2) {
  font-size: 77px;
  color: #F8FAFE;
}

.service-process {
  height: 990px;
  padding-top: 120px;
}

.service-process .content {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.service-process .content #service-process_spot {
  position: absolute;
  bottom: -300px;
  left: -100px;
}

.service-process .content .service-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-process .content .service-content .title {
  margin-right: 300px;
}

.service-process .content .service-content .text {
  flex-shrink: 0;
}

.service-process .content .service-content .c-title {
  color: #1D5CCC;
}

.service-process .content .service-content .text .item {
  margin-top: 50px;
  padding-left: 50px;
  position: relative;
}

.service-process .content .service-content .text .item .c-title2 {
  display: flex;
  align-items: center;
}


.service-process .content .service-content .text .item img {
  position: absolute;
  left: 0;
  top: 5px;
}

.service-process .content .service-content .text .item:not(:nth-last-child(1)):before {
  content: '';
  position: absolute;
  left: 11px;
  top: 32px;
  height: calc(100% + 20px);
  border-right: 2px solid #1D5CCC;
}