.container {
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
.banner {
  padding: 72px 0 190px;
  background: url("https://img.tunefab.com/uploads/page/authors/banner-pc.webp") no-repeat center / cover;
}
.banner .banner-tit {
  text-align: center;
  color: #061c3d;
  font-size: 42px;
  font-weight: 600;
  line-height: 146.682%;
  /* 61.606px */
}
.banner .banner-desc {
  max-width: 874px;
  margin: 14px auto 0;
  color: #414141;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.banner .honor-box {
  position: relative;
  max-width: 878px;
  margin: 56px auto 0;
  display: flex;
  justify-content: space-between;
}
.banner .honor-box::before {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(to right, #d7d7d9 0px, #d7d7d9 10px, transparent 10px, transparent 15px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
  width: 100%;
}
.banner .honor-box .honor-item {
  margin-top: 30px;
}
.banner .honor-box .honor-num {
  color: #0b63e5;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.6px;
  margin-right: 6px;
}
.banner .honor-box .honor-tit {
  color: #061c3d;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  /* 22px */
  letter-spacing: 0.22px;
}
.wrap-tit {
  text-align: center;
  color: #061c3d;
  font-size: 36px;
  font-weight: 600;
  line-height: 146.682%;
  /* 52.805px */
}
.wrap3 {
  margin-top: 94px;
  padding: 72px 0 78px;
  background: #f9fbff;
}
.wrap3 .wrap-desc {
  max-width: 974px;
  margin: 34px auto 0;
  color: #46576f;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
.wrap3 .wrap-btn {
  display: block;
  width: fit-content;
  margin: 34px auto 0;
  padding: 10px 20px;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  /* 24px */
  transition: all 0.4s;
}
.wrap3 .wrap-btn:hover {
  transform: translateY(-8px);
}
.feature-list {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.feature-list .feature-item {
  flex: 1;
  height: auto;
  position: relative;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.feature-list .feature-item:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 75.1px 0 rgba(176, 189, 207, 0.26);
}
.feature-list .feature-item:hover .item-after {
  transform: translate(0, 0);
}
.feature-list .feature-item .item-avatar {
  margin-bottom: 18px;
}
.feature-list .feature-item .item-tit {
  color: #061c3d;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  /* 32px */
}
.feature-list .feature-item .item-job {
  color: #707b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  margin-top: 6px;
}
.feature-list .feature-item .item-desc {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f3f4f7;
  color: #46576f;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.feature-list .feature-item .item-text {
  position: relative;
  color: #46576f;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-top: 50px;
}
.feature-list .feature-item .item-text::before {
  position: absolute;
  content: "";
  top: -24px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #dbdbdb 0px, #dbdbdb 6px, transparent 6px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.feature-list .feature-item .item-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  padding: 26px 30px;
  background: url("https://img.tunefab.com/uploads/page/authors/syh.png") #fff no-repeat right 26px top 30px;
  border-radius: 16px;
  transition: all 0.4s;
}
.feature-list .feature-item .item-before .item-tit,
.feature-list .feature-item .item-before .item-job {
  margin-left: 16px;
}
.wrap2 {
  margin-top: 124px;
}
.wrap2 .feature-list {
  gap: 44px 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wrap2 .feature-list .feature-item {
  width: calc((100% - 20px * 3) / 4);
  flex: inherit;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}
.wrap2 .feature-list .feature-item .item-avatar {
  margin-bottom: 8px;
  margin-top: 10px;
}
.wrap2 .feature-list .feature-item .item-tit,
.wrap2 .feature-list .feature-item .item-job {
  margin-left: 8px;
}
.wrap2 .feature-list .feature-item .item-job {
  margin-top: 2px;
}
.wrap2 .feature-list .feature-item .item-desc {
  margin-top: 8px;
  padding: 12px 8px;
  height: 126px;
  box-sizing: border-box;
}
.wrap2 .feature-list .feature-item .item-after {
  padding: 16px 20px;
  background-size: 42px 40px;
}
.wrap2 .feature-list .feature-item .item-text {
  font-size: 14px;
  margin-top: 36px;
}
.wrap2 .feature-list .feature-item .item-text::before {
  top: -16px;
}
.wrap2 .feature-list .feature-item.box-visible {
  opacity: 1;
  transform: translateY(0);
}
.wrap2 .feature-list .feature-item.box-hidden {
  display: none;
}
.wrap2 .feature-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  margin: 40px auto 0;
  column-gap: 6px;
  border-radius: 6px;
  border: 1px solid #007bff;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.wrap2 .feature-btn span {
  color: #007bff;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.wrap2 .feature-btn.btn-accent .btn-arrow {
  transform: rotate(180deg);
}
.wrap2 .feature-btn:hover {
  transform: translateY(-8px);
}
.wrap1 {
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 996px) {
  .wrap1 .feature-list {
    flex-direction: column;
  }
  .wrap1 .feature-list .feature-item {
    max-width: 372px;
    margin: 0 auto;
  }
  .wrap2 .feature-list .feature-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 28px;
  }
  .banner {
    padding: 44px 0 66px;
    background: url("https://img.tunefab.com/uploads/page/authors/banner-mb.webp") no-repeat center / cover;
  }
  .banner .banner-tit {
    font-size: 36px;
  }
  .banner .banner-desc {
    font-size: 16px;
    margin: 10px auto 0;
  }
  .banner .honor-box {
    margin: 26px auto 0;
  }
  .banner .honor-box .honor-item {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    align-items: center;
  }
  .banner .honor-box .honor-num {
    font-size: 22px;
  }
  .banner .honor-box .honor-tit {
    font-size: 18px;
  }
  .wrap1 {
    margin-top: 42px;
  }
  .wrap1 .feature-list {
    margin-top: 26px;
    gap: 0;
    justify-content: inherit;
    flex-direction: inherit;
  }
  .wrap1 .feature-list .feature-item {
    flex: none;
    max-width: 100%;
  }
  .wrap1 .wrap1-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wrap1 .swiper-pagination-bullet {
    opacity: 0.2;
    background: #0b63e5;
  }
  .wrap1 .swiper-pagination-bullet-active {
    background: #0b63e5;
    opacity: 1;
  }
  .wrap2 {
    margin-top: 82px;
  }
  .wrap2 .feature-list .feature-item {
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
  }
  .wrap3 {
    margin-top: 62px;
    padding: 40px 0 64px;
  }
  .wrap3 .wrap-desc {
    font-size: 16px;
    margin: 28px auto 0;
  }
}
