* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
  margin: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  background-image: url(../image/bg-home-blue.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 120vh;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
/* 主标题区域 */
.hero-section {
  padding: 100px 5% 60px;
  text-align: center;
}
.hero-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -2px;
}
.hero-title .black {
  color: #000;
}
.hero-title .pink {
  color: #7aa3f0;
}
.hero-title .dot {
  color: #000;
  margin: 0 10px;
}
.hero-tag {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
  transform: rotate(-2deg);
  transition: color 0.3s ease;
  position: absolute;
  font-size: 0.75rem;
  line-height: 1rem;
  left: 30px;
  top: -19px;
}
.hero-subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  transition: color 0.3s ease;
}
.hero-subtitle2 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.hero-info-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.hero-info-wrapper:hover .hero-tag,
.hero-info-wrapper:hover .hero-subtitle {
  color: #7aa3f0;
}
.hero-subtitle .highlight-box {
  background: rgba(219, 234, 254, 0.8);
  color: #7aa3f0;
  padding: 0 0.5rem;
  border-radius: calc(0.72rem - 2px);
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 96px;
  height: 36px;
  line-height: 2rem;
  text-align: center;
  margin-top: -6px;
}
.hero-desc .highlight-box {
  color: red;
  font-size: 1.6rem;
}
.hero-desc {
  color: #333;
  line-height: 1.25rem;
  font-size: 1.2rem;
  font-weight: bold;
}
/* 上传区域 */
.upload-section {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.upload-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.tab {
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #999;
}
.tab.active {
  border-bottom: 2px solid #5282e9;
  color: #333;
}
.upload-area {
  border: 2px dashed #ddd;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.upload-icon {
  font-size: 40px;
  color: #ddd;
  margin-bottom: 15px;
}
.upload-text {
  color: #999;
  margin-bottom: 10px;
}
.upload-text span {
  color: #5282e9;
}
.upload-btn {
  background: #5282e9;
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}
/* 检测平台区域 */
.platforms-section {
  padding: 2.5rem 5%;
  text-align: center;
  background-color: #eff6ff;
}
.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}
.section-desc {
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.platforms-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.platform-item {
  background: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 60px;
  transition: all 0.3s ease;
}
.platform-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.platform-item img {
  max-height: 32px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
/* 效果对比区域 */
.comparison-section {
  padding: 3rem 5%;
  text-align: center;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}
.comparison-section .section-title {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
}
.comparison-section .section-desc {
  color: #666;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1px;
}
.comparison-tabs-wrapper {
  display: inline-flex;
  background: #f0f4f8;
  border-radius: 2rem;
  padding: 0.25rem;
  gap: 0.25rem;
}
.comparison-tab {
  padding: 0.5rem 1.25rem;
  border-radius: 1.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #666;
  transition: all 0.3s ease;
}
.comparison-tab:hover {
  color: #333;
}
.comparison-tab.active {
  background: #ffffff;
  color: #333;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
/* 轮播图容器 */
.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 2rem auto 0;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1rem;
}
.carousel-arrow-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #7aa3f0;
  color: white;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}
.carousel-arrow-center svg {
  width: 1.5rem;
  height: 1.5rem;
}
.carousel-card {
  flex: 1;
  max-width: 500px;
  position: relative;
}
.carousel-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.card-header-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.card-header-label.before {
  color: #ef4444;
}
.card-header-label.after {
  color: #10b981;
}
.card-header-label svg {
  width: 1.25rem;
  height: 1.25rem;
}
.alert-icon {
  fill: rgba(239, 68, 68, 0.1);
  stroke: #ef4444;
}
.shield-icon {
  fill: rgba(16, 185, 129, 0.1);
  stroke: #10b981;
}
.card-header-percentage {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}
.card-header-percentage.high {
  color: #ef4444;
}
.card-header-percentage.low {
  color: #10b981;
}
.carousel-card img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.carousel-card.before-card img {
  border: 2px solid rgba(239, 68, 68, 0.2);
  box-shadow: 0 10px 40px rgba(239, 68, 68, 0.15);
}
.carousel-card.after-card img {
  border: 2px solid rgba(16, 185, 129, 0.2);
  box-shadow: 0 10px 40px rgba(16, 185, 129, 0.15);
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: #7aa3f0;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}
.carousel-arrow:hover {
  background: #3b6fd4;
  transform: translateY(-50%) scale(1.1);
}
.carousel-arrow.prev {
  left: 1rem;
}
.carousel-arrow.next {
  right: 1rem;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-dot.active {
  background: #7aa3f0;
  width: 2rem;
  border-radius: 1rem;
}
/* 常见问题区域 */
.faq-section {
  padding: 3rem 5%;
  background: #fafafa;
}
.faq-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.faq-title {
  gap: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.5rem;
  text-align: center;
}
.faq-title svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #5282e9;
  margin-right: 0.5rem;
}
.faq-desc {
  text-align: center;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.5rem;
}
.faq-list {
  max-width: 900px;
  margin: 2.5rem auto 0;
}
.faq-item {
  background: #ffffff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: #7aa3f0;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.faq-item:hover .faq-number {
  background: #bfdbfe;
  color: #5282e9;
}
.faq-item:hover .faq-text {
  color: #5282e9;
}
.faq-question {
  padding: 0.875rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
  height: 56px;
}
.faq-question-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.faq-number {
  background: #f3f4f6;
  color: #374151;
  min-width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  flex-shrink: 0;
}
.faq-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
}
.faq-arrow {
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.3s ease;
}
.faq-arrow svg {
  width: 1rem;
  height: 1rem;
}
.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem;
}
.faq-item.active .faq-number {
  background: #5282e9;
  color: white;
}
.faq-item.active .faq-text {
  color: #5282e9;
}
.faq-item.active .faq-arrow {
  transform: rotate(90deg);
  color: #5282e9;
}
.faq-item.active .faq-question {
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 0.75rem;
}
.faq-answer-inner {
  background: #eff6ff;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #bfdbfe;
}
/* 底部CTA区域 */
.cta-section {
  padding: 60px 5%;
  text-align: center;
  background: linear-gradient(to right, #eff6ff, #eff6ff);
}
.cta-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta-desc {
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cta-btn {
  width: 224px;
  height: 76px;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cta-btn.primary {
  background: #7aa3f0;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
.cta-btn.primary:hover {
  background: #3b6fd4;
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}
.cta-btn.primary:hover .btn-arrow {
  transform: translateX(6px);
}
.btn-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.cta-btn.secondary {
  background: #ffffff;
  color: #7aa3f0;
  border: 2px solid #bfdbfe;
}
.cta-btn.secondary:hover {
  border-color: #7aa3f0;
  background: #eff6ff;
}
/* 页脚 */
.footer {
  padding: 0 5% 20px;
  background: #f5f5f5;
}
.footer-logo {
  max-width: 300px;
}
.footer-logo-img {
  height: 40px;
  margin-bottom: 10px;
}
.footer-logo-text {
  font-size: 12px;
  color: #999;
  line-height: 1.8;
}
.footer-links {
  display: flex;
  gap: 60px;
}
.link-group h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.link-group a {
  display: block;
  color: #999;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.link-group a:hover {
  color: #5282e9;
}
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  color: #999;
  font-size: 12px;
}
.footer-bottom a {
  color: #999;
  text-decoration: none;
}
.submitCont {
  max-width: 1170px;
  margin: auto;
}
.submitCont .typeSelect {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 9990;
}
.submitCont .typeSelect .edition_tips .introduce {
  right: -410px;
}
.submitCont .uploadTy_label {
  text-align: left;
}
.submitCont .typeSelect .edition_tips {
  background-color: #eff6ff;
  color: #555;
}
.submitCont .typeSelect .name_s,
.submitCont .typeSelect .name_s > span {
  color: #000;
}
.submitCont .typeSelect .name_s {
  font-size: 20px;
}
.submitCont .typeSelect > div {
  border-color: #7aa3f0;
  width: 50%;
}
.submitCont .typeSelect .Select {
  box-shadow: 0 0 8px 0 rgba(147, 197, 253, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M871.936 0H0l1024 911.872V152.064C1024 68.096 955.904 0 871.936 0z m51.712 166.912L669.696 430.08c-9.216 9.728-23.04 11.776-34.304 6.656-3.584-2.048-7.168-4.096-10.752-6.656L482.816 282.624c-12.288-12.8-12.288-34.304 0-46.592a31.232 31.232 0 0 1 45.056 0l119.808 124.416 231.936-240.128c12.288-12.8 32.256-12.8 45.056 0 11.776 12.8 11.776 33.792-1.024 46.592z' fill='%233b82f6'/%3E%3C/svg%3E");
  background-size: 32px;
  background-position: 100.5% -1px;
  background-repeat: no-repeat;
}
.submitCont .typeSelect .Select .edition_tips {
  background-color: #3b6fd4;
}
.submitCont .typeSelect {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.submitCont .typeSelect .card {
  width: 50%;
  height: 90px;
}
.submitCont .uploadTy {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 20px 20px;
  border-radius: 0 0 10px 10px;
}
.submitCont .submit-row {
  text-align: left;
}
.submitCont .submit-cont .btn-submit {
  background-color: #5282e9;
}
.submitCont .uploadTy_label .uploadTy_btn {
  border-color: #93c5fd;
}
.submitCont .uploadTy_label .uploadTy_btn.active {
  color: #5282e9;
  border-color: #5282e9;
  background: #dbeafe;
}
.submitCont .form-upload .zipFile_block .zip_description {
  background-color: #eff6ff;
}
.submitCont .priceTips {
  font-size: 12px;
}
.submitCont .form-upload .zipFile_block .zipFile_upload .upload_file .upload_btn,
.submitCont .form-upload .upload_block .flex_box .upload_file .upload_btn {
  background: linear-gradient(90deg, #5282e9, #3b6fd4);
}
.submitCont .form-upload .upload_block .flex_box .upload_file .format_size .format_block .format_item,
.submitCont .form-upload .zipFile_block .zipFile_upload .upload_tips .format_size .format_block .format_item {
  color: #0284c7;
}
.submitCont .zipFile_upload {
  text-align: left;
}
.submitCont .form-upload .upload_block .flex_box .upload_file:hover,
.submitCont .form-upload .upload_block .flex_box .right_content .border_box:hover {
  border-color: #5282e9;
}
.submitCont .form-upload .zipFile_block .zipFile_upload .upload_tips .report_type .report_type_item.active,
.submitCont .form-upload .upload_block .chose_platform .report_type_f .report_type_item.active {
  color: #5282e9;
  background-color: #dbeafe;
  border-color: #5282e9;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M871.936 0H0l1024 911.872V152.064C1024 68.096 955.904 0 871.936 0z m51.712 166.912L669.696 430.08c-9.216 9.728-23.04 11.776-34.304 6.656-3.584-2.048-7.168-4.096-10.752-6.656L482.816 282.624c-12.288-12.8-12.288-34.304 0-46.592a31.232 31.232 0 0 1 45.056 0l119.808 124.416 231.936-240.128c12.288-12.8 32.256-12.8 45.056 0 11.776 12.8 11.776 33.792-1.024 46.592z' fill='%233b82f6'/%3E%3C/svg%3E");
  background-size: 22px;
  background-position: right 4px 4px center;
  background-repeat: no-repeat;
}
.submitCont .uploadTy_label .uploadTy_btn .recommend {
  background-color: red;
}
.submitCont .form-upload .upload_block .chose_platform {
  background-color: #eff6ff;
}
.submitCont .form-upload .upload_block .chose_platform .uploadTy_text {
  color: #000;
}
.submitCont .uploadTy_label .uploadTy_text:after {
  background-color: #5282e9;
  top: 3px;
}
.submitCont .form-upload .upload_block .chose_platform .report_type_f .report_type_item .Report_label,
.submitCont .form-upload .zipFile_block .zipFile_upload .upload_tips .report_type .report_type_item .Report_label {
  background-color: #93c5fd;
  color: #fff;
}
.icon-size {
  width: 20px;
  height: 20px;
}
/* ==================== AIGC 图标样式 ==================== */
.aigc-icon {
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
.dszx-icon {
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
}
/* ==================== 降重图标样式 ==================== */
.jc-icon {
  width: 24px;
  height: 24px;
}
.aigcCheck-icon {
  width: 28px;
  height: 28px;
  position: relative;
  top: 7px;
}
/* ==================== 平台 Logo 特殊样式 ==================== */
.platform-item.vpcs-logo {
  width: 268px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.platform-item.daya-logo {
  background-color: rgba(0, 0, 0, 0.7);
}
.platform-item.master-logo {
  width: 226px;
}
.platform-item.zhuque-logo {
  width: 184px;
}
/* ==================== 效果对比区域特殊样式 ==================== */
.comparison-section .comparison-header-wrapper {
  margin-bottom: 4rem;
}
.comparison-section .section-title .highlight-text {
  color: #7aa3f0;
}
/* ==================== FAQ 底部提示样式 ==================== */
.faq-footer-tip {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 30px;
}
/* ==================== 页脚版权样式 ==================== */
.footer-copyright-extra {
  margin-top: 10px;
}
/* ==================== 价格提示右浮动样式 ==================== */
.priceTips-right {
  float: right;
}
/* ==================== 右下角广告浮窗 ==================== */
.ad-float-window {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 260px;
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px #93c5fd;
  z-index: 9999;
  animation: slideInRight 0.5s ease-out;
  overflow: hidden;
  display: none;
}
.adFloatWindow_2 {
  position: fixed;
  bottom: 50%;
  right: 50%;
  width: 440px;
  border-radius: 16px;
  z-index: 99999;
  overflow: hidden;
  transform: translate(50%, 50%);
}
.adFloatWindow_2 img {
  width: 100%;
}
.adFloatWindow_2 .close_ad {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 36px;
  top: 4px;
  cursor: pointer;
}
.mask-ad {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 10001;
  top: 0;
  left: 0;
}
.recruit {
  position: fixed;
  width: 130px;
  height: 114px;
  right: 20px;
  top: calc(73% - 50px) !important;
  box-shadow: 0 0 2px 0px #b5dcff;
  border-radius: 8px;
  animation: myMove 1.5s infinite;
  z-index: 10000;
  cursor: pointer;
}
.recruit .top {
  height: 120px;
  width: 110px;
  margin: 0px auto 0;
  background-image: url(../../image/coupons.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: -44px;
}
.recruit .top .p1 {
  color: #1691FF;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.recruit .top .p2 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}
.recruit .top .p3 {
  font-size: 20px;
  text-align: center;
  margin-top: 6px;
  font-weight: bold;
  color: red;
}
.recruit .top2 {
  background-image: none;
  background: linear-gradient(0deg, #fdeaea, #fbfdff);
}
.recruit .top2 .p1 {
  color: #ca3c4d;
  border-bottom: 1px solid #fdeaea;
  font-size: 14px;
}
.recruit .bottom {
  height: 114px;
  background: linear-gradient(0deg, #1791FF, #E0F1FF);
  border-radius: 8px;
  padding-top: 84px;
}
.recruit .bottom .scan {
  width: 78px;
  height: 22px;
  line-height: 22px;
  background: #FFC000;
  border-radius: 39px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
}
.recruit .bottom2 {
  background: linear-gradient(0deg, #fe6760, #fff5f5);
}
.recruit .codeBlock {
  width: 148px;
  height: 168px;
  background: #fff;
  box-shadow: 0 0 4px 0px #c7e5ff;
  position: absolute;
  right: 136px;
  top: -26px;
  border-radius: 6px;
  text-align: center;
  padding-top: 12px;
  display: none;
}
.recruit .codeBlock .p-22 {
  color: #222222;
  font-size: 14px;
  margin-top: 6px;
}
.recruit .codeBlock:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  height: 150px;
  width: 12px;
}
.recruit:hover {
  animation-play-state: paused;
}
.recruit:hover .codeBlock {
  display: block;
}
@keyframes myMove {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
.ad-close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: none;
  background: #5282e9;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-close-btn svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.ad-close-btn:hover {
  background: #3b6fd4;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.ad-close-btn:active {
  transform: rotate(90deg) scale(0.95);
}
.ad-content {
  padding: 16px;
  text-align: center;
}
.ad-title {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}
.ad-coupon {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 500;
}
.coupon-highlight {
  color: #5282e9;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 2px 8px;
  background: #dbeafe;
  border-radius: 4px;
  margin: 0 2px;
}
.ad-qrcode-tip {
  font-size: 13px;
  color: #5282e9;
  margin-bottom: 8px;
  font-weight: 600;
}
.ad-qrcode {
  width: 160px;
  height: 160px;
  margin: 0 auto 12px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #93c5fd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.ad-qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ad-footer-text {
  font-size: 12px;
  color: #5282e9;
  font-weight: 600;
  padding: 6px 12px;
  background: #dbeafe;
  border-radius: 20px;
  display: inline-block;
}
.submitCont .typeSelect .edition {
  color: #3b6fd4;
  height: 56px;
  line-height: 56px;
}
.uploadTy .uploadTy_label .uploadTy_btn img.icon_a,
.uploadTy .uploadTy_label .uploadTy_btn svg.icon_a,
.uploadTy .uploadTy_label .uploadTy_btn img.icon_n,
.uploadTy .uploadTy_label .uploadTy_btn svg.icon_n {
  display: inline-block;
}
.uploadTy .uploadTy_label .uploadTy_btn.active.icon_a,
.uploadTy .uploadTy_label .uploadTy_btn.active.icon_n {
  display: inline-block;
}
.uploadTy .uploadTy_label .uploadTy_btn img,
.uploadTy .uploadTy_label .uploadTy_btn svg {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 2px;
  width: 16px;
}
.case.realTime {
  margin-bottom: 20px;
  background: linear-gradient(to right, #ffffff52 0%, #dbeafe 33%, #7aa3f0 56%, #93c5fd 64%, #dbeafe 78%, #e0edfb 80%, #ffffff57 100%);
}
/* ==================== 用户评价区域 ==================== */
.testimonials-section {
  padding: 3rem 0;
  background: #ffff;
  overflow: hidden;
}
.testimonials-section .section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.testimonials-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonials-track {
  display: flex;
  gap: 1.5rem;
  animation: scrollRight 50s linear infinite;
  width: max-content;
}
.testimonials-track:hover {
  animation-play-state: paused;
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-item {
  flex-shrink: 0;
  width: 380px;
  padding: 1.75rem;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.testimonial-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #7aa3f0;
}
.testimonial-text {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  min-height: 120px;
}
.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.testimonial-date {
  font-size: 0.75rem;
  color: #999;
}
.testimonial-stars {
  display: flex;
  gap: 2px;
}
.testimonial-stars img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
/* ==================== 特色功能区域 ==================== */
.features-section {
  padding: 2.5rem 5%;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 50%);
  position: relative;
  overflow: hidden;
}
.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center top, rgba(122, 163, 240, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.feature-item {
  padding: 1.2rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-item::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 32px;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #7aa3f0, #5282e9);
  border-radius: 2px;
}
.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #7aa3f0;
}
.feature-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.feature-tag {
  padding: 0 0.625rem;
  background: #dbeafe;
  color: #5282e9;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 500;
  white-space: nowrap;
}
.feature-desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.suspend-bar.suspend-bar {
  top: calc(73% - 178px) !important;
}
body .collect-bar {
  top: calc(73% - 260px) !important;
  z-index: 10000;
}
.submittedTips {
  font-size: 12px;
  color: #999;
  margin-left: 30px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}
/* ==================== 活动海报弹窗 ==================== */
.event-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.event-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.event-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.event-popup-close svg {
  fill: #666;
  transition: fill 0.3s ease;
}
.event-popup-close:hover {
  background: #fff;
  transform: rotate(90deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.event-popup-close:hover svg {
  fill: #333;
}
.event-popup-close:active {
  transform: rotate(90deg) scale(0.95);
}
.event-poster-img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .event-popup-content {
    max-width: 95%;
    max-height: 85%;
  }
  .event-popup-close {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }
  .event-popup-close svg {
    width: 16px;
    height: 16px;
  }
}
