@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);
}

body {
  color: #3a1a0a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AlibabaPuHuiTiRegular";
  min-width: 1200px;
}
#main {
  font-size: 16px;
  background: #ffeedc url(images/banner.jpg) no-repeat;
  background-position: top center;
}
.xt_container {
  max-width: 1200px;
  margin-inline: auto;
  /* padding-inline: clamp(24px, 8px + 3vw, 48px); */
}

.xt_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 11px 22px;
  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: 18px;
  cursor: pointer;
}
.xt_btn:hover {
  transform: scale(1.05);
}

.xt_btn--sm {
  padding: 8px 36px;
  font-size: 16px;
  font-weight: 600;
}
.xt_btn--lg {
  padding: 16px 40px;
  font-size: 18px;
}

.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_navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: 0.3s;
}
.xt_navbar--scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.xt_navbar__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 10px;
  padding-inline: clamp(24px, 8px + 3vw, 48px);
}

.xt_navbar__brand {
  flex-shrink: 0;
  width: 200px;
  height: 40px;
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
}
.xt_navbar--scrolled .xt_navbar__brand {
  background-image: url(https://www.igo.cn/zt/gaokao/version/1/img/logo1.png);
}
.xt_navbar__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
  flex: 1 1 auto;
}
.xt_navbar--scrolled .xt_navbar__menu {
  color: #3a1a0a;
}
.xt_navbar__link {
  position: relative;
  top: 0;
  transition: 0.2s;
  cursor: pointer;
}
.xt_navbar__link:hover {
  top: -2px;
  transition: 0.2s;
}
.xt_hero {
  height: 687px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.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: 28px;
  padding: 15px 56px;
}
.xt_section {
  position: relative;
  padding: 70px 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: 70px;
}
.xt_section--services {
}

