@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.feature section {
  position: relative;
  padding: 5.21vw 0;
}
.feature section:nth-of-type(even) {
  background: #f3f4f8;
}
.feature section:nth-of-type(even) .block {
  background: radial-gradient(92.65% 47.5% at 50% 83.97058824%, rgba(155, 175, 226, 0.25) 0%, rgba(155, 175, 226, 0) 73.59%), linear-gradient(180deg, #d7e6f8 0%, #eaf3fb 99.52%);
}
.feature section .block {
  padding: 5vw 0 0 0;
  opacity: 0;
  position: relative;
  border-radius: 1.04vw;
  background: linear-gradient(180deg, #f3f6ff 0.48%, #e1e9fb 100%);
}
.feature section h4 {
  position: absolute;
  top: 2.5vw;
  left: 2.08vw;
  font-size: 2vw;
  color: #131d64;
  z-index: 1;
}
.feature section p {
  position: absolute;
  top: 5.5vw;
  left: 2.08vw;
  font-size: 1vw;
  color: #707b8c;
  z-index: 1;
}
.feature .navbar {
  position: relative;
  height: 32.19vw;
  opacity: 1;
  width: 100%;
  background: #e8f0ff;
  padding-bottom: 5.21vw;
}
.feature .navbar .inner {
  width: 68.75vw;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.feature .navbar .inner h2 {
  padding: 5.21vw 0;
  font-size: 3.13vw;
  color: #131d64;
}
.feature .navbar .inner h2 em {
  color: #2367e4;
}
.feature .navbar .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 2.08vw;
}
.feature .navbar .swiper-scrollbar {
  width: 10vw;
  margin: 0 auto;
  bottom: 0vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}
.feature .navbar .swiper-scrollbar-drag {
  background: #ffffff;
}
.feature .navbar .swiper-button-prev {
  left: 12vw;
}
.feature .navbar .swiper-button-next {
  right: 12vw;
}
.feature .navbar .swiper-button-next,
.feature .navbar .swiper-button-prev {
  margin-top: 2vw;
  width: auto;
  height: auto;
}
.feature .navbar .swiper-button-next::after,
.feature .navbar .swiper-button-prev::after {
  content: " ";
}
.feature .navbar .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: translateY(0);
  position: relative;
  width: 12.5vw;
  background-color: #fafcff;
  border-radius: 0.52vw;
  box-shadow: 0px 0px 10px rgba(35, 103, 228, 0.1);
  padding: 4.17vw 0 4.17vw 0;
}
.feature .navbar .swiper-slide img {
  position: absolute;
  left: 50%;
  top: -2.67vw;
  padding: 1.04vw;
  width: 4.33vw;
  height: 4.33vw;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.04vw;
}
.feature .navbar .swiper-slide h4 {
  font-size: 1.56vw;
  color: #131d64;
}
.feature .navbar .swiper-slide p {
  margin-top: 0.52vw;
  font-size: 1.04vw;
  color: #707b8c;
}
.feature .navbar .swiper-slide .btn {
  margin-top: 1.04vw;
  border: 1px solid #28a5fd;
  color: #131d64;
  padding: 0.5vw 1.04vw;
  border-radius: 0.52vw;
  text-align: center;
  font-size: 0.83vw;
  background: transparent;
}
.feature .navbar .swiper-slide-active,
.feature .navbar .swiper-slide-duplicate-active {
  transform: translateY(-1.08vw);
}
.feature .navbar .swiper-slide-active .icon-link,
.feature .navbar .swiper-slide-duplicate-active .icon-link {
  background-image: url(../images/icon-link-active.png);
}
.feature .navbar .swiper-slide-active .btn,
.feature .navbar .swiper-slide-duplicate-active .btn {
  color: #fff;
  background: linear-gradient(90deg, #2367e4 0%, #1a96ff 100%), linear-gradient(90deg, #3c81fc 0%, #28a5fd 100%);
  border: 0;
}
.feature .tabs {
  opacity: 0;
  position: sticky;
  top: 0;
  text-align: center;
  padding: 6.81vw 0 0 0;
  background-color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(20px);
  z-index: 11;
  padding-bottom: 1.56vw;
}
.feature .tabs h3 {
  font-size: 2.08vw;
  color: #131d64;
}
.feature .tabs h3 em {
  color: #2367e4;
}
.feature .tabs .tabbar {
  margin-top: 1.56vw;
  display: inline-block;
  border-radius: 4.6vw;
  background: #f3f4f8;
  width: auto;
  padding: 0.31vw;
}
.feature .tabs .tabbar li {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0 0.83vw;
  font-size: 0.94vw;
  color: #131d64;
  height: 1.88vw;
  line-height: 1.88vw;
}
.feature .tabs .tabbar li.active {
  border-radius: 4.6vw;
  background: #131d64;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .feature section {
    text-align: left;
  }
  .feature section .block {
    padding: 10vw 6.4vw;
  }
  .feature section h4 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    font-size: 4.27vw;
  }
  .feature section p {
    position: relative;
    font-size: 3.73vw;
    top: 0;
    left: 0;
  }
  .feature section img {
    margin-top: 5.33vw;
  }
  .feature .swiper-container {
    margin-top: 5.33vw;
  }
  .feature .navbar {
    height: auto;
  }
  .feature .navbar .inner {
    padding: 10vw 0;
    width: 90vw;
  }
  .feature .navbar .inner h2 {
    font-size: 6.4vw;
    margin-bottom: 10.33vw;
  }
  .feature .navbar .inner .swiper-slide {
    padding: 8vw 0 8vw 0;
  }
  .feature .navbar .inner .swiper-slide h4 {
    font-size: 4.27vw;
  }
  .feature .navbar .inner .swiper-slide p {
    font-size: 3.73vw;
  }
  .feature .navbar .inner .swiper-slide img {
    width: 12.67vw;
    height: 12.67vw;
    top: -6.4vw;
    padding: 2.67vw;
  }
  .feature .navbar .inner .swiper-slide a {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    padding: 1.6vw 3.2vw;
  }
  .feature .navbar .inner .swiper-slide a i.icon-link {
    vertical-align: middle;
    width: 4vw;
    height: 4vw;
  }
  .feature .navbar .inner .swiper-button-prev,
  .feature .navbar .inner .swiper-button-next {
    display: none;
  }
  .feature .tabs {
    top: 18.7vw;
    margin: 5.33vw 0;
    padding-bottom: 5.33vw;
  }
  .feature .tabs h3 {
    font-size: 4.8vw;
  }
  .feature .tabs .tabbar {
    margin-top: 5.33vw;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding: 0;
  }
  .feature .tabs .tabbar li {
    flex: none;
    font-size: 3.73vw;
    line-height: 4vw;
    padding: 2.67vw;
    height: auto;
  }
}
