
.optimized-image[data-v-091b2266] {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--optimized-image-background, #111827);
}
.optimized-image picture[data-v-091b2266],
.optimized-image picture img[data-v-091b2266] {
  display: block;
  width: 100%;
  height: 100%;
}
.optimized-image picture[data-v-091b2266] {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.optimized-image picture img[data-v-091b2266] {
  object-fit: var(--optimized-image-fit);
  object-position: var(--optimized-image-position);
}
.optimized-image.is-loaded picture[data-v-091b2266] {
  opacity: 1;
}
.optimized-image__placeholder[data-v-091b2266] {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    100deg,
    var(--optimized-image-placeholder-start, #111827) 20%,
    var(--optimized-image-placeholder-highlight, #1f2937) 40%,
    var(--optimized-image-placeholder-start, #111827) 60%
  );
  background-size: 220% 100%;
  animation: image-loading-091b2266 1.35s ease-in-out infinite;
}
.optimized-image.is-loaded .optimized-image__placeholder[data-v-091b2266],
.optimized-image.has-error .optimized-image__placeholder[data-v-091b2266] {
  opacity: 0;
  animation: none;
}
.optimized-image__error[data-v-091b2266] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  background: #111827;
}
@keyframes image-loading-091b2266 {
0% { background-position: 100% 0;
}
100% { background-position: -100% 0;
}
}
@media (prefers-reduced-motion: reduce) {
.optimized-image picture[data-v-091b2266],
  .optimized-image__placeholder[data-v-091b2266] {
    transition: none;
    animation: none;
}
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: var(--font-weight-normal);
  color: var(--color-text-primary);
  background-color: #0a0a0a;
  background-image: 
    linear-gradient(rgba(10, 10, 10, 0.95), rgba(10, 10, 10, 0.95)),
    radial-gradient(circle at top right, rgba(0, 122, 255, 0.1), transparent 50%),
    radial-gradient(circle at bottom left, rgba(122, 0, 255, 0.1), transparent 50%),
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 122, 255, 0.05) 2px, rgba(0, 122, 255, 0.05) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 122, 255, 0.05) 2px, rgba(0, 122, 255, 0.05) 4px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  background-attachment: fixed;
}

/* Tech Decoration Elements */
.tech-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 170, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 170, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% {
    background-position: 0 0;
}
100% {
    background-position: 50px 50px;
}
}
.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.8), rgba(122, 0, 255, 0.4));
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.6);
  animation: float 6s ease-in-out infinite;
}
.particle-1 {
  width: 10px;
  height: 10px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.particle-2 {
  width: 8px;
  height: 8px;
  top: 60%;
  right: 15%;
  animation-delay: 1s;
}
.particle-3 {
  width: 12px;
  height: 12px;
  bottom: 30%;
  left: 20%;
  animation-delay: 2s;
}
.particle-4 {
  width: 6px;
  height: 6px;
  top: 40%;
  right: 25%;
  animation-delay: 3s;
}
.particle-5 {
  width: 14px;
  height: 14px;
  top: 70%;
  left: 30%;
  animation-delay: 4s;
}
@keyframes float {
0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
}
50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
}
}
.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  color: white;
  padding: 40px 0 20px;
  text-align: center;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(0, 170, 255, 0.3), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(122, 0, 255, 0.3), transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 255, 170, 0.2), transparent 50%);
  animation: pulse 8s ease-in-out infinite;
}
.about-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 170, 255, 0.1) 0px,
    transparent 1px,
    transparent 49px,
    rgba(0, 170, 255, 0.1) 50px
  );
  animation: slide 20s linear infinite;
}
.about-hero h1 {
  font-size: 56px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #ffffff, #00aaff, #7a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 170, 255, 0.5);
  animation: glow 3s ease-in-out infinite alternate;
  position: relative;
  z-index: 2;
}
.about-hero p {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  text-align: justify;
  position: relative;
  z-index: 2;
}
@keyframes pulse {
0%, 100% {
    opacity: 0.5;
}
50% {
    opacity: 1;
}
}
@keyframes slide {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50px);
}
}
@keyframes glow {
from {
    text-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
}
to {
    text-shadow: 0 0 40px rgba(0, 170, 255, 0.8), 0 0 60px rgba(122, 0, 255, 0.6);
}
}
.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  background: linear-gradient(135deg, #ffffff, #00aaff, #7a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
  position: relative;
  z-index: 2;
}
.company-intro {
  padding: 30px 0;
  background: rgba(10, 10, 10, 0.8);
  position: relative;
  overflow: hidden;
}
.company-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 70%, rgba(0, 170, 255, 0.1), transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(122, 0, 255, 0.1), transparent 50%);
}
.photo-gallery {
  position: relative;
  z-index: 2;
  height: 600px;
  margin: 40px auto;
  max-width: 1200px;
  perspective: 1000px;
}
.gallery-item {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 170, 255, 0.2);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  background: rgba(16, 24, 40, 0.9);
}
.gallery-item:hover {
  transform: scale(1.1) rotate(0deg);
  box-shadow: 0 20px 40px rgba(0, 170, 255, 0.4);
  border-color: rgba(0, 170, 255, 0.6);
  z-index: 10;
}
.gallery-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-item:hover .gallery-photo {
  transform: scale(1.15);
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0.8);
}

