@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Bold_0.ttf);
}

/* ================= 基础 ================= */
/* 设计稿宽度 320px，1rem = 20px（配合 rem 适配脚本） */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #3a1a0a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AlibabaPuHuiTiRegular";
  background: #ffeedc;
  overflow-x: hidden;
}
#main {
  font-size: 0.7rem;
  background: #ffeedc url(images/banner.jpg) no-repeat top center;
  background-size: 100% auto;
  overflow-x: hidden;
}
.xt_container {
  width: 100%;
  /* padding-inline: 0.5rem; */
  margin-inline: auto;
}
.xt_page{
  padding: 0 .5rem;
}
/* ================= 按钮 ================= */
.xt_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-family: "AlibabaPuHuiTiBold";
  white-space: nowrap;
  text-decoration: none;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s,
    filter 0.3s,
    box-shadow 0.3s;
  font-size: 0.7rem;
  cursor: pointer;
}
.xt_btn:active {
  transform: scale(0.97);
}
.xt_btn--sm {
  padding: 0.35rem 0.9rem;
  font-size: 0.6rem;
  font-weight: 600;
}
.xt_btn--lg {
  padding: 0.4rem 0.3rem;
  font-size: 0.6rem;
}

.xt_btn--gradient {
  background: linear-gradient(to right, #ffb347, #f7470a);
  color: #fff;
}
.xt_btn--gradient:hover {
  filter: brightness(1.1);
}
.xt_btn--white {
  background: #fff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #ed4e1e;
}
.xt_btn--white.xt_btn--lg {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.xt_btn--outline {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* border: 2px solid #fff; */
  color: #fff;
}
.xt_btn--outline:hover {
  background: #fff;
  color: #e63912;
}

/* ================= 首屏 ================= */
.xt_hero {
  height: 12.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.7rem;
}
.xt_hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.xt_hero_btn {
  color: #ffffff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #ffb347, #e73d14);
  font-size: 0.65rem;
  padding: 0.3rem 0.8rem;
}

/* ================= 通用区块 ================= */
.xt_section {
  position: relative;
  padding: 1.4rem 0 0;
}
.xt_section--pack {
  background: linear-gradient(to bottom, #ffeedc, #fff1e5);
}
.xt_section--lottery {
  background: linear-gradient(to bottom, #fff1e5, #ffe9d3);
}
.xt_section--discount {
  /* background: linear-gradient(to bottom, #ffe9d3, #ffd1a8); */
  padding-bottom: 1.4rem;
}

.xt_section__header {
  text-align: center;
  margin-bottom: 0.4rem;
}
.xt_section__eyebrow {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-size: 0.5rem;
  font-family: "AlibabaPuHuiTiBold";
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.4rem;
}
.xt_section__title {
  font-size: 1.1rem;
  font-family: "AlibabaPuHuiTiBold";
  background: linear-gradient(to right, #e63912, #ff8a3d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 0.3rem;
  line-height: 1.3;
}
.xt_section__subtitle {
  color: #8a3a1a;
  font-weight: 500;
  font-size: 0.55rem;
  margin: 0;
}

/* ================= 图文说明卡 ================= */
.xt_section--light {
  margin-top: 0;
  padding-top: 0;
}
.xt_section--light .xt_section__title {
  font-size: 0.8rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #ffddb5;
  padding-bottom: 0.4rem;
  /* padding-inline: 1rem; */
  line-height: 1.2;
}
.xt_section--light .xt_container {
  position: relative;
  background: linear-gradient(224deg, #fff4e1, #ffe4c9);
  border-radius: 0.8rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ffd8a8;
  box-shadow: 0 0.2rem 0 #ffd3a0;
}
.xt_section--pack .xt_container{
  background: linear-gradient(224deg, #fff4e1, #ffe4c9);
    padding: 0.6rem 0.8rem;
  border-radius: 0.3rem;
  border: 1px solid #ffd8a8;
}
.xt_section--pack .xt_container>img{
  width: 88%;
  display: block;
  margin: 0 auto;
}
.xt_section--light .xt_container:after {
  content: "";
  width: 1.8rem;
  height: 2.1rem;
  background: url(images/light.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.5rem;
  right: 2.9rem;
}
.xt_light_ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.xt_light_ul li {
  align-self: flex-start;
  border-radius: 999px;
  font-family: "AlibabaPuHuiTiBold";
  background: #ff7d00;
  color: #ffffff;
  font-size: 0.55rem;
  padding: 0.2rem 0.7rem;
  box-shadow: inset 0.2rem 0.1rem 0.25rem 0.05rem #ff5f00;
  align-self: flex-end;
}
.xt_light_ul li:nth-child(odd) {
  background: #ff9949;
  align-self: flex-start;
}

/* ================= 8项黄金服务 ================= */
.xt_services-grid {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr 1fr;
}
.xt_service {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem;
  border: 1px solid #ffd8a8;
  transition:
    background 0.3s,
    border-color 0.3s;
  cursor: pointer;
}
.xt_service:hover,
.xt_service:active {
  background: linear-gradient(to right, #ff8a3d, #e63912);
  border-color: transparent;
}
.xt_service__icon {
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  background: rgb(255, 244, 225) url(images/1.png) no-repeat;
  background-position: center;
  background-size: 80%;
  color: #e63912;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.xt_service__icon.xt_service__icon1 {
  background-image: url(images/1.png);
}
.xt_service__icon.xt_service__icon2 {
  background-image: url(images/2.png);
}
.xt_service__icon.xt_service__icon3 {
  background-image: url(images/3.png);
}
.xt_service__icon.xt_service__icon4 {
  background-image: url(images/4.png);
}
.xt_service__icon.xt_service__icon5 {
  background-image: url(images/5.png);
}
.xt_service__icon.xt_service__icon6 {
  background-image: url(images/6.png);
}
.xt_service__icon.xt_service__icon7 {
  background-image: url(images/7.png);
}
.xt_service__icon.xt_service__icon8 {
  background-image: url(images/8.png);
}
.xt_service:hover .xt_service__icon {
  background-color: #fff;
}
.xt_service__body {
  flex: 1;
  min-width: 0;
}
.xt_service__head {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 0.1rem;
}
.xt_service__num {
  font-size: 0.5rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #ff8a3d;
  display: none;
}
.xt_service:hover .xt_service__num {
  color: rgba(255, 255, 255, 0.8);
}
.xt_service__title {
  font-size: 0.55rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  margin: 0;
  line-height: 0.7rem;
}
.xt_service:hover .xt_service__title {
  color: #fff;
}
.xt_service__desc {
  font-size: 0.6rem;
  color: #6a3820;
  margin: 0;
  line-height: 1.5;
  display: none;
}
.xt_service:hover .xt_service__desc {
  color: rgba(255, 255, 255, 0.9);
}

/* ================= 黄金未来规划包 ================= */
.xt_pack-grid {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: .3rem;
}
.xt_pack-card {
  display: flex;
  gap: 0.15rem;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
  border: 1px solid #ffd8a8;
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.xt_pack-card:active {
  transform: translateY(-2px);
  border-color: #ff8a3d;
}
.xt_pack-card__num {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  background: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-family: "AlibabaPuHuiTiBold";
}
.xt_pack-card__body {
  flex: 1;
  min-width: 0;
}
.xt_pack-card__title {
  font-size: 0.55rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  /* margin: 0 0 0.25rem; */
  transition: color 0.3s;
  line-height: 0.7rem;
}
.xt_pack-card:hover .xt_pack-card__title {
  color: #e63912;
}
.xt_pack-card__desc {
  font-size: 0.6rem;
  color: #6a3820;
  line-height: 1.5;
  margin: 0;
  display: none;
}

.xt_pack-banner {
  margin-top: 0.8rem;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  border-radius: 0.6rem;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
}
.xt_pack-banner__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.xt_pack-banner__icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  flex-shrink: 0;
}
.xt_pack-banner__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.xt_pack-banner__title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.75rem;
}
.xt_pack-banner__subtitle {
  font-size: 0.55rem;
  opacity: 0.9;
}
.xt_pack-banner__btn {
  justify-self: stretch;
}

/* ================= 新客抽奖 ================= */
.xt_lottery {
  position: relative;
  overflow: hidden;
}
.xt_lottery__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  filter: blur(64px);
  transform: translate(80px, -80px);
  pointer-events: none;
}
.xt_lottery__content {
  position: relative;
}
.xt_lottery__banner {
  max-width: 45%;
  margin: 0 auto 0.8rem;
  background: linear-gradient(to right, #ff8a3d, #ff5a1f);
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.56rem;
  font-family: "AlibabaPuHuiTiBold";
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.xt_lottery__intro {
  text-align: center;
  color: #4a2410;
  font-size: 0.5rem;
  margin: 0 auto 0.8rem;
  line-height: 1.6;
}

.xt_lottery__grid {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.xt_lottery-card {
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid #ffd8a8;
  transition: transform 0.3s;
}
.xt_lottery-card:active {
  transform: translateY(-4px);
}
.xt_lottery-card__media {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #fff4e1, #ffe4c9);
  overflow: hidden;
}
.xt_lottery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.xt_lottery-card__body {
  padding: 0.4rem 0.25rem;
  text-align: center;
}
.xt_lottery-card__tag {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-size: 0.5rem;
  font-family: "AlibabaPuHuiTiBold";
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  margin-bottom: 0.25rem;
}
.xt_lottery-card__desc {
  font-size: 0.5rem;
  color: #8a3a1a;
  margin: 0;
}

/* ================= 黄金优惠折扣 ================= */
.xt_discount-grid {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.2rem;
}
.xt_discount-card {
  position: relative;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.2rem;
  border: 1px solid #ffd8a8;
  text-align: center;
  /* overflow: hidden; */
  transition: transform 0.3s;
}
.xt_discount-card:active {
  transform: translateY(-4px);
}
.xt_discount-card__badge {
  position: absolute;
  top: -0.5rem;
  right: -0.4rem;
  background: linear-gradient(to right, #e63912, #ff5a1f);
  color: #fff;
  font-size: 0.45rem;
  font-family: "AlibabaPuHuiTiBold";
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
}
.xt_discount-card__period {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-family: "AlibabaPuHuiTiBold";
  padding: 0.25rem 0.5rem;
  border-radius: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: 0.55rem;
}
.xt_discount-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.xt_discount-card__number {
  font-size: 2rem;
  font-family: "AlibabaPuHuiTiBold";
  background: linear-gradient(to bottom, #ff8a3d, #e63912);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  width: 1.2rem;
}
.xt_discount-card__unit {
  font-size: 0.8rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #e63912;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
  line-height: 1;
}
.xt_discount-card__note {
  color: #6a3820;
  font-weight: 500;
  font-size: 0.55rem;
  margin: 0;
  line-height: 1.4;
}

/* ================= 刮刮乐奖励 ================= */
.xt_scratch {
  background: linear-gradient(135deg, #fff, #fff4e1);
  border-radius: 0.5rem;
  padding: 0.9rem;
  border: 1px solid #ffd8a8;
}
.xt_scratch__title {
  font-size: 1rem;
  font-family: "AlibabaPuHuiTiBold";
  text-align: center;
  background: linear-gradient(to right, #e63912, #ff8a3d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 0.8rem;
}
.xt_scratch__grid {
  display: flex;
  /* flex-direction: column; */
  /* gap: 0.5rem; */
  justify-content: space-between;
}
.xt_reward {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
  padding: 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
  border: 1px solid #ffd8a8;
  transition: border-color 0.3s;
  flex-direction: column;
  width: 31%;
}
.xt_reward:hover {
  border-color: #ff8a3d;
}
.xt_reward__icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #fff;
  font-size: 0.9rem;
}
.xt_reward__title {
  font-size: 0.55rem;
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  margin: 0 0 0.1rem;
  line-height: 0.7rem;
}
.xt_reward__desc {
  font-size: 0.55rem;
  color: #6a3820;
  margin: 0;
  display: none;
}

/* ================= 底部 CTA ================= */
.xt_cta {
  position: relative;
  padding: 1.6rem 0;
  overflow: hidden;
  color: #fff;
  background: #e63912 url(images/bg.jpg) no-repeat center center;
  background-size: cover;
}
.xt_cta__content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-inline: 0.6rem;
}
.xt_cta__title {
  font-size: 1rem;
  font-family: "AlibabaPuHuiTiBold";
  margin: 0 0 0.5rem;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.xt_cta__subtitle {
  font-size: 0.6rem;
  color: #fef9c3;
  margin: 0 0 1rem;
}
.xt_cta__actions {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
}

/* 添加专属顾问 —— 移动端点击 / 划入显示二维码 */
.xt_cta__advisor {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.xt_cta__advisor .xt_btn {
  width: 100%;
}
.xt_cta__advisor-qr {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  top: auto;
  width: 6rem;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(-50%);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  z-index: 30;
}
/* 小箭头 */
.xt_cta__advisor-qr::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.xt_cta__advisor-qr img {
  display: block;
  width: 100%;
  border-radius: 0.35rem;
}
.xt_cta__advisor:hover .xt_cta__advisor-qr,
.xt_cta__advisor:active .xt_cta__advisor-qr {
  opacity: 1;
  visibility: visible;
}

.xt_cta__meta {
  margin-top: 1.2rem;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.6rem;
  justify-content: space-between;
}
.xt_cta__meta-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: .45rem;
}
.xt_cta__meta-item i {
  color: #fde047;
}

/* ================= 表单弹窗 ================= */
.lay-form {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lay-form.show {
  display: flex;
}

.lay-form .ctaForm {
  position: relative;
  width: 100%;
  max-width: 19rem;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 0.6rem;
  padding: 0.7rem 0.7rem 0.9rem;
  box-shadow: 0 25px 80px -12px rgba(0, 0, 0, 0.35);
  animation: layFormIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.lay-form .ctaForm h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #000000;
}
@keyframes layFormIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lay-form-close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  border: none;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.lay-form-close:hover {
  background-color: #e2e8f0;
  color: #0f172a;
}

.sameform .form-group {
  margin-bottom: 0.3rem;
}

.sameform .form-row {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
}

.sameform .form-col {
  flex: 1;
  min-width: 0;
  position: relative;
}

.sameform .form-input {
  width: 100%;
  height: 1.7rem;
  padding: 0 0.6rem;
  border: 1.5px solid #ffede8;
  border-radius: 0.2rem;
  font-size: 0.55rem;
  color: #0f172a;
  background-color: #fffbfa;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-sizing: border-box;
}

.sameform .form-input::placeholder {
  color: #94a3b8;
}

.sameform .form-input:focus {
  border-color: #e94317;
  box-shadow: 0 0 0 3px rgb(251 124 53 / 17%);
  background-color: #ffffff;
}

.sameform .form-country {
  cursor: pointer;
  caret-color: transparent;
  user-select: none;
}

.sameform .select-options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.4rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.12);
}

.sameform .form-col.open .select-options {
  display: block;
}

.sameform .select-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.6rem;
  border-radius: 0.4rem;
  font-style: normal;
  cursor: pointer;
  transition: background-color 0.15s;
}

.sameform .select-option:hover {
  background-color: #f1f5f9;
}

.sameform .select-option em {
  font-style: normal;
  font-size: 0.8rem;
  color: #334155;
}

.sameform .other-input {
  flex: 1;
  height: 1.8rem;
  padding: 0 0.5rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  color: #0f172a;
  outline: none;
  background-color: #f8fafc;
  transition: border-color 0.2s;
}

.sameform .other-input:focus {
  border-color: #e63912;
}

.sameform .other-input::placeholder {
  color: #94a3b8;
}

.sameform .confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-top: 0.4rem;
  border-radius: 0.4rem;
  background-image: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.15s;
}

.sameform .confirm:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.sameform .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 1.9rem;
  margin-top: 1rem;
  border-radius: 0.3rem;
  background-image: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.sameform .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -6px rgb(235 72 26 / 43%);
}

.sameform .form-submit:active {
  transform: translateY(0);
}

.lay-form-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 2.4rem;
  padding: 0 1.4rem;
  border: none;
  border-radius: 0.6rem;
  background-image: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px -6px rgba(37, 99, 235, 0.3);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.lay-form-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -6px rgba(37, 99, 235, 0.4);
}
.cta-ctaForm .form-group {
  margin-bottom: 0.5rem;
}
.cta-ctaForm .form-input {
  background: #ffffff;
}
.cta-ctaForm .form-submit {
  margin-top: 0.75rem;
}

/* ================= 页脚 ================= */
.xt_footer {
  background-color: rgb(42, 18, 8);
  color: #ffffff;
}
.xt_footer__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem;
}

.xt_footer__brand-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: linear-gradient(
    to right bottom,
    rgb(255, 107, 44),
    rgb(230, 57, 18)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.xt_footer__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.xt_footer__brand-title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
}
.xt_footer__brand-subtitle {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.6);
}
.xt_footer__copyright {
  font-size: 0.5rem;
  width: 100%;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
