.faq-section[data-v-b9dac872] {
  margin: 0px auto 24px;
  width: 1320px;
}
.faq-section .faq-section__content[data-v-b9dac872] {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  display: flex;
  flex-direction: row;
  column-gap: 80px;
}
.faq-section .faq-section__content .overflow-ellipsis-2[data-v-b9dac872] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-section .faq-section__content-column[data-v-b9dac872] {
  width: calc(50% - 40px);
}
.faq-section .faq-section__content-item[data-v-b9dac872] {
  display: block;
  padding: 16px 8px 16px 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-b9dac872]:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header,
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__wrap,
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
  border-bottom: 0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  height: 64px;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
  color: #303133;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1400px) {
.faq-section[data-v-b9dac872] {
    width: 1200px;
}
}
.faq-title[data-v-b9dac872] {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.faq-subtitle[data-v-b9dac872] {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 28px auto 60px;
}
@media (max-width: 765px) {
.faq-section[data-v-b9dac872] {
    margin: 0 16px 14px;
    width: auto;
}
.faq-section .faq-title[data-v-b9dac872] {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
}
.faq-section .faq-subtitle[data-v-b9dac872] {
    font-size: 16px;
    line-height: 30px;
    margin: 12px auto 0;
}
.faq-section .faq-section__content[data-v-b9dac872] {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 20px 0;
}
.faq-section .faq-section__content-column[data-v-b9dac872] {
    width: 100%;
}
.faq-section .faq-section__content-item[data-v-b9dac872] {
    display: block;
    padding: 16px 8px 16px 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
}
.faq-section .faq-section__content-item[data-v-b9dac872]:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header,
  .faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__wrap,
  .faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
    border-bottom: 0;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__header {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: fit-content;
}
.faq-section .faq-section__content[data-v-b9dac872]  .el-collapse-item__content {
    padding: 16px 0 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
}

.file-upload-area-wrapper[data-v-935f3984] {
  width: 100%;
}
.file-upload-area-wrapper .file-upload-area[data-v-935f3984] {
  width: 100%;
  padding: 60px;
  border: 2px dashed #8cc2ff;
  border-radius: 8px;
  background: #e6f3ff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-upload-area-wrapper .file-upload-area[data-v-935f3984]:hover,
.file-upload-area-wrapper .file-upload-area.drag-over[data-v-935f3984] {
  border-color: #3b89ff;
  background: #d6ebff;
}
.file-upload-area-wrapper .file-upload-area .upload-content[data-v-935f3984] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-icon[data-v-935f3984] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-text[data-v-935f3984] {
  color: var(--color-text-color-text-primary, #333);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 16px 0;
  text-align: center;
}
.file-upload-area-wrapper .file-upload-area .upload-content .upload-tip[data-v-935f3984] {
  color: var(---color-text-secondary, #666);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
.file-upload-area-wrapper .file-upload-area[data-v-935f3984] {
    padding: 40px 16px;
}
}

.intro-section-wrapper[data-v-bba84eba] {
  margin: 0 auto;
}
.intro-section-wrapper .intro-content[data-v-bba84eba] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.intro-section-wrapper .intro-content .intro-text[data-v-bba84eba] {
  flex: 1;
}
.intro-section-wrapper .intro-content .intro-text .intro-title[data-v-bba84eba] {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.intro-section-wrapper .intro-content .intro-text .intro-description[data-v-bba84eba] {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.intro-section-wrapper .intro-content .intro-image[data-v-bba84eba] {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.intro-section-wrapper .intro-content .intro-image .intro-image-placeholder[data-v-bba84eba] {
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
.intro-section-wrapper .intro-content[data-v-bba84eba] {
    flex-direction: column;
    gap: 24px;
}
.intro-section-wrapper .intro-content .intro-image[data-v-bba84eba] {
    justify-content: center;
}
.intro-section-wrapper .intro-content .intro-image .intro-image-placeholder[data-v-bba84eba] {
    width: 100%;
    max-width: 400px;
}
}

.signature-checker-page[data-v-782a3f8d] {
  min-height: 100vh;
  background: #fff;
}
.signature-checker-page .container[data-v-782a3f8d] {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
}
.signature-checker-page.h5-content-top .container[data-v-782a3f8d] {
  padding: 40px 16px 40px;
}
.checker-header[data-v-782a3f8d] {
  margin: 0 auto;
}
.checker-title[data-v-782a3f8d] {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: var(--color-text-color-text-primary, #333);
  text-align: center;
  margin-bottom: 60px;
}
.checker-description[data-v-782a3f8d] {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 60px;
}
.upload-section[data-v-782a3f8d] {
  margin-bottom: 60px;
}
.intro-section[data-v-782a3f8d] {
  margin: 0 auto 60px;
}
.result-section[data-v-782a3f8d] {
  width: 100%;
  margin-top: 0;
}
/* 验签中蒙层：覆盖整页，灰色半透明底，居中展示 loading.svg（图片必须高于蒙层 z-index 且尺寸明确） */
.verifying-overlay[data-v-782a3f8d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.verifying-overlay-content[data-v-782a3f8d] {
  position: relative;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 294px;
  min-height: 204px;
}
.verifying-loading-img[data-v-782a3f8d] {
  display: block;
  width: 294px;
  height: 204px;
  object-fit: contain;
  flex-shrink: 0;
}
.faq-wrapper[data-v-782a3f8d] {
  margin: 0 auto;
}
.faq-wrapper[data-v-782a3f8d]  .faq-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}
.faq-wrapper .faq-learn-more[data-v-782a3f8d] {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
.signature-checker-page .container[data-v-782a3f8d] {
    display: flex;
    flex-direction: column;
}
.checker-header[data-v-782a3f8d] {
    order: 1;
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.checker-header .checker-title[data-v-782a3f8d] {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
}
.checker-header .checker-description[data-v-782a3f8d] {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
.signature-checker-page.h5-content-top .checker-header .checker-title[data-v-782a3f8d] {
    margin-bottom: 24px;
}
.upload-section[data-v-782a3f8d] {
    margin-bottom: 24px;
    order: 2;
}
.intro-section[data-v-782a3f8d] {
    margin-bottom: 24px;
    order: 4;
}
.faq-wrapper[data-v-782a3f8d] {
    order: 5;
}
.faq-wrapper[data-v-782a3f8d]  .faq-section {
    width: 100% !important;
    margin: 0 0 14px !important;
}
.checker-description[data-v-782a3f8d] {
    order: 3;
    margin: 0 0 24px;
}
}

