@charset "UTF-8";
/* index.css - 鲤享家首页样式 */
/* ========== 1. 轮播图 ========== */
.bannerSwiper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 28.65%;
  overflow: hidden;
}
.bannerSwiper .swiper-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bannerSwiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========== 2. 关于鲤享家 ========== */
.section-about {
  padding-top: 14rem;
  padding-bottom: 7.6rem;
}

.about-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-content .about-text {
  flex: 1;
  padding-right: 4rem;
}
.about-content .about-text h3 {
  font-size: 3.6rem;
  color: #6D03A4;
  margin-bottom: 1.6rem;
}
.about-content .about-text p {
  font-size: 1.8rem;
  color: #333333;
  line-height: 34px;
}
.about-content .about-text .btn-more {
  display: inline-block;
}
.about-content .about-image {
  flex: 1.2;
}
.about-content .btn-more {
  margin-top: 4rem;
  display: none;
  width: 15rem;
  height: 5rem;
  background: #FCCF00;
  border-radius: 2.5rem;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 5rem;
}
.about-content .btn-more a {
  color: #6B2091;
  font-size: 1.6rem;
}
.about-content .btn-more:hover {
  background: #6B2091;
}
.about-content .btn-more:hover a {
  color: #fff;
}
.about-content .btn-more .arrow-more {
  width: 0.8rem;
  height: 1.4rem;
  margin-left: 6px;
  margin-top: -2px;
}

/* ========== 3. 加盟数据 - 地图 ========== */
.map-wrapper {
  display: flex;
  align-items: stretch;
}

.map-data-card-p {
  flex: 1;
  margin-right: 50px;
}

