@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-Medium.ttf) format("woff2");
  /* 最后优先级 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 在字体下载过程中使用系统字体，提升用户体验 */ }
.main-page {
  position: relative;
  min-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff; }
  .main-page .download-target {
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #4f6bff;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.25s; }
    .main-page .download-target:hover {
      transform: scale(1.1);
      background: #3856f1; }
  .main-page header {
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    z-index: 999; }
    .main-page header .logo-wrap {
      display: flex;
      align-items: center;
      column-gap: 10px; }
      .main-page header .logo-wrap img {
        width: 30px;
        height: 30px; }
      .main-page header .logo-wrap h2 {
        font-family: Rubik, Rubik;
        font-size: 20px;
        color: #384568; }
  .main-page .fix-status {
    position: fixed;
    background: linear-gradient(90deg, RGBA(238, 252, 255, 1) 0%, RGBA(238, 252, 255, 1) 60%, RGBA(217, 224, 252, 1) 100%); }
  .main-page .banner-area {
    position: relative;
    padding-bottom: 40.65%; }
    .main-page .banner-area .banner-inner {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 90px;
      background: url(../images/banner-bg.png) no-repeat;
      background-size: cover; }
    .main-page .banner-area .intro-box {
      max-width: 588px; }
      .main-page .banner-area .intro-box h2 {
        margin-bottom: 6px;
        position: relative;
        font-weight: bold;
        font-size: 46px;
        color: #4f6bff;
        line-height: 54px; }
        .main-page .banner-area .intro-box h2 .tip {
          position: absolute;
          right: 14.94%;
          top: -62px;
          width: 270px;
          height: 95px;
          font-weight: bold;
          font-size: 21px;
          line-height: 83px;
          color: #ffffff;
          text-align: center;
          background: url(../images/tip-bg.png) no-repeat; }
      .main-page .banner-area .intro-box h1 {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 60px;
        color: #384568;
        line-height: 70px; }
      .main-page .banner-area .intro-box p {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 16px;
        color: #384568;
        line-height: 26px; }
      .main-page .banner-area .intro-box .intro-download {
        margin-bottom: 20px;
        display: block;
        width: 300px;
        height: 58px;
        line-height: 58px;
        font-weight: bold;
        font-size: 20px;
        color: #ffffff; }
      .main-page .banner-area .intro-box .support-tip {
        font-weight: 400;
        font-size: 16px;
        color: #384568;
        line-height: 26px; }
    .main-page .banner-area .banner-pic {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      background-color: #fff;
      border-radius: 16px;
      background-color: RGBA(228, 241, 254, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      .main-page .banner-area .banner-pic img {
        max-width: 620px; }
  .main-page .h2-title {
    padding: 60px 0;
    font-weight: bold;
    font-size: 50px;
    color: #384568;
    line-height: 59px; }
  .main-page .features-area {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .main-page .features-area .feature-item {
      display: flex;
      align-items: center;
      column-gap: 100px; }
      .main-page .features-area .feature-item img {
        max-width: 630px; }
      .main-page .features-area .feature-item:not(:last-child) {
        margin-bottom: 120px; }
      .main-page .features-area .feature-item h3 {
        margin-bottom: 24px;
        font-weight: bold;
        font-size: 36px;
        color: #384568;
        line-height: 46px; }
      .main-page .features-area .feature-item p {
        position: relative;
        padding-left: 18px;
        font-weight: 400;
        font-size: 20px;
        color: #384568;
        line-height: 23px;
        opacity: 0.7; }
        .main-page .features-area .feature-item p:not(:last-child) {
          margin-bottom: 10px; }
        .main-page .features-area .feature-item p::before {
          position: absolute;
          top: calc(50% - 3px);
          left: 0;
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          background: #384568;
          border-radius: 50%; }
  .main-page .comments .h2-title {
    text-align: center; }

footer {
  width: 100%;
  line-height: 55px;
  height: 55px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7); }
  footer a {
    color: rgba(51, 51, 51, 0.7); }

.home-wrap .swiper-container {
  max-width: 1780px;
  margin: 0 auto 40px;
  padding: 60px 20px 40px;
  box-sizing: border-box; }

.home-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #d9d9d9;
  opacity: 0.5;
  margin: 0 8px !important; }

.home-wrap .swiper-pagination-bullet-active {
  background: #357ef4;
  opacity: 1; }

.home-wrap .swiper-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: 268px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(131, 47, 255, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  cursor: default;
  padding: 50px 40px 0; }

.home-wrap .swiper-item .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); }

.home-wrap .swiper-item .star-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px; }

.home-wrap .swiper-item .star {
  width: 24px; }

.home-wrap .swiper-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: left; }

.home-wrap .swiper-slide {
  position: relative;
  height: 268px;
  font-size: 18px;
  background: #fff;
  transition: 300ms;
  opacity: 0; }

/* .home-wrap .swiper-slide-prev-3,
.home-wrap .swiper-slide-duplicate-prev-3,
.home-wrap .swiper-slide-next-3,
.home-wrap .swiper-slide-duplicate-next-3{
	transform: scale(0.664);
	opacity: 0;
} */
.home-wrap .swiper-slide-prev-2,
.home-wrap .swiper-slide-duplicate-prev-2,
.home-wrap .swiper-slide-next-2,
.home-wrap .swiper-slide-duplicate-next-2 {
  transform: scale(0.727) translateX(60px);
  /* opacity: .5; */
  opacity: 1;
  z-index: 8; }

.home-wrap .swiper-slide-next + .swiper-slide,
.home-wrap .swiper-slide-duplicate-next + .swiper-slide {
  transform: scale(0.727) translateX(-60px); }

.home-wrap .swiper-slide-prev,
.home-wrap .swiper-slide-duplicate-prev,
.home-wrap .swiper-slide-next,
.home-wrap .swiper-slide-duplicate-next {
  transform: scale(0.85) translateX(-10px);
  /* opacity: .7; */
  opacity: 1;
  z-index: 9; }

.home-wrap .swiper-slide-next,
.home-wrap .swiper-slide-duplicate-next {
  transform: scale(0.85) translateX(10px); }

.home-wrap .swiper-slide-active,
.home-wrap .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10; }

/*# sourceMappingURL=index.css.map */