/* 图片叠加效果 */
.stacked-photos {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 20px;
  box-sizing: border-box;
}
.stacked-photo {
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  transition: all 0.6s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.photo-1 {
  z-index: 1;
  top: 0px;
  left: 0px;
}
.photo-2 {
  z-index: 2;
  top: 20px;
  left: 20px;
  transform: rotate(5deg);
}
.photo-3 {
  z-index: 3;
  top: 60px;
  left: 60px;
  transform: rotate(10deg);
}
.photo-4 {
  z-index: 4;
  top: 90px;
  left: 90px;
  transform: rotate(15deg);
}
.stacked-photos:hover .photo-1 {
  transform: rotate(8deg) translateX(20px) translateY(-10px) scale(1.05);
  z-index: 11;
}
.stacked-photos:hover .photo-2 {
  transform: rotate(0deg) translateX(0) translateY(0) scale(1.02);
  z-index: 12;
}
.stacked-photos:hover .photo-3 {
  transform: rotate(-8deg) translateX(-30px) translateY(10px);
  z-index: 13;
}
.stacked-photos:hover .photo-4 {
  transform: rotate(-15deg) translateX(-60px) translateY(20px);
  z-index: 14;
}
.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
  color: white;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}
.gallery-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* 照片墙布局 - 错落有致的样式 */
.item-1 {
  width: 430px;
  height: 575px;
  top: 50px;
  left: 0px;
  transform: rotate(-5deg);
}
.item-2 {
  width: 300px;
  height: 400px;
  top: 20px;
  left: 420px;
  transform: rotate(3deg);
}
.item-3 {
  width: 200px;
  height: 250px;
  top: 300px;
  left: 350px;
  transform: rotate(-8deg);
}
.item-4 {
  width: 280px;
  height: 320px;
  top: 100px;
  left: 700px;
  transform: rotate(5deg);
}
.item-5 {
  width: 220px;
  height: 280px;
  top: 350px;
  left: 600px;
  transform: rotate(-3deg);
}
.item-6 {
  width: 260px;
  height: 300px;
  top: 320px;
  left: 950px;
  transform: rotate(7deg);
}
.item-7 {
  width: 240px;
  height: 240px;
  top: 50px;
  left: 1000px;
  transform: rotate(-4deg);
  border-radius: 50%;
  overflow: hidden;
}
.item-7 img {
  border-radius: 50%;
}
.team-intro {
  padding: 100px 0;
  background: rgba(10, 10, 10, 0.8);
  position: relative;
  overflow: hidden;
}
.team-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 70%, rgba(0, 170, 255, 0.1), transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(122, 0, 255, 0.1), transparent 50%);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
.team-member {
  background: rgba(20, 20, 20, 0.9);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 170, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.member-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.member-photo {
  position: relative;
  width: 200px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(30, 30, 30, 1);
}
.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
  text-align: left;
}
.photo-title {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.member-info {
  flex: 1;
  min-width: 0;
}
.member-name {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  line-height: 1.2;
}
.member-title {
  font-size: 16px;
  color: #00aaff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.member-desc {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.7;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  text-align: left;
}
.highlight-text {
  color: #00aaff;
  font-weight: 700;
  font-size: 16px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
.member-content {
    flex-direction: column;
    text-align: center;
}
.member-photo {
    width: 100%;
    max-width: 300px;
    height: 400px;
    margin: 0 auto;
}
.member-info {
    margin-top: 20px;
}
.member-desc {
    text-align: center;
}
}
@media (max-width: 768px) {
.team-grid {
    grid-template-columns: 1fr;
}
.member-photo {
    height: 300px;
}
}
.contact-us {
  padding: 100px 0;
  background: rgba(10, 10, 10, 0.8);
  position: relative;
  overflow: hidden;
}
.contact-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 70%, rgba(0, 170, 255, 0.1), transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(122, 0, 255, 0.1), transparent 50%);
}
.contact-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.contact-info {
  flex: 1;
}
.contact-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.contact-info p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.contact-info ul {
  list-style: none;
}
.contact-info ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.85);
}
.contact-qr {
  flex: 1;
  background: rgba(16, 24, 40, 0.8);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 170, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-qr h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.qr-code {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.4);
  border: 2px solid rgba(0, 170, 255, 0.3);
  transition: all 0.3s ease;
}
.qr-code:hover {
  transform: scale(1.5);
  box-shadow: 0 0 30px rgba(0, 170, 255, 0.6);
}
.qr-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  max-width: 200px;
}
@media (max-width: 768px) {
.photo-gallery {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    perspective: none;
}
.gallery-item {
    position: static;
    width: 100% !important;
    height: 300px !important;
    transform: rotate(0deg) !important;
    border-radius: 10px !important;
}
.gallery-item:hover {
    transform: scale(1.05) rotate(0deg) !important;
}
.item-7 img {
    border-radius: 10px !important;
}
.contact-content {
    flex-direction: column;
}
}

