.banner {
  position: relative;
  background-image: url(../../img/support/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 250px;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-title {
  font-weight: bold;
  font-size: 42px;
  color: #161616;
  margin-bottom: 32px;
}
.banner-title .highlight {
  font-style: normal;
  background: linear-gradient(90deg, #2aadff 0.68%, #6b68ff 96.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-desc {
  width: 550px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #515151;
  margin-bottom: 52px;
}
.banner-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 630px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  padding-left: 18px;
  overflow: hidden;
}
.banner-search .search-icon {
  width: 24px;
  height: 24px;
  background-image: url(../../img/support/search-icon.svg);
  background-size: 100% 100%;
}
.banner-search .search-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  color: #8c8c8c;
}
.banner-search .search-btn {
  width: 120px;
  height: 50px;
  color: #fff;
  background: #3b7fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 250ms;
}
.banner-search .search-btn:hover {
  background: #0058fe;
}
.wrap-title {
  font-weight: bold;
  font-size: 36px;
  color: #161616;
  text-align: center;
}
.wrap-1 {
  position: relative;
  z-index: 2;
  margin-top: -140px;
  padding-bottom: 150px;
}
.wrap-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 332px;
  background-image: url(../../img/support/wrap-1-bg.png);
  background-size: cover;
}
.wrap-1 .wrap-title {
  margin-bottom: 40px;
}
.wrap-1 .wrap-desc {
  width: 635px;
  font-size: 18px;
  line-height: 1.5;
  color: #515151;
  text-align: center;
  margin: 0 auto 80px;
}
.wrap-1 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.wrap-1 .swiper-slide {
  box-sizing: border-box;
  width: 335px;
  height: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 15px 3px rgba(90, 138, 197, 0.29);
  padding: 30px;
  transition: transform 250ms;
}
.wrap-1 .swiper-slide .slide-cover {
  width: 274px;
  height: 186px;
  margin-bottom: 24px;
}
.wrap-1 .swiper-slide .slide-title {
  font-weight: bold;
  font-size: 22px;
  color: #282828;
  margin-bottom: 14px;
}
.wrap-1 .swiper-slide .slide-desc {
  line-height: 1.5;
  text-align: center;
  color: #515151;
  padding: 0 50px;
}
.wrap-1 .swiper-slide:hover {
  transform: translateY(-10px);
}
.wrap-1 .swiper-pagination {
  display: none;
}
.wrap-2 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.wrap-2 .wrap-title {
  margin-bottom: 100px;
}
.wrap-2 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
.wrap-2 .swiper-slide {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 14px;
}
.wrap-2 .swiper-slide .slide-cover {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}
.wrap-2 .swiper-slide .slide-title {
  font-weight: bold;
  font-size: 22px;
  color: #282828;
  margin-bottom: 14px;
}
.wrap-2 .swiper-slide .slide-desc {
  line-height: 1.8;
  color: #515151;
}
.wrap-2 .wrap-content {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  border: 2px solid #ddecff;
  background: #fff;
  box-shadow: 0 6px 30px 0 rgba(24, 85, 115, 0.05);
  padding: 20px 30px 20px 50px;
}
.wrap-2 .content-info {
  padding-top: 40px;
}
.wrap-2 .content-info .wrap-title {
  text-align: left;
  margin-bottom: 24px;
}
.wrap-2 .content-info .content-desc {
  width: 445px;
  font-size: 18px;
  line-height: 1.5;
  color: #515151;
  margin-bottom: 38px;
}
.wrap-2 .content-info .content-btn {
  width: 218px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  background: #3b7fff;
  box-shadow: 3px 4px 15px 0 rgba(86, 128, 207, 0.61);
  transition: transform 250ms, background 250ms;
}
.wrap-2 .content-info .content-btn:hover {
  transform: translateY(-10px);
  background: #0058fe;
}
.wrap-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 446px;
  height: 446px;
  z-index: -1;
  transform: rotate(60deg);
  border-radius: 446px;
  opacity: 0.6;
  background: #87cbff;
  filter: blur(262px);
}
.wrap-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 446px;
  height: 446px;
  z-index: -1;
  transform: rotate(60deg);
  border-radius: 446px;
  opacity: 0.6;
  background: #87cbff;
  filter: blur(262px);
}
.wrap-2 .swiper-pagination {
  display: none;
}
@media (max-width: 768px) {
  .banner {
    background: linear-gradient(189deg, rgba(114, 175, 255, 0.6) -44.85%, #fff 89.08%);
    padding: 80rem 0 240rem;
  }
  .banner-title {
    text-align: center;
    font-size: 36rem;
    margin-bottom: 22rem;
  }
  .banner-desc {
    width: 100%;
    font-size: 16rem;
    margin-bottom: 40rem;
  }
  .banner-search {
    gap: 12rem;
    width: 100%;
    height: 46rem;
    border-radius: 10rem;
    padding-left: 12rem;
  }
  .banner-search .search-icon {
    width: 24rem;
    height: 24rem;
  }
  .banner-search .search-input {
    font-size: 14rem;
  }
  .banner-search .search-btn {
    width: 70rem;
    height: 46rem;
    font-size: 12 rem;
  }
  .wrap-title {
    font-size: 24rem;
    line-height: 1.5;
  }
  .wrap-1 {
    margin-top: -140rem;
    padding-bottom: 100rem;
  }
  .wrap-1::before {
    display: none;
  }
  .wrap-1 .wrap-title {
    margin-bottom: 40px;
  }
  .wrap-1 .wrap-desc {
    width: 100%;
    font-size: 16rem;
    margin: 0 auto 32rem;
  }
  .wrap-1 .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 20rem 10rem 60rem;
  }
  .wrap-1 .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .wrap-1 .swiper-slide {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 14rem;
    box-shadow: 0 0 10rem 2rem rgba(90, 138, 197, 0.29);
    padding: 30rem;
  }
  .wrap-1 .swiper-slide .slide-cover {
    width: 274rem;
    height: 186rem;
    margin-bottom: 24rem;
  }
  .wrap-1 .swiper-slide .slide-title {
    font-size: 22rem;
    margin-bottom: 14rem;
  }
  .wrap-1 .swiper-slide .slide-desc {
    padding: 0 50rem;
  }
  .wrap-1 .swiper-slide:hover {
    transform: translateY(0);
  }
  .wrap-1 .swiper-pagination {
    display: block;
  }
  .wrap-1 .swiper-pagination-bullet {
    background: #b9d7ff;
    opacity: 1;
  }
  .wrap-1 .swiper-pagination-bullet-active {
    background: #1379ff;
    opacity: 1;
  }
  .wrap-2 {
    padding: 0 0 100rem;
  }
  .wrap-2 .wrap-title {
    margin-bottom: 60rem;
  }
  .wrap-2 .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 0 20rem 50rem;
    margin-bottom: 60rem;
  }
  .wrap-2 .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .wrap-2 .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
  }
  .wrap-2 .swiper-slide .slide-cover {
    width: 76rem;
    height: 76rem;
    margin-bottom: 24rem;
  }
  .wrap-2 .swiper-slide .slide-title {
    font-size: 22rem;
    margin-bottom: 14rem;
  }
  .wrap-2 .swiper-slide .slide-desc {
    text-align: center;
  }
  .wrap-2 .swiper-pagination {
    display: block;
  }
  .wrap-2 .swiper-pagination-bullet {
    background: #b9d7ff;
    opacity: 1;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background: #1379ff;
    opacity: 1;
  }
  .wrap-2 .wrap-content {
    flex-direction: column-reverse;
    border-radius: 16rem;
    border-width: 2rem;
    box-shadow: 0 6rem 30rem 0 rgba(24, 85, 115, 0.05);
    padding: 30rem 25rem;
  }
  .wrap-2 .content-info {
    padding-top: 40rem;
  }
  .wrap-2 .content-info .wrap-title {
    text-align: center;
    margin-bottom: 12rem;
  }
  .wrap-2 .content-info .content-desc {
    box-sizing: border-box;
    width: 100%;
    font-size: 16rem;
    text-align: center;
    margin-bottom: 24rem;
    padding: 0;
  }
  .wrap-2 .content-info .content-btn {
    width: 186rem;
    height: 45rem;
    font-size: 16rem;
    border-radius: 8rem;
    box-shadow: 3rem 4rem 15rem 0 rgba(86, 128, 207, 0.61);
    margin: 0 auto;
  }
  .wrap-2 .content-info .content-btn:hover {
    transform: translateY(0);
  }
  .wrap-2 .content-pic {
    width: 100%;
  }
  .wrap-2 .content-pic img {
    width: 100%;
    height: auto;
  }
  .wrap-2::before,
  .wrap-2::after {
    display: none;
  }
}
