* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PingFangSC-Regular, Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  color: #000;
  line-height: 1.6;
}
.component11 {
  background-color: #f8f9fa;
}

.component11 .footer {
  background-color: #fff;
  padding: 60px 0 0;
  color: #666;
}

.component11 .footer-content {
  max-width: 1155px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.component11 .footer-left {
  flex: 0 0 300px;
}

.component11 .footer-logo {
  margin-bottom: 50px;
  width: 202px;
  height: 48px;
}

.component11 .footer-logo img {
  width: 202px;
  height: 48px;
}

.component11 .qr-section {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.component11 .qr-codeBox{
    text-align: center;
    color: #666;
}
.component11 .qr-code {
  width: 97px;
  height: 97px;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.component11 .contact-text {
  flex: 1;
}

.component11 .contact-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 18px;
}

.component11 .phone,
.component11 .email,
.component11 .service {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
  line-height: 1.4;
}

.component11 .footer-right {
  flex: 1;
}

.component11 .footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.component11 .nav-column {
  flex: 1;
}

.component11 .nav-column h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.2;
}

.component11 .nav-column ul {
  list-style: none;
}

.component11 .nav-column li {
  margin-bottom: 12px;
}

.component11 .nav-column a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.component11 .nav-column a:hover {
  color: #00bebe;
}

.component11 .footer-bottom {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}

.component11 .copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.component11 .copyright p {
  font-size: 16px;
  color: #000;
  opacity: 0.65;
  margin: 0;
}

.component11 .footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.component11 .footer-links a {
  color: #000;
  opacity: 0.65;
  text-decoration: none;
  transition: color 0.3s ease;
}

.component11 .footer-links a:hover {
  color: #00bebe;
}
.component11 .footer-lang {
  margin-left: 30px !important;
}
.component11 .footer-lang a {
  font-size: 16px;
  color: #000;
  opacity: 0.65;
  margin: 0;
}

.component11 .footer-links span,
.component11 .footer-lang span {
  color: #ccc;
  display: inline;
  margin: 0 5px;
  font-size: 12px;
}