.map-data-card {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 172.77%;
  overflow: hidden;
}
.map-data-card .card {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/map-left.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: left top;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
.map-data-card .card .card-title {
  font-family: PangMenZhengDao;
  font-weight: 400;
  font-size: 2rem;
  color: #552277;
  height: 10rem;
  line-height: 10rem;
  text-align: left;
}
.map-data-card .card .card-main {
  margin-bottom: 5rem;
  color: #6D03A4;
}
.map-data-card .card .card-main .card-stat-row {
  display: flex;
  align-items: baseline;
  line-height: 8rem;
}
.map-data-card .card .card-main .card-num {
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: -3px;
  text-decoration: underline;
}
.map-data-card .card .card-main .card-unit {
  font-size: 3.4rem;
}
.map-data-card .card .card-main .card-province {
  margin-bottom: 30px;
  font-size: 5rem;
}
.map-data-card .card .card-main .card-province .card-num {
  font-size: 11rem !important;
}
.map-data-card .card .card-divider {
  width: 1px;
  height: 74px;
  background: #1A1A1A;
  margin-right: 24px;
}
.map-data-card .card .card-extra div {
  font-family: SourceHanSansSC;
  font-weight: 200;
  font-size: 17px;
  color: #1A1A1A;
}

.map-chart {
  flex: 2;
}

/* ========== 4. 服务铁律 ========== */
.section-rules {
  padding-top: 14.4rem;
}

/* ========== 5. 六大核心业务 ========== */
.section-business {
  padding-top: 11.3rem;
}
.section-business .panel-title {
  margin-bottom: 1.5rem;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.business-item-p {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 94.91%;
  overflow: hidden;
}
.business-item-p .business-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: left top;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-item-p .business-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.business-item-p .business-item .item {
  width: 77%;
  height: 64.61%;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 1rem;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.4rem;
}
.business-item-p .business-item .item .item-title {
  width: 12.2rem;
  height: 12.2rem;
  border-radius: 50%;
  border: 1px solid #5F2982;
  margin-bottom: 3rem;
  font-size: 2.9rem;
  color: #6D03A4;
  font-weight: bold;
  text-align: center;
  padding: 2.8rem;
  box-sizing: border-box;
  line-height: 1.2;
}
.business-item-p .business-item .item .item-content {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 1.7rem;
  color: #6D03A4;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ========== 6. 服务体系 ========== */
.section-system {
  padding-top: 8.1rem;
}
.section-system .system-image {
  max-width: 137.7rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ========== 7. 服务产品分类 ========== */
.section-product {
  margin-top: 11.3rem;
}

.product-p {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 33.85%;
  overflow: hidden;
}
.product-p .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_category.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: left top;
}

.product-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.product-cats .product-cat {
  width: 100%;
  height: 118.86%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: left top;
}
.product-cats .product-cat .cat-desc {
  font-size: 25px;
  color: #1A1A1A;
  line-height: 40px;
  text-align: center;
  padding-top: 280px;
}

.cat-1 {
  background-image: url("../images/category_1.png");
}

.cat-2 {
  background-image: url("../images/category_2.png");
}

.cat-3 {
  background-image: url("../images/category_3.png");
}

/* ========== 8. 品牌力 ========== */
.section-brand {
  padding-top: 9.7rem;
}
.section-brand .panel-title {
  margin-bottom: 4rem;
}
.brand-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.brand-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  color: #1A1A1A;
}
.brand-text h3 {
  font-family: SourceHanSansSC;
  font-weight: 800;
  font-size: 4rem;
  color: #6D03A4;
}
.brand-text .brand-content {
  padding-top: 2rem;
}
.brand-text .brand-content span {
  font-weight: bold;
}
.brand-text .brand-content p {
  padding: 0.8rem 0;
}

.brand-imgs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.brand-imgs img {
  width: 100%;
  object-fit: contain;
  box-sizing: border-box;
  padding: 1rem;
}

.honor .brand-imgs {
  margin-left: 14rem;
  align-items: stretch;
  height: 36rem;
}
.honor .brand-imgs img {
  padding: 0;
}
.honor .brand-imgs .imgs-left {
  flex: 1;
}
.honor .brand-imgs .imgs-right {
  flex: 1.1;
}

.influence .brand-imgs img {
  width: 50%;
}
.influence span {
  margin-right: 1rem;
}

.skill .brand-text {
  padding-right: 5rem;
}
.skill .brand-imgs {
  flex: 1.2 !important;
}
.skill .brand-imgs img {
  width: 20%;
}

/* ========== 9. 加盟合作 ========== */
.section-join {
  padding-top: 4.3rem;
}
.section-join .panel-title {
  margin-bottom: 3.5rem;
}
.section-join .join-content .title-join {
  width: fit-content;
  height: 4rem;
  border-radius: 8px;
  border: 1px solid #592073;
  padding-right: 2rem;
  padding-left: 9rem;
  box-sizing: border-box;
  font-size: 2rem;
  color: #6D03A4;
  font-weight: bold;
  line-height: 3.8rem;
}
.section-join .join-content .title-join .num {
  height: 3.8rem;
  width: 6.8rem;
  text-align: center;
  background: #FDD000;
  border-radius: 8px;
  color: #6D03A4;
  font-size: 2.5rem;
  position: absolute;
  left: 1px;
}
.section-join .join-content .text-join {
  padding: 1.8rem 0 3.6rem 9rem;
  font-size: 1.8rem;
  color: #1A1A1A;
  line-height: 3.6rem;
}

/* ========== 10. 龙门计划 ========== */
.section-plan {
  padding: 12rem 0 22rem;
}
.section-plan .panel-title {
  margin-bottom: 4.8rem;
}
.section-plan .plan-image {
  max-width: 98.5rem;
  margin: 0 auto;
}

/* ========== 响应式 ========== */
@media (max-width: 1025px) {
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-cats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-about {
    padding: 3rem 0;
  }
  .section-about .about-content {
    flex-direction: column;
  }
  .section-about .about-content .btn-more {
    margin-top: 3rem;
    display: inline-block;
  }
  .section-about .about-content .about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-about .about-content .about-text h3 {
    font-size: 2.7rem;
  }
  .section-about .about-content .about-text .btn-more {
    display: none;
  }
  .section-about .about-content .about-image {
    width: 80%;
    margin: 0 auto;
  }
  .section-brand {
    padding: 3rem 0;
  }
  .section-brand .brand-row {
    flex-direction: column;
  }
  .section-brand .brand-text {
    width: 100%;
  }
  .section-brand .brand-text h3 {
    text-align: center;
    font-size: 2.2rem;
  }
  .section-brand .honor .brand-imgs {
    margin: 0;
  }
  .section-brand .skill .brand-imgs {
    width: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .section-brand .skill .brand-imgs img {
    width: 33.33%;
  }
  .section-join {
    padding-top: 2rem;
  }
  .section-join .join-content .text-join {
    padding: 1.8rem;
  }
  .section-rules,
  .section-business,
  .section-system,
  .section-product,
  .section-plan {
    padding: 3rem 0;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
  .product-cats {
    grid-template-columns: 1fr;
  }
}

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