/* 首页banner */
.home-banner {
  height: 699px;
  width: 100%;
  background: url("../img/home/banner/bg.svg") no-repeat center 0;
  background-size: cover;
}
.home-banner .top-banner-info {
  margin-top: 198px;
  width: 592px;
  position: relative;
  z-index: 1;
}
.home-banner-wapper {
  position: relative;
}
.home-banner-wapper .line {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-banner .action-btn {
  max-width: 180px;
  height: 54px;
  background: #5d39dd;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.home-banner .top-banner-square {
  margin-top: 150px;
  width: 615px;
  position: relative;
  z-index: 1;
}

.home-channel {
  text-align: center;
  padding-bottom: 60px;
}
.home-channel .title {
  padding-top: 70px;
  font-size: 35px;
  font-weight: 600;
  color: #1a1139;
}
.home-channel .info {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #a9a7b8;
}
.home-channel .channel-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-channel .item {
  margin-top: 30px;
}

/* 首页平台优势 */
.home-advantage {
  margin-top: 70px;
}
.home-advantage .item-advantage .top-content {
  margin-top: 50px;
  background: #f7f8fc;
  padding: 50px 20px 30px;
}
.home-advantage .item-advantage .top-content:nth-child(1) {
  margin-right: 26px;
}
.home-advantage .item-advantage .top-content:nth-child(2) {
  margin-left: 13px;
  margin-right: 13px;
}
.home-advantage .item-advantage .top-content:nth-child(3) {
  margin-left: 26px;
}
.home-advantage .top-content .title {
  padding: 25px 0;
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  font-weight: 600;
  color: #1a1139;
}
.home-advantage .top-content .info {
  font-size: 20px;
  font-weight: normal;
  color: #5f607a;
  line-height: 40px;
}

.home-advantage .proportion {
  padding: 30px 0;
}

.home-advantage .proportion .num {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  font-weight: 600;
  color: #5332c5;
}
.home-advantage .proportion .num span {
  font-size: 22px;
  font-weight: 400;
}

.home-advantage .proportion .name {
  line-height: 40px;
  font-size: 20px;
  color: #a9a7b8;
}

.home-customer {
  margin-top: 30px;
  background: #f7f8fc;
  min-height: 406px;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}

.home-customer .leave-comments {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-top: 25px;
}

.home-customer .leave-comments {
  width: 3744px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.home-customer .leave-comments-content {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-animation: 90s moveLeave infinite linear;
  animation: 90s moveLeave infinite linear;
  width: 200%;
}
.home-customer .leave-comments-content .item {
  width: 436px;
  min-height: 300px;
  margin-right: 32px;
  background: #fff;
  float: left;
}
.home-customer .leave-comments-content .item .icon {
  margin: 10px 0 13px 15px;
}
.home-customer .leave-comments-content .item .content {
  min-height: 200px;
  font-size: 16px;
  line-height: 28px;
  color: #1a1139;
  padding: 0 26px;
}
.home-customer .leave-comments-content .item .info {
  font-size: 14px;
  line-height: 20px;
  color: #1a1139;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 26px;
}
.home-customer .leave-comments-content .item .info .avatar {
  margin-right: 10px;
}

.why-choose-us {
  padding: 70px 0;
}

.why-choose-us .tabs-item {
  background: #f7f8fc;
  width: calc(100% - 34px);
  min-height: 450px;
}
.why-choose-us .tabs-item img {
  width: 100%;
  animation: homeTabsFadeOut 0.5s ease-out;
}
@keyframes homeTabsFadeOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.why-choose-us .tabs-list-r {
  overflow: hidden;
}
.why-choose-us .tabs-list-r .tabs-item {
  float: right;
}

.why-choose-us .tabs-option {
  cursor: pointer;
  padding: 20px 16px;
  display: flex;
  align-items: center;
}
.why-choose-us .tabs-option2 {
  padding: 14px 16px;
}
.why-choose-us .tabs-option.active {
  /* transition: all 0.5s; */
  background: #5b3add;
}
.why-choose-us .tabs-option.active .title,
.why-choose-us .tabs-option.active .info {
  color: #fff;
}
.why-choose-us .tabs-option .title {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1a1139;
}
.why-choose-us .tabs-option .info {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #5f607a;
  min-height: 24px;
  margin-top: 10px;
  overflow: hidden;
}
.why-choose-us .choose-us-one-mt {
  margin-top: 30px;
  position: relative;
  min-height: 480px;
  /* overflow: hidden; */
}
.why-choose-us .choose-us-one-mt .img-triangle {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.why-choose-us .choose-us-one-mt .pure-u-1 {
  position: relative;
  z-index: 2;
}
.why-choose-us .choose-us-two-mt {
  margin-top: 70px;
  min-height: 480px;
  overflow: hidden;
}

@-webkit-keyframes moveLeave {
  0% {
    left: 0;
  }
  100% {
    left: -3744px;
  }
}
@keyframes moveLeave {
  0% {
    left: 0;
  }
  100% {
    left: -3744px;
  }
}
.leave-comments:hover .leave-comments-content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.home-advantage-iphone,
.leave-comments-iphone,
.choose-us-iphone {
  display: none;
}

@media (max-width: 63.999em) {
  .home-advantage-pc,
  .choose-us-pc,
  .leave-comments-pc,
  .leave-comments-pc {
    display: none;
  }
  .home-advantage-iphone,
  .choose-us-iphone,
  .leave-comments-iphone,
  .leave-comments-iphone {
    display: block;
  }
  .home-banner {
    background: url("../img/home/m/banner-bg.svg") no-repeat center center;
    height: auto;
    overflow: hidden;
    background-size: cover;
    width: 100%;
  }
  .home-banner .line {
    display: none;
  }
  .wapper-max-container {
    max-width: 100%;
  }

  .home-banner .top-banner-info {
    display: block;
    margin-top: 74px;
    max-width: 90%;
    max-height: 115px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner .action-btn {
    margin: 30px auto 5px;
    max-width: calc(100% - 40px);
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
  .home-banner .top-banner-square {
    display: none;
  }

  .home-channel {
    padding-bottom: 30px;
    max-width: 100%;
  }
  .home-channel .title {
    padding-top: 30px;
    font-size: 20px;
  }
  .home-channel .info {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    font-size: 14px;
    margin: 0 auto;
  }
  .home-channel .channel-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home-channel .item {
    margin: 20px 10px 0;
    max-height: 26px;
  }

  /* 首页平台优势 */
  .home-advantage {
    margin-top: 20px;
  }
  .home-advantage-iphone .swiper-pagination {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    /* top: -5px; */
  }

  .leave-comments-iphone .swiper-pagination {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    /* top: -5px; */
  }

  .leave-comments-iphone .my-pagination {
    width: 8px;
    height: 8px;
    background: #5d39dd;
    margin-left: 10px;
    border-radius: 50%;
  }

  .home-customer {
    min-height: auto;
    margin-top: 0;
    padding: 40px 0 20px;
  }

  .leave-comments-iphone {
    width: 100%;
  }
  .leave-comments-iphone .top-content {
    width: calc(100% - 40px);
    min-height: 232px;
    background: #fff;

    margin: 50px 20px 0;
  }
  .leave-comments-iphone .top-content .icon {
    margin: 10px 0 10px 12px;
    width: 18px;
  }
  .leave-comments-iphone .top-content .content {
    min-height: 155px;
    font-size: 13px;
    line-height: 22px;
    color: #1a1139;
    padding: 0 20px;
  }
  .leave-comments-iphone .top-content .info {
    font-size: 12px;
    line-height: 20px;
    color: #1a1139;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .leave-comments-iphone .top-content .info .avatar {
    margin-right: 6px;
    width: 24px;
  }

  .home-advantage-iphone .my-pagination {
    width: 8px;
    height: 8px;
    background: #5d39dd;
    margin-left: 10px;
    border-radius: 50%;
  }

  .home-advantage-iphone .swiper-container {
    text-align: center;
    margin: 0 20px;
    max-width: calc(100% - 40px);
    padding-top: 50px;
  }
  .home-advantage-iphone .swiper-container .icon,
  .home-advantage-iphone .swiper-container img {
    min-height: 57px;
    background-color: #f7f8fc;
  }
  .home-advantage-iphone .swiper-container .top-content {
    background: #f7f8fc;
    padding: 20px 0;
  }
  .home-advantage-iphone .swiper-container .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #1a1139;
  }
  .home-advantage-iphone .swiper-container .info {
    font-size: 16px;
    line-height: 32px;
    color: #5f607a;
  }
  .home-advantage-iphone .swiper-container.proportion {
    padding: 20px 0;
  }

  .home-advantage-iphone .swiper-container .proportion .num {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    font-weight: 600;
    color: #5332c5;
  }
  .home-advantage-iphone .swiper-container .proportion .num span {
    font-size: 15px;
    font-weight: 400;
  }
  .home-advantage-iphone .proportion {
    padding: 20px 0 35px;
    background-color: #fff;
  }
  .home-advantage-iphone .proportion .name {
    line-height: 26px;
    font-size: 15px;
    color: #a9a7b8;
  }

  .why-choose-us {
    padding: 30px 0;
  }
  .why-choose-us .choose-us-one-mt .img-triangle {
    display: none;
  }

  .choose-us-iphone .swiper-pagination {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    /* top: -5px; */
  }

  .choose-us-iphone .my-pagination {
    width: 8px;
    height: 8px;
    background: #5d39dd;
    margin-left: 10px;
    border-radius: 50%;
  }

  .choose-us-iphone .swiper-container {
    text-align: center;
    margin: 0 20px;
    max-width: calc(100% - 40px);
    padding-top: 50px;
  }
  .choose-us-iphone .swiper-container .pic,
  .choose-us-iphone .swiper-container img {
    max-height: 228px;
    background-color: #f7f8fc;
  }
  .choose-us-iphone .swiper-container .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #1a1139;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .choose-us-iphone .swiper-container .info {
    font-size: 14px;
    line-height: 22px;
    color: #5f607a;
    background-color: #fff;
  }
}

@media (max-width: 47.999em) {
}
