[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-00d079fd] {
  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-00d079fd] {
  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-00d079fd] {
  width: 14px;
  margin-right: 4px;
}
.start-con .get-start[data-v-00d079fd] {
  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-00d079fd]:hover {
  background: #2b095e;
}
.start-con .get-start.re[data-v-00d079fd] {
  cursor: not-allowed;
}


[data-v-54896402] .el-form-item {
  margin-bottom: 0;
}
[data-v-54896402] .countrySelect .el-input .el-input__inner {
  width: 100%;
  height: 52cqb;
  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-54896402] .countrySelect .el-input .el-input__inner:focus {
  outline: 2px solid #1063f1;
  outline-offset: -1px;
}
[data-v-54896402] .countrySelect .el-input .el-input__inner::placeholder {
  font-size: 16px;
  color: #666666;
  position: relative;
}
[data-v-54896402] .el-input__inner {
  height: 52px !important;
}
[data-v-54896402] .phoneBox .custom-input .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.free-dialog[data-v-54896402] {
  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-54896402] {
  width: 500px;
  height: 590px;
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  z-index: -2;
}
.free-dialog .free-dialog-main[data-v-54896402] {
  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-54896402] {
  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-54896402]:hover {
  transform: rotate(90deg);
}
.free-dialog .free-dialog-main .right-img[data-v-54896402] {
  width: 400px;
  flex-shrink: 0;
  border-radius: 8px;
  height: 85%;
}
.free-dialog .free-dialog-main .left[data-v-54896402] {
  width: 500px;
  flex-shrink: 0;
  margin-right: 30px;
}
.free-dialog .free-dialog-main .left .title[data-v-54896402],
.free-dialog .free-dialog-main .left .sub-title[data-v-54896402] {
  font-family: 'PingFang SC';
  width: 100%;
  line-height: 40px;
  font-size: 32px;
  text-align: left;
  user-select: none;
  position: relative;
}
.free-dialog .free-dialog-main .left .sub-title[data-v-54896402] {
  font-size: 18px;
  color: #333333;
  font-family: 'PingFang SC';
}
.free-dialog .free-dialog-main .left .sub-title .email-text[data-v-54896402] {
  color: #000000;
}
.free-dialog .free-dialog-main .left .right-form[data-v-54896402] {
  width: 100%;
  position: relative;
  z-index: 1;
}
.free-dialog .free-dialog-main .left .right-form .el-form-item[data-v-54896402] {
  flex: 1;
}
.free-dialog .free-dialog-main .left .right-form .agreement[data-v-54896402] {
  margin-left: 10px;
}
.free-dialog .free-dialog-main .left .right-form[data-v-54896402]  .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-54896402]  .el-form-item__content a {
  text-decoration: underline;
}
.free-dialog .free-dialog-main .left .right-form[data-v-54896402]  .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-54896402]  .el-button--default {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  align-content: center;
  text-align: center;
  background: #007aff;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.free-dialog .free-dialog-main .left .right-form[data-v-54896402]  .el-button--default:hover {
  background: #0056bc;
}
.free-dialog .free-dialog-main .right-img[data-v-54896402] {
  width: 400px;
  flex-shrink: 0;
  border-radius: 8px;
  height: 85%;
}
@media screen and (max-width: 768px) {
.right-img[data-v-54896402] {
    display: none;
}
.mask[data-v-54896402] {
    display: none;
}
.free-dialog .free-dialog-main[data-v-54896402] {
    width: 100%;
}
.free-dialog .free-dialog-main .left[data-v-54896402] {
    width: 100%;
    margin-right: 0;
}
.free-dialog .free-dialog-main .left .title[data-v-54896402] {
    line-height: 36px;
    font-size: 24px;
}
.free-dialog .free-dialog-main .left .sub-title[data-v-54896402] {
    line-height: 24px;
}
}
/* 过渡动画关键样式 */
.fade-enter-active[data-v-54896402],
.fade-leave-active[data-v-54896402] {
  transition: opacity 0.3s ease;
}
.fade-enter[data-v-54896402],
.fade-leave-to[data-v-54896402] {
  opacity: 0;
}

