.about-text img {
  margin-bottom: 5px;
}

@charset "UTF-8";
.home[data-v-7eb2bc79] {
  min-height: 100vh;
  position: relative;
}

/* 主要内容区域 */
.main-content[data-v-7eb2bc79] {
  position: relative;
}

/* 公益样式（从模板内迁移） */
.public-welfare-gallery[data-v-7eb2bc79] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  width: 100%;
}
.public-welfare-row[data-v-7eb2bc79] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.public-welfare-item[data-v-7eb2bc79] {
  overflow: hidden;
  width: 360px;
  flex-shrink: 0;
}
.public-welfare-item .content[data-v-7eb2bc79] {
  min-height: 245px;
}
.public-welfare-item .face-img[data-v-7eb2bc79] {
  position: relative;
}
.public-welfare-item .icon-honor[data-v-7eb2bc79] {
  position: absolute;
  top: -35px;
  width: 70px;
  height: 70px;
  background: #ca3525;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-welfare-item .icon-honor img[data-v-7eb2bc79] {
  width: auto;
  height: auto;
}
.public-welfare-item img[data-v-7eb2bc79] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
.public-welfare-row[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.public-welfare-item[data-v-7eb2bc79] {
    width: 100%;
    max-width: 300px;
    height: 120px;
}
}
.hero-section[data-v-7eb2bc79] {
  position: relative;
  width: 100%;
  height: 1080px;
  /* 减少高度，不占满全屏 */
  background: url(../../static/images/36a0c86d07346f10b7acf861cab33fb6.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
}

/* 头部样式 */
.header[data-v-7eb2bc79] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* background: rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(10px); */
  padding: 15px 0;
}
.container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}
.containerTeam[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.logo-section[data-v-7eb2bc79] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo[data-v-7eb2bc79] {
  position: relative;
}
.logo-circle[data-v-7eb2bc79] {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.logo-circle[data-v-7eb2bc79]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.logo-text h1[data-v-7eb2bc79] {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.logo-text p[data-v-7eb2bc79] {
  color: #fff;
  font-size: 10px;
  margin: 1px 0;
  line-height: 1;
}
.logo-text span[data-v-7eb2bc79] {
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.nav[data-v-7eb2bc79] {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}
.nav-list[data-v-7eb2bc79] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: nowrap;
  align-items: center;
}
.nav-item[data-v-7eb2bc79] {
  position: relative;
}
.nav-item[data-v-7eb2bc79]:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin: 0 15px;
  font-size: 14px;
}
.nav-item a[data-v-7eb2bc79] {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}
.nav-item.active a[data-v-7eb2bc79] {
  color: #ff4444;
  position: relative;
}
.nav-item.active a[data-v-7eb2bc79]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff4444;
}
.nav-item a[data-v-7eb2bc79]:hover {
  color: #ff4444;
}
.login-btn[data-v-7eb2bc79] {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}
.login-btn[data-v-7eb2bc79]:hover {
  background: #fff !important;
  color: #333 !important;
}

/* 英雄区域内容 */
.hero-content[data-v-7eb2bc79] {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay[data-v-7eb2bc79] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.hero-text[data-v-7eb2bc79] {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.main-title[data-v-7eb2bc79] {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Microsoft YaHei", "微软雅黑", serif;
  letter-spacing: 2px;
}
.subtitle[data-v-7eb2bc79] {
  font-size: 32px;
  line-height: 1.6;
  margin-top: 150px;
  font-family: "Microsoft YaHei", "微软雅黑", serif;
  color: #ffffff;
}

/* 关于大朴区域 */
.about-us-section[data-v-7eb2bc79] {
  background: #fff;
  margin-top: 150px;
}
.about-us-section .container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 40px; */
}
.about-content[data-v-7eb2bc79] {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
}
.about-left[data-v-7eb2bc79] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about-title-wrapper[data-v-7eb2bc79] {
  text-align: left;
  margin-bottom: 40px;
}
.about-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.about-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.title-underline[data-v-7eb2bc79] {
  width: 60px;
  height: 3px;
  background: #cc4c00;
  margin: 0;
}
.about-text[data-v-7eb2bc79] {
  flex: 1;
}
.about-text p[data-v-7eb2bc79] {
  font-size: 16px;
  line-height: 45px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
}
.about-image[data-v-7eb2bc79] {
  flex: 1;
  max-width: 400px;
}
.about-image img[data-v-7eb2bc79] {
  width: 100%;
  height: auto;
}

/* 投资体系区域 */
.investment-system-section[data-v-7eb2bc79] {
  /* padding: 80px 0; */
  background: #fff;
  position: relative;
  background: url(../../static/images/f86ac7ee497706d7ad6cebe32f588cbc.png) no-repeat;
  height: 780px;
  background-size: 100%;
  display: flex;
  align-content: center;
}
.investment-system-section .container[data-v-7eb2bc79] {
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.investment-title-wrapper[data-v-7eb2bc79] {
  text-align: center;
  margin-bottom: 60px;
}
.investment-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.investment-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.investment-content[data-v-7eb2bc79] {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}
.investment-logo[data-v-7eb2bc79] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-container[data-v-7eb2bc79] {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fafafa;*/
  position: relative;
}
.logo-container img[data-v-7eb2bc79] {
  /* width: 200px; */
  /* height: 200px; */
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.investment-right[data-v-7eb2bc79] {
  display: flex;
  flex-direction: column;
  width: 561px;
}
.investment-title-wrapper[data-v-7eb2bc79] {
  text-align: left;
  margin-bottom: 40px;
}
.investment-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.investment-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.investment-text[data-v-7eb2bc79] {
  flex: 1;
  margin-top: 66px;
}
.investment-text p[data-v-7eb2bc79] {
  font-size: 16px;
  line-height: 45px;
  color: #333333;
  margin-bottom: 20px;
  text-align: justify;
}
.highlight-text[data-v-7eb2bc79] {
  color: #ca3525;
  font-weight: bold;
}

/* 管理架构区域 */
.management-structure-section[data-v-7eb2bc79] {
  padding: 80px 0;
  background: #fff;
}
.management-structure-section .container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
}
.management-structure-img[data-v-7eb2bc79] {
  background: url(../../static/img/management-structure.svg) no-repeat;
  background-size: 90%;
  max-width: 685px;
  height: 90px;
}
.reseacrh-team-img[data-v-7eb2bc79] {
  background: url(../../static/img/reseacrh-team-img.svg) no-repeat;
  background-size: 90%;
  max-width: 443px;
  height: 90px;
  margin: 130px auto 0;
  background-position: center center;
}
.investment-system-img[data-v-7eb2bc79] {
  background: url(../../static/img/investment-system-img.svg) no-repeat;
  background-size: 90%;
  max-width: 556px;
  height: 90px;
}
.management-content[data-v-7eb2bc79] {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.management-title-wrapper[data-v-7eb2bc79] {
  text-align: left;
}
.management-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.management-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.management-image[data-v-7eb2bc79] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.management-image img[data-v-7eb2bc79] {
  max-width: 70%;
  height: auto;
  /*border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
}

/* 团队介绍区域 */
.team-introduction-section[data-v-7eb2bc79] {
  /* padding: 80px 0; */
  background: #fff;
  margin: 0 auto;
}
.team-introduction-section .container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 60px auto 0;
}
.team-content[data-v-7eb2bc79] {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 50px;
}
.home-bg-img-radius[data-v-7eb2bc79] {
  background: url(../../static/images/46baa673c00f2395fef452ddcd0b00f8.png) no-repeat;
  background-size: cover;
  /* height: 1080px; */
  height: auto;
  overflow: hidden;
  background-position: center center;
}
.craft-activity-section[data-v-7eb2bc79] {
  background: url(../../static/images/46baa673c00f2395fef452ddcd0b00f8.png) no-repeat;
  background-size: cover;
  height: 1080px;
  overflow: hidden;
  background-position: center center;
  /* padding: 135px 0; */
}
.craft-activity-img[data-v-7eb2bc79] {
  max-width: 685px;
  background: url(../../static/images/35070b7621c69f72324925b2018fc847.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  height: 90px;
}
.public-benefit-activities[data-v-7eb2bc79] {
  max-width: 685px;
  background: url(../../static/img/public-benefit-activities.svg) no-repeat;
  background-size: 90%;
  margin: 200px auto 0;
  height: 90px;
}
.team-title-wrapper[data-v-7eb2bc79] {
  text-align: center;
}
.team-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.team-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.team-title-wrapper .title-underline[data-v-7eb2bc79] {
  margin: 0 auto;
}
.team-image[data-v-7eb2bc79] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 146px;
}
.team-image img[data-v-7eb2bc79] {
  /* max-width: 65%; */
  height: auto;
  /*border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
}
.company-honors[data-v-7eb2bc79] {
  margin-top: 280px;
}

/* 公司荣誉区域 */
.company-honors-section[data-v-7eb2bc79] {
  background: url(../../static/images/6977402eec1d571bed64599a823687ad.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1080px;
}
.company-honors-section .container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.honors-content[data-v-7eb2bc79] {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.honors-title-wrapper[data-v-7eb2bc79] {
  text-align: left;
}
.honors-title[data-v-7eb2bc79] {
  font-size: 36px;
  color: #cc4c00;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.honors-subtitle[data-v-7eb2bc79] {
  font-size: 18px;
  color: #999;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.honors-background[data-v-7eb2bc79] {
  display: flex;
  background: url(../../static/images/03ec39045f2f1d8a71def28eac656d6b.png) no-repeat;
  /* background-size: 100%; */
  background-size: cover;
  max-width: 1200px;
  /* min-width: 1200px; */
  height: 400px;
  padding: 64px 27px 33px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 0px 100px rgba(237, 237, 237, 0.5);
}
.honors-background img[data-v-7eb2bc79] {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.honors-background[data-v-7eb2bc79] {
  position: relative;
}
.honors-background .bottom-button[data-v-7eb2bc79] {
    position: absolute;
    bottom: 20px;
}
.honors-background .bottom-button button.is-disabled i[data-v-7eb2bc79] {
      color: #EFC2BD !important;
}
.honors-background .bottom-button i[data-v-7eb2bc79] {
      cursor: pointer;
      color: #CA3525;
      font-size: 24px;
}
.honors-year[data-v-7eb2bc79] {
  font-size: 40px;
  font-weight: bold;
}
.honors-year[data-v-7eb2bc79]::after {
  content: "";
  display: block;
  width: 223px;
  height: 4px;
  background: #d4b686;
  margin-top: 6px;
}
.honors-list[data-v-7eb2bc79] {
  list-style: none;
  margin: 0;
  padding: 6px 0 0 0;
}
.honors-list li[data-v-7eb2bc79] {
  position: relative;
  padding-left: 18px;
  margin: 15px 0;
  line-height: 1.6;
  font-size: 18px;
}
.honors-list li[data-v-7eb2bc79]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #ffd27d;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 210, 125, 0.25);
}

/* 统计数据区域 */
.stats-section[data-v-7eb2bc79] {
  padding: 0;
  background: transparent;
  margin-bottom: 200px;
}
.stats-container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
.stat-card[data-v-7eb2bc79] {
  flex: 1;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.stat-card-1[data-v-7eb2bc79] {
  background: #d4b686;
  /* 浅棕色/米色 */
}
.stat-card-2[data-v-7eb2bc79] {
  background: #ca3525;
  /* 红橙色 */
}
.stat-card-3[data-v-7eb2bc79] {
  background: #d4b686;
  /* 浅棕色/米色，与第一个相同 */
}
.stat-number[data-v-7eb2bc79] {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.stat-label[data-v-7eb2bc79] {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 20px;
}
.nav[data-v-7eb2bc79] {
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}
.nav-list[data-v-7eb2bc79] {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.hero-section[data-v-7eb2bc79] {
    height: 60vh;
}
.about-us-section[data-v-7eb2bc79] {
    padding: 60px 0;
}
.about-us-section .container[data-v-7eb2bc79] {
    /* padding: 0 20px; */
}
.stats-container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.investment-system-section[data-v-7eb2bc79] {
    padding: 60px 0;
}
.investment-system-section .container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.investment-title[data-v-7eb2bc79] {
    font-size: 28px;
}
.investment-subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.investment-content[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.investment-right[data-v-7eb2bc79] {
    width: 100%;
}
.investment-title-wrapper[data-v-7eb2bc79] {
    text-align: center;
    margin-bottom: 30px;
}
.investment-text[data-v-7eb2bc79] {
    padding-top: 0;
}
.logo-container[data-v-7eb2bc79] {
    width: 250px;
    height: 250px;
}
.logo-container img[data-v-7eb2bc79] {
    width: 150px;
    height: 150px;
}
.investment-text p[data-v-7eb2bc79] {
    font-size: 14px;
}
.management-structure-section[data-v-7eb2bc79] {
    padding: 60px 0;
}
.management-structure-section .container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.management-content[data-v-7eb2bc79] {
    gap: 40px;
}
.management-title-wrapper[data-v-7eb2bc79] {
    text-align: center;
}
.management-title[data-v-7eb2bc79] {
    font-size: 28px;
}
.management-subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.team-introduction-section[data-v-7eb2bc79] {
    /* padding: 60px 0; */
}
.team-introduction-section .container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.team-content[data-v-7eb2bc79] {
    gap: 40px;
}
.team-title[data-v-7eb2bc79] {
    font-size: 28px;
}
.team-subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.company-honors-section[data-v-7eb2bc79] {
    padding: 60px 0;
}
.company-honors-section .container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.honors-content[data-v-7eb2bc79] {
    gap: 40px;
}
.honors-title-wrapper[data-v-7eb2bc79] {
    text-align: center;
}
.honors-title[data-v-7eb2bc79] {
    font-size: 28px;
}
.honors-subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.about-title[data-v-7eb2bc79] {
    font-size: 28px;
}
.about-subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.about-content[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.about-left[data-v-7eb2bc79] {
    width: 100%;
}
.about-title-wrapper[data-v-7eb2bc79] {
    text-align: center;
    margin-bottom: 30px;
}
.title-underline[data-v-7eb2bc79] {
    margin: 0 auto;
}
.about-text p[data-v-7eb2bc79] {
    font-size: 14px;
    text-align: left;
}
.about-image[data-v-7eb2bc79] {
    max-width: 100%;
}
.stats-container[data-v-7eb2bc79] {
    flex-direction: column;
}
.stat-card[data-v-7eb2bc79] {
    min-height: 140px;
    padding: 40px 20px;
}
.stat-number[data-v-7eb2bc79] {
    font-size: 32px;
}
.stat-label[data-v-7eb2bc79] {
    font-size: 16px;
}
.main-title[data-v-7eb2bc79] {
    font-size: 32px;
}
.subtitle[data-v-7eb2bc79] {
    font-size: 16px;
}
.hero-overlay[data-v-7eb2bc79] {
    width: 300px;
    height: 300px;
}
}

/* 联系我们区域样式 */
.contact-us-section[data-v-7eb2bc79] {
  position: relative;
  min-height: 400px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
              url('~@/assets/images/background.png') center/cover no-repeat; */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact-us-section[data-v-7eb2bc79]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(45deg, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
  transform: translateY(30px) rotate(-2deg);
  z-index: 1;
}
.contact-overlay[data-v-7eb2bc79] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.contact-content[data-v-7eb2bc79] {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
.contact-title[data-v-7eb2bc79] {
  font-size: 48px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.2;
}
.contact-subtitle[data-v-7eb2bc79] {
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0;
  opacity: 0.9;
}
.contact-underline[data-v-7eb2bc79] {
  width: 60px;
  height: 3px;
  background: #d4c0a0;
  margin: 0;
}
.contact-right[data-v-7eb2bc79] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.contact-info[data-v-7eb2bc79] {
  flex: 1;
}
.contact-item[data-v-7eb2bc79] {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #fff;
}
.contact-icon[data-v-7eb2bc79] {
  font-size: 20px;
  margin-right: 15px;
  width: 24px;
  text-align: center;
}
.contact-item span[data-v-7eb2bc79] {
  font-size: 16px;
  line-height: 1.5;
}
.contact-qr[data-v-7eb2bc79] {
  flex-shrink: 0;
}
.qr-corner.bottom-left[data-v-7eb2bc79] {
  bottom: 2px;
  left: 2px;
  border-radius: 3px;
}
.qr-center-logo[data-v-7eb2bc79] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.qr-logo-circle[data-v-7eb2bc79] {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.qr-logo-segment[data-v-7eb2bc79] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.qr-logo-segment.green[data-v-7eb2bc79] {
  background: conic-gradient(from 0deg, #4caf50 0deg, #4caf50 120deg, transparent 120deg);
}
.qr-logo-segment.orange[data-v-7eb2bc79] {
  background: conic-gradient(from 120deg, #ff9800 120deg, #ff9800 240deg, transparent 240deg);
}
.qr-logo-segment.blue[data-v-7eb2bc79] {
  background: conic-gradient(from 240deg, #2196f3 240deg, #2196f3 360deg, transparent 360deg);
}

/* 联系我们区域响应式设计 */
@media (max-width: 768px) {
.contact-us-section[data-v-7eb2bc79] {
    min-height: 300px;
}
.contact-content[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
}
.contact-title[data-v-7eb2bc79] {
    font-size: 36px;
}
.contact-subtitle[data-v-7eb2bc79] {
    font-size: 18px;
}
.contact-right[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.contact-info[data-v-7eb2bc79] {
    width: 100%;
}
.contact-item[data-v-7eb2bc79] {
    margin-bottom: 20px;
}
.contact-item span[data-v-7eb2bc79] {
    font-size: 14px;
}
.qr-code[data-v-7eb2bc79] {
    width: 100px;
    height: 100px;
}
}

/* 底部区域样式 */
.footer[data-v-7eb2bc79] {
  background: #fff;
  padding: 0px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.footer-container[data-v-7eb2bc79] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 40px; */
}

/* 顶部区域 */
.footer-top[data-v-7eb2bc79] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.footer-logo[data-v-7eb2bc79] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-logo-img[data-v-7eb2bc79] {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-logo-text h3[data-v-7eb2bc79] {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1;
}
.footer-logo-text p[data-v-7eb2bc79] {
  font-size: 12px;
  color: #666;
  margin: 2px 0;
  line-height: 1;
}
.footer-logo-text span[data-v-7eb2bc79] {
  font-size: 10px;
  color: #999;
  line-height: 1;
}
.footer-decoration[data-v-7eb2bc79] {
  position: absolute;
  right: -50px;
  top: -20px;
}
.footer-decoration-img[data-v-7eb2bc79] {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}

/* 中间区域 */
.footer-middle[data-v-7eb2bc79] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
  /*border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;*/
}
.footer-left[data-v-7eb2bc79] {
  flex: 1;
}
.company-name[data-v-7eb2bc79] {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.footer-center[data-v-7eb2bc79] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.footer-right[data-v-7eb2bc79] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.footer-nav[data-v-7eb2bc79] {
  display: flex;
  align-items: center;
  gap: 0;
}
.footer-nav a[data-v-7eb2bc79] {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-nav a[data-v-7eb2bc79]:hover {
  color: #cc4c00;
}
.nav-separator[data-v-7eb2bc79] {
  color: #ccc;
  margin: 0 15px;
  font-size: 14px;
}
.copyright-left[data-v-7eb2bc79],
.copyright-center[data-v-7eb2bc79],
.copyright-right[data-v-7eb2bc79] {
  flex: 1;
}
.copyright-center[data-v-7eb2bc79] {
  text-align: center;
}
.copyright-right[data-v-7eb2bc79] {
  text-align: right;
}
.footer-bottom span[data-v-7eb2bc79] {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

/* 底部区域响应式设计 */
@media (max-width: 768px) {
.footer[data-v-7eb2bc79] {
    padding: 40px 0 15px 0;
}
.footer-container[data-v-7eb2bc79] {
    padding: 0 20px;
}
.footer-top[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.footer-decoration[data-v-7eb2bc79] {
    position: static;
    right: auto;
    top: auto;
}
.footer-decoration-img[data-v-7eb2bc79] {
    width: 150px;
    height: 150px;
}
.footer-middle[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.footer-center[data-v-7eb2bc79],
  .footer-right[data-v-7eb2bc79] {
    justify-content: center;
}
.footer-bottom[data-v-7eb2bc79] {
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.copyright-left[data-v-7eb2bc79],
  .copyright-center[data-v-7eb2bc79],
  .copyright-right[data-v-7eb2bc79] {
    text-align: center;
}
.footer-nav[data-v-7eb2bc79] {
    flex-wrap: wrap;
    justify-content: center;
}
}