.xt_section__header {
  text-align: center;
  margin-bottom: 26px;
}
.xt_section__eyebrow {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-size: 12px;
  font-family: "AlibabaPuHuiTiBold";
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.xt_section__title {
  font-size: clamp(30px, 16px + 4vw, 48px);
  font-family: "AlibabaPuHuiTiBold";
  background: linear-gradient(to right, #e63912, #ff8a3d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 6px;
  line-height: 50px;
}
.xt_section__subtitle {
  color: #8a3a1a;
  font-weight: 500;
  margin: 0;
}

.xt_section--light{
  margin-top: -26px;
}
.xt_section--light .xt_section__title{
  font-size: 38px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ffddb5;
  padding-bottom: 15px;
}
.xt_section--light .xt_container {
  position: relative;
  background: linear-gradient(
224deg, #fff4e1, #ffe4c9);
  border-radius: 24px;
  padding: 34px 60px;
  border: 1px solid #ffd8a8;
  box-shadow: 0px 4px 0 #ffd3a0;
}
.xt_section--light .xt_container:after{
  content: "";
  width: 70px;
  height: 74px;
  background: url(images/light.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 177px;
  right: 317px;
}
.xt_light_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 22px 56px;
}
.xt_light_ul li{
  border-radius: 50px;
  font-family: "AlibabaPuHuiTiBold";
  background: #ff9949;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 45px;
  box-shadow: inset 4px 2px 11px 1px #ff5f00;
}
.xt_light_ul li:nth-child(2), .xt_light_ul li:nth-child(3){
  background: #ff7d00;
}
 .xt_light_ul li:nth-child(3){
  margin-left: 109px;
 }
.xt_section--pack .xt_container{
    padding: 34px 60px;
    border: 1px solid #ffd8a8;
    background: linear-gradient(
224deg, #fff4e1, #ffe4c9);
    border-radius: 24px;
}
.xt_section--pack .xtbook{
  /* background: #ffffff; */
  padding: 10px  90px 0;
  margin-top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xt_section--pack .xtbook img{
  width: 100%;
}
.xt_lottery {
  position: relative;
  /* background: linear-gradient(135deg, #fff4e1, #ffe4c9); */
  /* border-radius: 24px; */
  /* padding: clamp(40px, 28px + 3.5vw, 56px); */
  /* border: 1px solid #ffd8a8; */
  overflow: hidden;
}
.xt_lottery__glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  /* background: rgba(255, 179, 71, 0.2); */
  border-radius: 999px;
  filter: blur(64px);
  transform: translate(80px, -80px);
  pointer-events: none;
}
.xt_lottery__content {
  position: relative;
}
.xt_lottery__banner {
  max-width: 212px;
  margin: 0 auto 40px;
  background: linear-gradient(to right, #ff8a3d, #ff5a1f);
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 12px 20px;
  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;
  max-width: 672px;
  margin: 0 auto 40px;
  line-height: 1.625;
}

.xt_lottery__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 86px;
}
.xt_lottery-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ffd8a8;
  transition: transform 0.3s;
}
.xt_lottery-card:hover {
  transform: translateY(-8px);
}
.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: 20px;
  text-align: center;
}
.xt_lottery-card__tag {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-size: 14px;
  font-family: "AlibabaPuHuiTiBold";
  padding: 6px 20px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.xt_lottery-card__desc {
  font-size: 14px;
  color: #8a3a1a;
  margin: 0;
}
.xt_lottery__note {
  text-align: right;
  font-size: 12px;
  color: rgba(138, 58, 26, 0.7);
  margin: 24px 0 0;
}

.xt_pack-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.xt_pack-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #ffd8a8;
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.xt_pack-card:hover {
  transform: translateY(-4px);
  border-color: #ff8a3d;
}
.xt_pack-card__num {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "AlibabaPuHuiTiBold";
}
.xt_pack-card__body {
  flex: 1;
}
.xt_pack-card__title {
  font-size: clamp(18px, 16px + 0.5vw, 20px);
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  margin: 0 0 8px;
  transition: color 0.3s;
}
.xt_pack-card:hover .xt_pack-card__title {
  color: #e63912;
}
.xt_pack-card__desc {
  font-size: 14px;
  color: #6a3820;
  line-height: 1.625;
  margin: 0;
}

.xt_pack-banner {
  margin-top: 40px;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  border-radius: 16px;
  padding: clamp(24px, 16px + 2vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  align-items: center;
  gap: 24px;
  color: #fff;
  width: 1200px;
  margin: 40px auto 0;
}
.xt_pack-banner__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.xt_pack-banner__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  flex-shrink: 0;
}
.xt_pack-banner__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.xt_pack-banner__title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
}
.xt_pack-banner__subtitle {
  font-size: 14px;
  opacity: 0.9;
}
.xt_pack-banner__btn {
  justify-self: end;
}

.xt_discount-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 64px;
}
.xt_discount-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #ffd8a8;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s;
}
.xt_discount-card:hover {
  transform: translateY(-8px);
}
.xt_discount-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(to right, #e63912, #ff5a1f);
  color: #fff;
  font-size: 12px;
  font-family: "AlibabaPuHuiTiBold";
  padding: 4px 12px;
  border-radius: 999px;
}
.xt_discount-card__period {
  display: inline-block;
  background: linear-gradient(to right, #ff8a3d, #e63912);
  color: #fff;
  font-family: "AlibabaPuHuiTiBold";
  padding: 8px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 15px;
}
.xt_discount-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 12px;
}
.xt_discount-card__number {
  font-size: 80px;
  font-family: "AlibabaPuHuiTiBold";
  background: linear-gradient(to bottom, #ff8a3d, #e63912);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  width: 49px;
}
.xt_discount-card__unit {
  font-size: 30px;
  font-family: "AlibabaPuHuiTiBold";
  color: #e63912;
  margin-top: 8px;
  margin-left: 4px;
  line-height: 1;
}
.xt_discount-card__note {
  color: #6a3820;
  font-weight: 500;
  margin: 0;
}

.xt_scratch {
  background: linear-gradient(135deg, #fff, #fff4e1);
  border-radius: 24px;
  padding: clamp(40px, 28px + 3.5vw, 56px);
  border: 1px solid #ffd8a8;
}
.xt_scratch__title {
  font-size: clamp(30px, 25.6px + 1.3vw, 36px);
  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 40px;
}
.xt_scratch__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(256px, 100%), 1fr));
}
.xt_reward {
  text-align: center;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ffd8a8;
  transition: border-color 0.3s;
}
.xt_reward:hover {
  border-color: #ff8a3d;
}
.xt_reward__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #fff;
  font-size: 30px;
}
.xt_reward__title {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  margin: 0 0 8px;
}
.xt_reward__desc {
  font-size: 14px;
  color: #6a3820;
  margin: 0;
}
.xt_scratch__note {
  text-align: center;
  font-size: 12px;
  color: rgba(138, 58, 26, 0.7);
  margin: 32px 0 0;
}

