[data-v-ed45cbda] .el-input__inner {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  text-overflow: ellipsis;
  color: #191823;
  border: 1px solid #999999;
  position: relative;
  background: transparent;
  padding: 20px 16px 0 16px;
  font-size: 18px;
}
[data-v-ed45cbda] .small .el-input__inner {
  font-size: 14px;
}
[data-v-ed45cbda] .custom-input.start .el-input__inner {
  border-radius: 10px 0 0 10px !important;
}
[data-v-ed45cbda] .el-input__inner:focus {
  outline: 2px solid #1063f1;
  outline-offset: -1px;
}
.input-item[data-v-ed45cbda] {
  width: 100%;
  position: relative;
}
.input-item[data-v-ed45cbda]::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  border-radius: 10px;
}
.input-item .placeholder[data-v-ed45cbda] {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666666;
  z-index: 9;
  transition: all 0.1s ease-in;
}
.input-item .placeholder[data-v-ed45cbda]::after {
  content: '*';
  color: red;
  right: -10px;
  top: 0;
  position: absolute;
}
.input-item .placeholder.optional[data-v-ed45cbda]::after {
  display: none;
}
.input-item .placeholder.small[data-v-ed45cbda] {
  font-size: 14px;
}
.input-item .placeholder.focus[data-v-ed45cbda] {
  top: 20%;
  font-size: 12px;
}
.input-item.start[data-v-ed45cbda]::after {
  border-radius: 10px 0 0 10px !important;
}

