#banner {
  padding-top: 144px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  width: 42px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 1 !important ;
}
/*OUR ADVANTAGES  */
#advantages {
  width: 100%;
}

.list-item {
  /* width: 330px; */
  height: 280px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  background-image: url("../images/Group 15@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.list-item .img2 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
}

.list-item .p1 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 140px;
  font-weight: 600;
}
.list-item .p2 {
  font-size: 14px;
  color: #555555;
}

.step_carousel {
  background: #fcfcfc;
}
#stepCarousel .phone_back {
  position: absolute !important;
}
.step_carousel .phone_back img {
  width: 350px;
}
#stepCarousel .sbg {
  overflow: hidden;
  margin-bottom: 10px;
  background-image: url(../images/cbg.png);
  background-size: 533px 407px;
  background-repeat: no-repeat;
  background-position: 207px 237px;
}
#stepCarousel .phone_left {
  width: 350px;
  margin: 0 auto;
}
.step_carousel #stepCarousel .carousel-inner {
  left: 36px;
  top: 87px;
  width: 278px;
}

.step_carousel #stepCarousel .carousel-inner .item .bg {
  width: 278px;
  /* border: 1px solid #ccc; */
  border-radius: 40px;
}

.step_carousel .carousel-indicators {
  width: 100%;
  position: relative !important;
  top: 10px;
  left: 260px;
}

.step_carousel .carousel-indicators li {
  width: 100%;
  height: 50px;

  display: flex;
  align-items: center;
  text-indent: 0 !important;
  margin-bottom: 33px;
}
.step_carousel .carousel-indicators li .sp1 {
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px;

  color: #333333;
  margin-right: 23px;
  text-align: center;
  background-image: url(../images/dbx.png);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 20px;
}
#stepCarousel .carousel-indicators .active .sp1 {
  opacity: 1 !important;
  color: #fff !important;
}
.step_carousel .carousel-indicators li .sp2 {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #333333;
  padding-left: 25px;
  border-radius: 20px;

  text-align: left;
  font-weight: 600;
}
.step_carousel .carousel-indicators li .sp2 span {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 40px;
  background: #f5f9f6;
}
.step_carousel .carousel-indicators li .sp2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f5f9f6;
}
.step_carousel .carousel-indicators li .sp2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #f5f9f6;
}
.step_carousel .carousel-indicators .seven {
  margin-top: 40px;
}

.shao-bg {
  overflow: hidden;
  margin-bottom: 10px;
  background-image: url(../images/cbg.png);
  background-size: 533px 407px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.shao-left .item {
  width: 100%;
  height: 649px;
  display: none;
  position: relative;
}
.shao-left .item img {
  width: 300px;
  height: 649px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -132px;
  border-radius: 20px;
  border: 5px solid #c8c1c1
}
.shao-left .item:first-child {
  display: block;
}

.shao-right {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.shao-right .item {
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 16px;
  color: #333333;
  padding: 15px 20px;
  box-sizing: content-box;
}

.shao-right .item .sp1 {
  font-size: 26px;
  margin-right: 15px;
}
.shao-right .active {
  color: #fff;
  background: #5d38e0;
}

.shao-right .item .sp3 {
  display: block;
  width: 20px;
  height: 20px;
  border: 10px;
  background-image: url("../images/arrow-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.shao-right .active .sp3 {
  background-image: url("../images/arrow-right2.png");
}

/* faqs */
#faqs {
  padding-bottom: 80px;
}
#faqs .content {
  width: 100%;

  overflow: hidden;
}
#faqs .content .item {
  width: 100%;
  padding: 34px 25px 30px 30px;

  position: relative;
}
#faqs .content .active {
  background: #fefdff;
  box-shadow: inset 0px 4px 8px 0px rgba(81, 224, 152, 0.1),
    inset 4px 0px 8px 0px rgba(81, 224, 152, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  margin-bottom: 50px;
}
#faqs .content .item .sp1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
}
#faqs .content .item .sp2 {
  font-size: 16px;
  color: #555;
  display: none;
  font-family: PingFang SC-Regular, PingFang SC;
}
#faqs .content .item span {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/open.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
}
#faqs .content .active span {
  background-image: url("../images/close.png");
  width: 35px;
  height: 35px;
}
#faqs .more {
  width: 100%;
}

#faqs .more a {
  float: right;
  color: #aaaaaa;
  font-size: 16px;
  cursor: pointer;
}
#faqs .more a:hover {
  text-decoration: underline;
  color: #5d38e0;
}
#faqs .more a img {
  width: 10px;
  height: 8px;
  margin-left: 5px;
}

/* ABOUT US */

#about {
  width: 100%;
  background: #fcfcfc;
}
#about .img-content {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
#about .img-content img {
  width: 320px;
  height: 316px;
}
#about .img-content p {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  padding: 31px 49px;
  background-color: #fff;
  font-weight: 500;
}
#about .list {
  width: 100%;
}
#about .list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  cursor: pointer;
}
#about .list .item:hover {
  border: 1px solid #5d38e0;
}
#about .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
#about .list .item .sp1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
}
#about .list .item .sp2 {
  font-size: 16px;
  color: #333333;
}
/* joinUs */

#joinUs {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
#joinUs .container {
  position: relative;
}
#joinUs .swiper-container {
  padding-bottom: 60px;
}

#joinUs .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 340px;
  height: 262px;
  background: #fff;
  box-shadow: 0px 8px 28px 0px rgba(20, 20, 43, 0.1);
  border-radius: 20px 20px 20px 20px;
}
#joinUs .swiper-slide img {
  width: 68px;
  height: 68px;
  margin-bottom: 17px;
}
#joinUs .swiper-slide p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 28px;
}
#joinUs .swiper-slide a {
  width: 113px;
  height: 45px;
  background: #5d38e0;
  border-radius: 11px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  cursor: pointer;
}
#joinUs .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#joinUs .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#joinUs .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#joinUs .swiper-button-prev {
  top: 50%;
  margin-top: 50px;
  width: 30px;
  height: 30px;
  background: url(../images/arrow-left.png) no-repeat;
  left: 30px;
  background-size: 100%;
}

#joinUs .swiper-button-next {
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/arrow-right.png) no-repeat;
  top: 50%;
  margin-top: 50px;
  background-size: 100%;
}
#joinUs .swiper-button-prev::after,
#joinUs .swiper-button-next::after {
  content: "";
}
