.copilot .swiper-pagination-bullet {
  background-color: #3b5cde;
  opacity: 0.2;
}

.copilot .swiper-pagination-bullet-active {
  background-color: #3b5cde;
  opacity: 1;
}

.copilot .header-content {
  height: 800px;
  color: white;
  padding: 120px 0 370px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://lofty.com/hubfs/ai-new-banner.png);
}

.copilot .header-content .page-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  box-sizing: border-box;
}

.copilot .header-content .page-header .main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.copilot .header-content .page-header .main-content .header-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.copilot .header-content .page-header .main-content .header-left .banner-subtitle {
  color: #fafbfd;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.copilot .header-content .page-header .main-content .header-left .banner-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.copilot .header-content .page-header .main-content .header-left .banner-descript {
  color: #e1e2e6;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}

.copilot .header-content .page-header .main-content .header-left .md-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 30px;
  width: 300px;
  height: 50px;
  background: linear-gradient(160.37deg, #3b5cde -6.2%, #6e03ff 109.58%);
  border: 2px solid #ffffff;
}

.copilot .page-content .video-content {
  margin: -320px auto 100px auto;
  max-width: 1200px;
  border-radius: 20px;
}

.copilot .page-content .video-content .header-right {
  width: 100%;
  padding-top: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copilot .page-content .video-content .header-right .banner-video {
  position: relative;
  width: 100%;
}

.copilot .page-content .video-content .header-right .banner-video video {
  border: 2px solid #ffffff;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 50px 0px rgba(32, 36, 55, 0.15);
}

.copilot .page-content .video-content .header-right .banner-video .header-play-btn {
  display: none;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  background-image: url("https://lofty.com/hubfs/play-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

.copilot .page-content .video-content .header-right .banner-video .header-play-btn:hover {
  background-image: url("https://lofty.com/hubfs/play-button-hover.png");
}

.copilot .page-content .introduce {
  margin-top: 100px;
}

.copilot .page-content .introduce h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #202437;
}

.copilot .page-content .introduce p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  color: var(--solid-black-202437, #202437);
}

.copilot .page-content .introduce .container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copilot .page-content .introduce .container .ai-img {
  width: 45%;
  height: 400px;
}

.copilot .page-content .introduce .container .ai-img img {
  width: 100%;
  height: 100%;
}

.copilot .page-content .introduce .container .ai-img.pc {
  display: block;
}

.copilot .page-content .introduce .container .ai-img.mb {
  display: none;
}

.copilot .page-content .introduce .container .ai-des {
  width: 43%;
  height: 250px;
}

.copilot .page-content .introduce .container .ai-des h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--solid-black-202437, #202437);
}

.copilot .page-content .introduce .container .ai-des h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: var(--solid-black-202437, #202437);
}

.copilot .page-content .introduce .container .ai-des p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--solid-black-515666-common, #515666);
  margin-top: 20px;
  text-align: justify;
}

.copilot .page-content .introduce .container .ai-des .button .md-button.normal {
  font-weight: 600;
  line-height: 24px;
  color: white;
  font-size: 16px;
  height: 44px;
  width: 220px;
  margin-top: 20px;
  background: #3b5cde;
}

.copilot .page-content .introduce .navigator {
  margin-top: 60px;
}

.copilot .page-content .card {
  padding: 60px 70px 80px 70px;
  border-radius: 24px;
  background: #e3e8ff;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 100px auto 80px auto;
}

.copilot .page-content .card .card-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
  color: #202437;
  margin: 0 auto 110px auto;
}

.copilot .page-content .card .top {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copilot .page-content .card .top .context {
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #ffffff;
  width: calc((100% - 168px) / 3);
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 6.72px 13.44px 0px rgba(60, 86, 187, 0.15);
  padding: 52px 18px 18px 18px;
}

.copilot .page-content .card .top .context img {
  position: absolute;
  left: 8px;
  top: -30px;
  display: block;
  width: 70px;
  height: 70px;
}

.copilot .page-content .card .top .context .caption {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--solid-black-202437, #202437);
}

.copilot .page-content .card .top .context .card-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--solid-black-797-e-8-b, #797e8b);
}