.h5-blob-content-top[data-v-240fc94f] {
  padding-top: 44px;
}
.blob-detail[data-v-240fc94f] {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.blob-detail .blob-detail-wrapper[data-v-240fc94f] {
  box-sizing: border-box;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1320px;
}
.blob-detail .blob-detail-wrapper .blob-detail-breadcrumb[data-v-240fc94f] {
  width: 1005;
  font-size: 14px;
  line-height: 22px;
  box-sizing: border-box;
}
.blob-detail .blob-detail-wrapper .blob-detail-title[data-v-240fc94f] {
  font-weight: 600;
  color: #000000;
  font-size: 48px;
  padding: 24px 0 12px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 60px;
}
.blob-detail .blob-detail-wrapper .info[data-v-240fc94f] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blob-detail .blob-detail-wrapper .info .info-item[data-v-240fc94f] {
  margin: 0 8px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blob-detail .blob-detail-wrapper .info .info-item .icon-con[data-v-240fc94f] {
  width: 24px;
  height: 28px;
  margin: 0 4px;
  overflow: hidden;
}
.blob-detail .blob-detail-wrapper .info .info-item .icon-con .icon[data-v-240fc94f] {
  height: 28px;
}
.blob-detail .blob-detail-wrapper .info .info-item:nth-child(3) .icon-con .icon[data-v-240fc94f] {
  transform: translateX(-30%);
}
.blob-detail .blob-detail-wrapper .info .info-item:nth-child(2) .icon-con .icon[data-v-240fc94f] {
  transform: translateX(-59%);
}
.blob-detail .blob-detail-wrapper .blob-document-shared[data-v-240fc94f] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.blob-detail .blob-detail-wrapper .blob-document-shared img[data-v-240fc94f] {
  padding: 0 6px;
  cursor: pointer;
}
.blob-detail .blob-detail-wrapper .blob-detail-home-link[data-v-240fc94f] {
  font-weight: 400;
  color: #666666;
}
.blob-detail .blob-detail-wrapper .blob-detail-breadcrumb-separator[data-v-240fc94f] {
  margin: 0 8px;
  font-weight: 400;
  color: #666666;
}
.blob-detail .blob-detail-wrapper .blob-detail-breadcrumb-title[data-v-240fc94f] {
  font-weight: 500;
  color: #333333;
}
.blob-detail .blob-detail-wrapper .blob-document-last-updated[data-v-240fc94f] {
  font-weight: 400;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content[data-v-240fc94f] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 360px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left[data-v-240fc94f] {
  box-sizing: border-box;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info[data-v-240fc94f] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .avatar-con[data-v-240fc94f] {
  width: 100%;
  position: relative;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .avatar-con[data-v-240fc94f]::before {
  content: '';
  width: calc((100% - 80px) / 2);
  height: 2px;
  border-radius: 2px;
  background-color: #1063f1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .avatar-con[data-v-240fc94f]::after {
  content: '';
  width: calc((100% - 80px) / 2);
  height: 2px;
  border-radius: 2px;
  background-color: #1063f1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .avatar-con .avatar[data-v-240fc94f] {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .name[data-v-240fc94f] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 6px 0;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .introduce[data-v-240fc94f] {
  font-size: 14px;
  text-align: center;
  color: #666666;
  max-width: 618px;
  line-height: 20px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .introduce a[data-v-240fc94f] {
  font-weight: 600;
  color: #1063f1;
  border-bottom: 2px solid #1063f1;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .blob-detail-form[data-v-240fc94f] {
  width: 100%;
  padding-bottom: 72px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .blob-detail-form .title[data-v-240fc94f] {
  padding: 28px 0;
  font-size: 38px;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .blob-detail-form .desc[data-v-240fc94f] {
  font-size: 28px;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .blob-detail-form .btn[data-v-240fc94f] {
  margin: 0 auto;
  margin-top: 32px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .right-top[data-v-240fc94f] {
  border: 1px solid #dfeaf3;
  height: fit-content;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .block-title[data-v-240fc94f] {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  padding: 24px 0 24px 12px;
  color: #4675e5;
  background-color: #f6fbff;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .recent .recent-item[data-v-240fc94f] {
  display: flex;
  color: #666666;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 24px;
  border-bottom: 1px solid #dfeaf3;
  position: relative;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .recent .recent-item[data-v-240fc94f]::before {
  content: '';
  width: 12px;
  height: 14px;
  background: url('https://static.esignglobal.com/1_2b4e328a71.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 18px;
  left: 8px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .recent .recent-item .title[data-v-240fc94f] {
  padding: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .recent .recent-item .date[data-v-240fc94f] {
  box-sizing: border-box;
  margin-left: auto;
  padding-right: 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right video[data-v-240fc94f] {
  width: 100%;
  border-radius: 8px;
  margin-top: 30px;
}
.blob-detail .blob-detail-wrapper .blob-detail-footer-sibling[data-v-240fc94f] {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.blob-detail .blob-detail-wrapper .blob-detail-footer-sibling p[data-v-240fc94f] {
  margin-bottom: 20px;
}
.blob-detail .blob-detail-wrapper .blob-detail-footer-sibling p a[data-v-240fc94f] {
  color: #333333 !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
.blob-detail .blob-detail-wrapper[data-v-240fc94f] {
    padding-left: 12px;
    padding-right: 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-breadcrumb[data-v-240fc94f] {
    padding-left: 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-title[data-v-240fc94f] {
    font-size: 22px;
    line-height: 24px;
    padding: 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content[data-v-240fc94f] {
    grid-template-columns: 100vw;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left[data-v-240fc94f] {
    padding: 0 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .introduce[data-v-240fc94f] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .left .auth-info .introduce a[data-v-240fc94f] {
    width: fit-content;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right[data-v-240fc94f] {
    box-sizing: border-box;
    margin: 24px 0;
    padding: 0 12px;
}
.blob-detail .blob-detail-wrapper .blob-detail-wrapper-content .right .block-title[data-v-240fc94f] {
    font-size: 18px;
}
}
.blob-detail .ck-content[data-v-240fc94f] p {
  line-height: 1.7em !important;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

