.index-wrap {
  overflow-x: hidden;
  padding-top: 8.8rem;
  display: none;
}
.index-wrap .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 60rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index-wrap .swiper .swiper-wrapper .slide1 {
  width: 100vw;
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/imgs/index/slide/slide1.png");
  cursor: pointer;
}
.index-wrap .swiper .swiper-wrapper .slide2 {
  width: 100vw;
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/imgs/index/slide/slide2.jpg");
  cursor: pointer;
}
.index-wrap .swiper .swiper-wrapper .slide3 {
  width: 100vw;
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/imgs/index/slide/slide3.jpg");
  cursor: pointer;
}
.index-wrap .swiper .swiper-wrapper .slide4 {
  width: 100vw;
  height: 60rem;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/imgs/index/slide/slide4.jpg");
  cursor: pointer;
}
.swiper-pagination {
  position: absolute;
  top: 55rem;
  left: 50%;
  transform: translateX(-5.2rem);
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #5155ff;
}

.swiper-pagination-bullet {
  margin: 0 1rem;
}

.index-wrap .profit-box {
  position: absolute;
  top: 60rem;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-wrap .profit-box .profit {
  width: 144rem;
  display: flex;
  justify-content: space-around;
}
.index-wrap .profit-box .profit .card {
  width: 32.4rem;
  height: 11.6rem;
  /* height: 16.6rem; */
  background: #ffffff;
  box-shadow: 0px 1rem 4rem rgba(46, 46, 48, 0.1);
  opacity: 1;
  border-radius: 2rem;
  border: none;
  cursor: pointer;
}
.index-wrap .profit-box .profit .card .title-box {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-wrap .profit-box .profit .card .title-box img {
  width: 5.6rem;
  height: 5.6rem;
}
.index-wrap .profit-box .profit .card .title-box .title {
  margin-left: 0.8rem;
  height: 4.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.5rem;
  color: #5155ff;
}
.index-wrap .profit-box .profit .card p {
  text-align: center;
  margin-top: .8rem;
  height: 2.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #2e2e30;
}
.index-wrap .profit-box .profit .card:hover {
  transform: translateY(-20px);
  transition: all 0.23s ease-in-out;
}
.index-wrap .service-box {
  width: 100%;
  height: 90rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding-top: 15rem;
}
.index-wrap .service-box .service {
  width: 144rem;
}
.index-wrap .service-box .service .service-content-box {
  margin-top: 6.4rem;
  display: flex;
}
.index-wrap .service-box .service .service-content-box .content-left video {
  width: 53.1rem;
  height: 53.1rem;
  border-radius: 2rem;
  margin-bottom: 3.2rem;
}
.index-wrap
  .service-box
  .service
  .service-content-box
  .content-left
  .video-img {
  width: 48rem;
  height: 48rem;
  border-radius: 2rem;
  margin-bottom: 3.2rem;
}
.index-wrap .service-box .service .service-content-box .content-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-wrap .service-box .service .service-content-box .content-left span {
  /* margin: 0 0 0 41.8rem; */
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #2e2e30;
}
.index-wrap .service-box .service .service-content-box .content-right {
  position: relative;
  margin-left: 4.8rem;
  margin-right: 4.8rem;
  margin-top: 2rem;
}
.index-wrap
  .service-box
  .service
  .service-content-box
  .content-right
  .desc-box {
  width: 86.1rem;
  height: 45.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #2e2e30;
  overflow: hidden;
}
.index-wrap .service-box .service .service-content-box .content-right .desc {
  text-indent: 2em;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  color: #2e2e30;
}
.index-wrap .service-box .service .service-content-box .content-right .mgt {
  margin-top: 3rem;
  /* font-weight: 600; */
}
.index-wrap
  .service-box
  .service
  .service-content-box
  .content-right
  .divide-line {
  width: 11.3rem;
  height: 0.6rem;
  background: #5155ff;
  margin-top: 4.8rem;
}
.index-wrap .service-box .service .service-content-box .content-right .btn {
  margin: 5rem 0 0 73.2rem;
  width: 12.6rem;
  height: 4.4rem;
  background: #ffffff;
  border: 1px solid #5155ff;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.8rem;
  line-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5155ff;
}
.index-wrap
  .service-box
  .service
  .service-content-box
  .content-right
  .btn:hover {
  background: rgba(81, 85, 255, 0.1);
}
.index-wrap .service-line-box {
  width: 100%;
  height: 103.4rem;
  background: #f5f5f7;
  display: flex;
  justify-content: center;
  padding-top: 10rem;
}
.index-wrap .service-line-box .service-line {
  width: 144rem;
}
.index-wrap .service-line-box .service-line .line-box {
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
}
.index-wrap .service-line-box .service-line .line-box .card {
  width: 44.8rem;
  height: 72.6rem;
  background: #ffffff;
  opacity: 1;
  border-radius: 2rem;
  border: none;
}
.index-wrap .service-line-box .service-line .line-box .card:hover {
  box-shadow: 0px 10px 40px rgba(46, 46, 48, 0.1);
  transform: translateY(-20px);
  transition: all 0.23s ease-in;
}
.index-wrap .friends-box {
  width: 100%;
  height: 72.8rem;
  background: url("/assets/imgs/index/friends-bg.svg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  padding-top: 10rem;
}
.index-wrap .friends-box .friends-wrap {
  width: 144rem;
}
.index-wrap .friends-box .friends-wrap .friends-logo-wrap {
  display: flex;
  justify-content: center;
}
.index-wrap .friends-box .friends-wrap .friends-logo-wrap .card {
  width: 25rem;
  height: 10rem;
  box-shadow: 0px 1rem 4rem rgba(46, 46, 48, 0.1);
  border: none;
  border-radius: 2rem;
  margin: 0 2.4rem;
}

.index-wrap .friends-box .friends-wrap .friends-logo-wrap .card:hover {
  transform: translateY(-20px);
  transition: all 0.23s ease-in;
}

.index-wrap .friends-box .friends-wrap .friends-logo-wrap .card img {
  width: 25rem;
  height: 10rem;
}