.copilot .page-content .card .top .context:hover {
  transform: scale(1.3);
}

.copilot .page-content .card .bottom {
  display: none;
}

.copilot .page-content .card .bottom .context {
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 6.72px 13.44px 0px rgba(60, 86, 187, 0.15);
  padding: 52px 18px 18px 18px;
}

.copilot .page-content .card .bottom .context img {
  position: absolute;
  left: 8px;
  top: -30px;
  display: block;
  width: 70px;
  height: 70px;
}

.copilot .page-content .card .bottom .context .caption {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--solid-black-202437, #202437);
}

.copilot .page-content .card .bottom .context .card-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--solid-black-797-e-8-b, #797e8b);
}

.copilot .page-content .card .top.md-60 {
  margin-top: 110px;
}

.copilot .page-content .info {
  width: 100%;
  padding: 80px;
  max-width: 1200px;
  margin: 80px auto;
  background: url(https://go.lofty.com/hubfs/intro-bg.png) center center/cover no-repeat;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
}

.copilot .page-content .info .info-details {
  max-width: 622px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.copilot .page-content .info .info-details .info-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
}

.copilot .page-content .info .info-details .info-descript {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.copilot .page-content .info .info-details .info-descript .info-img {
  margin-right: 10px;
  display: inline-block;
}

.copilot .page-content .info .info-details .info-descript .info-icon-20 {
  width: 16px;
  height: 24px;
}

.copilot .page-content .info .info-details .info-descript span {
  font-weight: 500px;
  font-size: 18px;
  line-height: 24px;
  color: var(--solid-black-fafbfd-lighter, #fafbfd);
}

.copilot .page-content .info .info-price {
  display: flex;
  align-items: center;
  width: 40%;
}

.copilot .page-content .info .info-price .under {
  width: 330px;
  padding-bottom: 10px;
  margin: 0 auto;
  background: #a8a5f9;
  border-radius: 24px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
}

.copilot .page-content .info .info-price .under .price {
  width: 350px;
  height: 100%;
  border-radius: 24px;
  background: white;
  padding-top: 40px;
  padding-bottom: 30px;
  backdrop-filter: blur(30px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copilot .page-content .info .info-price .under .price .price-title {
  width: 163px;
  height: 44px;
  padding: 0 27px;
  border-radius: 40px;
  background-color: #0e1a3f;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: -64px;
}

.copilot .page-content .info .info-price .under .price .price-mo {
  width: 170px;
  height: 80px;
  margin: 38px auto 0 auto;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.copilot .page-content .info .info-price .under .price .price-mo .discount {
  font-size: 20px;
}

.copilot .page-content .info .info-price .under .price .prev-price {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: line-through;
  color: #a0a0ba;
}

.copilot .page-content .info .info-price .under .price .price-advantage {
  width: 174px;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  color: var(--solid-black-515666-common, #515666);
}

.copilot .page-content .info .info-price .under .price .price-btn {
  width: 270px;
  height: 40px;
  border-radius: 20px;
  padding: 10px 20px;
  background: #5751ff;
  border: 1px solid var(--opacity-black-0000005, rgba(0, 0, 0, 0.05));
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--solid-black-ffffff, white);
  margin-top: 30px;
}

.copilot .page-content .info .info-price .under .price .price-btn:hover {
  background: #594bea;
}

@media (max-width: 800px) {
  .copilot .header-content {
    padding: 120px 20px 170px 20px;
    height: auto;
  }
  .copilot .header-content .page-header .main-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .copilot .header-content .page-header .main-title span {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .copilot .header-content .page-header .main-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .copilot .header-content .page-header .main-content .header-right {
    width: 100%;
  }
  .copilot .header-content .page-header .main-content .header-left {
    width: 100%;
    gap: 10px;
    align-items: flex-start;
  }
  .copilot .header-content .page-header .main-content .header-left .banner-subtitle {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .copilot .header-content .page-header .main-content .header-left .banner-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  .copilot .header-content .page-header .main-content .header-left .banner-descript {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
  }
  .copilot .header-content .page-header .main-content .header-left .banner-btn-wrap .md-button {
    width: 180px;
    height: 40px;
  }
  .copilot .page-content {
    padding: 0;
  }
  .copilot .page-content .video-content {
    margin: -140px 20px 50px 20px;
  }
  .copilot .page-content .video-content .header-right .banner-video video {
    border-radius: 12px;
  }
  .copilot .page-content .introduce {
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
  }
  .copilot .page-content .introduce > h1 {
    color: #202437;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .copilot .page-content .introduce > p {
    color: #202437;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
  }
  .copilot .page-content .introduce .container {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }
  .copilot .page-content .introduce .container .ai-img {
    height: auto;
    width: 100%;
  }
  .copilot .page-content .introduce .container .ai-img.pc {
    display: none;
  }
  .copilot .page-content .introduce .container .ai-img.mb {
    display: block;
  }
  .copilot .page-content .introduce .container .ai-des {
    height: auto;
    width: 100%;
  }
  .copilot .page-content .introduce .container .ai-des h2 {
    color: #202437;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  .copilot .page-content .introduce .container .ai-des .ai-title {
    padding: 20px;
    border-radius: 12px;
    background: #f9fafe;
  }
  .copilot .page-content .introduce .container .ai-des .ai-title h3 {
    color: #202437;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .copilot .page-content .introduce .container .ai-des .ai-title p {
    color: #515666;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0;
  }
  .copilot .page-content .introduce .container .ai-des .button .md-button.normal {
    width: 180px;
    height: 40px;
  }
  .copilot .page-content .introduce .techexpert {
    flex-direction: column-reverse;
  }
  .copilot .page-content .info {
    width: calc(100% - 40px);
    height: auto;
    flex-direction: column;
    margin: 40px 20px 50px 20px;
    border-radius: 12px;
    padding: 20px 20px 30px 20px;
    gap: 30px;
    background: url(https://lofty.com/hubfs/price-mb-bg.png) center center/cover no-repeat;
  }
  .copilot .page-content .info .info-details {
    width: 100%;
    gap: 20px;
  }
  .copilot .page-content .info .info-details .info-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
  }
  .copilot .page-content .info .info-details .info-descript span {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .copilot .page-content .info .info-price {
    width: 100%;
  }
  .copilot .page-content .info .info-price .under {
    width: 100%;
    border-radius: 12px;
  }
  .copilot .page-content .info .info-price .under .price {
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
  }
  .copilot .page-content .info .info-price .under .price .price-mo {
    margin: 30px auto 0 auto;
    height: auto;
  }
  .copilot .page-content .info .info-price .under .price .price-mo > span {
    font-weight: 700;
    font-size: 40px;
    line-height: 67.61px;
    letter-spacing: 0px;
    text-align: center;
  }
  .copilot .page-content .info .info-price .under .price .price-mo > span .discount {
    font-weight: 700;
    font-size: 16px;
    line-height: 67.61px;
    letter-spacing: 0px;
    text-align: center;
  }
  .copilot .page-content .info .info-price .under .price .prev-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: line-through;
  }
  .copilot .page-content .card {
    overflow: hidden;
    margin: 50px auto;
    padding: 50px 20px 70px 20px;
    border-radius: 0;
    position: relative;
  }
  .copilot .page-content .card .card-title {
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .copilot .page-content .card .top {
    display: none;
  }
  .copilot .page-content .card .bottom {
    width: 300px;
    height: 160px;
    display: block;
  }
  .copilot .page-content .card .bottom .context {
    border-radius: 12px;
  }
  .copilot .page-content .card .bottom .context .caption {
    color: #202437;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 4px;
  }
  .copilot .page-content .card .bottom .context .card-description {
    color: #797e8b;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .copilot .page-content .card .bottom .swiper-content .swiper-container .swiper-pagination {
    bottom: 50px;
  }
  .copilot .page-content .card .bottom .swiper-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 80%;
    margin-right: 10px;
  }
}
