
.customer[data-v-699cf318] {
  min-height: 100vh;
  background: #f5f5f5;
}
.main-content[data-v-699cf318] { position: relative;
}
.hero-section[data-v-699cf318] { position: relative; width: 100%; height: 42vh; background: url(../../static/images/bd57609545ea88d29fda3e281213ce3a.png) center/cover no-repeat; display: flex; flex-direction: column;
}
.hero-content[data-v-699cf318] { position: relative; flex: 1; display: flex; align-items: center; justify-content: center;
}
.hero-overlay[data-v-699cf318] { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 280px; height: 280px; background: rgba(255,255,255,.1); border-radius: 50%; z-index: 1;
}
.hero-text[data-v-699cf318] { position: relative; z-index: 2; text-align: center; color: #fff;
}
.main-title[data-v-699cf318] { font-size: 40px; font-weight: bold; margin-bottom: 14px; text-shadow: 2px 2px 4px rgba(0,0,0,.5); letter-spacing: 2px;
}
.subtitle[data-v-699cf318] { font-size: 16px; opacity: .9; text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.page-header[data-v-699cf318] {
  background: #fff;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}
.page-header h1[data-v-699cf318] {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.page-header p[data-v-699cf318] {
  font-size: 18px;
  color: #666;
}
.content[data-v-699cf318] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.service-card[data-v-699cf318] {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.service-card[data-v-699cf318]:hover {
  transform: translateY(-5px);
}
.service-card i[data-v-699cf318] {
  font-size: 48px;
  color: #409EFF;
  margin-bottom: 20px;
}
.service-card h3[data-v-699cf318] {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}
.service-card p[data-v-699cf318] {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

/* 移动端适配 */
@media (max-width: 768px) {
.main-title[data-v-699cf318] { font-size: 32px;
}
.subtitle[data-v-699cf318] { font-size: 14px;
}
.hero-section[data-v-699cf318] { height: 40vh;
}
.hero-overlay[data-v-699cf318] { width: 200px; height: 200px;
}
.content[data-v-699cf318] { padding: 0 15px;
}
.service-card[data-v-699cf318] { padding: 30px 20px; margin-bottom: 15px;
}
.service-card i[data-v-699cf318] { font-size: 40px; margin-bottom: 15px;
}
.service-card h3[data-v-699cf318] { font-size: 20px; margin-bottom: 15px;
}
.service-card p[data-v-699cf318] { font-size: 14px;
}
}
@media (max-width: 480px) {
.main-title[data-v-699cf318] { font-size: 28px;
}
.hero-section[data-v-699cf318] { height: 35vh;
}
.hero-overlay[data-v-699cf318] { width: 150px; height: 150px;
}
.service-card[data-v-699cf318] { padding: 20px 15px;
}
.service-card i[data-v-699cf318] { font-size: 36px; margin-bottom: 12px;
}
.service-card h3[data-v-699cf318] { font-size: 18px; margin-bottom: 12px;
}
.service-card p[data-v-699cf318] { font-size: 13px;
}
}

