.pms-1 {
  background: url(/image/eee1c73.png) no-repeat;
  background-size: 100% 400px;
  width: 100%;
}

.pms-1-container {
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.pms-1-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.pms-1-content {
  margin-top: 40px;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.pms-1-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f0f3fc;
  margin-bottom: 24px;
}

.pms-1-item-head {
  background-image: url(/image/3.png);
  background-size: cover;
  height: 130px;
  padding: 24px 32px;
  position: relative;
  box-sizing: border-box;
}

.pms-1-item-head-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pms-1-item-head-sub-title {
  color: #d6f5ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pms-1-item-img {
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  z-index: 10;
}

.pms-1-item-desc {
  padding: 24px 32px;
}

.pms-1-item-desc .icon-dian {
  color: #053dc8;
  padding-right: 10px;
}

.pms-1-item-desc-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 24px;
}

.pms-1-item-desc-item-sub {
  color: #9ca2c0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 24px;
  margin-top: 8px;
}

.pms-1-item-desc-item .icon-dagou1 {
  padding-right: 10px;
}

.pms-2 {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  background: #eef3ff;
}

.pms-2-container {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pms-2-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}

.pms-2-sub-title {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.pms-2-banner {
  background-color: #e6eeff;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 327px;
  overflow: hidden;
  margin: 0 auto;
}

.pms-2-swiper-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pms-2-swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: transform 1s ease-in-out;
}

.pms-2-swiper-slide {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  transition-property: transform;
}

.pms-2-swiper-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes pmsSwiperSlide {
  0% {
    transform: translateX(0);
  }

  33% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0);
  }
}

.pms-2-swiper-slide-item {
  padding: 40px 24px;
  width: 100%;
  box-sizing: border-box;
}

.pms-2-swiper-slide-item-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
}

.pms-2-swiper-slide-item-desc {
  color: #626262;
  font-size: 14px;
  line-height: 1.4;
}

.pms-2-swiper-slide-item .icon-dian {
  color: #053dc8;
}

.pms-2-swiper-slide-img {
  width: 100%;
  object-fit: cover;
}

.pms-2-btn-primary {
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 220px;
  margin: 40px auto 0;
  background: var(--text-color-primary);
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}