.start-con[data-v-54965b85] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  max-width: 520px;
}
.start-con .error-tip[data-v-54965b85] {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.start-con .error-tip .tip-icon[data-v-54965b85] {
  width: 14px;
  margin-right: 4px;
}
.start-con .get-start[data-v-54965b85] {
  background: #130032;
  color: #ffffff;
  width: 200px;
  height: 60px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-con .get-start[data-v-54965b85]:hover {
  background: #2b095e;
}
.start-con .get-start.re[data-v-54965b85] {
  cursor: not-allowed;
}

.container[data-v-3f989504] {
  width: 100%;
  height: 689px;
  box-sizing: border-box;
  padding: 0 72px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ebebfc 0%, #fdf7fd 100%);
  position: relative;
}
.container[data-v-3f989504]::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  background: url('https://trial-cdn.esign.cn/upload/69016f46-5f90-56f4-9a2c-1279ddeaee92!!7-7.png') no-repeat center center;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
}
.container .main[data-v-3f989504] {
  width: 100%;
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 96px;
  position: relative;
  z-index: 9;
}
.container .main .left[data-v-3f989504] {
  width: 880px;
}
.container .main .left h1[data-v-3f989504],
.container .main .left h2[data-v-3f989504],
.container .main .left h3[data-v-3f989504] {
  font-family: PingFang SC;
  font-style: Semibold;
  vertical-align: middle;
  font-weight: 600;
}
.container .main .left .grid-item[data-v-3f989504] {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  grid-template-rows: repeat(2, 1fr);
}
.container .main .left h1[data-v-3f989504] {
  font-size: 52px;
  padding-bottom: 40px;
  line-height: 70px;
}
.container .main .left h2[data-v-3f989504] {
  font-size: 18px;
  padding-bottom: 18px;
}
.container .main .left h3[data-v-3f989504] {
  font-size: 18px;
  position: relative;
  padding: 6px 0 6px 30px;
}
.container .main .left h3[data-v-3f989504]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url('https://trial-cdn.esign.cn/upload/b6459cda-ef11-5871-b071-85c29aedfe26!!7-7.svg') no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.container .bottom[data-v-3f989504] {
  width: 100%;
  background: rgba(230, 232, 244, 0.5);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.container .bottom .bottom-main[data-v-3f989504] {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
}
.container .bottom .bottom-item[data-v-3f989504] {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
}
.container .bottom .bottom-item .count[data-v-3f989504] {
  color: #000;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 61.111% */
}
.container .bottom .bottom-item .count .unit[data-v-3f989504] {
  color: #000;
  font-family: 'PingFang SC';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding-left: 4px;
}
.container .bottom .bottom-item .desc[data-v-3f989504] {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
@media screen and (min-width: 1520px) {
.container[data-v-3f989504]::after {
    height: 500px;
}
}


[data-v-6212618c] .countrySelect.need {
  position: relative;
}
[data-v-6212618c] .countrySelect.need::after {
  content: '*';
  top: 20px;
  left: 70px;
  font-size: 16px;
  position: absolute;
  color: red;
}
[data-v-6212618c] .countrySelect .el-input .el-input__inner {
  width: 100%;
  height: 60px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #999999;
  color: #191823;
  font-size: 18px;
  position: relative;
}
[data-v-6212618c] .countrySelect .el-input .el-input__inner:focus {
  outline: 2px solid #1063f1;
  outline-offset: -1px;
}
[data-v-6212618c] .countrySelect .el-input .el-input__inner::placeholder {
  font-size: 16px;
  color: #666666;
  position: relative;
}
[data-v-6212618c] .phoneBox .custom-input .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.free-dialog[data-v-6212618c] {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-dialog .mask[data-v-6212618c] {
  width: 500px;
  height: 590px;
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  z-index: -2;
}
.free-dialog .free-dialog-main[data-v-6212618c] {
  background: #ffffff;
  color: #000000;
  width: 1000px;
  height: 590px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.free-dialog .free-dialog-main .close[data-v-6212618c] {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  transition: all 0.3s ease-in-out;
}
.free-dialog .free-dialog-main .close[data-v-6212618c]:hover {
  transform: rotate(90deg);
}
.free-dialog .free-dialog-main .right-img[data-v-6212618c] {
  width: 400px;
  flex-shrink: 0;
  border-radius: 8px;
  height: 85%;
}
.free-dialog .free-dialog-main .left[data-v-6212618c] {
  width: 500px;
  flex-shrink: 0;
  margin-right: 30px;
}
.free-dialog .free-dialog-main .left .title[data-v-6212618c],
.free-dialog .free-dialog-main .left .sub-title[data-v-6212618c] {
  font-family: 'PingFang SC';
  width: 100%;
  line-height: 50px;
  font-size: 32px;
  text-align: left;
  user-select: none;
  position: relative;
}
.free-dialog .free-dialog-main .left .sub-title[data-v-6212618c] {
  font-size: 18px;
  color: #333333;
  font-family: 'PingFang SC';
}
.free-dialog .free-dialog-main .left .sub-title .email-text[data-v-6212618c] {
  color: #000000;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c] {
  width: 100%;
  position: relative;
  z-index: 1;
}
.free-dialog .free-dialog-main .left .right-form .el-form-item[data-v-6212618c] {
  flex: 1;
}
.free-dialog .free-dialog-main .left .right-form .agreement[data-v-6212618c] {
  margin-left: 10px;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c]  .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c]  .el-form-item__content a {
  text-decoration: underline;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c]  .el-form-item__content .check-con {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c]  .el-button--default {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  align-content: center;
  text-align: center;
  margin-top: 10px;
  background: #007aff;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.free-dialog .free-dialog-main .left .right-form[data-v-6212618c]  .el-button--default:hover {
  background: #0056bc;
}
.free-dialog .free-dialog-main .right-img[data-v-6212618c] {
  width: 400px;
  flex-shrink: 0;
  border-radius: 8px;
  height: 85%;
}
/* 过渡动画关键样式 */
.fade-enter-active[data-v-6212618c],
.fade-leave-active[data-v-6212618c] {
  transition: opacity 0.3s ease;
}
.fade-enter[data-v-6212618c],
.fade-leave-to[data-v-6212618c] {
  opacity: 0;
}

[data-v-34c4c0e0] .el-form-item {
  margin-bottom: 0;
}
[data-v-34c4c0e0] .el-button--default {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  align-content: center;
  text-align: center;
  margin-top: 10px;
  background: #007aff;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
[data-v-34c4c0e0] .el-button--default:hover {
  background: #0056bc;
}
.con header[data-v-34c4c0e0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 10px 60px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ebebfc 0%, #fdf7fd 100%);
  z-index: 99;
}
.con header .logo[data-v-34c4c0e0] {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section[data-v-34c4c0e0] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 72px;
}
.section h3[data-v-34c4c0e0] {
  color: #000;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section_1[data-v-34c4c0e0] {
  padding-top: 60px;
}
.section_1 .main[data-v-34c4c0e0] {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
}
.section_1 .main .left[data-v-34c4c0e0] {
  width: 900px;
  height: 525px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.section_1 .main .left video[data-v-34c4c0e0] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_1 .main .right .right-item[data-v-34c4c0e0] {
  display: flex;
}
.section_1 .main .right .right-item img[data-v-34c4c0e0] {
  width: 50px;
  height: 50px;
  margin-right: 26px;
  margin-top: 4px;
}
.section_1 .main .right .right-item .desc[data-v-34c4c0e0] {
  width: 260px;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'PingFang SC';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.section_1 .main .right .right-item[data-v-34c4c0e0]:not(:last-child) {
  margin-bottom: 18px;
  height: 96px;
}
.section_1 .footer-logo[data-v-34c4c0e0] {
  width: 100%;
  max-width: 1320px;
  overflow: hidden;
  height: 68px;
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section_1 .footer-logo[data-v-34c4c0e0]::before {
  content: '';
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 153px;
  height: 68px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.section_1 .footer-logo[data-v-34c4c0e0]::after {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 153px;
  height: 68px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.section_1 .footer-logo .logo-loop[data-v-34c4c0e0] {
  height: 52px;
  animation: loop-data-v-34c4c0e0 20s linear infinite;
}
@keyframes loop-data-v-34c4c0e0 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.section_2[data-v-34c4c0e0] {
  padding-top: 96px;
  padding-bottom: 340px;
  position: relative;
}
.section_2 .main[data-v-34c4c0e0] {
  width: 100%;
  height: 794px;
  margin: 0 auto;
  margin-top: 56px;
  max-width: 1320px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ebebfc 0%, #fdf7fd 100%);
  position: relative;
  padding-top: 40px;
}
.section_2 .main .process[data-v-34c4c0e0] {
  width: calc(100% - 80px);
  display: flex;
  margin: 0 auto;
}
.section_2 .main .bottom[data-v-34c4c0e0] {
  width: 800px;
  height: 517px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.section_2 .footer[data-v-34c4c0e0] {
  width: 100%;
  max-width: 1320px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -208px;
  height: 480px;
  border-radius: 50px;
  border-top: 2px solid #664dff;
  background: radial-gradient(217.23% 100.08% at 50% 18.33%, rgba(0, 0, 0, 0) 21.67%, #63e 85.54%, #fff 100%), #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.section_2 .footer h3[data-v-34c4c0e0] {
  width: 100%;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(90deg, #fff 17.3%, #ccc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_2 .footer img[data-v-34c4c0e0] {
  margin-top: 54px;
  width: calc(100% - 88px);
}
.section_3[data-v-34c4c0e0] {
  padding-top: 314px;
  height: 1300px;
  background: linear-gradient(180deg, #93c2ff 0%, #d4e6ff 100%);
}
.section_3 h3[data-v-34c4c0e0] {
  margin-bottom: 40px;
}
.section_3 .main[data-v-34c4c0e0] {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  height: 770px;
  overflow: hidden;
  border-radius: 20px;
}
.section_3 .main img[data-v-34c4c0e0] {
  width: 100%;
  height: 100%;
}
.section_4[data-v-34c4c0e0] {
  padding-top: 80px;
}
.section_4 h3[data-v-34c4c0e0] {
  margin-bottom: 73px;
}
.section_4 .main[data-v-34c4c0e0] {
  width: 100%;
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 406px;
  gap: 24px;
  margin: 0 auto;
}
.section_4 .main .card-item[data-v-34c4c0e0] {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(152, 174, 221, 0.2);
  backdrop-filter: blur(2.5px);
  box-sizing: border-box;
  padding: 38px 20px;
}
.section_4 .main .card-item .title[data-v-34c4c0e0] {
  color: #000;
  font-family: 'PingFang SC';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section_4 .main .card-item .desc[data-v-34c4c0e0] {
  height: 107px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.section_4 .main .card-item .img-box[data-v-34c4c0e0] {
  margin-top: 20px;
  width: 100%;
  height: 153px;
  background: url('https://static.esignglobal.com/Mesh_Holographic_Gradients_Light_Gradient_08_1_f466090d5a.png') no-repeat center center;
  background-size: cover;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_4 .main .card-item .img-box img[data-v-34c4c0e0] {
  width: 144px;
  height: 144px;
}
.group[data-v-34c4c0e0] {
  background: url('https://static.esignglobal.com/777_1_c16fb9d60f.png') no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
}
.section_5[data-v-34c4c0e0] {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section_5 h4[data-v-34c4c0e0] {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 17px;
}
.section_5 button[data-v-34c4c0e0] {
  width: 336px;
  height: 52px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  background: #ff3567;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PingFang SC';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  margin-top: 40px;
}

.home-banner[data-v-548f8796] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
}
.carousel[data-v-548f8796] {
  width: 100%;
  height: 100%;
  transition: all ease 1s;
  position: absolute;
  top: 0;
  background-color: #e7e7ef;
}
.carousel .img-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel .video-banner[data-v-548f8796] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .banner-pc-content-wrapper[data-v-548f8796] {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel .banner-pc-content-wrapper .banner-pc-content[data-v-548f8796] {
  width: 45%;
  min-width: 560px;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-title[data-v-548f8796] {
  font-size: 36px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .banner-pc-description[data-v-548f8796] {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 36px;
  position: relative;
  top: 0;
  transition: all ease 1s;
}
.carousel .banner-pc-content-wrapper .banner-pc-content .free-btn[data-v-548f8796] {
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #1063F1;
  border-color: #1063F1;
  display: inline;
  border: 1px solid;
}
.show[data-v-548f8796] {
  opacity: 1;
  z-index: 1;
}
.show .banner-pc-title[data-v-548f8796] {
  top: 0;
}
.show .banner-pc-description[data-v-548f8796] {
  top: 0;
}
.hide[data-v-548f8796] {
  opacity: 0;
}
.hide .banner-pc-title[data-v-548f8796] {
  top: 30px !important;
}
.hide .banner-pc-description[data-v-548f8796] {
  top: 30px !important;
}
.pagination[data-v-548f8796] {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
  text-align: left;
  z-index: 2;
}
.pagination .pagination-item[data-v-548f8796] {
  padding: 10px 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  width: 33px;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796] {
  width: 33px;
  height: 4px;
  background: #cecece;
  opacity: 0.4;
}
.pagination .pagination-item .pagination-item-handle[data-v-548f8796]:hover {
  background: #272727;
}
.pagination .pagination-active-item .pagination-item-handle[data-v-548f8796] {
  background: #272727;
  animation: handle-data-v-548f8796;
  animation-duration: 6s;
  animation-timing-function: linear;
}
@keyframes handle-data-v-548f8796 {
from {
    width: 0;
}
to {
    width: 33px;
}
}
@media only screen and (min-width: 1350px) and (max-width: 1550px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 160px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.home-banner[data-v-548f8796] {
    height: 520px;
}
.pagination[data-v-548f8796] {
    bottom: 120px;
}
}

