/* index.less - Tailwind utility classes handle layouts */
.mbachina {
  height: 80px;
  line-height: 80px;
  margin-top: 50px;
  bottom: -30px;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 2;
  text-align: center;
  justify-content: space-around;
  margin: 0 auto;
  color: #ffffff9d;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mbachina:hover {
  color: #ffffff;
}
.mbachina:after {
  display: block;
  content: "";
  height: 30px;
  width: 100%;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
  clip-path: polygon(50% 0, 50.5% 40%, 100% 50%, 100% 100%, 0 100%, 0% 50%, 49.5% 40%);
}
@media (max-width: 768px) {
  .mbachina {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
  }
  .mbachina:after {
    height: 20px;
  }
}
html,
body {
  text-align: justify;
}
html > body {
  font-size: 18px;
  line-height: 2;
  background: #eff1f7;
  color: #333;
}
/* 响应式移动端的字号 */
@media (max-width: 1400px) {
  html > body {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html > body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html > body {
    font-size: 13px;
    line-height: 1.8;
  }
}
/* 通用模块标题组件 (三角装饰 + 英文副标 + 中文主标题) */
.section-title {
  /* 金色三角变体 (深色背景专用) */
}
.section-title .title-en {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 28px;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-bottom: 0.125rem;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .section-title .title-en {
    min-height: 45px;
    padding-left: 0.875rem;
    font-size: 0.875rem;
  }
}
.section-title .title-en::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 24px;
  background: #1c50f8;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media (min-width: 1024px) {
  .section-title .title-en::before {
    width: 51px;
    height: 45px;
  }
}
.section-title .title-en span {
  position: relative;
  z-index: 1;
}
.section-title.title-gold .title-en::before {
  background: #fcd968;
}
@media (min-width: 1024px) {
  .section-title.title-gold .title-en::before {
    width: 50px;
    height: 44px;
  }
}
.section-title .title-zh {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 0.25rem;
}
@media (min-width: 640px) {
  .section-title .title-zh {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .section-title .title-zh {
    font-size: 2.375rem;
  }
}
/* 金色渐变胶囊标签 */
.pill-gold {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  background: linear-gradient(to right, #fcd968, transparent);
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .pill-gold {
    padding: 0.5rem 2.5rem;
  }
}
/* 二级金色渐变标题条 (直角起笔，向右羽化渐变) */
.sub-title-gold {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 2rem 0.4rem 1rem;
  background: linear-gradient(to right, #fcd968, rgba(252, 217, 104, 0.7) 60%, transparent);
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .sub-title-gold {
    padding: 0.5rem 3rem 0.5rem 1.25rem;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .sub-title-gold {
    font-size: 1.5rem;
    padding-right: 4.5rem;
  }
}
/* 报读流程选中的黄色渐变卡片 (1:1 还原设计稿参数) */
.flow-tab-active {
  background-image: linear-gradient(90deg, #f3d36b 0%, #ffffff 100%), linear-gradient(#f3d36b, #f3d36b);
  background-blend-mode: normal, normal;
  border-radius: 8px;
}
.flow-tab-inactive {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.flow-tab-inactive:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
/* 英文与数字专属字体工具类 */
.font-din {
  font-family: "DIN-Medium", "Barlow", -apple-system, BlinkMacSystemFont, sans-serif !important;
}
.font-barlow {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, sans-serif !important;
}
/* ��Ŀ��ɫ Tab ��ť��ʽ (�����ٷֱȿ��) */
.feature-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  width: 30%;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .feature-tab-btn {
    height: 54px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .feature-tab-btn {
    width: 34% !important;
    height: 68px;
    font-size: 1.375rem;
    justify-content: flex-start;
    padding-left: 3rem;
  }
}
.feature-tab-btn.active {
  background-color: #efc45d !important;
  color: #1a1a1a !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.feature-tab-btn:not(.active) {
  background-color: #1c50f8 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.feature-tab-btn:not(.active):hover {
  opacity: 0.95;
}
/* 默认通用表格样式 (间距为主) */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
}
table th {
  padding: 12px 8px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  table th {
    padding: 16px 20px;
  }
}
@media (min-width: 1024px) {
  table th {
    padding: 20px 24px;
  }
}
table td {
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 640px) {
  table td {
    padding: 16px 20px;
  }
}
@media (min-width: 1024px) {
  table td {
    padding: 20px 24px;
  }
}
