* {
  margin: 0;
  padding: 0;
  font-size: 3.2vw;
  font-family: "PingFang SC";
}

div {
  box-sizing: border-box;
}

.container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 23.4666vw;
}

.bg {
  position: relative;
  height: 128vw;
  width: 100%;
  background-image: url("./images/bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.header {
  height: 18.13333vw;
  width: 100%;
  display: flex;
  padding: 0 4.26666vw;
  justify-content: space-between;
}

.left {
  display: flex;
  align-items: center;
  font-size: 4.26666vw;
  font-weight: 500;
  color: #252729;
}

.left img {
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 1.6vw;
}

.right {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}

.wx-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.bubble {
  position: fixed;
  top: 2.6666vw;
  border-radius: 1.0666vw;
  padding: 2.6666vw;
  width: 32vw;
  height: 14.4vw;
  background: #001529;
  box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
  display: none;
  flex-direction: column;
  align-items: center;
  font-size: 3.2vw;
  z-index: 100;
}

.bubble > span {
  color: #FFF;
  font-size: 3.2vw;
}

.bubble::after {
  content: "";
  position: absolute;
  top: -1.6vw;
  right: -1.6vw;
  width: 0;
  height: 0;
  border-left: 2.6666vw solid transparent;
  border-right: 2.6666vw solid transparent;
  border-bottom: 2.6666vw solid #001529;
  transform: translateX(-50%);
}

.filter {
  width: 100%;
  height: 18.66666vw;
  background: linear-gradient(180deg, rgba(244, 247, 253, 0.00) 0%, #F9FAFF 60%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;

}

.btn-container {
  width: 100%;
  height: 20.53333vw;
  background: #F9FAFF;
  padding: 2.13333vw 0 5.33333vw 0;
  overflow: hidden;
}

.btn {
  height: 12.8vw;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.26666vw;
  font-weight: bold;
  border-radius: 24.5333vw;
  background: #146AFF;
  /* 蓝色阴影 */
  box-shadow: 0 1.0666vw 3.2vw 0 rgba(22, 119, 255, 0.60);
  margin: 0 auto;
  animation: ripple 2s linear infinite;
  overflow: hidden;
  font-family: "PingFang SC";
  z-index: 88;
}

.btn-bottom {
  animation: none;
  width: 100% !important;
}


@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.btn:active {
  background: rgba(68, 144, 247, 0.8);
}

.item {
  background: #F9FAFF;
  width: 100%;
  display: flex;
  gap: 2.13333vw;
  height: 56vw;
  overflow: hidden;
}

.item-title {
  display: flex;
  align-items: center;
  gap: 1.0666vw;
  white-space: nowrap;
}

.item-title > span {
  color: #252729;
  font-size: 5.33333vw;
  font-weight: 600;
}

.item-subtitle {
  color: #5E6266;
  font-size: 3.4666vw;
  position: relative;
  padding-left: 5.33333vw;
  line-height: 5.8666vw;
  margin-top: 2.13333vw;
}

.item-subtitle::before {
  content: "";
  position: absolute;
  left: 2.13333vw;
  top: 2.1333vw;
  background: #5E6266;
  width: 1.0666vw;
  height: 1.0666vw;
  border-radius: 50%;
}

.item-image > img {
  width: 53.3333vw;
  height: 100%;
}

.item-right {
  height: 53.3333vw;
  padding-right: 4.26666vw;
  flex-direction: row-reverse;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, #FFF 100%);
}

.item-left {
  height: 58.13333vw;
  padding-left: 4.26666vw;
  justify-content: space-between;
}

.suspend {
  position: fixed;
  bottom: 0;
  left: 0;
  background: transparent;
}

.ripple {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: rippleBtn 2s linear infinite;
}

@keyframes rippleBtn {
  0% {
    left: -100%;
  }
  50% {
    left: -20%;
  }
  75% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}

.ripple::before {
  content: '';
  position: absolute;
  top: -5.33333vw;
  flex-shrink: 0;
  height: 180%;
  width: 5.33333vw;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  -webkit-filter: blur(1.93237vw);
  filter: blur(1.93237vw);
  mix-blend-mode: lighten;
}

.ripple::after {
  content: '';
  position: absolute;
  top: -5.3333vw;
  left: 6.66666vw;
  flex-shrink: 0;
  width: 10.6666vw;
  height: 180%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  -webkit-filter: blur(1.93237vw);
  filter: blur(1.93237vw);
  mix-blend-mode: lighten;
  z-index: 100;
}

.swiper-container {
  width: 44vw;
  margin: 6.4vw auto 0 auto;
  /*height: 100%;*/
}

.pagination {
  position: absolute;
  z-index: 3;
  bottom: 2.6666vw;
  width: 100%;
  display: flex;
  gap: 1.6vw;
  justify-content: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 1.6vw !important;
  height: 1.6vw !important;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  margin: 0 !important;
}

.swiper-active-switch {
  background: #146AFF;
}

.swiper-slide {
  z-index: 1;
  border-radius: 4.26666vw;
  overflow: hidden;
  background: #fff;
}

.swiper-slide > img {
  width: 100%;
  height: 100%;
}

.swiper-slide-active {
  box-shadow: 0 1vw 8.36vw 0 rgba(2, 18, 81, 0.60);
}

.title {
  width: 83.73333vw;
  margin: 0 auto 3.2vw auto;
}

.subtitle {
  color: #5E6266;
  font-size: 4.26666vw;
  text-align: center;
}

.banner {
  width: 88.333vw;
  margin: 0 auto;
  overflow: hidden;
  flex: 1;
  position: relative;
  height: 0;
}
.item-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
