* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.appMain .banner-section {
  width: 100%;
  background: linear-gradient(90deg, #f0f8ff 0%, #ffffff 50%, #fff0f5 100%);
  padding: 80px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.appMain .banner-section .banner-container {
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.appMain .banner-section .banner-container .banner-content {
  flex: 1;
  max-width: 500px;
  z-index: 9;
}
.appMain .banner-section .banner-container .banner-content .banner-tags {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #4a72ff;
  margin-bottom: 24px;
}
.appMain .banner-section .banner-container .banner-content .banner-tags .tag {
  font-weight: 500;
}
.appMain .banner-section .banner-container .banner-content .banner-tags .divider {
  margin: 0 8px;
  color: #d1d5db;
}
.appMain .banner-section .banner-container .banner-content .banner-title {
  font-size: 54px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 24px;
  line-height: 1.2;
}
.appMain .banner-section .banner-container .banner-content .banner-desc {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 40px;
}
.appMain .banner-section .banner-container .banner-content .banner-desc .highlight {
  color: #f97316;
}
.appMain .banner-section .banner-container .banner-content .banner-actions {
  display: flex;
  gap: 16px;
}
.appMain .banner-section .banner-container .banner-content .banner-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 42px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.appMain .banner-section .banner-container .banner-content .banner-actions .btn.btn-primary {
  background: linear-gradient(90deg, #44ABFF 0%, #4D6AFB 100%);
  color: #ffffff;
}
.appMain .banner-section .banner-container .banner-content .banner-actions .btn.btn-primary:hover {
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
}
.appMain .banner-section .banner-container .banner-content .banner-actions .btn.btn-outline {
  background-color: transparent;
  color: #f97316;
  border: 1px solid #e5e7eb;
}
.appMain .banner-section .banner-container .banner-content .banner-actions .btn.btn-outline:hover {
  border-color: #f97316;
}
.appMain .banner-section .banner-container .banner-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  transform: translateX(20%);
  position: relative;
}
.appMain .banner-section .banner-container .banner-image .banner-glow {
  position: absolute;
  width: 752px;
  height: 399px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(221, 226, 255, 0.5);
  filter: blur(130px);
  border-radius: 50%;
  z-index: 0;
}
.appMain .banner-section .banner-container .banner-image img {
  transform: scale(1.4);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.appMain .new-user-section {
  width: 100%;
  background-color: #f9fcff;
  overflow: hidden;
}
.appMain .new-user-section .section-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.appMain .new-user-section .section-container .banner-wrapper {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  position: relative;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .tag-wrapper {
  margin-bottom: 8px;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .tag-wrapper .exclusive-tag {
  display: inline-block;
  background: linear-gradient(90deg, #ff8c00 0%, #ff6b00 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 20px 2px 20px 2px;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .text-normal {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .text-highlight {
  font-size: 36px;
  font-weight: bold;
  margin: 0 4px;
  background: linear-gradient(-90deg, #4D6AFB, #44ABFF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .btn-recharge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 20px;
  text-decoration: none;
  margin-left: 24px;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .btn-recharge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .sub-text {
  font-size: 14px;
  color: #666666;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-content .sub-text .asterisk {
  color: #FF6600;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-image {
  position: absolute;
  right: 40px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-image .new-user-glow-1 {
  position: absolute;
  width: 209.34px;
  height: 128.66px;
  right: 120px;
  top: -60px;
  background: rgba(255, 104, 182, 0.32);
  filter: blur(120px);
  transform: rotate(-12.05deg);
  border-radius: 50%;
  z-index: 0;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-image .new-user-glow-2 {
  position: absolute;
  width: 306.5px;
  height: 188.37px;
  right: -200px;
  top: 20px;
  background: rgba(66, 104, 255, 0.3);
  filter: blur(220px);
  transform: rotate(-8.65deg);
  border-radius: 50%;
  z-index: 0;
}
.appMain .new-user-section .section-container .banner-wrapper .banner-image img {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.appMain .model-recommend-section {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}
.appMain .model-recommend-section .section-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.appMain .model-recommend-section .section-container .section-header {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.appMain .model-recommend-section .section-container .section-header .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #383E4A;
  margin-bottom: 16px;
}
.appMain .model-recommend-section .section-container .section-header .section-desc {
  font-size: 16px;
  color: #666666;
}
.appMain .model-recommend-section .section-container .section-header .view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #4a72ff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.appMain .model-recommend-section .section-container .section-header .view-all:hover {
  text-decoration: underline;
}
.appMain .model-recommend-section .section-container .section-header .view-all i {
  margin-left: 4px;
}
.appMain .model-recommend-section .section-container .view-all-models {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.appMain .model-recommend-section .section-container .view-all-models .view-all {
  font-size: 14px;
  color: #4D6FFB;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.appMain .model-recommend-section .section-container .view-all-models .view-all:hover {
  text-decoration: underline;
}
.appMain .model-recommend-section .section-container .view-all-models .view-all i {
  margin-left: 4px;
}
.appMain .model-recommend-section .section-container .model-swiper {
  padding-bottom: 28px;
  /* 为导航按钮留出空间 */
}
.appMain .model-recommend-section .section-container .model-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px 20px 20px 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-header .picture-img-box {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 0px rgba(120, 157, 191, 0.15);
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-header .picture-img-box .model-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-header .model-name {
  flex: 1;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-tags .tag {
  font-size: 12px;
  color: #6b7280;
  background-color: #f3f4f6;
  padding: 0px 8px;
  border-radius: 4px;
  line-height: 180%;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 24px;
  flex-grow: 1;
  min-height: calc(1.5em * 4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
  margin-bottom: 24px;
  flex-grow: 1;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row:last-child {
  margin-bottom: 0;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row .label {
  color: #6b7280;
  display: flex;
  align-items: center;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row .label i {
  margin-right: 4px;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row .value {
  font-weight: 500;
  color: #1f2937;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row .value.highlight-orange {
  color: #f97316;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-details .detail-row .value .unit {
  color: #333;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-action .btn-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 0;
  background-color: #f9fbfd;
  color: #4890FE;
  border: 1px solid #44ABFF;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-action .btn-discount:hover {
  color: #4D6AFB;
  border-color: #4D6AFB;
}
.appMain .model-recommend-section .section-container .model-swiper .model-card .card-action .btn-discount i {
  margin-right: 6px;
}
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  /* 自定义 Swiper 导航按钮 */
}
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-prev,
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-next {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  color: #9ca3af;
  left: initial;
  top: initial;
  right: initial;
  margin: 0;
  transition: all 0.3s;
}
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-prev:after,
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
}
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-prev:hover,
.appMain .model-recommend-section .section-container .model-recommend-swiper-nav-btns .swiper-button-next:hover {
  color: #4D6FFB;
  border-color: #4D6FFB;
}
.appMain .ai-access-section {
  width: 100%;
  padding: 80px 0;
  /* 浅灰蓝色背景 */
  background: linear-gradient(160deg, #FBFDFF 0%, #F0F6FF 100%);
}
.appMain .ai-access-section .section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.appMain .ai-access-section .section-container .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.appMain .ai-access-section .section-container .section-header .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #383E4A;
  margin-bottom: 16px;
}
.appMain .ai-access-section .section-container .section-header .section-desc {
  font-size: 16px;
  color: #666666;
}
.appMain .ai-access-section .section-container .section-header .section-desc .vertical-line {
  padding: 0 8px;
}
.appMain .ai-access-section .section-container .feature-cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  padding: 36px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-icon img {
  max-width: 100%;
  max-height: 100%;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-list li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
  position: relative;
  width: max-content;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-list li:last-child {
  margin-bottom: 0;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-list li::before {
  content: "·";
  position: absolute;
  left: -12px;
  color: #9ca3af;
  font-weight: bold;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-image {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.appMain .ai-access-section .section-container .feature-cards .feature-card .card-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.appMain .customer-case-section {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.appMain .customer-case-section .section-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.appMain .customer-case-section .section-container .customer-glow-1 {
  position: absolute;
  width: 384px;
  height: 236px;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(14.95deg);
  background: rgba(134, 182, 255, 0.3);
  filter: blur(180px);
  border-radius: 50%;
  z-index: 0;
}
.appMain .customer-case-section .section-container .customer-glow-2 {
  position: absolute;
  width: 412px;
  height: 236px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(201, 169, 255, 0.3);
  filter: blur(180px);
  border-radius: 50%;
  z-index: 0;
}
.appMain .customer-case-section .section-container .section-header {
  text-align: center;
  margin-bottom: 64px;
}
.appMain .customer-case-section .section-container .section-header .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #383E4A;
}
.appMain .customer-case-section .section-container .features-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.appMain .customer-case-section .section-container .features-layout .features-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
  z-index: 2;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item {
  display: flex;
  align-items: center;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-content {
  flex: 1;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-content .feature-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-content .feature-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-connector {
  width: 60px;
  height: 2px;
  background-color: #e5e7eb;
  position: relative;
}
.appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-connector::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a72ff;
  top: 50%;
  transform: translateY(-50%);
}
.appMain .customer-case-section .section-container .features-layout .features-column.left-column .feature-item {
  text-align: right;
}
.appMain .customer-case-section .section-container .features-layout .features-column.left-column .feature-item .feature-connector {
  margin-left: 24px;
}
.appMain .customer-case-section .section-container .features-layout .features-column.left-column .feature-item .feature-connector::after {
  right: -4px;
}
.appMain .customer-case-section .section-container .features-layout .features-column.right-column .feature-item {
  text-align: left;
}
.appMain .customer-case-section .section-container .features-layout .features-column.right-column .feature-item .feature-connector {
  margin-right: 24px;
}
.appMain .customer-case-section .section-container .features-layout .features-column.right-column .feature-item .feature-connector::after {
  left: -4px;
}
.appMain .customer-case-section .section-container .features-layout .center-image {
  flex: 0 0 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0 40px;
}
.appMain .customer-case-section .section-container .features-layout .center-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 响应式适配与过渡效果 */
.appMain .banner-section,
.appMain .new-user-section,
.appMain .model-recommend-section,
.appMain .ai-access-section,
.appMain .customer-case-section,
.appMain .banner-container,
.appMain .section-container,
.appMain .banner-content,
.appMain .banner-image,
.appMain .banner-title,
.appMain .banner-desc,
.appMain .feature-cards,
.appMain .features-layout,
.appMain .center-image,
.appMain .banner-wrapper,
.appMain .main-text,
.appMain .text-normal,
.appMain .text-highlight,
.appMain .section-title {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1536px) {
  .appMain .banner-section .banner-container,
  .appMain .new-user-section .section-container,
  .appMain .model-recommend-section .section-container,
  .appMain .ai-access-section .section-container,
  .appMain .customer-case-section .section-container {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .appMain .banner-section .banner-container,
  .appMain .new-user-section .section-container,
  .appMain .model-recommend-section .section-container,
  .appMain .ai-access-section .section-container,
  .appMain .customer-case-section .section-container {
    max-width: 1024px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-title {
    font-size: 42px;
  }
  .appMain .customer-case-section .section-container .features-layout .center-image {
    flex: 0 0 400px;
    padding: 0 20px;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-image {
    right: 0;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-image img {
    height: 90%;
  }
}
@media (max-width: 1024px) {
  .appMain .banner-section .banner-container,
  .appMain .new-user-section .section-container,
  .appMain .model-recommend-section .section-container,
  .appMain .ai-access-section .section-container,
  .appMain .customer-case-section .section-container {
    max-width: 768px;
  }
  .appMain .banner-section .banner-container {
    flex-direction: column;
    text-align: center;
  }
  .appMain .banner-section .banner-container .banner-content {
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .appMain .banner-section .banner-container .banner-content .banner-title {
    font-size: 36px;
  }
  .appMain .banner-section .banner-container .banner-image {
    justify-content: center;
    transform: translateX(0);
  }
  .appMain .new-user-section .section-container .banner-wrapper {
    flex-direction: column;
    height: auto;
    padding: 32px 24px;
    text-align: center;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-content {
    align-items: center;
    margin-bottom: 24px;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text {
    flex-wrap: wrap;
    justify-content: center;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .btn-recharge {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    max-width: 200px;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-image {
    position: relative;
    right: auto;
    bottom: auto;
    height: 140px;
    justify-content: center;
    width: 100%;
  }
  .appMain .model-recommend-section .section-container .section-header .view-all {
    position: static;
    justify-content: center;
    margin-top: 16px;
  }
  .appMain .ai-access-section .section-container .feature-cards {
    flex-direction: column;
    align-items: center;
  }
  .appMain .ai-access-section .section-container .feature-cards .feature-card {
    width: 100%;
    max-width: 500px;
  }
  .appMain .customer-case-section .section-container .features-layout {
    flex-direction: column;
    gap: 40px;
  }
  .appMain .customer-case-section .section-container .features-layout .center-image {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .appMain .customer-case-section .section-container .features-layout .features-column {
    width: 100%;
    gap: 32px;
  }
  .appMain .customer-case-section .section-container .features-layout .features-column .feature-item .feature-connector {
    display: none;
  }
  .appMain .customer-case-section .section-container .features-layout .features-column.left-column .feature-item,
  .appMain .customer-case-section .section-container .features-layout .features-column.right-column .feature-item {
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .appMain .banner-section,
  .appMain .new-user-section,
  .appMain .model-recommend-section,
  .appMain .ai-access-section,
  .appMain .customer-case-section {
    padding: 40px 0;
  }
  .appMain .banner-section .banner-container,
  .appMain .new-user-section .section-container,
  .appMain .model-recommend-section .section-container,
  .appMain .ai-access-section .section-container,
  .appMain .customer-case-section .section-container {
    max-width: 640px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-title {
    font-size: 32px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-actions {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-actions .btn {
    width: 100%;
    box-sizing: border-box;
  }
  .appMain .model-recommend-section .section-container .section-header .section-title,
  .appMain .ai-access-section .section-container .section-header .section-title,
  .appMain .customer-case-section .section-container .section-header .section-title {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .appMain .banner-section .banner-container,
  .appMain .new-user-section .section-container,
  .appMain .model-recommend-section .section-container,
  .appMain .ai-access-section .section-container,
  .appMain .customer-case-section .section-container {
    max-width: 100%;
  }
  .appMain .banner-section .banner-container .banner-content .banner-tags {
    font-size: 16px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-title {
    font-size: 28px;
  }
  .appMain .banner-section .banner-container .banner-content .banner-desc {
    font-size: 14px;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .text-normal {
    font-size: 18px;
  }
  .appMain .new-user-section .section-container .banner-wrapper .banner-content .main-text .text-highlight {
    font-size: 28px;
  }
  .appMain .model-recommend-section .section-container .section-header .section-title,
  .appMain .ai-access-section .section-container .section-header .section-title,
  .appMain .customer-case-section .section-container .section-header .section-title {
    font-size: 24px;
  }
}
