/* ============ 基础重置 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
/* 375px 设计稿 = 手机100%宽度，1rem = 100px */
html {
  font-size: calc(100vw / 3.75);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background-color: #03163e;
}
img { display: block; }

/* ============ 最外层容器 ============ */
.wrap {
  position: relative;
  isolation: isolate;
  width: 100%;
  /* 高由内部内容撑开 */
  background: url(img/bg.png) repeat-y center top;
  background-size: 100% auto;
}

/* A second, screen-blended spark layer keeps the page artwork fixed underneath. */
.wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -0.12rem 0;
  pointer-events: none;
  background: url(img/bg.png) repeat-y center top / 100% auto;
  mix-blend-mode: screen;
  opacity: 0.16;
  animation: spark-drift 5.2s ease-in-out infinite alternate;
  will-change: transform, opacity, filter;
}

.wrap > * {
  z-index: 1;
}

.card1 {
  position: relative;
  width: 100%;
  height: 5.8rem;
  background: url(img/bg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.card1-title {
  width: 3.13rem;
  height: 0.62rem;
  position: absolute;
  top: 0.99rem;
  left: 0.33rem;
  background: url(img/title.png) no-repeat center center;
  background-size: 100% 100%;
  animation: title-reveal 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  will-change: transform, opacity, clip-path;
}

@keyframes title-reveal {
  0% {
    opacity: 0;
    transform: translateX(-0.42rem);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

.card1 .card1-btn {
  width: 1.41rem;
  height: 0.45rem;
  position: absolute;
  left: 1.17rem;
  top: 2.13rem;
  background: url(img/rect1.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: button-breathe 1.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.card1 .card1-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}


.card1 .card1-btn a span {
  font-size: 0.15rem;
  color: #05204C;
  font-weight: 800;
}

.card1 .card1-btn2 {
  width: 1.17rem;
  height: 0.42rem;
  position: absolute;
  left: 1.29rem;
  top: 2.77rem;
  background: url(img/rect2.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D6A86C;
  font-size: 0.14rem;
  font-weight: 800;
}

.card1 .card1-tel {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  left: 3.18rem;
  top: 2.55rem;
  background: url(img/tel-icon.png) no-repeat center center;
  background-size: 100% 100%;
}

@keyframes button-breathe {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px #e9a62040, 0 0 0 0 #f7ca7773;
  }
  50% {
    transform: scale(1.045);
    box-shadow: 0 12px 32px #e9a62070, 0 0 0 15px #f7ca7700;
  }
}

@keyframes spark-drift {
  0% {
    opacity: 0.1;
    transform: translate3d(0, 0.08rem, 0);
    filter: brightness(0.8) saturate(0.9);
  }
  55% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.2;
    transform: translate3d(0, -0.1rem, 0);
    filter: brightness(1.35) saturate(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .card1-title,
  .card1 .card1-btn,
  .wrap::before {
    animation: none;
  }
}

.card1 .num-card {
  width: 3.34rem;
  height: 2.09rem;
  background: #202751;
  border-radius: 0.1rem;
  border: 0.02rem solid #29305C;
  /* border-image: linear-gradient(0deg, #29305C, #515789) 2 2; */
  position: absolute;
  left: 0.23rem;
  top: 3.57rem;
}

.card1 .num-card .num-title{
  width: 3.22rem;
  height: 0.66rem;
  position: absolute;
  left: -0.11rem;
  top: 0.14rem;
  background: url(img/tip1.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #243361;
  font-size: 0.15rem;
  font-weight: 800;
}

.card1 .num-card .num-p {
  width: 2.63rem;
  height: 0.92rem;
  font-weight: 500;
  font-size: 0.15rem;
  color: #B8BFE9;
  line-height: 0.26rem;
  position: absolute;
  top: 0.86rem;
  left: 0.18rem;
}

.card1 .num-card .num-comma {
  width: 0.45rem;
  height: 0.35rem;
  position: absolute;
  top: 1.62rem;
  left: 2.75rem;
}

/* 卡片2 */
.card2 {
  position:  relative;
  width: 100%;
  height: 2.51rem;
}

.card2 .card2-title {
  position: absolute;
  top: 0.22rem;
  left: 1.09rem;
  font-weight: 800;
  font-size: 0.26rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card2 .card2-title .card2-title2 {
  background: linear-gradient(-90deg, #F8F0E5 0%, #D8A97F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card2 .card2-p {
  position: absolute;
  top: 0.67rem;
  left: 0.38rem;
  width: 2.99rem;
  height: 0.65rem;
  font-weight: 500;
  font-size: 0.13rem;
  color: #FFFFFF;
  line-height: 0.26rem;
}

.card2 .card2-list {
  position: absolute;
  top: 1.55rem;
  left: 0.09rem;
  width: 3.58rem;
  height: 0.96rem;

  /* 渐变边框 + 圆角：双层背景法 */
  background:
    linear-gradient(0deg, #0A2F66, #06112F) padding-box,
    linear-gradient(0deg, #D1A96E, #F9E7C1) border-box;
  border: 1px solid transparent;
  border-radius: 0.1rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card2 .card2-list .card2-item {
  width: 0.79rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card2 .card2-list .card2-item-imgwrap {
  width: 0.38rem;
  height: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card2 .card2-list .card2-item>img {
  width: 0.38rem;
  height: auto;
}

.card2 .card2-list .card2-item>span:last-child {
  margin-top: 0.1rem;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.26rem;
}

.card2 .card2-list .card2-line {
  width: 0.01rem;
  height: 0.71rem;
  background: #B8BFE9;
}


/* card3 */
.card3 {
  position: relative;
  width: 100%;
  height: 24.57rem;
}

.card3-title {
  position: absolute;
  top: 0.36rem;
  left: 0.96rem;
  font-weight: 800;
  font-size: 0.26rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card3-title .card3-title2, .card3-title44 {
  background: linear-gradient(-90deg, #F8F0E5 0%, #D8A97F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.card3-p {
  position: absolute;
  top: 0.81rem;
  left: 0.51rem;
  width: 2.64rem;
  height: 0.39rem;
  font-weight: 500;
  font-size: 0.13rem;
  color: #FFFFFF;
  line-height: 0.26rem;
}

.card3 .title-bg {
  padding-top: calc(0.36rem + 0.81rem);
  padding-left: 0.2rem;
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 0.26rem;
  font-weight: 500;
}

.card3 .title-bg-1 {
  position: relative;
  margin-top: 0.29rem;
}

.tb2 {
  width: 0.40rem;
  height: 0.29rem;
  position: absolute;
  top: -0.05rem;
  left: 0.2rem;
}

.tb1 {
  width: 3.22rem;
  height: 0.44rem;
}

.ccc1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  top: calc(8.80rem - 0.2rem);
  /* left: 0.21rem */
}

.tbp1 {
  padding: 0.15rem;
  width: 3.34rem;
  /* height: 3.40rem; */
  color: #B8BFE9;;
  /* 渐变边框 + 圆角：双层背景法 */
  background-image:
    linear-gradient(#202751, #202751),
    linear-gradient(0deg, #29305C, #515789);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 0.02rem solid transparent;
  border-radius: 0.1rem;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 0.26rem;
  margin-top: 0.2rem;
  position: relative;
}
.tbp1 img {
  width: 0.74rem;
   height: 0.46rem;
   position: absolute;
   bottom: 0rem;
   right: 0;
}

.tbp {
  padding: 0.15rem;
  width: 3.34rem;
  position: absolute;
  top: 0.33rem;
  left: 0;
  /* height: 3.40rem; */
  color: #B8BFE9;;
  /* 渐变边框 + 圆角：双层背景法 */
  background-image:
    linear-gradient(#202751, #202751),
    linear-gradient(0deg, #29305C, #515789);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 0.02rem solid transparent;
  border-radius: 0.1rem;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 0.26rem;
 }


 .card44-p {  
  width: 100%;
  height: 0.65rem;
  font-weight: 500;
  font-size: 0.13rem;
  color: #FFFFFF;
  line-height: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .gggg {
      padding: 0.15rem;
    padding-top: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.15rem;
    width: 3.34rem;
    /* height: 3.40rem; */
    color: #B8BFE9;
    background-image: linear-gradient(#202751, #202751), linear-gradient(0deg, #29305C, #515789);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 0.02rem solid transparent;
    border-radius: 0.1rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.26rem;
    position: relative;
    margin: 0.2rem auto 0;
 }

 .gggg img {
  width: 100%;
   height: auto;
 }

 .card3-title44 {
  font-weight: 800;
  font-size: 0.24rem;
  color: #FFFFFF;
  background: linear-gradient(-90deg, #F8F0E5 0%, #D8A97F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }


 .aaaaa {
  font-weight: 500;
  font-size: 0.15rem;
  color: #B8BFE9;
  line-height: 0.26rem;
  margin: 0.18rem 0 0.24rem;
 }


 .mmm {
    /* padding: 0.15rem;
    padding-top: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.15rem; */
    width: 3.34rem;
    /* height: 3.40rem; */
    color: #B8BFE9;
    background-image: linear-gradient(#202751, #202751), linear-gradient(0deg, #29305C, #515789);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 0.02rem solid transparent;
    border-radius: 0.1rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin: 0.2rem auto 0;
    position: relative;
 }

 .mmm-3 {
  width: 0.45rem;
  height: 0.35rem;
  position: absolute;
  top: 0.23rem;
  right: 0.22rem;
 }

 .mmm-2 {
  margin-top: 0.14rem;
  margin-left: -0.11rem;
  width: 1.97rem;
    height: 0.66rem;
    background-image: url(./img/tip2.png);
    background-size: 100% 100%;
 }

 .mmm-2-1 {
  display: inline-block;
font-weight: 800;
font-size: 0.24rem;
color: #243361;
margin-left: 0.19rem;
margin-top: 0.14rem;
 }

 .mmm-2-2 {
  display: inline-block;
font-weight: 500;
font-size: 0.15rem;
color: #243361;
margin-left: 0.1rem;
 }

 .starss {
  margin: 0.15rem 0.19rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
 }

 .starss img {
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.06rem;
 }

 .star-x {
  margin: 0 0.69rem 0.25rem 0.18rem;
font-weight: 500;
font-size: 0.15rem;
color: #B8BFE9;
line-height: 0.26rem;
 }
