body {
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
}

.header-nav {
  width: 100%;
  height: 98px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header-nav-inner {
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-logo {
  width: 144px;
  height: 49px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 118px;
}

.nav-item {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei;
  text-align: center;
  white-space: nowrap;
  line-height: 98px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .nav-menu {
    gap: 40px;
  }
  .nav-item {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .header-logo {
    width: 120px;
    height: auto;
  }
  .nav-menu {
    gap: 30px;
  }
  .nav-item {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    height: auto;
  }
  .header-nav-inner {
    flex-direction: column;
    padding: 20px;
  }
  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
  }
  .nav-item {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .nav-menu {
    gap: 15px;
  }
  .nav-item {
    font-size: 14px;
  }
}

.footer {
  height: 502px;
  background: #000;
  margin-top: 226px;
  width: 100%;
  position: relative;
}

.footer-content {
  width: 100%;
  max-width: 1600px;
  padding: 97px 200px 100px;
  box-sizing: border-box;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 97px;
}

.footer-img-1 {
  width: 143px;
  height: 189px;
}

.footer-text {
  overflow-wrap: break-word;
  font-size: 0;
  font-family: MicrosoftYaHei;
  text-align: center;
  line-height: 24px;
}

.footer-links {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  line-height: 24px;
}

.footer-copyright {
  overflow-wrap: break-word;
  color: rgba(93, 92, 92, 1);
  font-size: 13px;
  font-family: MicrosoftYaHei;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  position: absolute;
  right: 200px;
  top: 130px;
}

.footer-img-qrcode {
  width: 143px;
  height: 143px;
}

.footer-logo {
  width: 242px;
  height: 33px;
}

.footer-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-icon {
  width: 33px;
  height: 33px;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.3s;
}

.footer-icon:hover {
  opacity: 0.7;
}

@media (max-width: 1600px) {
  .footer-content {
    padding: 80px 100px;
  }
  .footer-left {
    top: 80px;
  }
  .footer-right {
    right: 100px;
    top: 130px;
  }
}

@media (max-width: 1200px) {
  .footer-content {
    padding: 60px 50px;
  }
  .footer-left {
    top: 60px;
  }
  .footer-right {
    right: 50px;
    top: 110px;
  }
  .footer-img-1 {
    width: 120px;
    height: auto;
  }
  .footer-img-qrcode {
    width: 120px;
    height: auto;
  }
  .footer-icons {
    gap: 10px;
  }
  .footer-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 768px) {
  .footer {
    height: auto;
    padding: 40px 20px;
    margin-top: 100px;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
  .footer-left,
  .footer-right {
    align-items: center;
    position: static;
    left: auto;
    transform: none;
    top: auto;
    right: auto;
  }
  .footer-img-1,
  .footer-img-qrcode {
    width: 100px;
    height: auto;
  }
  .footer-icons {
    gap: 10px;
  }
  .footer-icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .footer-links {
    font-size: 14px;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .footer-icons {
    gap: 10px;
  }
  .footer-icon {
    width: 20px;
    height: 20px;
  }
}

.stores-tabs-title-group {
  display: flex;
  justify-content: center;
  margin-top: 140px;
  padding: 0 20px;
  box-sizing: border-box;
}
.stores-tabs-title-wrapper {
  width: 100%;
  max-width: 898px;
  height: 33px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: SourceHanSerifSC-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 33px;
}
.stores-tabs-title-text {
  height: 33px;
  overflow-wrap: break-word;
  font-size: 33px;
  font-family: SourceHanSerifSC-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 33px;
  color:#A4A4A4;
}
.stores-tabs-title-text.active {
  color: #000;
}
.stores-tabs-title-divider {
  width: 2px;
  height: 30px;
  background-color:#A4A4A4;
  display: inline-block;
  margin: 0 50px;
}
.stores-tabs-title-divider.active {
  background-color: #000;
}
.stores-tabs-divider {
  width: 100%;
  max-width: 1319px;
  height: 2px;
  margin: 26px auto 0 auto;
}

@media (max-width: 1024px) {
  .stores-tabs-title-group {
    margin-top: 100px;
  }
  .stores-tabs-title-wrapper {
    max-width: 700px;
  }
  .stores-tabs-title-text {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
  }
  .stores-tabs-title-divider {
    margin: 0 30px;
    height: 25px;
  }
  .stores-tabs-divider {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .stores-tabs-title-group {
    margin-top: 80px;
  }
  .stores-tabs-title-wrapper {
    max-width: 100%;
    height: auto;
    white-space: normal;
  }
  .stores-tabs-title-text {
    font-size: 14px;
    height: auto;
    line-height: 1.4;
  }
  .stores-tabs-title-divider {
    margin: 0 10px;
    height: 10px;
  }
  .stores-tabs-divider {
    max-width: 90%;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 480px) {
  .stores-tabs-title-group {
    margin-top: 60px;
  }
  .stores-tabs-title-text {
    font-size: 12px;
  }
  .stores-tabs-title-divider {
    margin: 0 12px;
    height: 10px;
    width: 1px;
  }
  .stores-tabs-divider {
    max-width: 85%;
    margin: 15px auto 0 auto;
  }
}