@charset "utf-8";
/* 功能展示样式 */
.feishi-index-banner {
  padding: 120px 0 0;
  min-height: 640px;
  background-color: #f3f7fe;
  background-image: url(../../images/index/banner.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
  text-align: center;
}
.feishi-index-banner h1 {
  display: inline-block;
  font-size: 44px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.feishi-index-banner h1 span {
  color: #FFF100;
}
.feishi-index-banner h1 p {
  font-size: 36px;
}
.feishi-index-banner .subtitle {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.feishi-index-banner .subtitle span {
  color: #FFF100;
}
.feishi-index-banner .subtitle .banner-des-text {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  opacity: 0.7;
}
.feishi-index-banner .banner-app-box {
  height: 268px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.feishi-index-banner .banner-btn-list {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
}
.feishi-index-banner .banner-btn-list .banner-btn {
  display: block;
  min-width: 200px;
  padding: 0 20px;
  height: 56px;
  border-radius: 28px;
  background: #ffffff;
  font-size: 18px;
  line-height: 54px;
  border: 1px solid transparent;
  color: #FF4444;
  text-align: center;
}
.feishi-index-banner .banner-btn-list .banner-btn:first-child:hover {
  background: #FFED01;
}
.feishi-index-banner .banner-btn-list .banner-btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.banner-footer-box {
  margin-top: -20px;
  display: flex;
  justify-content: center;
}
section {
  padding: 60px 0;
}
.auto-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.auto-container .section-title {
  text-align: center;
  margin: 0 auto 64px;
  color: #000;
}
.auto-container .section-title h2 {
  font-size: 40px;
  margin-bottom: 16px;
}
.auto-container .section-title p {
  opacity: 0.7;
  font-size: 16px;
}
.bg-light .rounded-full {
  background-color: rgba(255, 68, 68, 0.1) !important;
}
.flex-img {
  display: flex;
  align-items: center;
}
.flex-img .img-col {
  width: 24px;
  margin-right: 5px;
}
.content-auto {
  content-visibility: auto;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-hover {
  transition: all 0.3s ease;
  box-shadow: none !important;
}
.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: none !important;
}
.package-tips-section {
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  color: #FF171C;
  background: linear-gradient(90deg, #EEDFEA, #E4DFFD);
  border-radius: 8px;
}
#faq {
  background-image: url(../../images/index/faq-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#app-section {
  background-image: url(../../images/index/app-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#pricing {
  background-image: url(../../images/index/price-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
#pricing .border-radius-lt {
  border-top-left-radius: 8px;
}
.area-tab-list {
  display: flex;
  flex-wrap: wrap;
}
.area-tab-list.hot-box-area li {
  border: 1px solid transparent;
  border-left: 1px solid #BDC5D3;
}
.area-tab-list.hot-box-area li::before {
  background-image: url(../../images/index/selected02.png);
}
.area-tab-list.hot-box-area li.selected {
  color: #FFF100;
  border-color: #FFF100;
  background-color: #FF4444;
}
.area-tab-list li {
  flex: 1 0;
  height: 36px;
  background: #ffffff;
  border: 1px solid #BDC5D3;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  color: #181E25;
  cursor: pointer;
  overflow: hidden;
  margin-left: -1px;
  position: relative;
}
.area-tab-list li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(../../images/index/selected01.png);
  display: none;
}
.area-tab-list li:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.area-tab-list li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.area-tab-list li:hover {
  color: #FF4444;
}
.area-tab-list li.selected {
  border-color: #FF4444;
  color: #FF4444;
  z-index: 1;
}
.area-tab-list li.selected::before {
  display: block;
}
.package-list .package-item {
  position: relative;
  background-color: #fff;
}
.package-list .package-item > div {
  position: relative;
  z-index: 5;
}
.package-list .package-item .text-3xl.font-bold {
  color: #FF171C;
}
.package-list .package-item:hover {
  z-index: 10;
}
.package-list .package-item .bg-light {
  border-radius: 12px 12px 0 0 !important;
}
.package-list .package-item .package-purchase-trigger {
  background: linear-gradient(90deg, #ff4444, #ff6666);
  border: none;
  border-radius: 40px;
  color: #fff !important;
}
.package-list .package-item .package-purchase-trigger:hover {
  background: linear-gradient(90deg, #ff4444 0%, #6666ff 100%);
}
.package-list .package-item .hot-tag {
  position: absolute;
  left: -2px;
  right: -2px;
  top: -38px;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  line-height: 40px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #ff4444 0%, #6666ff 100%);
  z-index: 0;
}
/* CTA样式 */
.cta-section {
  padding: 60px 0;
  background-image: url(../../images/index/used-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
}
.cta-section h2 span {
  color: #FFF100;
}
.fa-check {
  color: #ff6666 !important;
}
.qrcode-index-popup {
  position: relative;
}
.qrcode-index-popup:hover .qrcode-index-popup-content {
  display: block;
}
.qrcode-index-popup .qrcode-index-popup-content {
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  display: none;
}
.qrcode-index-popup .qrcode-index-popup-content .img {
  width: 320px;
  max-width: 320px;
  height: 320px;
}
.cta-section .qrcode-list-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 40px;
}
.cta-section .qrcode-list-box .qrcode-col-box {
  display: flex;
  flex-shrink: 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cta-section .qrcode-list-box .qrcode-col-box:last-child {
  margin-right: 0;
}
.cta-section .qrcode-list-box .qrcode-col-box img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
}
.cta-section .qrcode-list-box .qrcode-col-box p {
  margin-top: 10px;
  opacity: 1;
}
.cta-section .banner-btn {
  display: block;
  max-width: 260px;
  height: 56px;
  border-radius: 28px;
  background: #ffffff;
  font-size: 18px;
  line-height: 54px;
  border: 1px solid transparent;
  color: #FF4444;
  text-align: center;
}
.cta-section .banner-btn:hover {
  background: #FFED01;
}
.app-section-list .app-section-col {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.app-section-list .app-section-col .app-icon {
  flex-shrink: 0;
  margin-right: 15px;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}
.app-section-list .app-section-col .app-icon .img {
  width: 100%;
  height: 100%;
}
.app-section-list .app-section-col dl dt {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #181E25;
}
.app-section-list .app-section-col dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #45515E;
}
.more-app {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-app a {
  display: block;
  width: 240px;
  height: 52px;
  border-radius: 26px 26px 26px 26px;
  background: linear-gradient(90deg, #ff4444, #ff6666);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  align-items: center;
  line-height: 52px;
}
.more-app a:hover {
  background: linear-gradient(90deg, #ff4444 0%, #6666ff 100%);
}
@media (max-width: 768px) {
  .feishi-index-banner {
    min-height: auto;
    padding-top: 85px;
  }
  .feishi-index-banner h1 {
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .feishi-index-banner h1 p {
    font-size: 26px;
    line-height: 48px;
    display: none;
  }
  .feishi-index-banner h1 p span {
    display: block;
  }
  .feishi-index-banner .subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .feishi-index-banner .subtitle .banner-des-text {
    font-size: 14px;
    margin-top: 8px;
  }
  .feishi-index-banner .banner-app-box {
    height: auto;
    width: auto;
    margin: 0 -20px;
  }
  .feishi-index-banner .banner-btn-list .banner-btn {
    height: 40px;
    line-height: 40px;
  }
  .banner-footer-box {
    margin-top: -14px;
  }
  #pricing {
    border-radius: 12px 12px 0 0;
    padding-top: 20px;
  }
  #pricing .hander-box .text-gray {
    font-size: 12px;
  }
  .package-list .package-item:last-child {
    margin: 30px 0 40px;
  }
  .package-list .package-item .hot-tag {
    top: -38px;
  }
  .chat-section {
    padding: 16px 0;
  }
  .chat-section .auto-container > .text-center {
    display: none;
  }
  .contact-fixed .contact-img-box {
    max-width: 200px;
  }
  .contact-fixed .contact-img-box .contact-img {
    max-width: 200px;
  }
}
.contact-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none; /* 在 flex 和 none 之间切换 */
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.contact-fixed .contact-img-box {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 30px 40px 30px;
  border-radius: 12px;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #181E25;
}
.contact-fixed .contact-img-box > div {
  margin-bottom: 10px;
}
.contact-fixed .contact-img-box .contact-des {
  background: linear-gradient(-90deg, #ff171c, #ff6666, #624aff);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.contact-fixed .contact-img-box .contact-img {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