.xt_services-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.xt_service {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #ffd8a8;
  transition:
    background 0.3s,
    border-color 0.3s;
  cursor: pointer;
}
.xt_service:hover {
  background: linear-gradient(to right, #ff8a3d, #e63912);
  border-color: transparent;
}
.xt_service__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  background:rgb(255, 244, 225) url(images/1.png) no-repeat;
  background-position: center;
  background-size: 80%;
  color: #e63912;
  font-size: 24px;
  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;
}
.xt_service__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}
.xt_service__num {
  font-size: 12px;
  font-family: "AlibabaPuHuiTiBold";
  color: #ff8a3d;
}
.xt_service:hover .xt_service__num {
  color: rgba(255, 255, 255, 0.8);
}
.xt_service__title {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  color: #3a1a0a;
  margin: 0;
}
.xt_service:hover .xt_service__title {
  color: #fff;
}
.xt_service__desc {
  font-size: 14px;
  color: #6a3820;
  margin: 0;
  line-height: 1.625;
}
.xt_service:hover .xt_service__desc {
  color: rgba(255, 255, 255, 0.9);
}

.xt_cta {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  color: #fff;
  background: url(images/bg.jpg) no-repeat;
}
.xt_cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xt_cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(230, 57, 18, 0.85),
    rgba(255, 138, 61, 0.8)
  );
}
.xt_cta__content {
  position: relative;
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
  padding-inline: clamp(24px, 8px + 3vw, 48px);
}
.xt_cta__title {
  font-size: clamp(36px, 19.2px + 5vw, 60px);
  font-family: "AlibabaPuHuiTiBold";
  margin: 0 0 16px;
  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: clamp(18px, 16px + 0.5vw, 20px);
  color: #fef9c3;
  margin: 0 0 32px;
}
.xt_cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* 婵犵數鍎戠紞鈧い鏇嗗嫭鍙忛柣鎰嚟閳绘棃鏌熼幆褏锛嶆繛纭风到椤啴濡舵径宀€鏆┑鈽嗗亾閹凤拷 闂備胶鍋ㄩ崕鏌ュ蓟閿熺姴鐒垫い鎺戯攻鐎氾拷 濠殿喗宕块崨顓夛綁鏌ｉ弽鐢电М鐎规洘宀搁獮鎺楀箣濠靛棙杈堥梻浣告惈鐎氼剚鏅舵禒瀣︽慨姗嗗幘椤╄尙鈧厜鍋撻柍褜鍓欒彁妞ゆ洍鍋撻柟顖氱Ч閺佹捇鏁撻敓锟� */
.xt_cta__advisor {
  position: relative;
  display: inline-flex;
}
.xt_cta__advisor-qr {
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  width: 180px;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(0) translateY(-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: 50%;
  right: 100%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
  margin-right: -6px;
}
.xt_cta__advisor-qr img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.xt_cta__advisor:hover .xt_cta__advisor-qr {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(-50%);
}

.xt_cta__meta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.xt_cta__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xt_cta__meta-item i {
  color: #fde047;
}

.lay-form {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  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;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 20px 32px 32px;
  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: 20px;
  font-size: 24px;
  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: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: #64748b;
  font-size: 18px;
  line-height: 32px;
  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: 16px;
}

.sameform .form-row {
  display: flex;
  gap: 12px;
}

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

.sameform .form-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1.5px solid #ffede8;
  border-radius: 10px;
  font-size: 0.9375rem;
  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: 10px;
  padding: 8px;
  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: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  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.9375rem;
  color: #334155;
}

.sameform .other-input {
  flex: 1;
  height: 36px;
  padding: 0 10px;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.875rem;
  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: 40px;
  margin-top: 8px;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 0.9375rem;
  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: 8px;
  height: 52px;
  margin-top: 24px;
  border-radius: 12px;
  background-image: linear-gradient(135deg, #ff8a3d, #e63912);
  color: #ffffff;
  font-size: 1.0625rem;
  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: 8px;
  height: 52px;
  padding: 0 32px;
  border: none;
  border-radius: 12px;
  background-image: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 1rem;
  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: 10px;
}
.cta-ctaForm .form-input {
  background: #ffffff;
}
.cta-ctaForm .form-submit {
  margin-top: 15px;
}
.xt_footer {
  background-color: rgb(42, 18, 8);
  color: #ffffff;
}
.xt_footer__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}

.xt_footer__brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: linear-gradient(
    to right bottom,
    rgb(255, 107, 44),
    rgb(230, 57, 18)
  );
  display: flex;
  justify-content: center;
  align-items: center;
}
.xt_footer__brand {
  display: flex;
  gap: 15px;
}
.xt_footer__brand-title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
}
.xt_footer__brand-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.xt_footer__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
